summaryrefslogtreecommitdiff
path: root/kernel/time/clockevents.c
AgeCommit message (Expand)Author
2022-12-01clockevents: Repair kernel-doc for clockevent_delta2ns()Lukas Bulwahn
2022-04-10clockevents: Use dedicated list iterator variableJakob Koschel
2021-06-22clockevents: Use list_move() instead of list_del()/list_add()Baokun Li
2021-06-22clockevents: Add missing parameter documentationBaokun Li
2021-05-31clockevents: Use DEVICE_ATTR_[RO|WO] macrosYueHaibing
2019-03-23tick: Remove outgoing CPU from broadcast masksThomas Gleixner
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-11-05clockevents: Remove unnecessary unlikely()Yangtao Li
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla
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