aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc pageBoqun Feng1-4/+7
2020-01-16clocksource: Fix Kconfig miscuesRandy Dunlap1-23/+23
2020-01-16dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT supportBiju Das1-0/+2
2020-01-16clocksource: Fix Kconfig indentationKrzysztof Kozlowski1-10/+10
2020-01-16clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource for hibernationDexuan Cui1-0/+25
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-14selftests/timens: Check for right timens offsets after fork and execAndrei Vagin3-1/+96
2020-01-14selftests/timens: Add a simple perf test for clock_gettime()Andrei Vagin3-1/+99
2020-01-14selftests/timens: Add timer offsets testAndrei Vagin3-1/+124
2020-01-14selftests/timens: Add procfs selftestDmitry Safonov3-1/+146
2020-01-14selftests/timens: Add a test for clock_nanosleep()Andrei Vagin3-2/+152
2020-01-14selftests/timens: Add a test for timerfdAndrei Vagin3-1/+130
2020-01-14selftests/timens: Add Time Namespace test for supported clocksDmitry Safonov7-0/+325
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin3-0/+205
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov3-0/+46
2020-01-14x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov1-1/+16
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov2-2/+54
2020-01-14time: Allocate per-timens vvar pageDmitry Safonov2-1/+106
2020-01-14x86/vdso: Add time napespace pageDmitry Safonov6-3/+26
2020-01-14x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov5-9/+17
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner5-5/+169
2020-01-14x86/vdso: Restrict splitting VVAR VMADmitry Safonov1-0/+13
2020-01-14fs/proc: Respect boottime inside time namespace for /proc/uptimeDmitry Safonov1-0/+3
2020-01-14posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2-4/+25
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin5-12/+17
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-14timerfd: Make timerfd_settime() time namespace awareAndrei Vagin1-0/+3
2020-01-14time: Add do_timens_ktime_to_host() helperAndrei Vagin2-0/+53
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 Vagin2-0/+24
2020-01-14ns: Introduce Time NamespaceAndrei Vagin12-10/+361
2020-01-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin1-6/+8
2020-01-14lib/vdso: Add unlikely() hint into vdso_read_begin()Andrei Vagin1-1/+1
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy1-6/+1
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy1-7/+8
2020-01-14x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino1-2/+0
2020-01-14mips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino1-2/+0
2020-01-14arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino1-1/+0
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino1-5/+5
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino1-10/+0
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino1-0/+4
2020-01-14ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacksThomas Gleixner2-1/+37