summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14selftests/timens: Check for right timens offsets after fork and execAndrei Vagin
2020-01-14selftests/timens: Add a simple perf test for clock_gettime()Andrei Vagin
2020-01-14selftests/timens: Add timer offsets testAndrei Vagin
2020-01-14selftests/timens: Add procfs selftestDmitry Safonov
2020-01-14selftests/timens: Add a test for clock_nanosleep()Andrei Vagin
2020-01-14selftests/timens: Add a test for timerfdAndrei Vagin
2020-01-14selftests/timens: Add Time Namespace test for supported clocksDmitry Safonov
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-14x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov
2020-01-14time: Allocate per-timens vvar pageDmitry Safonov
2020-01-14x86/vdso: Add time napespace pageDmitry Safonov
2020-01-14x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner
2020-01-14x86/vdso: Restrict splitting VVAR VMADmitry Safonov
2020-01-14fs/proc: Respect boottime inside time namespace for /proc/uptimeDmitry 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-14timerfd: Make timerfd_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-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin
2020-01-14lib/vdso: Add unlikely() hint into vdso_read_begin()Andrei Vagin
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy
2020-01-14x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino
2020-01-14mips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino
2020-01-14arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino
2020-01-14ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacksThomas Gleixner
2020-01-14arm64: compat: vdso: Expose BUILD_VDSO32Vincenzo Frascino
2020-01-10Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2020-01-10lib/vdso: Make __cvdso_clock_getres() staticVincenzo Frascino
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