summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c
AgeCommit message (Expand)AuthorLines
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar-1/+0
2015-08-01clockevents: Drop redundant cpumask check in tick_check_new_device()Luiz Capitulino-3/+0
2015-07-14tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner-0/+1
2015-07-07tick/broadcast: Make idle check independent from mode and configThomas Gleixner-0/+21
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+13
2015-06-02clockevents: Use set/get state helper functionsThomas Gleixner-1/+1
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner-2/+2
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar-1/+1
2015-05-19PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki-0/+2
2015-05-15PM / tick: Add tracepoints for suspend-to-idle diagnosticsRafael J. Wysocki-4/+11
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner-0/+10
2015-04-03timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki-3/+2
2015-04-03timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki-1/+1
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner-3/+3
2015-04-03clockevents: Make tick handover explicitThomas Gleixner-3/+6
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner-1/+1
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner-17/+38
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner-3/+23
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar-3/+4
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar-1/+1
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki-0/+50
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker-0/+1
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter-3/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar-1/+1
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar-7/+7
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar-1/+1
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar-0/+1
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz-0/+1
2013-11-19tick: Document tick_do_timer_cpuAndrew Morton-0/+15
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner-1/+2
2013-06-24clockevents: Prefer CPU local devices over global devicesStephen Boyd-2/+7
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner-0/+24
2013-05-16clockevents: Split out selection logicThomas Gleixner-33/+36
2013-05-16clockevents: Add module refcountThomas Gleixner-0/+4
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner-46/+4
2013-05-16clockevents: Simplify lockingThomas Gleixner-17/+5
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner-25/+5
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+4
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner-0/+1
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker-1/+1
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker-1/+4
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner-0/+1
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz-4/+4
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky-2/+2
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+0
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner-1/+5
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn-1/+0
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter-1/+1
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner-10/+10