aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 3-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-167/+115
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-573/+27
2017-02-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-10/+9
2017-02-18hrtimer: Catch invalid clockids againGravatar Marc Zyngier 1-5/+15
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Gravatar Linus Torvalds 2-14/+2
2017-02-15timekeeping: Use deferred printk() in debug codeGravatar Sergey Senozhatsky 1-2/+2
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockGravatar Mike Galbraith 1-8/+7
2017-02-10timer_list: Remove useless cast when printingGravatar Mars Cheng 1-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 5-520/+2
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartGravatar Frederic Weisbecker 1-0/+5
2017-02-04tick/broadcast: Reduce lock cacheline contentionGravatar Waiman Long 1-7/+8
2017-02-01timers/itimer: Convert internal cputime_t units to nsecGravatar Frederic Weisbecker 2-68/+39
2017-02-01timers/posix-timers: Convert internals to use nsecsGravatar Frederic Weisbecker 2-126/+90
2017-02-01timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...Gravatar Frederic Weisbecker 1-9/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Gravatar Frederic Weisbecker 2-24/+24
2017-02-01time: Introduce jiffies64_to_nsecs()Gravatar Frederic Weisbecker 2-0/+16
2017-02-01jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFYGravatar Frederic Weisbecker 1-16/+16
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchGravatar Ingo Molnar 2-2/+9
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodGravatar Thomas Gleixner 1-0/+4
2017-01-11nohz: Fix collision between tick and other hrtimersGravatar Frederic Weisbecker 2-2/+9
2017-01-06timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Gravatar Stephen Boyd 2-40/+1
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 4-6/+6
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 11-83/+83
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 5-39/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 8-8/+8
2016-12-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+3
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceGravatar Thomas Gleixner 1-0/+3
2016-12-14posix-timers: give lazy compilers some help optimizing code awayGravatar Nicolas Pitre 1-1/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-94/+275
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-19/+14
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itGravatar Thomas Gleixner 1-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsGravatar Thomas Gleixner 1-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedGravatar Thomas Gleixner 1-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionGravatar Thomas Gleixner 1-2/+2
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeGravatar Murali Karicheri 1-0/+1
2016-12-01alarmtimer: Add tracepoints for alarm timersGravatar Baolin Wang 1-10/+43
2016-11-29timekeeping: Add a fast and NMI safe boot clockGravatar Joel Fernandes 1-0/+29
2016-11-22sched/nohz: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-19/+14
2016-11-16posix-timers: Make them configurableGravatar Nicolas Pitre 4-5/+137