1. c5976f8 Merge android-4.9.135 (03fcc2f) into msm-4.9 by Minming Qi · 6 years ago
  2. b8bd066 kernel/sched: Fix up 4.9.135 merge by Nathan Chancellor · 6 years ago
  3. 03fcc2f Merge 4.9.135 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. aee0c9e sched/cputime: Fix ksoftirqd cputime accounting regression by Frederic Weisbecker · 7 years ago
  5. 034cd8a sched/cputime: Increment kcpustat directly on irqtime account by Frederic Weisbecker · 7 years ago
  6. dbf9a05 sched/cputime: Convert kcpustat to nsecs by Frederic Weisbecker · 7 years ago
  7. f56989b Merge android-4.9.114 (dbcb748) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  8. 914d085 sched: fix softirq time accounting by Rabin Vincent · 7 years ago
  9. 23a1412 ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMES by Connor O'Brien · 6 years ago
  10. f4b8243 Merge android-4.9.93 (05baf14) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  11. 6e7b83d ANDROID: cpufreq: track per-task time in state by Connor O'Brien · 6 years ago
  12. 4738a9b sched/cputime: Fix a deadlock on 32bit systems by Pavankumar Kondeti · 7 years ago
  13. 8810e5f Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8 by Channagoud Kadabi · 7 years ago
  14. 3a73c96 ANDROID: sched/walt: Accounting for number of irqs pending on each core by Srinath Sridharan · 8 years ago
  15. dddcab7 sched: Introduce HMP scheduling by Syed Rameez Mustafa · 8 years ago
  16. 447976e sched/irqtime: Consolidate irqtime flushing code by Frederic Weisbecker · 8 years ago
  17. 19d23dbf sched/irqtime: Consolidate accounting synchronization with u64_stats API by Frederic Weisbecker · 8 years ago
  18. 2810f61 sched/irqtime: Remove needless IRQs disablement on kcpustat update by Frederic Weisbecker · 8 years ago
  19. f9094a6 sched/irqtime: No need for preempt-safe accessors by Frederic Weisbecker · 8 years ago
  20. a1eb141 sched/cputime: Improve scalability by not accounting thread group tasks pending runtime by Stanislaw Gruszka · 8 years ago
  21. 03cbc73 sched/cputime: Resync steal time when guest & host lose sync by Wanpeng Li · 8 years ago
  22. 173be9a sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression by Peter Zijlstra · 8 years ago
  23. 26f2c75 sched/cputime: Fix omitted ticks passed in parameter by Frederic Weisbecker · 8 years ago
  24. f9bcf1e sched/cputime: Fix steal time accounting by Wanpeng Li · 8 years ago
  25. 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
  26. 553bf6b sched/cputime: Drop local_irq_save/restore from irqtime_account_irq() by Rik van Riel · 8 years ago
  27. 0cfdf9a sched/cputime: Clean up the old vtime gen irqtime accounting completely by Frederic Weisbecker · 8 years ago
  28. b58c358 sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code by Rik van Riel · 8 years ago
  29. 5743021 sched/cputime: Count actually elapsed irq & softirq time by Rik van Riel · 8 years ago
  30. ecb23dc xen: add steal_clock support on x86 by Juergen Gross · 8 years ago
  31. 807e5b8 sched/cputime: Add steal time support to full dynticks CPU time accounting by Wanpeng Li · 8 years ago
  32. f9c904b sched/cputime: Fix steal_account_process_tick() to always return jiffies by Chris Friesen · 8 years ago
  33. ff9a9b4 sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity by Rik van Riel · 8 years ago
  34. c9bed1c Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  35. 1fe7c4e missing include asm/paravirt.h in cputime.c by Stefano Stabellini · 9 years ago
  36. b7ce227 sched/cputime: Convert vtime_seqlock to seqcount by Frederic Weisbecker · 9 years ago
  37. e592539 sched/cputime: Introduce vtime accounting check for readers by Frederic Weisbecker · 9 years ago
  38. 55dbdcf sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled() by Frederic Weisbecker · 9 years ago
  39. cab245d sched/cputime: Correctly handle task guest time on housekeepers by Frederic Weisbecker · 9 years ago
  40. 7098c1e sched/cputime: Clarify vtime symbols and document them by Frederic Weisbecker · 9 years ago
  41. 7877a0b sched/cputime: Remove extra cost in task_cputime() by Hiroshi Shimamoto · 9 years ago
  42. 2541117 sched/cputime: Fix invalid gtime in proc by Hiroshi Shimamoto · 9 years ago
  43. 9eec50b kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support by Andrey Smetanin · 9 years ago
  44. 9d7fb04 sched/cputime: Guarantee stime + utime == rtime by Peter Zijlstra · 9 years ago
  45. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  46. 347abad sched, time: Fix build error with 64 bit cputime_t on 32 bit systems by Rik van Riel · 10 years ago
  47. 9c368b5 sched, time: Fix lock inversion in thread_group_cputime() by Rik van Riel · 10 years ago
  48. eb1b4af sched, time: Atomically increment stime & utime by Rik van Riel · 10 years ago
  49. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  50. 1e4dda0 sched: Change thread_group_cputime() to use for_each_thread() by Oleg Nesterov · 10 years ago
  51. 2d51386 sched: Sanitize irq accounting madness by Thomas Gleixner · 10 years ago
  52. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. dee08a7 cputime: Fix jiffies based cputime assumption on steal accounting by Frederic Weisbecker · 10 years ago
  54. d0ea026 sched: Implement task_nice() as static inline function by Dongsheng Yang · 10 years ago
  55. 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
  56. 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
  57. 5a8e01f sched/cputime: Do not scale when utime == 0 by Stanislaw Gruszka · 11 years ago
  58. a4f61cc sched/cputime: Use this_cpu_add() in task_group_account_field() by Christoph Lameter · 11 years ago
  59. af2350b vtime: Always debug check snapshot source _before_ updating it by Frederic Weisbecker · 11 years ago
  60. b854faf vtime: Always scale generic vtime accounting results by Frederic Weisbecker · 11 years ago
  61. b049340 vtime: Optimize full dynticks accounting off case with static keys by Frederic Weisbecker · 11 years ago
  62. 5446156 vtime: Fix racy cputime delta update by Frederic Weisbecker · 11 years ago
  63. 7621d1f vtime: Remove a few unneeded generic vtime state checks by Frederic Weisbecker · 11 years ago
  64. 48d6a81 context_tracking: Optimize guest APIs off case with static key by Frederic Weisbecker · 11 years ago
  65. 5b206d4 vtime: Update a few comments by Frederic Weisbecker · 11 years ago
  66. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 11 years ago
  67. 45eacc6 vtime: Use consistent clocks among nohz accounting by Frederic Weisbecker · 11 years ago
  68. 84f9f3a sched: Use swap() macro in scale_stime() by Stanislaw Gruszka · 11 years ago
  69. 0279b3c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. 68aa8ef sched: Avoid prev->stime underflow by Stanislaw Gruszka · 11 years ago
  71. 772c808 sched: Do not account bogus utime by Stanislaw Gruszka · 11 years ago
  72. 55eaa7c sched: Avoid cputime scaling overflow by Stanislaw Gruszka · 11 years ago
  73. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. 1966aaf sched/cpuacct: Add cpuacct_acount_field() by Li Zefan · 11 years ago
  75. e614b33 sched/cputime: Fix accounting on multi-threaded processes by Stanislaw Gruszka · 11 years ago
  76. d9a3c98 sched: Lower chances of cputime scaling overflow by Frederic Weisbecker · 11 years ago
  77. 9fbc42e cputime: Dynamically scale cputime for full dynticks accounting by Frederic Weisbecker · 11 years ago
  78. 7f6575f cputime: Use local_clock() for full dynticks cputime accounting by Frederic Weisbecker · 11 years ago
  79. cdc4e86 cputime: Remove irqsave from seqlock readers by Thomas Gleixner · 11 years ago
  80. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  81. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  82. c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 11 years ago
  83. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  84. 3f4724e cputime: Allow dynamic switch between tick/virtual based cputime accounting by Frederic Weisbecker · 12 years ago
  85. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  86. ae8dda5 cputime: Move default nsecs_to_cputime() to jiffies based cputime file by Frederic Weisbecker · 11 years ago
  87. 6218845 cputime: Avoid multiplication overflow on utime scaling by Frederic Weisbecker · 11 years ago
  88. 38130ec Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  89. fa09205 cputime: Comment cputime's adjusting code by Frederic Weisbecker · 12 years ago
  90. d37f761d cputime: Consolidate cputime adjustment code by Frederic Weisbecker · 12 years ago
  91. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  92. a634f93 cputime: Move thread_group_cputime() to sched code by Frederic Weisbecker · 12 years ago
  93. 1017769 vtime: No need to disable irqs on vtime_account() by Frederic Weisbecker · 12 years ago
  94. e3942ba vtime: Consolidate a bit the ctx switch code by Frederic Weisbecker · 12 years ago
  95. fd25b4c vtime: Remove the underscore prefix invasion by Frederic Weisbecker · 12 years ago
  96. 3e1df4f5 cputime: Separate irqtime accounting from generic vtime by Frederic Weisbecker · 12 years ago
  97. 1111333 vtime: Make vtime_account_system() irqsafe by Frederic Weisbecker · 12 years ago
  98. a7e1a9e vtime: Consolidate system/idle context detection by Frederic Weisbecker · 12 years ago
  99. bf9fae9 cputime: Use a proper subsystem naming for vtime related APIs by Frederic Weisbecker · 12 years ago
  100. 73fbec6 sched: Move cputime code to its own file by Frederic Weisbecker · 12 years ago