aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-common.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-02tick: Sanitize broadcast control logicGravatar Thomas Gleixner 1-1/+2
2013-06-24clockevents: Prefer CPU local devices over global devicesGravatar Stephen Boyd 1-2/+7
2013-05-16clockevents: Implement unbind functionalityGravatar Thomas Gleixner 1-0/+24
2013-05-16clockevents: Split out selection logicGravatar Thomas Gleixner 1-33/+36
2013-05-16clockevents: Add module refcountGravatar Thomas Gleixner 1-0/+4
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Gravatar Thomas Gleixner 1-46/+4
2013-05-16clockevents: Simplify lockingGravatar Thomas Gleixner 1-17/+5
2013-05-16clockevents: Get rid of the notifier chainGravatar Thomas Gleixner 1-25/+5
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+4
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownGravatar Thomas Gleixner 1-0/+1
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingGravatar Frederic Weisbecker 1-1/+1
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeGravatar Frederic Weisbecker 1-1/+4
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tGravatar Thomas Gleixner 1-0/+1
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 1-4/+4
2011-09-08clockevents: Make minimum delay adjustments configurableGravatar Martin Schwidefsky 1-2/+2
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicGravatar Thomas Gleixner 1-1/+5
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Gravatar Torben Hohn 1-1/+0
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-1/+1
2009-12-14clockevents: Convert to raw_spinlockGravatar Thomas Gleixner 1-10/+10
2009-12-14clockevents: Make tick_device_lock staticGravatar Thomas Gleixner 1-1/+1
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()Gravatar john stultz 1-1/+11
2009-01-30hrtimers: allow the hot-unplugging of all cpusGravatar Sebastien Dugue 1-7/+19
2009-01-01cpumask: convert kernel time functionsGravatar Rusty Russell 1-3/+3
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-4/+4
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskGravatar Rusty Russell 1-3/+3
2008-09-23clockevents: prevent mode mismatch on cpu onlineGravatar Thomas Gleixner 1-1/+2
2008-09-23clockevents: prevent cpu online to interfere with nohzGravatar Thomas Gleixner 1-3/+4
2008-09-16clockevents: make device shutdown robustGravatar Thomas Gleixner 1-2/+2
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopGravatar Venkatesh Pallipadi 1-0/+1
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuGravatar Mike Travis 1-5/+3
2008-07-18cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cGravatar Mike Travis 1-7/+7
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hGravatar Russell King 1-1/+3
2007-10-14clockevents: introduce force broadcast notifierGravatar Thomas Gleixner 1-0/+1
2007-10-12clock events: allow replacement of broadcast timerGravatar Venki Pallipadi 1-2/+2
2007-07-21clockevents: fix resume logicGravatar Thomas Gleixner 1-6/+10
2007-05-08highres/dyntick: prevent xtime lock contentionGravatar Thomas Gleixner 1-1/+7
2007-03-16[PATCH] clockevents: Fix suspend/resume to disk hangsGravatar Thomas Gleixner 1-6/+7
2007-03-06[PATCH] Save/restore periodic tick information over suspend/resumeGravatar Thomas Gleixner 1-0/+32
2007-02-26[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().Gravatar David S. Miller 1-2/+3
2007-02-16[PATCH] Add debugging feature /proc/timer_listGravatar Ingo Molnar 1-0/+8
2007-02-16[PATCH] tick-management: dyntick / highres functionalityGravatar Thomas Gleixner 1-0/+26
2007-02-16[PATCH] tick-management: broadcast functionalityGravatar Thomas Gleixner 1-9/+44
2007-02-16[PATCH] tick-management: core functionalityGravatar Thomas Gleixner 1-0/+277