| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-03-07 | 1 | -1/+1 |
|\ |
|
| * | jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSEC | Frederic Weisbecker | 2017-03-07 | 1 | -1/+1 |
* | | sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -0/+3 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -0/+3 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 3 | -2/+3 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -2/+3 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
|/ |
|
* | 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 |