Age | Commit message (Expand) | Author | Files | Lines |
2019-12-09 | rcu: Enable tick for nohz_full CPUs slow to provide expedited QS | Paul E. McKenney | 1 | -1/+4 |
2019-11-27 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+6 |
2019-10-29 | context_tracking: Rename context_tracking_is_enabled() => context_tracking_en... | Frederic Weisbecker | 1 | -1/+1 |
2019-10-05 | nohz: Add TICK_DEP_BIT_RCU | Frederic Weisbecker | 1 | -1/+6 |
2019-05-07 | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -1/+6 |
2019-04-10 | cpuidle: Export the next timer expiration for CPUs | Ulf Hansson | 1 | -1/+6 |
2019-03-23 | tick: Remove outgoing CPU from broadcast masks | Thomas Gleixner | 1 | -0/+6 |
2018-04-09 | cpuidle: menu: Refine idle state selection for running tick | Rafael J. Wysocki | 1 | -3/+4 |
2018-04-09 | sched: idle: Select idle state before stopping the tick | Rafael J. Wysocki | 1 | -0/+2 |
2018-04-06 | cpuidle: Return nohz hint from cpuidle_select() | Rafael J. Wysocki | 1 | -0/+2 |
2018-04-05 | sched: idle: Do not stop the tick upfront in the idle loop | Rafael J. Wysocki | 1 | -0/+2 |
2018-04-05 | time: tick-sched: Reorganize idle tick management code | Rafael J. Wysocki | 1 | -0/+12 |
2018-02-21 | nohz: Allow to check if remote CPU tick is stopped | Frederic Weisbecker | 1 | -0/+2 |
2018-02-21 | nohz: Convert tick_nohz_tick_stopped() to bool | Frederic Weisbecker | 1 | -1/+1 |
2017-12-28 | cpufreq: schedutil: Use idle_calls counter of the remote CPU | Joel Fernandes | 1 | -0/+1 |
2017-11-08 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-27 | sched/isolation: Handle the nohz_full= parameter | Frederic Weisbecker | 1 | -0/+2 |
2017-10-27 | sched/isolation: Move housekeeping related code to its own file | Frederic Weisbecker | 1 | -37/+0 |
2017-03-23 | cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely | Rafael J. Wysocki | 1 | -0/+1 |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner | 1 | -3/+1 |
2016-03-18 | param: convert some "on"/"off" users to strtobool | Kees Cook | 1 | -1/+1 |
2016-03-02 | posix-cpu-timers: Migrate to use new tick dependency mask model | Frederic Weisbecker | 1 | -2/+0 |
2016-03-02 | perf: Migrate perf to use new tick dependency mask model | Frederic Weisbecker | 1 | -2/+0 |
2016-03-02 | nohz: Use enum code for tick stop failure tracing message | Frederic Weisbecker | 1 | -0/+1 |
2016-03-02 | nohz: New tick dependency mask | Frederic Weisbecker | 1 | -0/+92 |
2016-01-16 | time: nohz: Expose tick_nohz_enabled | Jean Delvare | 1 | -0/+2 |
2015-09-02 | nohz: Affine unpinned timers to housekeepers | Vatika Harlalka | 1 | -0/+9 |
2015-07-29 | nohz: Remove useless argument on tick_nohz_task_switch() | Frederic Weisbecker | 1 | -4/+4 |
2015-07-29 | nohz: Restart nohz full tick from irq exit | Frederic Weisbecker | 1 | -8/+0 |
2015-07-29 | nohz: Prevent tilegx network driver interrupts | Chris Metcalf | 1 | -0/+9 |
2015-07-07 | tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build | Thomas Gleixner | 1 | -0/+7 |
2015-07-07 | tick/broadcast: Make idle check independent from mode and config | Thomas Gleixner | 1 | -4/+0 |
2015-06-24 | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+8 |
2015-05-19 | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND | Rafael J. Wysocki | 1 | -4/+8 |
2015-05-07 | nohz: Add tick_nohz_full_add_cpus_to() API | Chris Metcalf | 1 | -0/+7 |
2015-04-03 | clockevents: Cleanup dead cpu explicitely | Thomas Gleixner | 1 | -0/+2 |
2015-04-03 | clockevents: Make tick handover explicit | Thomas Gleixner | 1 | -0/+2 |
2015-04-03 | clockevents: Provide explicit broadcast oneshot control functions | Thomas Gleixner | 1 | -0/+19 |
2015-04-03 | clockevents: Provide explicit broadcast control functions | Thomas Gleixner | 1 | -0/+25 |
2015-04-02 | clockevents: Fix cpu_down() race for hrtimer based broadcasting | Preeti U Murthy | 1 | -0/+6 |
2015-04-01 | arm/bL_switcher: Kill tick suspend hackery | Thomas Gleixner | 1 | -15/+4 |
2015-04-01 | tick/xen: Provide and use tick_suspend_local() and tick_resume_local() | Thomas Gleixner | 1 | -3/+3 |
2015-04-01 | clockevents: Make suspend/resume calls explicit | Thomas Gleixner | 1 | -0/+3 |
2015-04-01 | tick: Move core only declarations and functions to core | Thomas Gleixner | 1 | -116/+18 |
2015-02-15 | PM / sleep: Make it possible to quiesce timers during suspend-to-idle | Rafael J. Wysocki | 1 | -1/+5 |
2014-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
2014-10-09 | s390/nohz: use a per-cpu flag for arch_needs_cpu | Martin Schwidefsky | 1 | -1/+1 |
2014-09-13 | nohz: Move nohz full init call to tick init | Frederic Weisbecker | 1 | -2/+0 |
2014-09-05 | nohz: Restore NMI safe local irq work for local nohz kick | Frederic Weisbecker | 1 | -6/+1 |