summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2020-02-09Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-02-01clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd
2020-01-24alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd
2020-01-24alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd
2020-01-24alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd
2020-01-22hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge
2020-01-17lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner
2020-01-17lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner
2020-01-15tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang
2020-01-15alarmtimer: Unregister wakeup source when module get failsStephen Boyd
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov
2020-01-14time: Allocate per-timens vvar pageDmitry Safonov
2020-01-14posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin
2020-01-14alarmtimer: Make nanosleep() time namespace awareAndrei Vagin
2020-01-14posix-timers: Make timer_settime() time namespace awareAndrei Vagin
2020-01-14time: Add do_timens_ktime_to_host() helperAndrei Vagin
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin
2020-01-14posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin
2020-01-14posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin
2020-01-14alarmtimer: Provide get_timespec() callbackAndrei Vagin
2020-01-14alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin
2020-01-14posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin
2020-01-14time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin
2020-01-14ns: Introduce Time NamespaceAndrei Vagin
2020-01-10Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2020-01-09time/sched_clock: Disable interrupts in sched_clock_register()Paul Cercueil
2020-01-09time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann
2019-12-30ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2019-12-18y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann
2019-12-18y2038: remove obsolete jiffies conversion functionsArnd Bergmann
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-25y2038: alarm: fix half-second cut-offArnd Bergmann
2019-11-25Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar
2019-11-21time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann