summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+4
* clockevents: Simplify lockingThomas Gleixner2013-05-161-17/+5
* clockevents: Get rid of the notifier chainThomas Gleixner2013-05-161-25/+5
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-1/+4
|\
| * nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-151-1/+1
| * nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker2013-03-211-1/+4
* | clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-04-251-0/+1
* | tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner2013-03-071-0/+1
|/
* time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-131-4/+4
* clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-081-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-151-1/+0
|\
| * time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2011-01-311-1/+0
* | clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner2011-02-261-1/+5
|/
* core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-1/+1
OpenPOWER on IntegriCloud