aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2019-09-16timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld
2019-09-16timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner
2019-09-16ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar
2019-05-15timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen
2019-05-05alarmtimer: Return correct remaining timeAndrei Vagin
2019-03-01timekeeping: Use proper seqcount initializerBart Van Assche
2019-01-12posix-timers: Fix division by zero bugThomas Gleixner
2018-10-03posix-timers: Sanitize overrun handlingThomas Gleixner
2018-10-03posix-timers: Make forward callback return s64Thomas Gleixner
2018-10-03alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-09-19clocksource: Revert "Remove kthread"Peter Zijlstra
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-06-19posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann
2018-06-12posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Sebastian Andrzej Siewior
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner
2018-05-19timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann
2018-05-19timekeeping: Standardize on ktime_get_*() namingArnd Bergmann
2018-05-19timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann
2018-05-19timekeeping: Remove timespec64 hackArnd Bergmann
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-13timer_list: Remove unused function pointer typedefChen Lin
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab
2018-05-13tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla
2018-05-02clocksource: Remove kthreadPeter Zijlstra
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-05-02clocksource: Rework stale commentPeter Zijlstra
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani
2018-04-19time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott
2018-04-17timekeeping: Remove __current_kernel_time()Baolin Wang
2018-04-17clockevents: Fix kernel messages split across multiple linesGeert Uytterhoeven
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds