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