summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0Star
* Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla2018-07-101-2/+1Star
* 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/+0Star
* 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/+0Star
* clockevents: Drop redundant cpumask check in tick_check_new_device()Luiz Capitulino2015-08-011-3/+0Star
* 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/+2Star
* 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
* clockevents: Handle tick device's resume separatelyViresh Kumar2015-03-271-1/+1
* PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-151-0/+50
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-3/+3
|\
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-261-3/+3
* | nohz: Move nohz full init call to tick initFrederic Weisbecker2014-09-131-0/+1
|/
* tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar2014-04-151-1/+1
* tick: Remove code duplication in tick_handle_periodic()Viresh Kumar2014-03-261-7/+7
* tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar2014-03-261-1/+1
* Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-121-0/+1
|\
| * tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz2013-12-231-0/+1
* | tick: Document tick_do_timer_cpuAndrew Morton2013-11-191-0/+15
|/
* tick: Sanitize broadcast control logicThomas Gleixner2013-07-021-1/+2
* clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-06-241-2/+7
* clockevents: Implement unbind functionalityThomas Gleixner2013-05-161-0/+24
* clockevents: Split out selection logicThomas Gleixner2013-05-161-33/+36
* clockevents: Add module refcountThomas Gleixner2013-05-161-0/+4
* clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner2013-05-161-46/+4Star