aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clockevents.c
AgeCommit message (Expand)Author
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan
2017-03-23clockevents: Make clockevents_config() staticNicolai Stange
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar
2015-07-07clockevents: Allow set-state callbacks to be optionalViresh Kumar
2015-06-18clockevents: Check state instead of mode in suspend/resume pathViresh Kumar
2015-06-02clockevents: Use set/get state helper functionsThomas Gleixner
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar
2015-05-27clockevents: Do not suspend/resume if unusedAlexandre Belloni
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar
2015-05-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-04-24clockevents: Shutdown detached clockevent deviceViresh Kumar
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner
2015-04-03clockevents: Make tick handover explicitThomas Gleixner
2015-04-03clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner
2015-04-03clockevents: Remove the broadcast control leftoversThomas Gleixner
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar
2015-03-01clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar
2014-10-25clockevents: Prevent shift out of boundsThomas Gleixner
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner
2013-05-16clockevents: Provide sysfs interfaceThomas Gleixner
2013-05-16clockevents: Add module refcountThomas Gleixner
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner
2013-01-14clockevents: export clockevents_config_and_register for module useShawn Guo
2012-09-04timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki
2012-05-25clockevents: Make clockevents_config() a global symbolMagnus Damm
2011-12-21clockevents: remove sysdev.hKay Sievers
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner