Age | Commit message (Expand) | Author |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-02-20 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-02-18 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2017-02-18 | hrtimer: Catch invalid clockids again | Marc Zyngier |
2017-02-16 | Revert "nohz: Fix collision between tick and other hrtimers" | Linus Torvalds |
2017-02-15 | timekeeping: Use deferred printk() in debug code | Sergey Senozhatsky |
2017-02-13 | tick/broadcast: Prevent deadlock on tick_broadcast_lock | Mike Galbraith |
2017-02-10 | timer_list: Remove useless cast when printing | Mars Cheng |
2017-02-10 | time: Remove CONFIG_TIMER_STATS | Kees Cook |
2017-02-10 | tick/nohz: Fix possible missing clock reprog after tick soft restart | Frederic Weisbecker |
2017-02-04 | tick/broadcast: Reduce lock cacheline contention | Waiman Long |
2017-02-01 | timers/itimer: Convert internal cputime_t units to nsec | Frederic Weisbecker |
2017-02-01 | timers/posix-timers: Convert internals to use nsecs | Frederic Weisbecker |
2017-02-01 | timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated... | Frederic Weisbecker |
2017-02-01 | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu... | Frederic Weisbecker |
2017-02-01 | time: Introduce jiffies64_to_nsecs() | Frederic Weisbecker |
2017-02-01 | jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY | Frederic Weisbecker |
2017-02-01 | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch | Ingo Molnar |
2017-01-14 | sched/clock, clocksource: Add optional cs::mark_unstable() method | Thomas Gleixner |
2017-01-11 | nohz: Fix collision between tick and other hrtimers | Frederic Weisbecker |
2017-01-06 | timekeeping: Remove unused timekeeping_{get,set}_tai_offset() | Stephen Boyd |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-18 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2016-12-15 | tick/broadcast: Prevent NULL pointer dereference | Thomas Gleixner |
2016-12-14 | posix-timers: give lazy compilers some help optimizing code away | Nicolas Pitre |
2016-12-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-12-12 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-12-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-12-09 | timekeeping: Use mul_u64_u32_shr() instead of open coding it | Thomas Gleixner |
2016-12-09 | timekeeping: Get rid of pointless typecasts | Thomas Gleixner |
2016-12-09 | timekeeping: Make the conversion call chain consistently unsigned | Thomas Gleixner |
2016-12-09 | timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion | Thomas Gleixner |
2016-12-07 | clocksource: export the clocks_calc_mult_shift to use by timestamp code | Murali Karicheri |
2016-12-01 | alarmtimer: Add tracepoints for alarm timers | Baolin Wang |
2016-11-29 | timekeeping: Add a fast and NMI safe boot clock | Joel Fernandes |
2016-11-22 | sched/nohz: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre |
2016-11-16 | posix_cpu_timers: Move the add_device_randomness() call to a proper place | Nicolas Pitre |
2016-11-16 | timer: Move sys_alarm from timer.c to itimer.c | Nicolas Pitre |