summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-167/+115
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-573/+27
2017-02-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+9
2017-02-18hrtimer: Catch invalid clockids againMarc Zyngier-5/+15
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds-14/+2
2017-02-15timekeeping: Use deferred printk() in debug codeSergey Senozhatsky-2/+2
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith-8/+7
2017-02-10timer_list: Remove useless cast when printingMars Cheng-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook-520/+2
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker-0/+5
2017-02-04tick/broadcast: Reduce lock cacheline contentionWaiman Long-7/+8
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker-68/+39
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker-126/+90
2017-02-01timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...Frederic Weisbecker-9/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker-24/+24
2017-02-01time: Introduce jiffies64_to_nsecs()Frederic Weisbecker-0/+16
2017-02-01jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFYFrederic Weisbecker-16/+16
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar-2/+9
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner-0/+4
2017-01-11nohz: Fix collision between tick and other hrtimersFrederic Weisbecker-2/+9
2017-01-06timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Stephen Boyd-40/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-6/+6
2016-12-25ktime: Get rid of the unionThomas Gleixner-83/+83
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-39/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-8/+8
2016-12-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+3
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner-0/+3
2016-12-14posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre-1/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-94/+275
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-19/+14
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsThomas Gleixner-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner-2/+2
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri-0/+1
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang-10/+43
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes-0/+29
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior-19/+14
2016-11-16posix-timers: Make them configurableNicolas Pitre-5/+137
2016-11-16posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre-4/+0
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre-14/+14
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka-2/+2
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson-10/+21
2016-10-26timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson-12/+9
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner-13/+10
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner-5/+9
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner-11/+17
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner-1/+8
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser-2/+0