| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-02-20 | 6 | -167/+115 |
|\ |
|
| * | timers/itimer: Convert internal cputime_t units to nsec | Frederic Weisbecker | 2017-02-01 | 2 | -68/+39 |
| * | timers/posix-timers: Convert internals to use nsecs | Frederic Weisbecker | 2017-02-01 | 2 | -126/+90 |
| * | timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated... | Frederic Weisbecker | 2017-02-01 | 1 | -9/+2 |
| * | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu... | Frederic Weisbecker | 2017-02-01 | 2 | -24/+24 |
| * | time: Introduce jiffies64_to_nsecs() | Frederic Weisbecker | 2017-02-01 | 2 | -0/+16 |
| * | jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY | Frederic Weisbecker | 2017-02-01 | 1 | -16/+16 |
| * | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch | Ingo Molnar | 2017-02-01 | 2 | -2/+9 |
| |\ |
|
| * | | sched/clock, clocksource: Add optional cs::mark_unstable() method | Thomas Gleixner | 2017-01-14 | 1 | -0/+4 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-20 | 8 | -573/+27 |
|\ \ \ |
|
| * | | | hrtimer: Catch invalid clockids again | Marc Zyngier | 2017-02-18 | 1 | -5/+15 |
| * | | | timer_list: Remove useless cast when printing | Mars Cheng | 2017-02-10 | 1 | -1/+1 |
| * | | | time: Remove CONFIG_TIMER_STATS | Kees Cook | 2017-02-10 | 5 | -520/+2 |
| * | | | tick/broadcast: Reduce lock cacheline contention | Waiman Long | 2017-02-04 | 1 | -7/+8 |
| * | | | timekeeping: Remove unused timekeeping_{get,set}_tai_offset() | Stephen Boyd | 2017-01-06 | 2 | -40/+1 |
| |/ / |
|
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-02-18 | 2 | -10/+9 |
|\ \ \ |
|
| * | | | timekeeping: Use deferred printk() in debug code | Sergey Senozhatsky | 2017-02-15 | 1 | -2/+2 |
| * | | | tick/broadcast: Prevent deadlock on tick_broadcast_lock | Mike Galbraith | 2017-02-13 | 1 | -8/+7 |
* | | | | Revert "nohz: Fix collision between tick and other hrtimers" | Linus Torvalds | 2017-02-16 | 2 | -14/+2 |
|/ / / |
|
* | | | tick/nohz: Fix possible missing clock reprog after tick soft restart | Frederic Weisbecker | 2017-02-10 | 1 | -0/+5 |
| |/
|/| |
|
* | | nohz: Fix collision between tick and other hrtimers | Frederic Weisbecker | 2017-01-11 | 2 | -2/+9 |
|/ |
|
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 4 | -6/+6 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 11 | -83/+83 |
* | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 5 | -39/+36 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 8 | -8/+8 |
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-12-18 | 1 | -0/+3 |
|\ |
|
| * | tick/broadcast: Prevent NULL pointer dereference | Thomas Gleixner | 2016-12-15 | 1 | -0/+3 |
* | | posix-timers: give lazy compilers some help optimizing code away | Nicolas Pitre | 2016-12-14 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-12 | 8 | -94/+275 |
|\ |
|
| * | timekeeping: Use mul_u64_u32_shr() instead of open coding it | Thomas Gleixner | 2016-12-09 | 1 | -21/+5 |
| * | timekeeping: Get rid of pointless typecasts | Thomas Gleixner | 2016-12-09 | 1 | -3/+2 |
| * | timekeeping: Make the conversion call chain consistently unsigned | Thomas Gleixner | 2016-12-09 | 1 | -13/+13 |
| * | timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion | Thomas Gleixner | 2016-12-09 | 1 | -2/+2 |
| * | alarmtimer: Add tracepoints for alarm timers | Baolin Wang | 2016-12-01 | 1 | -10/+43 |
| * | timekeeping: Add a fast and NMI safe boot clock | Joel Fernandes | 2016-11-29 | 1 | -0/+29 |
| * | posix-timers: Make them configurable | Nicolas Pitre | 2016-11-16 | 4 | -5/+137 |
| * | posix_cpu_timers: Move the add_device_randomness() call to a proper place | Nicolas Pitre | 2016-11-16 | 1 | -4/+0 |
| * | timer: Move sys_alarm from timer.c to itimer.c | Nicolas Pitre | 2016-11-16 | 2 | -14/+14 |
| * | timers: Fix documentation for schedule_timeout() and similar | Douglas Anderson | 2016-10-26 | 2 | -10/+21 |
| * | timers: Fix usleep_range() in the context of wake_up_process() | Douglas Anderson | 2016-10-26 | 1 | -12/+9 |
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-12 | 1 | -19/+14 |
|\ \ |
|
| * | | sched/nohz: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-11-22 | 1 | -19/+14 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-12 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | sched/cputime: Simplify task_cputime() | Stanislaw Gruszka | 2016-11-15 | 1 | -2/+2 |
| |/ / |
|
* | | | clocksource: export the clocks_calc_mult_shift to use by timestamp code | Murali Karicheri | 2016-12-07 | 1 | -0/+1 |
|/ / |
|
* | | 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 |