summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=ntimers-core-2020-01-27Stephen 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-16Merge tag 'timers-v5.5-rc6' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner
2020-01-16lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Christophe Leroy
2020-01-16MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelThomas Gleixner
2020-01-16clocksource/drivers/hyper-v: Set TSC clocksource as default w/ InvariantTSCAndrea Parri
2020-01-16clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesAndrea Parri
2020-01-16clocksource/drivers/timer-microchip-pit64b: Fix sparse warningClaudiu Beznea
2020-01-16clocksource/drivers/exynos_mct: Rename Exynos to lowercaseKrzysztof Kozlowski
2020-01-16clocksource/drivers/timer-ti-dm: Fix uninitialized pointer accessTony Lindgren
2020-01-16clocksource/drivers/timer-ti-dm: Switch to platform_get_irqYangtao Li
2020-01-16clocksource/drivers/timer-ti-dm: Convert to devm_platform_ioremap_resourceYangtao Li
2020-01-16clocksource/drivers/em_sti: Fix variable declaration in em_sti_probeYangtao Li
2020-01-16clocksource/drivers/em_sti: Convert to devm_platform_ioremap_resourceYangtao Li
2020-01-16clocksource/drivers/bcm2835_timer: Fix memory leak of timerColin Ian King
2020-01-16clocksource/drivers/cadence-ttc: Use ttc driver as platform driverRajan Vaja
2020-01-16clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B supportClaudiu Beznea
2020-01-16clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc pageBoqun Feng
2020-01-16clocksource: Fix Kconfig miscuesRandy Dunlap
2020-01-16dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT supportBiju Das
2020-01-16clocksource: Fix Kconfig indentationKrzysztof Kozlowski
2020-01-16clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource for hibernationDexuan Cui
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