aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-28tick/broadcast: Remove redundant checkPeng Hao
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra
2018-08-29y2038: __get_old_timespec32() can be statickbuild test robot
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann
2018-08-27y2038: remove unused time interfacesArnd Bergmann
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla
2018-08-02tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla
2018-08-02timers: 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-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek
2018-07-19timer: Fix coding styleYi Wang
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-12hrtimer: Improve kernel message printingGeert Uytterhoeven
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla
2018-07-10timekeeping: Update multiplier when NTP frequency is set directlyMiroslav Lichvar
2018-07-02alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani
2018-06-24time: Introduce struct __kernel_itimerspecDeepa Dinamani
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann
2018-06-19timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-06-19time: Use ktime_get_real_seconds() in time syscallArnd Bergmann
2018-06-19posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann