summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-195-21/+22
| | * | | ntp: Use kstrtos64 for s64 variableOndrej Mosnacek2018-07-191-3/+2
| | * | | ntp: Remove redundant argumentsOndrej Mosnacek2018-07-191-6/+4
| * | | | timer: Fix coding styleYi Wang2018-07-191-1/+1
| |/ / /
| * | | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-124-11/+35
| |\ \ \
| | * | | timekeeping: Update multiplier when NTP frequency is set directlyMiroslav Lichvar2018-07-101-6/+30
| * | | | hrtimer: Improve kernel message printingGeert Uytterhoeven2018-07-121-4/+3
| * | | | alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-07-021-1/+2
| * | | | posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-022-12/+21
| * | | | posix-timers: Make forward callback return s64Thomas Gleixner2018-07-023-6/+6
| * | | | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+7
| * | | | time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2018-06-241-0/+21
| * | | | time: Introduce struct __kernel_itimerspecDeepa Dinamani2018-06-241-2/+2
| * | | | posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann2018-06-192-6/+6
| * | | | timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-06-192-4/+4
| * | | | time: Use ktime_get_real_seconds() in time syscallArnd Bergmann2018-06-191-4/+2
| | |_|/ | |/| |
* | | | nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-07-311-1/+1
| |_|/ |/| |
* | | Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla2018-07-101-2/+1
| |/ |/|
* | time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-06-221-2/+4
* | posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann2018-06-191-1/+1
* | posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Sebastian Andrzej Siewior2018-06-121-2/+0
|/
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-0/+2
|\
| * PM / suspend: Prevent might sleep splatsThomas Gleixner2018-05-271-0/+2
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-042-41/+34
|\ \
| * | timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann2018-05-191-0/+19
| * | timekeeping: Standardize on ktime_get_*() namingArnd Bergmann2018-05-191-14/+9
| * | timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann2018-05-191-25/+6
| * | timekeeping: Remove timespec64 hackArnd Bergmann2018-05-191-2/+0
| * | Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-1911-122/+126
| |\ \
* | \ \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-048-52/+106
|\ \ \ \
| * | | | clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre2018-05-161-2/+2
| * | | | timer_list: Remove unused function pointer typedefChen Lin2018-05-131-2/+0
| * | | | timers: Adjust a kernel-doc commentMauro Carvalho Chehab2018-05-131-7/+7
| * | | | tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla2018-05-131-1/+2
| * | | | clocksource: Remove kthreadPeter Zijlstra2018-05-021-21/+10
| * | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-0211-122/+126
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-193-6/+10
| * | | time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani2018-04-192-6/+6
| * | | time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani2018-04-191-4/+10
| * | | posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-193-3/+15
| * | | compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani2018-04-191-0/+44
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-14/+2
| | |/ | |/|
* | | tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-151-0/+8
|/ /
* | clocksource: Rework stale commentPeter Zijlstra2018-05-021-4/+2
* | clocksource: Consistent de-rate when marking unstablePeter Zijlstra2018-05-021-1/+8
* | clocksource: Initialize cs->wd_listPeter Zijlstra2018-05-021-0/+2
* | clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra2018-05-021-16/+34
* | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-268-84/+69
* | tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner2018-04-261-5/+5
OpenPOWER on IntegriCloud