aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clockevents.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner1-3/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-11-05clockevents: Remove unnecessary unlikely()Yangtao Li1-9/+3
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla1-0/+6
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan1-8/+13
2017-03-23clockevents: Make clockevents_config() staticNicolai Stange1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-3/+3
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks1-1/+1
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar1-41/+1
2015-07-07clockevents: Allow set-state callbacks to be optionalViresh Kumar1-15/+9
2015-06-18clockevents: Check state instead of mode in suspend/resume pathViresh Kumar1-2/+2
2015-06-02clockevents: Use set/get state helper functionsThomas Gleixner1-5/+6
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner1-9/+9
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar1-12/+12
2015-05-27clockevents: Do not suspend/resume if unusedAlexandre Belloni1-2/+2
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar1-0/+4
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar1-1/+13
2015-05-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2015-04-24clockevents: Shutdown detached clockevent deviceViresh Kumar1-5/+1
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