summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-206-167/+115
|\
| * timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-012-68/+39
| * timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-012-126/+90
| * timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...Frederic Weisbecker2017-02-011-9/+2
| * sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-012-24/+24
| * time: Introduce jiffies64_to_nsecs()Frederic Weisbecker2017-02-012-0/+16
| * jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFYFrederic Weisbecker2017-02-011-16/+16
| * Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-012-2/+9
| |\
| * | sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner2017-01-141-0/+4
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-208-573/+27
|\ \ \
| * | | hrtimer: Catch invalid clockids againMarc Zyngier2017-02-181-5/+15
| * | | timer_list: Remove useless cast when printingMars Cheng2017-02-101-1/+1
| * | | time: Remove CONFIG_TIMER_STATSKees Cook2017-02-105-520/+2
| * | | tick/broadcast: Reduce lock cacheline contentionWaiman Long2017-02-041-7/+8
| * | | timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Stephen Boyd2017-01-062-40/+1
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-182-10/+9
|\ \ \
| * | | timekeeping: Use deferred printk() in debug codeSergey Senozhatsky2017-02-151-2/+2
| * | | tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith2017-02-131-8/+7
* | | | Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds2017-02-162-14/+2
|/ / /
* | / tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker2017-02-101-0/+5
| |/ |/|
* | nohz: Fix collision between tick and other hrtimersFrederic Weisbecker2017-01-112-2/+9
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-254-6/+6
* ktime: Get rid of the unionThomas Gleixner2016-12-2511-83/+83
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-255-39/+36
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-248-8/+8
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-181-0/+3
|\
| * tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2016-12-151-0/+3
* | posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre2016-12-141-1/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-128-94/+275
|\
| * timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner2016-12-091-21/+5
| * timekeeping: Get rid of pointless typecastsThomas Gleixner2016-12-091-3/+2
| * timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner2016-12-091-13/+13
| * timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2016-12-091-2/+2
| * alarmtimer: Add tracepoints for alarm timersBaolin Wang2016-12-011-10/+43
| * timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-291-0/+29
| * posix-timers: Make them configurableNicolas Pitre2016-11-164-5/+137
| * posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre2016-11-161-4/+0
| * timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-162-14/+14
| * timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-262-10/+21
| * timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson2016-10-261-12/+9
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-19/+14
|\ \
| * | sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-19/+14
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-121-2/+2
|\ \ \
| * | | sched/cputime: Simplify task_cputime()Stanislaw Gruszka2016-11-151-2/+2
| |/ /
* / / clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri2016-12-071-0/+1
|/ /
* | timers: Prevent base clock corruption when forwardingThomas Gleixner2016-10-251-13/+10
* | timers: Prevent base clock rewind when forwarding clockThomas Gleixner2016-10-251-5/+9
* | timers: Lock base for same bucket optimizationThomas Gleixner2016-10-251-11/+17
* | timers: Plug locking race vs. timer migrationThomas Gleixner2016-10-251-1/+8
|/
* alarmtimer: Remove unused but set variableTobias Klauser2016-10-171-2/+0