aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2020-02-01clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-62/+14
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-107/+656
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd1-5/+0
2020-01-24alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd1-10/+5
2020-01-24alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd1-11/+9
2020-01-24alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd1-2/+0
2020-01-22hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge1-1/+1
2020-01-17lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner1-20/+17
2020-01-17lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner1-1/+1
2020-01-15tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang1-0/+2
2020-01-15alarmtimer: Unregister wakeup source when module get failsStephen Boyd1-3/+5
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet1-5/+9
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin1-0/+101
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov1-0/+10
2020-01-14time: Allocate per-timens vvar pageDmitry Safonov1-1/+103
2020-01-14posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2-4/+25
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin3-8/+12
2020-01-14alarmtimer: Make nanosleep() time namespace awareAndrei Vagin1-0/+2
2020-01-14posix-timers: Make timer_settime() time namespace awareAndrei Vagin1-0/+2
2020-01-14time: Add do_timens_ktime_to_host() helperAndrei Vagin1-0/+36
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin3-1/+16
2020-01-14posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin1-7/+1
2020-01-14posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin3-2/+46
2020-01-14alarmtimer: Provide get_timespec() callbackAndrei Vagin1-1/+6
2020-01-14alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin1-17/+17
2020-01-14posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin2-11/+11
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin5-35/+35
2020-01-14time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin1-0/+2
2020-01-14ns: Introduce Time NamespaceAndrei Vagin2-0/+218
2020-01-10Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-0/+3
2020-01-09time/sched_clock: Disable interrupts in sched_clock_register()Paul Cercueil1-2/+5
2020-01-09time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann1-0/+3
2019-12-30ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2019-12-18y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann1-9/+9
2019-12-18y2038: remove obsolete jiffies conversion functionsArnd Bergmann1-53/+5
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+22
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds3-76/+147
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2019-11-25y2038: alarm: fix half-second cut-offArnd Bergmann1-1/+1
2019-11-25Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar3-8/+6
2019-11-21time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov1-1/+2
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar1-1/+1
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann1-62/+96
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann1-2/+13
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann1-2/+2
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann1-7/+35
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann1-11/+9
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-1/+1