summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner2024-04-101-8/+9
* tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker2024-02-261-0/+4
* tick: Shut down low-res tick from dying CPUFrederic Weisbecker2024-02-261-1/+2
* tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-261-0/+3
* tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-261-0/+2
* tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker2024-02-261-6/+11
* tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker2024-02-261-3/+1
* tick/common: Align tick period during sched_timer setupThomas Gleixner2023-06-161-12/+1
* tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior2023-04-181-1/+11
* timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner2021-08-101-0/+7
* tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastWill Deacon2021-05-311-1/+1
* tick: Use tick_check_replacement() instead of open coding itWang Wensheng2021-04-161-6/+1
* tick: Remove pointless cpu valid check in hotplug codeThomas Gleixner2020-12-161-7/+3
* tick: Get rid of tick_periodThomas Gleixner2020-11-191-5/+3
* tick: Document protections for tick related dataThomas Gleixner2020-11-191-1/+3
* timekeeping: Split jiffies seqlockThomas Gleixner2020-03-211-4/+6
* tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang2020-01-151-0/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-1/+1
|\
| * timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes2019-03-231-1/+1
* | nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2019-05-031-4/+46
* | timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen2019-04-181-0/+2
|/
* hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-231-3/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
* Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla2018-07-101-2/+1
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-0/+2
|\
| * PM / suspend: Prevent might sleep splatsThomas Gleixner2018-05-271-0/+2
* | tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla2018-05-131-1/+2
|/
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-15/+0
* timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-131-0/+15
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* clockevents: Remove unused set_mode() callbackViresh Kumar2015-09-141-1/+0
* clockevents: Drop redundant cpumask check in tick_check_new_device()Luiz Capitulino2015-08-011-3/+0
* tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner2015-07-141-0/+1
* tick/broadcast: Make idle check independent from mode and configThomas Gleixner2015-07-071-0/+21
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-4/+13
|\
| * PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| * PM / tick: Add tracepoints for suspend-to-idle diagnosticsRafael J. Wysocki2015-05-151-4/+11
* | clockevents: Use set/get state helper functionsThomas Gleixner2015-06-021-1/+1
* | clockevents: Provide functions to set and get the stateThomas Gleixner2015-06-021-2/+2
* | clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar2015-06-021-1/+1
* | hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-221-0/+10
|/
* timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki2015-04-031-3/+2
* timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki2015-04-031-1/+1
* clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-031-3/+3
* clockevents: Make tick handover explicitThomas Gleixner2015-04-031-3/+6
* arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner2015-04-011-1/+1
* tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-011-17/+38
* clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-011-3/+23
* clockevents: Manage device's state separately for the coreViresh Kumar2015-03-271-3/+4