aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/clockevents.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09clockevents: Convert s[n]printf() to sysfs_emit()Gravatar Li Zhijian 1-1/+1
2024-02-07clockevents: Make clockevents_subsys constGravatar Ricardo B. Marliere 1-1/+1
2022-12-01clockevents: Repair kernel-doc for clockevent_delta2ns()Gravatar Lukas Bulwahn 1-1/+1
2022-04-10clockevents: Use dedicated list iterator variableGravatar Jakob Koschel 1-4/+5
2021-06-22clockevents: Use list_move() instead of list_del()/list_add()Gravatar Baokun Li 1-4/+2
2021-06-22clockevents: Add missing parameter documentationGravatar Baokun Li 1-0/+1
2021-05-31clockevents: Use DEVICE_ATTR_[RO|WO] macrosGravatar YueHaibing 1-8/+8
2019-03-23tick: Remove outgoing CPU from broadcast masksGravatar Thomas Gleixner 1-2/+16
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesGravatar Thomas Gleixner 1-3/+0
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-2/+0
2018-11-05clockevents: Remove unnecessary unlikely()Gravatar Yangtao Li 1-9/+3
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskGravatar Sudeep Holla 1-0/+6
2017-10-19clockevents: Retry programming min delta up to 10 timesGravatar James Hogan 1-8/+13
2017-03-23clockevents: Make clockevents_config() staticGravatar Nicolai Stange 1-1/+1
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-3/+3
2016-07-19clockevents: Make clockevents_subsys staticGravatar Ben Dooks 1-1/+1
2015-09-14clockevents: Remove unused set_mode() callbackGravatar Viresh Kumar 1-41/+1
2015-07-07clockevents: Allow set-state callbacks to be optionalGravatar Viresh Kumar 1-15/+9
2015-06-18clockevents: Check state instead of mode in suspend/resume pathGravatar Viresh Kumar 1-2/+2
2015-06-02clockevents: Use set/get state helper functionsGravatar Thomas Gleixner 1-5/+6
2015-06-02clockevents: Provide functions to set and get the stateGravatar Thomas Gleixner 1-9/+9
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceGravatar Viresh Kumar 1-12/+12
2015-05-27clockevents: Do not suspend/resume if unusedGravatar Alexandre Belloni 1-2/+2
2015-05-19clockevents: Stop unused clockevent devicesGravatar Viresh Kumar 1-0/+4
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateGravatar Viresh Kumar 1-1/+13
2015-05-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+1
2015-04-24clockevents: Shutdown detached clockevent deviceGravatar Viresh Kumar 1-5/+1
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2015-04-03clockevents: Cleanup dead cpu explicitelyGravatar Thomas Gleixner 1-30/+21
2015-04-03clockevents: Make tick handover explicitGravatar Thomas Gleixner 1-4/+0
2015-04-03clockevents: Remove broadcast oneshot control leftoversGravatar Rafael J. Wysocki 1-7/+0
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsGravatar Thomas Gleixner 1-1/+3
2015-04-03clockevents: Remove the broadcast control leftoversGravatar Thomas Gleixner 1-10/+0
2015-04-03clockevents: Provide explicit broadcast control functionsGravatar Thomas Gleixner 1-1/+5
2015-04-01clockevents: Make suspend/resume calls explicitGravatar Thomas Gleixner 1-9/+0
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Gravatar Thomas Gleixner 1-5/+2
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDGravatar Thomas Gleixner 1-3/+0
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Gravatar Viresh Kumar 1-1/+2
2015-03-27clockevents: Manage device's state separately for the coreGravatar Viresh Kumar 1-46/+53
2015-03-27clockevents: Handle tick device's resume separatelyGravatar Viresh Kumar 1-9/+21
2015-03-01clockevents: export clockevents_unbind_device instead of clockevents_unbindGravatar Vitaly Kuznetsov 1-1/+1
2015-02-18clockevents: Introduce mode specific callbacksGravatar Viresh Kumar 1-2/+86
2014-10-25clockevents: Prevent shift out of boundsGravatar Thomas Gleixner 1-1/+1
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksGravatar Jan Kara 1-4/+6
2014-02-07time: Change the return type of clockevents_notify() to integerGravatar Preeti U Murthy 1-3/+5
2014-02-07clockevents: Adjust timer interval when frequency changesGravatar Soren Brinkmann 1-3/+6
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreGravatar Thomas Gleixner 1-7/+22
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2013-10-23clockevents: Sanitize ticks to nsec conversionGravatar Thomas Gleixner 1-15/+50