Age | Commit message (Expand) | Author |
2024-06-21 | tick: Remove unnused tick_nohz_get_idle_calls() | Christian Loehle |
2024-03-11 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-03-11 | Merge tag 'x86_cache_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-03-01 | sched/idle: Conditionally handle tick broadcast in default_idle_call() | Thomas Gleixner |
2024-02-26 | tick: Assume timekeeping is correctly handed over upon last offline idle call | Frederic Weisbecker |
2024-02-26 | tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING | Frederic Weisbecker |
2024-02-26 | tick: Start centralizing tick related CPU hotplug operations | Frederic Weisbecker |
2024-02-16 | tick/nohz: Move tick_nohz_full_mask declaration outside the #ifdef | James Morse |
2023-09-27 | tick/nohz: Remove unused tick_nohz_idle_stop_tick_protected() | Xueshi Hu |
2023-04-05 | tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem | Joel Fernandes (Google) |
2021-06-28 | Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-05-31 | tick/nohz: Only check for RCU deferred wakeup on user/guest entry when needed | Frederic Weisbecker |
2021-05-13 | tick/nohz: Change signal tick dependency to wake up CPUs of member tasks | Marcelo Tosatti |
2021-05-13 | tick/nohz: Evaluate the CPU expression after the static key | Peter Zijlstra |
2019-12-09 | rcu: Enable tick for nohz_full CPUs slow to provide expedited QS | Paul E. McKenney |
2019-11-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-10-29 | context_tracking: Rename context_tracking_is_enabled() => context_tracking_en... | Frederic Weisbecker |
2019-10-05 | nohz: Add TICK_DEP_BIT_RCU | Frederic Weisbecker |
2019-05-06 | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2019-04-10 | cpuidle: Export the next timer expiration for CPUs | Ulf Hansson |
2019-03-23 | tick: Remove outgoing CPU from broadcast masks | Thomas Gleixner |
2018-04-09 | cpuidle: menu: Refine idle state selection for running tick | Rafael J. Wysocki |
2018-04-09 | sched: idle: Select idle state before stopping the tick | Rafael J. Wysocki |
2018-04-06 | cpuidle: Return nohz hint from cpuidle_select() | Rafael J. Wysocki |
2018-04-05 | sched: idle: Do not stop the tick upfront in the idle loop | Rafael J. Wysocki |
2018-04-05 | time: tick-sched: Reorganize idle tick management code | Rafael J. Wysocki |
2018-02-21 | nohz: Allow to check if remote CPU tick is stopped | Frederic Weisbecker |
2018-02-21 | nohz: Convert tick_nohz_tick_stopped() to bool | Frederic Weisbecker |
2017-12-28 | cpufreq: schedutil: Use idle_calls counter of the remote CPU | Joel Fernandes |
2017-11-08 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-27 | sched/isolation: Handle the nohz_full= parameter | Frederic Weisbecker |
2017-10-27 | sched/isolation: Move housekeeping related code to its own file | Frederic Weisbecker |
2017-03-23 | cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely | Rafael J. Wysocki |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner |
2016-03-17 | param: convert some "on"/"off" users to strtobool | Kees Cook |
2016-03-02 | posix-cpu-timers: Migrate to use new tick dependency mask model | Frederic Weisbecker |
2016-03-02 | perf: Migrate perf to use new tick dependency mask model | Frederic Weisbecker |
2016-03-02 | nohz: Use enum code for tick stop failure tracing message | Frederic Weisbecker |
2016-03-02 | nohz: New tick dependency mask | Frederic Weisbecker |
2016-01-15 | time: nohz: Expose tick_nohz_enabled | Jean Delvare |
2015-09-02 | nohz: Affine unpinned timers to housekeepers | Vatika Harlalka |
2015-07-29 | nohz: Remove useless argument on tick_nohz_task_switch() | Frederic Weisbecker |
2015-07-29 | nohz: Restart nohz full tick from irq exit | Frederic Weisbecker |
2015-07-29 | nohz: Prevent tilegx network driver interrupts | Chris Metcalf |
2015-07-07 | tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build | Thomas Gleixner |
2015-07-07 | tick/broadcast: Make idle check independent from mode and config | Thomas Gleixner |
2015-06-23 | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-05-19 | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND | Rafael J. Wysocki |
2015-05-07 | nohz: Add tick_nohz_full_add_cpus_to() API | Chris Metcalf |