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