aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner4-6/+6
2016-12-25ktime: Get rid of the unionThomas Gleixner11-83/+83
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner5-39/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds8-8/+8
2016-12-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner1-0/+3
2016-12-14posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre1-1/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-94/+275
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+14
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner1-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsThomas Gleixner1-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner1-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner1-2/+2
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri1-0/+1
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang1-10/+43
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes1-0/+29
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+14
2016-11-16posix-timers: Make them configurableNicolas Pitre4-5/+137
2016-11-16posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre1-4/+0
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2-14/+14
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka1-2/+2
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2-10/+21
2016-10-26timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson1-12/+9
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner1-13/+10
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner1-5/+9
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner1-11/+17
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner1-1/+8
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser1-2/+0
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li1-2/+5
2016-09-08Merge branch 'linus' into timers/core, to refresh the branchIngo Molnar1-1/+2
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum1-1/+1
2016-08-31timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi1-0/+2
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker1-3/+12
2016-08-31hrtimer: Spelling fixesPratyush Patel1-2/+2
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf1-1/+4
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-58/+7
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-526/+741
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+1
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal1-2/+1
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks1-1/+1
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran1-23/+2
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner1-35/+5