summaryrefslogtreecommitdiffstats
path: root/kernel/time/clockevents.c
Commit message (Expand)AuthorAgeFilesLines
* clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-031-30/+21
* clockevents: Make tick handover explicitThomas Gleixner2015-04-031-4/+0
* clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki2015-04-031-7/+0
* clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-031-1/+3
* clockevents: Remove the broadcast control leftoversThomas Gleixner2015-04-031-10/+0
* clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-031-1/+5
* clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-011-9/+0
* clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner2015-04-011-5/+2
* clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner2015-04-011-3/+0
* clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar2015-03-271-1/+2
* clockevents: Manage device's state separately for the coreViresh Kumar2015-03-271-46/+53
* clockevents: Handle tick device's resume separatelyViresh Kumar2015-03-271-9/+21
* clockevents: Introduce mode specific callbacksViresh Kumar2015-02-181-2/+86
* 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
OpenPOWER on IntegriCloud