aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clockevents.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+15
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner1-7/+7
2009-12-11clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner1-3/+15
2009-11-18clockevents: Add missing include to pacify sparseH Hartley Sweeten1-0/+2
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter1-6/+5
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha1-6/+10
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner1-11/+0
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+12
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj1-0/+12
2009-05-02clockevent: export register_device and delta2nsMagnus Damm1-0/+2
2009-01-16clockevents: let set_mode() setup delta informationMagnus Damm1-9/+11
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-0/+2
2008-09-16clockevents: make device shutdown robustThomas Gleixner1-1/+11
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi1-2/+1
2008-02-08time: fix typo in commentsLi Zefan1-1/+1
2008-02-08clockevent: simplify list operationsLi Zefan1-7/+4
2008-01-30x86: make clockevents more robustIngo Molnar1-0/+13
2007-12-07clockevents: warn once when program_event() is called with negative expiryThomas Gleixner1-0/+5
2007-10-12clockevents: Allow build w/o run-tine usage for migration purposesThomas Gleixner1-1/+2
2007-08-11timer: remove clockevents_unregister_notifierMiao Xie1-10/+0
2007-07-16Remove clockevents_{release,request}_deviceAndi Kleen1-41/+0
2007-03-26[PATCH] clockevents: remove bad designed sysfs support for nowThomas Gleixner1-69/+0
2007-02-16[PATCH] clockevents: add core functionalityThomas Gleixner1-0/+345