aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner1-8/+9
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker1-0/+4
2024-02-26tick: Shut down low-res tick from dying CPUFrederic Weisbecker1-1/+2
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker1-0/+3
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker1-0/+2
2024-02-26tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker1-6/+11
2024-02-26tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker1-3/+1
2023-06-16tick/common: Align tick period during sched_timer setupThomas Gleixner1-12/+1
2023-04-18tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior1-1/+11
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner1-0/+7
2021-05-31tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastWill Deacon1-1/+1
2021-04-16tick: Use tick_check_replacement() instead of open coding itWang Wensheng1-6/+1
2020-12-16tick: Remove pointless cpu valid check in hotplug codeThomas Gleixner1-7/+3
2020-11-19tick: Get rid of tick_periodThomas Gleixner1-5/+3
2020-11-19tick: Document protections for tick related dataThomas Gleixner1-1/+3
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner1-4/+6
2020-01-15tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang1-0/+2
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-05-03nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin1-4/+46
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen1-0/+2
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes1-1/+1
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner1-3/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla1-2/+1
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+2
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner1-0/+2
2018-05-13tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla1-1/+2
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-15/+0
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner1-0/+15
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar1-1/+0
2015-08-01clockevents: Drop redundant cpumask check in tick_check_new_device()Luiz Capitulino1-3/+0
2015-07-14tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner1-0/+1
2015-07-07tick/broadcast: Make idle check independent from mode and configThomas Gleixner1-0/+21
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+13
2015-06-02clockevents: Use set/get state helper functionsThomas Gleixner1-1/+1
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner1-2/+2
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar1-1/+1
2015-05-19PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki1-0/+2
2015-05-15PM / tick: Add tracepoints for suspend-to-idle diagnosticsRafael J. Wysocki1-4/+11
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner1-0/+10
2015-04-03timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki1-3/+2
2015-04-03timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki1-1/+1
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner1-3/+3
2015-04-03clockevents: Make tick handover explicitThomas Gleixner1-3/+6
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner1-1/+1
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner1-17/+38
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner1-3/+23
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar1-3/+4
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar1-1/+1
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki1-0/+50
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker1-0/+1
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar1-1/+1
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar1-7/+7
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar1-1/+1
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar1-0/+1
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz1-0/+1
2013-11-19tick: Document tick_do_timer_cpuAndrew Morton1-0/+15
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner1-1/+2
2013-06-24clockevents: Prefer CPU local devices over global devicesStephen Boyd1-2/+7
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner1-0/+24
2013-05-16clockevents: Split out selection logicThomas Gleixner1-33/+36
2013-05-16clockevents: Add module refcountThomas Gleixner1-0/+4
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner1-46/+4
2013-05-16clockevents: Simplify lockingThomas Gleixner1-17/+5
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner1-25/+5
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+4
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner1-0/+1
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker1-1/+1
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker1-1/+4
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner1-0/+1
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz1-4/+4
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky1-2/+2
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner1-1/+5
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn1-1/+0
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-1/+1
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner1-10/+10
2009-12-14clockevents: Make tick_device_lock staticThomas Gleixner1-1/+1
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()john stultz1-1/+11
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue1-7/+19
2009-01-01cpumask: convert kernel time functionsRusty Russell1-3/+3
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-4/+4
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner1-1/+2
2008-09-23clockevents: prevent cpu online to interfere with nohzThomas Gleixner1-3/+4
2008-09-16clockevents: make device shutdown robustThomas Gleixner1-2/+2
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi1-0/+1
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-5/+3
2008-07-18cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis1-7/+7
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King1-1/+3
2007-10-14clockevents: introduce force broadcast notifierThomas Gleixner1-0/+1
2007-10-12clock events: allow replacement of broadcast timerVenki Pallipadi1-2/+2
2007-07-21clockevents: fix resume logicThomas Gleixner1-6/+10
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner1-1/+7
2007-03-16[PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner1-6/+7
2007-03-06[PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner1-0/+32
2007-02-26[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller1-2/+3
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar1-0/+8
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-0/+26
2007-02-16[PATCH] tick-management: broadcast functionalityThomas Gleixner1-9/+44
2007-02-16[PATCH] tick-management: core functionalityThomas Gleixner1-0/+277