summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-1/+2
|\
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-1/+2
| |\
| * | 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/+2
* | | clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-04-251-0/+4
* | | Merge branch 'linus' into timers/coreThomas Gleixner2013-04-241-1/+2
|\ \ \ | | |/ | |/|
| * | clockevents: Don't allow dummy broadcast timersMark Rutland2013-03-071-1/+2
| |/
* | clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd2013-04-171-0/+10
* | tick: Provide a check for a forced broadcast pendingThomas Gleixner2013-03-131-0/+12
* | tick: Handle broadcast wakeup of multiple cpusThomas Gleixner2013-03-131-1/+58
* | tick: Avoid programming the local cpu timer if broadcast pendingThomas Gleixner2013-03-131-2/+26
* | tick: Dynamically set broadcast irq affinityDaniel Lezcano2013-03-071-8/+31
* | tick: Pass broadcast device to tick_broadcast_set_event()Daniel Lezcano2013-03-071-6/+5Star
* | tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner2013-03-071-43/+43
|/
* clockevents: Fix generic broadcast for FEAT_C3STOPMark Rutland2013-02-121-8/+14
* clockevents: Add generic timer broadcast functionMark Rutland2013-01-311-0/+13
* clockevents: Add generic timer broadcast receiverMark Rutland2013-01-311-0/+17
* tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha2012-04-191-1/+2
* tick: Ensure that the broadcast device is initializedThomas Gleixner2012-04-191-0/+3
* tick: Fix oneshot broadcast setup reallyThomas Gleixner2012-04-181-6/+1Star
* clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha2012-04-101-1/+3
* clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha2012-02-151-0/+4
* tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner2011-12-021-1/+1
* clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-081-2/+2
* 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-161-1/+0Star
|\
| * time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2011-01-311-1/+0Star
* | 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/+3Star
* 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/+4Star
* clockevents: broadcast fixup possible waitersThomas Gleixner2008-09-061-1/+36
* clockevents: prevent endless loop lockupThomas Gleixner2008-09-051-10/+2Star
* 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
| |/