summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* y2038: remove unused time32 interfacesArnd Bergmann2020-02-211-43/+0
* Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-02-091-2/+9
|\
| * clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-011-2/+9
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-292-62/+14
|\ \ | |/ |/|
| * y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-9/+9
| * y2038: remove obsolete jiffies conversion functionsArnd Bergmann2019-12-181-53/+5
* | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-2711-107/+656
|\ \
| * | alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd2020-01-241-5/+0
| * | alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd2020-01-241-10/+5
| * | alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd2020-01-241-11/+9
| * | alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd2020-01-241-2/+0
| * | hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge2020-01-221-1/+1
| * | tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang2020-01-151-0/+2
| * | alarmtimer: Unregister wakeup source when module get failsStephen Boyd2020-01-151-3/+5
| * | fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-141-0/+101
| * | x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-141-0/+10
| * | time: Allocate per-timens vvar pageDmitry Safonov2020-01-141-1/+103
| * | posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2020-01-142-4/+25
| * | hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-143-8/+12
| * | alarmtimer: Make nanosleep() time namespace awareAndrei Vagin2020-01-141-0/+2
| * | posix-timers: Make timer_settime() time namespace awareAndrei Vagin2020-01-141-0/+2
| * | time: Add do_timens_ktime_to_host() helperAndrei Vagin2020-01-141-0/+36
| * | posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin2020-01-143-1/+16
| * | posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin2020-01-141-7/+1
| * | posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin2020-01-143-2/+46
| * | alarmtimer: Provide get_timespec() callbackAndrei Vagin2020-01-141-1/+6
| * | alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin2020-01-141-17/+17
| * | posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin2020-01-142-11/+11
| * | posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-145-35/+35
| * | time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin2020-01-141-0/+2
| * | ns: Introduce Time NamespaceAndrei Vagin2020-01-142-0/+218
| * | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2020-01-101-0/+3
| |\ \
| * | | time/sched_clock: Disable interrupts in sched_clock_register()Paul Cercueil2020-01-091-2/+5
* | | | lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner2020-01-171-20/+17
* | | | lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner2020-01-171-1/+1
* | | | tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-151-5/+9
| |/ / |/| |
* | | time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann2020-01-091-0/+3
|/ /
* / ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-301-18/+13
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-032-15/+22
|\
| * Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar2019-11-253-8/+6
| |\
| | * time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov2019-11-211-1/+2
| * | time: Fix spelling mistake in commentMukesh Ojha2019-11-121-1/+1
| * | time: Optimize ns_to_timespec64()Arnd Bergmann2019-11-121-9/+12
| * | hrtimer: Annotate lockless access to timer->stateEric Dumazet2019-11-061-4/+7
* | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-013-76/+147
|\ \ \
| * | | y2038: alarm: fix half-second cut-offArnd Bergmann2019-11-251-1/+1
| * | | y2038: itimer: change implementation to timespec64Arnd Bergmann2019-11-151-62/+96
| * | | y2038: move itimer reset into itimer.cArnd Bergmann2019-11-151-2/+13
| * | | y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-151-2/+2
| * | | y2038: itimer: compat handling to itimer.cArnd Bergmann2019-11-151-7/+35