aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner1-10/+10
2009-12-14clockevents: Make tick_device_lock staticThomas Gleixner1-1/+1
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()john stultz1-1/+11
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue1-7/+19
2009-01-01cpumask: convert kernel time functionsRusty Russell1-3/+3
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-4/+4
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner1-1/+2
2008-09-23clockevents: prevent cpu online to interfere with nohzThomas Gleixner1-3/+4
2008-09-16clockevents: make device shutdown robustThomas Gleixner1-2/+2
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi1-0/+1
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-5/+3
2008-07-18cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis1-7/+7
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King1-1/+3
2007-10-14clockevents: introduce force broadcast notifierThomas Gleixner1-0/+1
2007-10-12clock events: allow replacement of broadcast timerVenki Pallipadi1-2/+2
2007-07-21clockevents: fix resume logicThomas Gleixner1-6/+10
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner1-1/+7
2007-03-16[PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner1-6/+7
2007-03-06[PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner1-0/+32
2007-02-26[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller1-2/+3
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar1-0/+8
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-0/+26
2007-02-16[PATCH] tick-management: broadcast functionalityThomas Gleixner1-9/+44
2007-02-16[PATCH] tick-management: core functionalityThomas Gleixner1-0/+277