| Commit message (Expand) | Author | Age | Files | Lines |
* | timekeeping: Distangle resume and clock-was-set events | Thomas Gleixner | 2021-08-10 | 1 | -0/+7 |
* | tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast | Will Deacon | 2021-05-31 | 1 | -1/+1 |
* | tick: Use tick_check_replacement() instead of open coding it | Wang Wensheng | 2021-04-16 | 1 | -6/+1 |
* | tick: Remove pointless cpu valid check in hotplug code | Thomas Gleixner | 2020-12-16 | 1 | -7/+3 |
* | tick: Get rid of tick_period | Thomas Gleixner | 2020-11-19 | 1 | -5/+3 |
* | tick: Document protections for tick related data | Thomas Gleixner | 2020-11-19 | 1 | -1/+3 |
* | timekeeping: Split jiffies seqlock | Thomas Gleixner | 2020-03-21 | 1 | -4/+6 |
* | tick/common: Touch watchdog in tick_unfreeze() on all CPUs | Chunyan Zhang | 2020-01-15 | 1 | -0/+2 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-05-06 | 1 | -1/+1 |
|\ |
|
| * | timekeeping: Consistently use unsigned int for seqcount snapshot | Rasmus Villemoes | 2019-03-23 | 1 | -1/+1 |
* | | nohz_full: Allow the boot CPU to be nohz_full | Nicholas Piggin | 2019-05-03 | 1 | -4/+46 |
* | | timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze() | Chang-An Chen | 2019-04-18 | 1 | -0/+2 |
|/ |
|
* | hrtimers/tick/clockevents: Remove sloppy license references | Thomas Gleixner | 2018-11-23 | 1 | -3/+0 |
* | time: Add SPDX license identifiers | Thomas Gleixner | 2018-11-23 | 1 | -0/+1 |
* | time: Remove useless filenames in top level comments | Thomas Gleixner | 2018-11-23 | 1 | -2/+0 |
* | Revert "tick: Prefer a lower rating device only if it's CPU local device" | Sudeep Holla | 2018-07-10 | 1 | -2/+1 |
* | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-06-05 | 1 | -0/+2 |
|\ |
|
| * | PM / suspend: Prevent might sleep splats | Thomas Gleixner | 2018-05-27 | 1 | -0/+2 |
* | | tick: Prefer a lower rating device only if it's CPU local device | Sudeep Holla | 2018-05-13 | 1 | -1/+2 |
|/ |
|
* | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME | Thomas Gleixner | 2018-04-26 | 1 | -15/+0 |
* | timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clock | Thomas Gleixner | 2018-03-13 | 1 | -0/+15 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 1 | -2/+2 |
* | clockevents: Remove unused set_mode() callback | Viresh Kumar | 2015-09-14 | 1 | -1/+0 |
* | clockevents: Drop redundant cpumask check in tick_check_new_device() | Luiz Capitulino | 2015-08-01 | 1 | -3/+0 |
* | tick: Move the export of tick_broadcast_oneshot_control to the proper place | Thomas Gleixner | 2015-07-14 | 1 | -0/+1 |
* | tick/broadcast: Make idle check independent from mode and config | Thomas Gleixner | 2015-07-07 | 1 | -0/+21 |
* | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-06-23 | 1 | -4/+13 |
|\ |
|
| * | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND | Rafael J. Wysocki | 2015-05-19 | 1 | -0/+2 |
| * | PM / tick: Add tracepoints for suspend-to-idle diagnostics | Rafael J. Wysocki | 2015-05-15 | 1 | -4/+11 |
* | | clockevents: Use set/get state helper functions | Thomas Gleixner | 2015-06-02 | 1 | -1/+1 |
* | | clockevents: Provide functions to set and get the state | Thomas Gleixner | 2015-06-02 | 1 | -2/+2 |
* | | clockevents: Use helpers to check the state of a clockevent device | Viresh Kumar | 2015-06-02 | 1 | -1/+1 |
* | | hrtimer: Get rid of hrtimer softirq | Thomas Gleixner | 2015-04-22 | 1 | -0/+10 |
|/ |
|
* | timers/PM: Drop unnecessary braces from tick_freeze() | Rafael J. Wysocki | 2015-04-03 | 1 | -3/+2 |
* | timers/PM: Fix up tick_unfreeze() | Rafael J. Wysocki | 2015-04-03 | 1 | -1/+1 |
* | clockevents: Cleanup dead cpu explicitely | Thomas Gleixner | 2015-04-03 | 1 | -3/+3 |
* | clockevents: Make tick handover explicit | Thomas Gleixner | 2015-04-03 | 1 | -3/+6 |
* | arm/bL_switcher: Kill tick suspend hackery | Thomas Gleixner | 2015-04-01 | 1 | -1/+1 |
* | tick/xen: Provide and use tick_suspend_local() and tick_resume_local() | Thomas Gleixner | 2015-04-01 | 1 | -17/+38 |
* | clockevents: Make suspend/resume calls explicit | Thomas Gleixner | 2015-04-01 | 1 | -3/+23 |
* | clockevents: Manage device's state separately for the core | Viresh Kumar | 2015-03-27 | 1 | -3/+4 |
* | clockevents: Handle tick device's resume separately | Viresh Kumar | 2015-03-27 | 1 | -1/+1 |
* | PM / sleep: Make it possible to quiesce timers during suspend-to-idle | Rafael J. Wysocki | 2015-02-15 | 1 | -0/+50 |
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 1 | -3/+3 |
|\ |
|
| * | time: Replace __get_cpu_var uses | Christoph Lameter | 2014-08-26 | 1 | -3/+3 |
* | | nohz: Move nohz full init call to tick init | Frederic Weisbecker | 2014-09-13 | 1 | -0/+1 |
|/ |
|
* | tick-common: Fix wrong check in tick_check_replacement() | Viresh Kumar | 2014-04-15 | 1 | -1/+1 |
* | tick: Remove code duplication in tick_handle_periodic() | Viresh Kumar | 2014-03-26 | 1 | -7/+7 |
* | tick: Fix spelling mistake in tick_handle_periodic() | Viresh Kumar | 2014-03-26 | 1 | -1/+1 |
* | Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l... | Ingo Molnar | 2014-01-12 | 1 | -0/+1 |
|\ |
|