summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2017-02-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds
2017-02-15timekeeping: Use deferred printk() in debug codeSergey Senozhatsky
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker
2017-01-11nohz: Fix collision between tick and other hrtimersFrederic Weisbecker
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner
2016-12-14posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner
2016-12-09timekeeping: Get rid of pointless typecastsThomas Gleixner
2016-12-09timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-11-16posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson
2016-10-26timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li
2016-09-08Merge branch 'linus' into timers/core, to refresh the branchIngo Molnar
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum
2016-08-31timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker
2016-08-31hrtimer: Spelling fixesPratyush Patel
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds