summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/hyper-v: Set TSC clocksource as default w/ InvariantTSCAndrea Parri2020-01-161-2/+10
* clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesAndrea Parri2020-01-163-18/+28
* clocksource/drivers/timer-microchip-pit64b: Fix sparse warningClaudiu Beznea2020-01-161-1/+3
* clocksource/drivers/exynos_mct: Rename Exynos to lowercaseKrzysztof Kozlowski2020-01-161-1/+1
* clocksource/drivers/timer-ti-dm: Fix uninitialized pointer accessTony Lindgren2020-01-161-4/+4
* clocksource/drivers/timer-ti-dm: Switch to platform_get_irqYangtao Li2020-01-161-7/+3
* clocksource/drivers/timer-ti-dm: Convert to devm_platform_ioremap_resourceYangtao Li2020-01-161-8/+2
* clocksource/drivers/em_sti: Fix variable declaration in em_sti_probeYangtao Li2020-01-161-2/+1
* clocksource/drivers/em_sti: Convert to devm_platform_ioremap_resourceYangtao Li2020-01-161-3/+1
* clocksource/drivers/bcm2835_timer: Fix memory leak of timerColin Ian King2020-01-161-1/+4
* clocksource/drivers/cadence-ttc: Use ttc driver as platform driverRajan Vaja2020-01-161-8/+18
* clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B supportClaudiu Beznea2020-01-164-0/+466
* clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc pageBoqun Feng2020-01-161-4/+7
* clocksource: Fix Kconfig miscuesRandy Dunlap2020-01-161-23/+23
* dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT supportBiju Das2020-01-161-0/+2
* clocksource: Fix Kconfig indentationKrzysztof Kozlowski2020-01-161-10/+10
* clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource for hibernationDexuan Cui2020-01-161-0/+25
* 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
* selftests/timens: Check for right timens offsets after fork and execAndrei Vagin2020-01-143-1/+96
* selftests/timens: Add a simple perf test for clock_gettime()Andrei Vagin2020-01-143-1/+99
* selftests/timens: Add timer offsets testAndrei Vagin2020-01-143-1/+124
* selftests/timens: Add procfs selftestDmitry Safonov2020-01-143-1/+146
* selftests/timens: Add a test for clock_nanosleep()Andrei Vagin2020-01-143-2/+152
* selftests/timens: Add a test for timerfdAndrei Vagin2020-01-143-1/+130
* selftests/timens: Add Time Namespace test for supported clocksDmitry Safonov2020-01-147-0/+325
* fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-143-0/+205
* x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-143-0/+46
* x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov2020-01-141-1/+16
* x86/vdso: Handle faults on timens pageDmitry Safonov2020-01-142-2/+54
* time: Allocate per-timens vvar pageDmitry Safonov2020-01-142-1/+106
* x86/vdso: Add time napespace pageDmitry Safonov2020-01-146-3/+26
* x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov2020-01-145-9/+17
* lib/vdso: Prepare for time namespace supportThomas Gleixner2020-01-145-5/+169
* x86/vdso: Restrict splitting VVAR VMADmitry Safonov2020-01-141-0/+13
* fs/proc: Respect boottime inside time namespace for /proc/uptimeDmitry Safonov2020-01-141-0/+3
* posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2020-01-142-4/+25
* hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-145-12/+17
* alarmtimer: Make nanosleep() time namespace awareAndrei Vagin2020-01-141-0/+2
* posix-timers: Make timer_settime() time namespace awareAndrei Vagin2020-01-141-0/+2
* timerfd: Make timerfd_settime() time namespace awareAndrei Vagin2020-01-141-0/+3
* time: Add do_timens_ktime_to_host() helperAndrei Vagin2020-01-142-0/+53
* 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-142-0/+24