1. c899702 cputime: remove cputime_to_nsecs fallback by Nicholas Piggin · 2 years, 3 months ago
  2. 1fcf54d sched/core: add forced idle accounting for cgroups by Josh Don · 2 years, 8 months ago
  3. f96eca4 sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c files there by Ingo Molnar · 3 years, 1 month ago
  4. 6ae7143 Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  5. e7f2be1 sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full by Frederic Weisbecker · 3 years, 4 months ago
  6. 9731698 cputime, cpuacct: Include guest time in user time in cpuacct.stat by Andrey Ryabinin · 3 years, 4 months ago
  7. 16b3d0cf Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  8. 3b03706 sched: Fix various typos by Ingo Molnar · 4 years ago
  9. 6516b386 irqtime: Make accounting correct on RT by Thomas Gleixner · 4 years ago
  10. d3759e7 irqtime: Move irqtime entry accounting after irq offset incrementation by Frederic Weisbecker · 4 years, 3 months ago
  11. 8a6a592 sched/vtime: Consolidate IRQ time accounting by Frederic Weisbecker · 4 years, 3 months ago
  12. 2b91ec9f s390/vtime: Use the generic IRQ entry accounting by Frederic Weisbecker · 4 years, 3 months ago
  13. 7197688b sched/cputime: Remove symbol exports from IRQ time accounting by Frederic Weisbecker · 4 years, 3 months ago
  14. 3dc167b sched/cputime: Improve cputime_adjust() by Oleg Nesterov · 4 years, 10 months ago
  15. e0d648f sched/vtime: Work around an unitialized variable warning by Borislav Petkov · 5 years ago
  16. f1dfdab sched/vtime: Prevent unstable evaluation of WARN(vtime->state) by Chris Wilson · 5 years ago
  17. 9dec1b6 sched/cputime: move rq parameter in irqtime_account_process_tick by Alex Shi · 5 years ago
  18. 74722bb sched/vtime: Bring up complete kcpustat accessor by Frederic Weisbecker · 5 years ago
  19. 5a1c955 sched/cputime: Support other fields on kcpustat_field() by Frederic Weisbecker · 5 years ago
  20. 64eea63 sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEM by Frederic Weisbecker · 5 years ago
  21. e44fcb4 sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu() by Frederic Weisbecker · 5 years ago
  22. e6d5bf3 sched/cputime: Add vtime guest task state by Frederic Weisbecker · 5 years ago
  23. 14faf6f sched/cputime: Add vtime idle task state by Frederic Weisbecker · 5 years ago
  24. 802f4a8 sched/vtime: Record CPU under seqcount for kcpustat needs by Frederic Weisbecker · 5 years ago
  25. 8d49547 sched/cputime: Spare a seqcount lock/unlock cycle on context switch by Frederic Weisbecker · 5 years ago
  26. f83eeb1 sched/cputime: Rename vtime_account_system() to vtime_account_kernel() by Frederic Weisbecker · 5 years ago
  27. 68e7a4d sched/vtime: Fix guest/system mis-accounting on task switch by Frederic Weisbecker · 5 years ago
  28. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  29. dfcb245 sched: Fix various typos in comments by Ingo Molnar · 6 years ago
  30. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  31. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  32. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  33. 2c11dba sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  34. 8157a7f sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_ACCOUNTING_NATIVE by Tejun Heo · 7 years ago
  35. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  36. cfb766d sched/cputime: Expose cputime_adjust() by Tejun Heo · 7 years ago
  37. 0e4097c sched/cputime: Don't use smp_processor_id() in preemptible context by Wanpeng Li · 8 years ago
  38. 2a42eb9 sched/cputime: Accumulate vtime on top of nsec clocksource by Wanpeng Li · 8 years ago
  39. bac5b6b sched/cputime: Move the vtime task fields to their own struct by Frederic Weisbecker · 8 years ago
  40. 60a9ce5 sched/cputime: Rename vtime fields by Frederic Weisbecker · 8 years ago
  41. 9fa57cf sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime by Frederic Weisbecker · 8 years ago
  42. 1c3eda0 vtime, sched/cputime: Remove vtime_account_user() by Frederic Weisbecker · 8 years ago
  43. 3b9c08a Revert "sched/cputime: Refactor the cputime_adjust() code" by Ingo Molnar · 8 years ago
  44. 72298e5 sched/cputime: Refactor the cputime_adjust() code by Gustavo A. R. Silva · 8 years ago
  45. 25e2d8c sched/cputime: Fix ksoftirqd cputime accounting regression by Frederic Weisbecker · 8 years ago
  46. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  47. 7fce777 sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h by Ingo Molnar · 8 years ago
  48. bfce1d6 sched/cputime, vtime: Return nsecs instead of cputime_t to account by Frederic Weisbecker · 8 years ago
  49. 2b1f967 sched/cputime: Complete nsec conversion of tick based accounting by Frederic Weisbecker · 8 years ago
  50. fb8b049 sched/cputime: Push time to account_system_time() in nsecs by Frederic Weisbecker · 8 years ago
  51. 18b43a9 sched/cputime: Push time to account_idle_time() in nsecs by Frederic Weisbecker · 8 years ago
  52. be9095e sched/cputime: Push time to account_steal_time() in nsecs by Frederic Weisbecker · 8 years ago
  53. 23244a5 sched/cputime: Push time to account_user_time() in nsecs by Frederic Weisbecker · 8 years ago
  54. ebd7e7f timers/posix-timers: Convert internals to use nsecs by Frederic Weisbecker · 8 years ago
  55. a499a5a sched/cputime: Increment kcpustat directly on irqtime account by Frederic Weisbecker · 8 years ago
  56. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  57. 16a6d9b sched/cputime: Convert guest time accounting to nsecs (u64) by Frederic Weisbecker · 8 years ago
  58. 7fb1327 sched/cputime: Convert kcpustat to nsecs by Frederic Weisbecker · 8 years ago
  59. c8d7dab sched/cputime: Rename vtime_account_user() to vtime_flush() by Frederic Weisbecker · 8 years ago
  60. 1213699 sched/cputime: Export account_guest_time() by Frederic Weisbecker · 8 years ago
  61. c31cc6a sched/cputime: Allow accounting system time using cpustat index by Frederic Weisbecker · 8 years ago
  62. 353c50e sched/cputime: Simplify task_cputime() by Stanislaw Gruszka · 8 years ago
  63. 40565b5 sched/cputime, powerpc, s390: Make scaled cputime arch specific by Stanislaw Gruszka · 8 years ago
  64. 981ee2d sched/cputime, powerpc: Remove cputime_to_scaled() by Stanislaw Gruszka · 8 years ago
  65. 447976e sched/irqtime: Consolidate irqtime flushing code by Frederic Weisbecker · 8 years ago
  66. 19d23dbf sched/irqtime: Consolidate accounting synchronization with u64_stats API by Frederic Weisbecker · 8 years ago
  67. 2810f61 sched/irqtime: Remove needless IRQs disablement on kcpustat update by Frederic Weisbecker · 8 years ago
  68. f9094a6 sched/irqtime: No need for preempt-safe accessors by Frederic Weisbecker · 8 years ago
  69. a1eb141 sched/cputime: Improve scalability by not accounting thread group tasks pending runtime by Stanislaw Gruszka · 9 years ago
  70. 03cbc73 sched/cputime: Resync steal time when guest & host lose sync by Wanpeng Li · 9 years ago
  71. 173be9a sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression by Peter Zijlstra · 9 years ago
  72. 26f2c75 sched/cputime: Fix omitted ticks passed in parameter by Frederic Weisbecker · 9 years ago
  73. f9bcf1e sched/cputime: Fix steal time accounting by Wanpeng Li · 9 years ago
  74. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  75. 553bf6b sched/cputime: Drop local_irq_save/restore from irqtime_account_irq() by Rik van Riel · 9 years ago
  76. 0cfdf9a sched/cputime: Clean up the old vtime gen irqtime accounting completely by Frederic Weisbecker · 9 years ago
  77. b58c358 sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code by Rik van Riel · 9 years ago
  78. 5743021 sched/cputime: Count actually elapsed irq & softirq time by Rik van Riel · 9 years ago
  79. ecb23dc xen: add steal_clock support on x86 by Juergen Gross · 9 years ago
  80. 807e5b8 sched/cputime: Add steal time support to full dynticks CPU time accounting by Wanpeng Li · 9 years ago
  81. f9c904b sched/cputime: Fix steal_account_process_tick() to always return jiffies by Chris Friesen · 9 years ago
  82. ff9a9b4 sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity by Rik van Riel · 9 years ago
  83. c9bed1c Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  84. 1fe7c4e missing include asm/paravirt.h in cputime.c by Stefano Stabellini · 9 years ago
  85. b7ce227 sched/cputime: Convert vtime_seqlock to seqcount by Frederic Weisbecker · 9 years ago
  86. e592539 sched/cputime: Introduce vtime accounting check for readers by Frederic Weisbecker · 9 years ago
  87. 55dbdcf sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled() by Frederic Weisbecker · 9 years ago
  88. cab245d sched/cputime: Correctly handle task guest time on housekeepers by Frederic Weisbecker · 9 years ago
  89. 7098c1e sched/cputime: Clarify vtime symbols and document them by Frederic Weisbecker · 9 years ago
  90. 7877a0b sched/cputime: Remove extra cost in task_cputime() by Hiroshi Shimamoto · 9 years ago
  91. 2541117 sched/cputime: Fix invalid gtime in proc by Hiroshi Shimamoto · 9 years ago
  92. 9eec50b kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support by Andrey Smetanin · 9 years ago
  93. 9d7fb04 sched/cputime: Guarantee stime + utime == rtime by Peter Zijlstra · 10 years ago
  94. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
  95. 347abad sched, time: Fix build error with 64 bit cputime_t on 32 bit systems by Rik van Riel · 10 years ago
  96. 9c368b5 sched, time: Fix lock inversion in thread_group_cputime() by Rik van Riel · 10 years ago
  97. eb1b4af sched, time: Atomically increment stime & utime by Rik van Riel · 11 years ago
  98. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 11 years ago
  99. 1e4dda0 sched: Change thread_group_cputime() to use for_each_thread() by Oleg Nesterov · 11 years ago
  100. 2d51386 sched: Sanitize irq accounting madness by Thomas Gleixner · 11 years ago