1. df1e849 rcu: Enable tick for nohz_full CPUs slow to provide expedited QS by Paul E. McKenney · 5 years ago
  2. 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  3. 74c5787 context_tracking: Rename context_tracking_is_enabled() => context_tracking_enabled() by Frederic Weisbecker · 5 years ago
  4. 01b4c39 nohz: Add TICK_DEP_BIT_RCU by Frederic Weisbecker · 5 years ago
  5. 8f5e823 Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  6. 6f9b83a cpuidle: Export the next timer expiration for CPUs by Ulf Hansson · 6 years ago
  7. 1b72d43 tick: Remove outgoing CPU from broadcast masks by Thomas Gleixner · 6 years ago
  8. 296bb1e cpuidle: menu: Refine idle state selection for running tick by Rafael J. Wysocki · 7 years ago
  9. 554c8aa sched: idle: Select idle state before stopping the tick by Rafael J. Wysocki · 7 years ago
  10. 45f1ff5 cpuidle: Return nohz hint from cpuidle_select() by Rafael J. Wysocki · 7 years ago
  11. 2aaf709 sched: idle: Do not stop the tick upfront in the idle loop by Rafael J. Wysocki · 7 years ago
  12. 0e77676 time: tick-sched: Reorganize idle tick management code by Rafael J. Wysocki · 7 years ago
  13. 22ab8bc nohz: Allow to check if remote CPU tick is stopped by Frederic Weisbecker · 7 years ago
  14. a364298 nohz: Convert tick_nohz_tick_stopped() to bool by Frederic Weisbecker · 7 years ago
  15. 466a2b4 cpufreq: schedutil: Use idle_calls counter of the remote CPU by Joel Fernandes · 7 years ago
  16. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 6f1982f sched/isolation: Handle the nohz_full= parameter by Frederic Weisbecker · 7 years ago
  19. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  20. b7eaf1a cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely by Rafael J. Wysocki · 8 years ago
  21. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  22. 4cc7ecb7 param: convert some "on"/"off" users to strtobool by Kees Cook · 9 years ago
  23. b787830 posix-cpu-timers: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  24. 555e0c1 perf: Migrate perf to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  25. e6e6cc2 nohz: Use enum code for tick stop failure tracing message by Frederic Weisbecker · 9 years ago
  26. d027d45 nohz: New tick dependency mask by Frederic Weisbecker · 10 years ago
  27. 46373a1 time: nohz: Expose tick_nohz_enabled by Jean Delvare · 9 years ago
  28. 9642d18 nohz: Affine unpinned timers to housekeepers by Vatika Harlalka · 9 years ago
  29. de734f8 nohz: Remove useless argument on tick_nohz_task_switch() by Frederic Weisbecker · 10 years ago
  30. 73738a9 nohz: Restart nohz full tick from irq exit by Frederic Weisbecker · 10 years ago
  31. 03f6199 nohz: Prevent tilegx network driver interrupts by Chris Metcalf · 10 years ago
  32. 37b64a4 tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build by Thomas Gleixner · 10 years ago
  33. f32dd11 tick/broadcast: Make idle check independent from mode and config by Thomas Gleixner · 10 years ago
  34. 43c9fad Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  35. 87e9b9f PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND by Rafael J. Wysocki · 10 years ago
  36. 83dedea nohz: Add tick_nohz_full_add_cpus_to() API by Chris Metcalf · 10 years ago
  37. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 10 years ago
  38. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 10 years ago
  39. 1fe5d5c3 clockevents: Provide explicit broadcast oneshot control functions by Thomas Gleixner · 10 years ago
  40. 592a438 clockevents: Provide explicit broadcast control functions by Thomas Gleixner · 10 years ago
  41. 345527b clockevents: Fix cpu_down() race for hrtimer based broadcasting by Preeti U Murthy · 10 years ago
  42. 7270d11 arm/bL_switcher: Kill tick suspend hackery by Thomas Gleixner · 10 years ago
  43. f46481d tick/xen: Provide and use tick_suspend_local() and tick_resume_local() by Thomas Gleixner · 10 years ago
  44. 4ffee52 clockevents: Make suspend/resume calls explicit by Thomas Gleixner · 10 years ago
  45. c1797ba tick: Move core only declarations and functions to core by Thomas Gleixner · 10 years ago
  46. 124cf911 PM / sleep: Make it possible to quiesce timers during suspend-to-idle by Rafael J. Wysocki · 10 years ago
  47. 1ee07ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  48. fe0f497 s390/nohz: use a per-cpu flag for arch_needs_cpu by Martin Schwidefsky · 10 years ago
  49. a80e49e nohz: Move nohz full init call to tick init by Frederic Weisbecker · 10 years ago
  50. 40bea03 nohz: Restore NMI safe local irq work for local nohz kick by Frederic Weisbecker · 10 years ago
  51. 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
  52. c0f489d rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs by Paul E. McKenney · 11 years ago
  53. 3d36aeb nohz: Support nohz full remote kick by Frederic Weisbecker · 11 years ago
  54. 5acac1b tick: Rename tick_check_idle() to tick_irq_enter() by Frederic Weisbecker · 11 years ago
  55. 58135f5 context_tracking: Wrap static key check into more intuitive function name by Frederic Weisbecker · 11 years ago
  56. e8fcaa5 nohz: Convert a few places to use local per cpu accesses by Frederic Weisbecker · 11 years ago
  57. 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
  58. d13508f nohz: Optimize full dynticks's sched hooks with static keys by Frederic Weisbecker · 11 years ago
  59. 460775df nohz: Optimize full dynticks state checks with static keys by Frederic Weisbecker · 11 years ago
  60. 1485191 Revert "cpuidle: Quickly notice prediction failure for repeat mode" by Rafael J. Wysocki · 11 years ago
  61. 99e5ada nohz: Re-evaluate the tick for the new task after a context switch by Frederic Weisbecker · 12 years ago
  62. ff442c5 nohz: Re-evaluate the tick from the scheduler IPI by Frederic Weisbecker · 12 years ago
  63. a166fcf Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 12 years ago
  64. d1e43fa nohz: Ensure full dynticks CPUs are RCU nocbs by Frederic Weisbecker · 12 years ago
  65. 76c24fb nohz: New APIs to re-evaluate the tick on full dynticks CPUs by Frederic Weisbecker · 12 years ago
  66. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 12 years ago
  67. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  68. a831881 nohz: Basic full dynticks interface by Frederic Weisbecker · 12 years ago
  69. 0779314 Merge branch 'nohz/printk-v8' into irq/core by Frederic Weisbecker · 12 years ago
  70. 33a5f62 nohz: Add API to check tick state by Frederic Weisbecker · 12 years ago
  71. 69a37be cpuidle: Quickly notice prediction failure for repeat mode by Youquan Song · 12 years ago
  72. f5d411c nohz: Rename ts->idle_tick to ts->last_tick by Frederic Weisbecker · 13 years ago
  73. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  74. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  75. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  76. 9b2e4f1 rcu: Track idleness independent of idle tasks by Paul E. McKenney · 13 years ago
  77. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 15 years ago
  78. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 15 years ago
  79. 2718501 nohz: Track last do_timer() cpu by Thomas Gleixner · 15 years ago
  80. 3c5d92a nohz: Introduce arch_needs_cpu by Martin Schwidefsky · 15 years ago
  81. cd6d95d clocksource: prevent selection of low resolution clocksourse also for nohz=on by Thomas Gleixner · 16 years ago
  82. 6b95482 cpumask: convert kernel time functions by Rusty Russell · 16 years ago
  83. 719254f NOHZ: unify the nohz function calls in irq_enter() by Thomas Gleixner · 16 years ago
  84. 8083e4a [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governor by venkatesh.pallipadi@intel.com · 16 years ago
  85. 3c4fbe5 nohz: fix wrong event handler after online an offlined cpu by Miao Xie · 16 years ago
  86. b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 16 years ago
  87. 5df7fa1 tick-sched: add more debug information by Thomas Gleixner · 17 years ago
  88. 6378ddb time: track accurate idle time with tick_sched.idle_sleeptime by Venki Pallipadi · 17 years ago
  89. 4f86d3a cpuidle: consolidate 2.6.22 cpuidle branch into one patch by Len Brown · 17 years ago
  90. 289f480 [PATCH] Add debugging feature /proc/timer_list by Ingo Molnar · 18 years ago
  91. 79bf2bb [PATCH] tick-management: dyntick / highres functionality by Thomas Gleixner · 18 years ago
  92. 906568c [PATCH] tick-management: core functionality by Thomas Gleixner · 18 years ago