aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clockevents.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner1-30/+21
2015-04-03clockevents: Make tick handover explicitThomas Gleixner1-4/+0
2015-04-03clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki1-7/+0
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner1-1/+3
2015-04-03clockevents: Remove the broadcast control leftoversThomas Gleixner1-10/+0
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner1-1/+5
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner1-9/+0
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner1-5/+2
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner1-3/+0
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new interfaceViresh Kumar1-1/+2
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar1-46/+53
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar1-9/+21
2015-03-01clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov1-1/+1
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar1-2/+86
2014-10-25clockevents: Prevent shift out of boundsThomas Gleixner1-1/+1
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy1-3/+5
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann1-3/+6
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner1-7/+22
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka1-1/+1
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner1-0/+125
2013-05-16clockevents: Provide sysfs interfaceThomas Gleixner1-0/+86
2013-05-16clockevents: Add module refcountThomas Gleixner1-0/+1
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner1-1/+27
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner1-32/+3
2013-01-14clockevents: export clockevents_config_and_register for module useShawn Guo1-0/+1
2012-09-04timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki1-0/+24
2012-05-25clockevents: Make clockevents_config() a global symbolMagnus Damm1-2/+1
2011-12-21clockevents: remove sysdev.hKay Sievers1-1/+0
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky1-0/+4
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky1-14/+111
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner1-1/+4
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner1-1/+1
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner1-0/+20
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner1-0/+44
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn1-1/+0
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng1-1/+2
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