summaryrefslogtreecommitdiffstats
path: root/kernel/time/clockevents.c
Commit message (Expand)AuthorAgeFilesLines
* clockevents: Prevent shift out of boundsThomas Gleixner2014-10-251-1/+1
* timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-011-4/+6
* time: Change the return type of clockevents_notify() to integerPreeti U Murthy2014-02-071-3/+5
* clockevents: Adjust timer interval when frequency changesSoren Brinkmann2014-02-071-3/+6
* clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner2014-02-071-7/+22
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-121-1/+1
|\
| * time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka2013-10-181-1/+1
* | clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-10-231-15/+50
|/
* clockevents: Implement unbind functionalityThomas Gleixner2013-05-161-0/+125
* clockevents: Provide sysfs interfaceThomas Gleixner2013-05-161-0/+86
* clockevents: Add module refcountThomas Gleixner2013-05-161-0/+1
* clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner2013-05-161-1/+27
* clockevents: Get rid of the notifier chainThomas Gleixner2013-05-161-32/+3
* clockevents: export clockevents_config_and_register for module useShawn Guo2013-01-141-0/+1
* timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2012-09-041-0/+24
* clockevents: Make clockevents_config() a global symbolMagnus Damm2012-05-251-2/+1
* clockevents: remove sysdev.hKay Sievers2011-12-211-1/+0
* clockevents: Add direct ktime programming functionMartin Schwidefsky2011-09-081-0/+4
* clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-081-14/+111
* 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
OpenPOWER on IntegriCloud