summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* clockevents: Convert to raw_spinlockThomas Gleixner2009-12-141-10/+10
* clockevents: Make tick_device_lock staticThomas Gleixner2009-12-141-1/+1
* clockevents: prevent endless loop in tick_handle_periodic()john stultz2009-05-021-1/+11
* hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2009-01-301-7/+19
* cpumask: convert kernel time functionsRusty Russell2009-01-011-3/+3
* cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-4/+4
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-3/+3
* clockevents: prevent mode mismatch on cpu onlineThomas Gleixner2008-09-231-1/+2
* clockevents: prevent cpu online to interfere with nohzThomas Gleixner2008-09-231-3/+4
* clockevents: make device shutdown robustThomas Gleixner2008-09-161-2/+2
* clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi2008-09-051-0/+1
* cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-5/+3
* cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis2008-07-181-7/+7
* [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King2008-04-171-1/+3
* clockevents: introduce force broadcast notifierThomas Gleixner2007-10-141-0/+1
* clock events: allow replacement of broadcast timerVenki Pallipadi2007-10-121-2/+2
* clockevents: fix resume logicThomas Gleixner2007-07-211-6/+10
* highres/dyntick: prevent xtime lock contentionThomas Gleixner2007-05-081-1/+7
* [PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner2007-03-161-6/+7
* [PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner2007-03-061-0/+32
* [TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller2007-02-261-2/+3
* [PATCH] Add debugging feature /proc/timer_listIngo Molnar2007-02-161-0/+8
OpenPOWER on IntegriCloud