aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c
Commit message (Expand)AuthorAgeFilesLines
* tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner2011-12-091-1/+1
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2011-05-201-1/+11
|\
| * tick: Clear broadcast active bit when switching to oneshotThomas Gleixner2011-05-161-1/+11
* | clockevents: Move C3 stop test outside lockAndi Kleen2011-05-051-7/+9
|/
* 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-0/+10
|/
* fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
* clockevents: Convert to raw_spinlockThomas Gleixner2009-12-141-21/+21
* clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-191-4/+3
* clockevents: tick_broadcast_device can become staticDmitri Vorobiev2009-05-021-1/+1
* cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell2009-01-011-1/+1
* cpumask: convert kernel time functionsRusty Russell2009-01-011-55/+58
* cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
* NOHZ: restart tick device from irq_enter()Thomas Gleixner2008-10-171-0/+13
* clockevents: check broadcast tick device not the clock events deviceThomas Gleixner2008-10-041-2/+4
* clockevents: prevent mode mismatch on cpu onlineThomas Gleixner2008-09-231-0/+8
* clockevents: check broadcast device not tick deviceThomas Gleixner2008-09-231-2/+2
* clockevents: make device shutdown robustThomas Gleixner2008-09-161-5/+4
* clockevents: broadcast fixup possible waitersThomas Gleixner2008-09-061-1/+36
* clockevents: prevent endless loop lockupThomas Gleixner2008-09-051-10/+2
* clockevents: prevent multiple init/shutdownThomas Gleixner2008-09-051-7/+13
* clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner2008-09-051-3/+8
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-3/+5
|\
| * Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
| |\
| | * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
| * | x86, clockevents: add C1E aware idle functionThomas Gleixner2008-07-081-2/+4
| |/
* | clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+1
|/
* clockevents: fix typo in tick-broadcast.cGlauber Costa2008-04-211-1/+1
* [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King2008-04-171-1/+1
* timer: clean up tick-broadcast.cThomas Gleixner2008-01-301-5/+2
* clockevents: fix reprogramming decision in oneshot broadcastThomas Gleixner2007-12-181-35/+21
* time: fix inconsistent function names in commentsLi Zefan2007-11-051-1/+1
* x86: C1E late detection fix. Really switch off lapic timerThomas Gleixner2007-10-171-14/+4
* time: simplify smp_call_function_single() call sequenceAvi Kivity2007-10-171-13/+4
* clockevents: introduce force broadcast notifierThomas Gleixner2007-10-141-6/+23
* clock events: allow replacement of broadcast timerVenki Pallipadi2007-10-121-7/+6
* clockevents: fix periodic broadcast for oneshot devicesThomas Gleixner2007-10-121-2/+0
* clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner2007-09-221-16/+1
* clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner2007-09-161-7/+4
* clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner2007-09-161-1/+12
* clockevents: fix device replacementThomas Gleixner2007-07-211-1/+28
* clockevents: fix resume logicThomas Gleixner2007-07-211-2/+4
* Ignore bogus ACPI info for offline CPUsThomas Gleixner2007-05-231-5/+12
* [PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner2007-03-161-5/+22
* [PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner2007-03-061-0/+36
* [PATCH] Add debugging feature /proc/timer_listIngo Molnar2007-02-161-0/+21
* [PATCH] tick-management: dyntick / highres functionalityThomas Gleixner2007-02-161-1/+190
* [PATCH] tick-management: broadcast functionalityThomas Gleixner2007-02-161-0/+270