aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tick.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2024-03-11Merge tag 'x86_cache_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+8
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Gravatar Thomas Gleixner 1-0/+3
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callGravatar Frederic Weisbecker 1-0/+2
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGGravatar Frederic Weisbecker 1-6/+0
2024-02-26tick: Start centralizing tick related CPU hotplug operationsGravatar Frederic Weisbecker 1-2/+6
2024-02-16tick/nohz: Move tick_nohz_full_mask declaration outside the #ifdefGravatar James Morse 1-1/+8
2023-09-27tick/nohz: Remove unused tick_nohz_idle_stop_tick_protected()Gravatar Xueshi Hu 1-10/+0
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemGravatar Joel Fernandes (Google) 1-0/+2
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+15
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededGravatar Frederic Weisbecker 1-0/+7
2021-05-13tick/nohz: Change signal tick dependency to wake up CPUs of member tasksGravatar Marcelo Tosatti 1-4/+4
2021-05-13tick/nohz: Evaluate the CPU expression after the static keyGravatar Peter Zijlstra 1-7/+11
2019-12-09rcu: Enable tick for nohz_full CPUs slow to provide expedited QSGravatar Paul E. McKenney 1-1/+4
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+6
2019-10-29context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Gravatar Frederic Weisbecker 1-1/+1
2019-10-05nohz: Add TICK_DEP_BIT_RCUGravatar Frederic Weisbecker 1-1/+6
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+6
2019-04-10cpuidle: Export the next timer expiration for CPUsGravatar Ulf Hansson 1-1/+6
2019-03-23tick: Remove outgoing CPU from broadcast masksGravatar Thomas Gleixner 1-0/+6
2018-04-09cpuidle: menu: Refine idle state selection for running tickGravatar Rafael J. Wysocki 1-3/+4
2018-04-09sched: idle: Select idle state before stopping the tickGravatar Rafael J. Wysocki 1-0/+2
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Gravatar Rafael J. Wysocki 1-0/+2
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopGravatar Rafael J. Wysocki 1-0/+2
2018-04-05time: tick-sched: Reorganize idle tick management codeGravatar Rafael J. Wysocki 1-0/+12
2018-02-21nohz: Allow to check if remote CPU tick is stoppedGravatar Frederic Weisbecker 1-0/+2
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolGravatar Frederic Weisbecker 1-1/+1
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUGravatar Joel Fernandes 1-0/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-27sched/isolation: Handle the nohz_full= parameterGravatar Frederic Weisbecker 1-0/+2
2017-10-27sched/isolation: Move housekeeping related code to its own fileGravatar Frederic Weisbecker 1-37/+0
2017-03-23cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyGravatar Rafael J. Wysocki 1-0/+1
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-3/+1
2016-03-17param: convert some "on"/"off" users to strtoboolGravatar Kees Cook 1-1/+1
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelGravatar Frederic Weisbecker 1-2/+0
2016-03-02perf: Migrate perf to use new tick dependency mask modelGravatar Frederic Weisbecker 1-2/+0
2016-03-02nohz: Use enum code for tick stop failure tracing messageGravatar Frederic Weisbecker 1-0/+1
2016-03-02nohz: New tick dependency maskGravatar Frederic Weisbecker 1-0/+92
2016-01-15time: nohz: Expose tick_nohz_enabledGravatar Jean Delvare 1-0/+2
2015-09-02nohz: Affine unpinned timers to housekeepersGravatar Vatika Harlalka 1-0/+9
2015-07-29nohz: Remove useless argument on tick_nohz_task_switch()Gravatar Frederic Weisbecker 1-4/+4
2015-07-29nohz: Restart nohz full tick from irq exitGravatar Frederic Weisbecker 1-8/+0
2015-07-29nohz: Prevent tilegx network driver interruptsGravatar Chris Metcalf 1-0/+9
2015-07-07tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n buildGravatar Thomas Gleixner 1-0/+7
2015-07-07tick/broadcast: Make idle check independent from mode and configGravatar Thomas Gleixner 1-4/+0
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+8
2015-05-19PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDGravatar Rafael J. Wysocki 1-4/+8
2015-05-07nohz: Add tick_nohz_full_add_cpus_to() APIGravatar Chris Metcalf 1-0/+7
2015-04-03clockevents: Cleanup dead cpu explicitelyGravatar Thomas Gleixner 1-0/+2