| Commit message (Expand) | Author | Age | Files | Lines |
* | timers: Prevent base clock corruption when forwarding | Thomas Gleixner | 2016-10-25 | 1 | -13/+10 |
* | timers: Prevent base clock rewind when forwarding clock | Thomas Gleixner | 2016-10-25 | 1 | -5/+9 |
* | timers: Lock base for same bucket optimization | Thomas Gleixner | 2016-10-25 | 1 | -11/+17 |
* | timers: Plug locking race vs. timer migration | Thomas Gleixner | 2016-10-25 | 1 | -1/+8 |
* | alarmtimer: Remove unused but set variable | Tobias Klauser | 2016-10-17 | 1 | -2/+0 |
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-15 | 1 | -1/+1 |
|\ |
|
| * | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 2016-10-10 | 1 | -1/+1 |
* | | timekeeping: Fix __ktime_get_fast_ns() regression | John Stultz | 2016-10-05 | 1 | -2/+5 |
* | | tick/nohz: Prevent stopping the tick on an offline CPU | Wanpeng Li | 2016-09-13 | 1 | -2/+5 |
* | | Merge branch 'linus' into timers/core, to refresh the branch | Ingo Molnar | 2016-09-08 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | tick/nohz: Fix softlockup on scheduler stalls in kvm guest | Wanpeng Li | 2016-09-02 | 1 | -1/+2 |
* | | time: Avoid undefined behaviour in ktime_add_safe() | Vegard Nossum | 2016-08-31 | 1 | -1/+1 |
* | | time: Avoid undefined behaviour in timespec64_add_safe() | Vegard Nossum | 2016-08-31 | 1 | -1/+1 |
* | | timekeeping: Prints the amounts of time spent during suspend | Ruchi Kandoi | 2016-08-31 | 1 | -0/+2 |
* | | clocksource: Defer override invalidation unless clock is unstable | Kyle Walker | 2016-08-31 | 1 | -3/+12 |
* | | hrtimer: Spelling fixes | Pratyush Patel | 2016-08-31 | 1 | -2/+2 |
|/ |
|
* | timekeeping: Cap array access in timekeeping_debug | John Stultz | 2016-08-24 | 1 | -2/+7 |
* | timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING | John Stultz | 2016-08-24 | 1 | -1/+4 |
* | timers: Fix get_next_timer_interrupt() computation | Chris Metcalf | 2016-08-09 | 1 | -1/+4 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-29 | 2 | -58/+7 |
|\ |
|
| * | timers/core: Convert to hotplug state machine | Richard Cochran | 2016-07-15 | 1 | -23/+2 |
| * | hrtimer: Convert to hotplug state machine | Thomas Gleixner | 2016-07-15 | 1 | -35/+5 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-25 | 12 | -526/+741 |
|\ \ |
|
| * | | tick/nohz: Optimize nohz idle enter | Gaurav Jindal | 2016-07-19 | 1 | -2/+1 |
| * | | clockevents: Make clockevents_subsys static | Ben Dooks | 2016-07-19 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'timers/fast-wheel' into timers/core | Ingo Molnar | 2016-07-07 | 3 | -472/+677 |
| |\ |
|
| | * | timers: Implement optimization for same expiry time in mod_timer() | Anna-Maria Gleixner | 2016-07-07 | 1 | -16/+35 |
| | * | timers: Split out index calculation | Anna-Maria Gleixner | 2016-07-07 | 1 | -15/+32 |
| | * | timers: Only wake softirq if necessary | Thomas Gleixner | 2016-07-07 | 1 | -0/+11 |
| | * | timers: Forward the wheel clock whenever possible | Thomas Gleixner | 2016-07-07 | 3 | -21/+120 |
| | * | timers/nohz: Remove pointless tick_nohz_kick_tick() function | Thomas Gleixner | 2016-07-07 | 1 | -32/+1 |
| | * | timers: Optimize collect_expired_timers() for NOHZ | Anna-Maria Gleixner | 2016-07-07 | 1 | -8/+41 |
| | * | timers: Move __run_timers() function | Anna-Maria Gleixner | 2016-07-07 | 1 | -26/+26 |
| | * | timers: Remove set_timer_slack() leftovers | Thomas Gleixner | 2016-07-07 | 1 | -19/+0 |
| | * | timers: Switch to a non-cascading wheel | Thomas Gleixner | 2016-07-07 | 1 | -362/+467 |
| | * | timers: Give a few structs and members proper names | Thomas Gleixner | 2016-07-07 | 1 | -59/+59 |
| | * | timers: Remove the deprecated mod_timer_pinned() API | Thomas Gleixner | 2016-07-07 | 1 | -34/+5 |
| | * | timers: Make 'pinned' a timer property | Thomas Gleixner | 2016-07-07 | 1 | -5/+5 |
| * | | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer | Jisheng Zhang | 2016-07-05 | 1 | -0/+1 |
| * | | timers/nohz: Capitalize 'CPU' consistently | Ingo Molnar | 2016-07-01 | 1 | -21/+21 |
| * | | timers/nohz: Fix several typos | Wei Jiangang | 2016-07-01 | 1 | -5/+5 |
| * | | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/... | Thomas Gleixner | 2016-06-21 | 6 | -24/+28 |
| |\ \ |
|
| | * | | timer: Avoid using timespec | Arnd Bergmann | 2016-06-20 | 1 | -3/+3 |
| | * | | time: Avoid timespec in udelay_test | Arnd Bergmann | 2016-06-20 | 1 | -8/+8 |
| | * | | time: Add time64_to_tm() | Deepa Dinamani | 2016-06-20 | 1 | -5/+6 |
| | * | | alarmtimer: Fix comments describing structure fields | Pratyush Patel | 2016-06-20 | 1 | -1/+0 |
| | * | | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD | Thomas Graziadei | 2016-06-20 | 1 | -4/+6 |
| | * | | clocksource: Make clocksource insert entry more efficient | Minfei Huang | 2016-06-20 | 1 | -3/+5 |
| | |/ |
|
| * | | hrtimer: Remove redundant #ifdef block | Pratyush Patel | 2016-06-10 | 1 | -1/+1 |
| * | | timers: Clarify usleep_range() function comment | Bjorn Helgaas | 2016-06-10 | 1 | -1/+7 |
| |/ |
|