aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c
Commit message (Expand)AuthorAgeFilesLines
* clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-05-071-0/+1
* 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
* [PATCH] tick-management: dyntick / highres functionalityThomas Gleixner2007-02-161-0/+26
* [PATCH] tick-management: broadcast functionalityThomas Gleixner2007-02-161-9/+44
* [PATCH] tick-management: core functionalityThomas Gleixner2007-02-161-0/+277