summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
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
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-0/+2
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-41/+34
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-52/+106
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-14/+2
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner-0/+2
2018-05-19timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann-0/+19
2018-05-19timekeeping: Standardize on ktime_get_*() namingArnd Bergmann-14/+9
2018-05-19timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann-25/+6
2018-05-19timekeeping: Remove timespec64 hackArnd Bergmann-2/+0
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner-122/+126
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre-2/+2