1. 9e5dd8e Merge 4.9.74 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. e8119ac nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() by Thomas Gleixner · 7 years ago
  3. 595ae4a UPSTREAM: cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely by Chris Redpath · 7 years ago
  4. 57ccdf4 tick/nohz: Prevent stopping the tick on an offline CPU by Wanpeng Li · 8 years ago
  5. 08d07259 tick/nohz: Fix softlockup on scheduler stalls in kvm guest by Wanpeng Li · 8 years ago
  6. 1f3b0f8 tick/nohz: Optimize nohz idle enter by Gaurav Jindal · 8 years ago
  7. 4b4b208 Merge branch 'timers/fast-wheel' into timers/core by Ingo Molnar · 8 years ago
  8. a683f39 timers: Forward the wheel clock whenever possible by Thomas Gleixner · 8 years ago
  9. ff00673 timers/nohz: Remove pointless tick_nohz_kick_tick() function by Thomas Gleixner · 8 years ago
  10. 0de7611 timers/nohz: Capitalize 'CPU' consistently by Ingo Molnar · 8 years ago
  11. 6168f8e timers/nohz: Fix several typos by Wei Jiangang · 8 years ago
  12. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  13. a1cc5bc locking/atomics: Flip atomic_fetch_or() arguments by Peter Zijlstra · 8 years ago
  14. 1f41906 sched/fair: Correctly handle nohz ticks CPU load accounting by Frederic Weisbecker · 8 years ago
  15. cee1afc sched/fair: Gather CPU load functions under a more conventional namespace by Frederic Weisbecker · 8 years ago
  16. f009a7a timers/nohz: Convert tick dependency mask to atomic_t by Frederic Weisbecker · 8 years ago
  17. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  18. 4cc7ecb7 param: convert some "on"/"off" users to strtobool by Kees Cook · 8 years ago
  19. 4f49b90 sched-clock: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  20. b787830 posix-cpu-timers: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  21. 76d92ac sched: Migrate sched to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  22. 555e0c1 perf: Migrate perf to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  23. e6e6cc2 nohz: Use enum code for tick stop failure tracing message by Frederic Weisbecker · 9 years ago
  24. d027d45 nohz: New tick dependency mask by Frederic Weisbecker · 9 years ago
  25. 8537bb9 nohz: Implement wide kick on top of irq work by Frederic Weisbecker · 9 years ago
  26. dc799d0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. 1ca8ec5 tick/nohz: Set the correct expiry when switching to nohz/lowres mode by Wanpeng Li · 8 years ago
  28. 7809998a tick/sched: Hide unused oneshot timer code by Arnd Bergmann · 8 years ago
  29. f11aef6 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 8 years ago
  30. 46373a1 time: nohz: Expose tick_nohz_enabled by Jean Delvare · 8 years ago
  31. 0f8c790 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  32. b4cee21 Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. 03e0d46 watchdog: introduce touch_softlockup_watchdog_sched() by Tejun Heo · 9 years ago
  34. 55dbdcf sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled() by Frederic Weisbecker · 9 years ago
  35. 82bbe34 nohz: Clarify magic in tick_nohz_stop_sched_tick() by Peter Zijlstra · 9 years ago
  36. 525705d sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz() by Byungchul Park · 9 years ago
  37. 7c8bb6c nohz: Assert existing housekeepers when nohz full enabled by Frederic Weisbecker · 9 years ago
  38. de734f8 nohz: Remove useless argument on tick_nohz_task_switch() by Frederic Weisbecker · 9 years ago
  39. 59d2c7c nohz: Move tick_nohz_restart_sched_tick() above its users by Frederic Weisbecker · 9 years ago
  40. 73738a9 nohz: Restart nohz full tick from irq exit by Frederic Weisbecker · 9 years ago
  41. 5944935 nohz: Remove idle task special case by Frederic Weisbecker · 9 years ago
  42. 683be13 timer: Minimize nohz off overhead by Thomas Gleixner · 9 years ago
  43. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 9 years ago
  44. 6b442bc nohz: Fix !HIGH_RES_TIMERS hang by Thomas Gleixner · 9 years ago
  45. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 9 years ago
  46. 157d29e tick: Sched: Restructure code by Thomas Gleixner · 9 years ago
  47. 0ff53d0 tick: sched: Force tick interrupt and get rid of softirq magic by Thomas Gleixner · 9 years ago
  48. afc08b1 tick: sched: Remove hrtimer_active() checks by Thomas Gleixner · 9 years ago
  49. c1797ba tick: Move core only declarations and functions to core by Thomas Gleixner · 9 years ago
  50. ffda22c time: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  51. 4bb9374 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. a5fd973 tick/powerclamp: Remove tick_nohz_idle abuse by Thomas Gleixner · 10 years ago
  53. eedb3d3 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  54. aa6da51 rcu: Remove "cpu" argument to rcu_needs_cpu() by Paul E. McKenney · 10 years ago
  55. 56e4dea percpu: Convert remaining __get_cpu_var uses in 3.18-rcX by Christoph Lameter · 10 years ago
  56. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  57. 1ee07ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  58. 47137c6 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  59. fe0f497 s390/nohz: use a per-cpu flag for arch_needs_cpu by Martin Schwidefsky · 10 years ago
  60. 9b01f5b nohz: nohz full depends on irq work self IPI support by Frederic Weisbecker · 10 years ago
  61. 4327b15 nohz: Consolidate nohz full init code by Frederic Weisbecker · 10 years ago
  62. 40bea03 nohz: Restore NMI safe local irq work for local nohz kick by Frederic Weisbecker · 10 years ago
  63. 4a32fea scheduler: Replace __get_cpu_var with this_cpu_ptr by Christoph Lameter · 10 years ago
  64. 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  65. 2a16fc9 nohz: Avoid tick's double reprogramming in highres mode by Viresh Kumar · 10 years ago
  66. b5e995e nohz: Fix spurious periodic tick behaviour in low-res dynticks mode by Viresh Kumar · 10 years ago
  67. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. c0f489d rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs by Paul E. McKenney · 10 years ago
  69. 3d36aeb nohz: Support nohz full remote kick by Frederic Weisbecker · 10 years ago
  70. 2763053 tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz() by Viresh Kumar · 10 years ago
  71. 03e6bdc tick-sched: Don't call update_wall_time() when delta is lesser than tick_period by Viresh Kumar · 10 years ago
  72. a2b4c60 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 10 years ago
  73. 6c64614 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  74. e9a2eb4 nohz_full: fix code style issue of tick_nohz_full_stop_tick by Alex Shi · 11 years ago
  75. 855a0fc nohz: Get timekeeping max deferment outside jiffies_lock by Frederic Weisbecker · 11 years ago
  76. 5acac1b tick: Rename tick_check_idle() to tick_irq_enter() by Frederic Weisbecker · 11 years ago
  77. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  78. d05d24a Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Ingo Molnar · 10 years ago
  79. dba8614 Merge branch 'linus' into timers/core by Ingo Molnar · 10 years ago
  80. 47a1b796 tick/timekeeping: Call update_wall_time outside the jiffies lock by John Stultz · 11 years ago
  81. e8fcaa5 nohz: Convert a few places to use local per cpu accesses by Frederic Weisbecker · 11 years ago
  82. 0e576acb nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off by Thomas Gleixner · 11 years ago
  83. d689fe2 NOHZ: Check for nohz active instead of nohz enabled by Thomas Gleixner · 11 years ago
  84. c2e7fcf nohz: Include local CPU in full dynticks global kick by Frederic Weisbecker · 11 years ago
  85. 6f1d657 Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 11 years ago
  86. d13508f nohz: Optimize full dynticks's sched hooks with static keys by Frederic Weisbecker · 11 years ago
  87. 460775d nohz: Optimize full dynticks state checks with static keys by Frederic Weisbecker · 11 years ago
  88. 73867dc nohz: Rename a few state variables by Frederic Weisbecker · 11 years ago
  89. 2e70933 nohz: Only enable context tracking on full dynticks CPUs by Frederic Weisbecker · 11 years ago
  90. 1485191 Revert "cpuidle: Quickly notice prediction failure for repeat mode" by Rafael J. Wysocki · 11 years ago
  91. ca06416 nohz: fix compile warning in tick_nohz_init() by Li Zhong · 11 years ago
  92. 543487c nohz: Do not warn about unstable tsc unless user uses nohz_full by Steven Rostedt · 11 years ago
  93. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  94. e399eb5 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 11 years ago
  95. 5b8621a nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs by Frederic Weisbecker · 11 years ago
  96. e12d027 nohz: Warn if the machine can not perform nohz_full by Steven Rostedt · 11 years ago
  97. 1a7f829 nohz: Fix notifier return val that enforce timekeeping by Li Zhong · 11 years ago
  98. cc51bf6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  99. f7ea0fd tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offline by Thomas Gleixner · 11 years ago
  100. 4b0c0f2 tick: Cleanup NOHZ per cpu data on cpu down by Thomas Gleixner · 11 years ago