aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clockevents.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds2012-01-031-1/+0
* clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner2011-12-091-0/+1
* clockevents: Handle empty cpumask gracefullyThomas Gleixner2011-06-031-1/+4
* clockevents/source: Use u64 to make 32bit happyThomas Gleixner2011-05-201-1/+1
* clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner2011-05-191-0/+20
* clockevents: Provide combined configure and register functionThomas Gleixner2011-05-191-0/+44
* time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2011-01-311-1/+0
* clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng2010-01-181-1/+2
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-191-3/+15
|\
| * clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner2009-12-111-3/+15
* | clockevents: Convert to raw_spinlockThomas Gleixner2009-12-141-7/+7
|/
* clockevents: Add missing include to pacify sparseH Hartley Sweeten2009-11-181-0/+2
* nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter2009-11-131-6/+5
* clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-191-6/+10
* hrtimer: Fix migration expiry checkThomas Gleixner2009-07-101-11/+0
* Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-0/+12
|\
| * timers: Logic to move non pinned timersArun R Bharadwaj2009-05-131-0/+12
* | clockevent: export register_device and delta2nsMagnus Damm2009-05-021-0/+2
|/
* clockevents: let set_mode() setup delta informationMagnus Damm2009-01-161-9/+11
* cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-0/+2
* clockevents: make device shutdown robustThomas Gleixner2008-09-161-1/+11
* clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi2008-09-051-2/+1
* time: fix typo in commentsLi Zefan2008-02-081-1/+1
* clockevent: simplify list operationsLi Zefan2008-02-081-7/+4
* x86: make clockevents more robustIngo Molnar2008-01-301-0/+13
* clockevents: warn once when program_event() is called with negative expiryThomas Gleixner2007-12-071-0/+5
* clockevents: Allow build w/o run-tine usage for migration purposesThomas Gleixner2007-10-121-1/+2
* timer: remove clockevents_unregister_notifierMiao Xie2007-08-111-10/+0
* Remove clockevents_{release,request}_deviceAndi Kleen2007-07-161-41/+0
* [PATCH] clockevents: remove bad designed sysfs support for nowThomas Gleixner2007-03-261-69/+0
* [PATCH] clockevents: add core functionalityThomas Gleixner2007-02-161-0/+345