| Commit message (Expand) | Author | Age | Files | Lines |
* | clockevents: Warn if cpu_all_mask is used as cpumask | Sudeep Holla | 2018-08-02 | 1 | -0/+6 |
* | clockevents: Retry programming min delta up to 10 times | James Hogan | 2017-10-19 | 1 | -8/+13 |
* | clockevents: Make clockevents_config() static | Nicolai Stange | 2017-03-23 | 1 | -1/+1 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -3/+3 |
* | clockevents: Make clockevents_subsys static | Ben Dooks | 2016-07-19 | 1 | -1/+1 |
* | clockevents: Remove unused set_mode() callback | Viresh Kumar | 2015-09-14 | 1 | -41/+1 |
* | clockevents: Allow set-state callbacks to be optional | Viresh Kumar | 2015-07-07 | 1 | -15/+9 |
* | clockevents: Check state instead of mode in suspend/resume path | Viresh Kumar | 2015-06-18 | 1 | -2/+2 |
* | clockevents: Use set/get state helper functions | Thomas Gleixner | 2015-06-02 | 1 | -5/+6 |
* | clockevents: Provide functions to set and get the state | Thomas Gleixner | 2015-06-02 | 1 | -9/+9 |
* | clockevents: Use helpers to check the state of a clockevent device | Viresh Kumar | 2015-06-02 | 1 | -12/+12 |
* | clockevents: Do not suspend/resume if unused | Alexandre Belloni | 2015-05-27 | 1 | -2/+2 |
* | clockevents: Stop unused clockevent devices | Viresh Kumar | 2015-05-19 | 1 | -0/+4 |
* | clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state | Viresh Kumar | 2015-05-19 | 1 | -1/+13 |
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-05-09 | 1 | -5/+1 |
|\ |
|
| * | clockevents: Shutdown detached clockevent device | Viresh Kumar | 2015-04-24 | 1 | -5/+1 |
* | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-04-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | clockevents: export clockevents_unbind_device instead of clockevents_unbind | Vitaly Kuznetsov | 2015-03-02 | 1 | -1/+1 |
* | | clockevents: Cleanup dead cpu explicitely | Thomas Gleixner | 2015-04-03 | 1 | -30/+21 |
* | | clockevents: Make tick handover explicit | Thomas Gleixner | 2015-04-03 | 1 | -4/+0 |
* | | clockevents: Remove broadcast oneshot control leftovers | Rafael J. Wysocki | 2015-04-03 | 1 | -7/+0 |
* | | clockevents: Provide explicit broadcast oneshot control functions | Thomas Gleixner | 2015-04-03 | 1 | -1/+3 |
* | | clockevents: Remove the broadcast control leftovers | Thomas Gleixner | 2015-04-03 | 1 | -10/+0 |
* | | clockevents: Provide explicit broadcast control functions | Thomas Gleixner | 2015-04-03 | 1 | -1/+5 |
* | | clockevents: Make suspend/resume calls explicit | Thomas Gleixner | 2015-04-01 | 1 | -9/+0 |
* | | clockevents: Remove extra local_irq_save() in clockevents_exchange_device() | Thomas Gleixner | 2015-04-01 | 1 | -5/+2 |
* | | clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD | Thomas Gleixner | 2015-04-01 | 1 | -3/+0 |
* | | clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i... | Viresh Kumar | 2015-03-27 | 1 | -1/+2 |
* | | clockevents: Manage device's state separately for the core | Viresh Kumar | 2015-03-27 | 1 | -46/+53 |
* | | clockevents: Handle tick device's resume separately | Viresh Kumar | 2015-03-27 | 1 | -9/+21 |
* | | clockevents: Introduce mode specific callbacks | Viresh Kumar | 2015-02-18 | 1 | -2/+86 |
|/ |
|
* | clockevents: Prevent shift out of bounds | Thomas Gleixner | 2014-10-25 | 1 | -1/+1 |
* | timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks | Jan Kara | 2014-08-01 | 1 | -4/+6 |
* | time: Change the return type of clockevents_notify() to integer | Preeti U Murthy | 2014-02-07 | 1 | -3/+5 |
* | clockevents: Adjust timer interval when frequency changes | Soren Brinkmann | 2014-02-07 | 1 | -3/+6 |
* | clockevents: Serialize calls to clockevents_update_freq() in the core | Thomas Gleixner | 2014-02-07 | 1 | -7/+22 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-11-12 | 1 | -1/+1 |
|\ |
|
| * | time: Fix signedness bug in sysfs_get_uname() and its callers | Patrick Palka | 2013-10-19 | 1 | -1/+1 |
* | | clockevents: Sanitize ticks to nsec conversion | Thomas Gleixner | 2013-10-23 | 1 | -15/+50 |
|/ |
|
* | clockevents: Implement unbind functionality | Thomas Gleixner | 2013-05-16 | 1 | -0/+125 |
* | clockevents: Provide sysfs interface | Thomas Gleixner | 2013-05-16 | 1 | -0/+86 |
* | clockevents: Add module refcount | Thomas Gleixner | 2013-05-16 | 1 | -0/+1 |
* | clockevents: Move the tick_notify() switch case to clockevents_notify() | Thomas Gleixner | 2013-05-16 | 1 | -1/+27 |
* | clockevents: Get rid of the notifier chain | Thomas Gleixner | 2013-05-16 | 1 | -32/+3 |
* | clockevents: export clockevents_config_and_register for module use | Shawn Guo | 2013-01-14 | 1 | -0/+1 |
* | timekeeping: Add suspend and resume of clock event devices | Rafael J. Wysocki | 2012-09-04 | 1 | -0/+24 |
* | clockevents: Make clockevents_config() a global symbol | Magnus Damm | 2012-05-25 | 1 | -2/+1 |
* | clockevents: remove sysdev.h | Kay Sievers | 2011-12-22 | 1 | -1/+0 |
* | clockevents: Add direct ktime programming function | Martin Schwidefsky | 2011-09-08 | 1 | -0/+4 |
* | clockevents: Make minimum delay adjustments configurable | Martin Schwidefsky | 2011-09-08 | 1 | -14/+111 |