index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
clocksource/drivers/hyper-v: Set TSC clocksource as default w/ InvariantTSC
Andrea Parri
2020-01-16
1
-2
/
+10
*
clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksources
Andrea Parri
2020-01-16
3
-18
/
+28
*
clocksource/drivers/timer-microchip-pit64b: Fix sparse warning
Claudiu Beznea
2020-01-16
1
-1
/
+3
*
clocksource/drivers/exynos_mct: Rename Exynos to lowercase
Krzysztof Kozlowski
2020-01-16
1
-1
/
+1
*
clocksource/drivers/timer-ti-dm: Fix uninitialized pointer access
Tony Lindgren
2020-01-16
1
-4
/
+4
*
clocksource/drivers/timer-ti-dm: Switch to platform_get_irq
Yangtao Li
2020-01-16
1
-7
/
+3
*
clocksource/drivers/timer-ti-dm: Convert to devm_platform_ioremap_resource
Yangtao Li
2020-01-16
1
-8
/
+2
*
clocksource/drivers/em_sti: Fix variable declaration in em_sti_probe
Yangtao Li
2020-01-16
1
-2
/
+1
*
clocksource/drivers/em_sti: Convert to devm_platform_ioremap_resource
Yangtao Li
2020-01-16
1
-3
/
+1
*
clocksource/drivers/bcm2835_timer: Fix memory leak of timer
Colin Ian King
2020-01-16
1
-1
/
+4
*
clocksource/drivers/cadence-ttc: Use ttc driver as platform driver
Rajan Vaja
2020-01-16
1
-8
/
+18
*
clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B support
Claudiu Beznea
2020-01-16
4
-0
/
+466
*
clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc page
Boqun Feng
2020-01-16
1
-4
/
+7
*
clocksource: Fix Kconfig miscues
Randy Dunlap
2020-01-16
1
-23
/
+23
*
dt-bindings: timer: renesas, cmt: Document r8a774b1 CMT support
Biju Das
2020-01-16
1
-0
/
+2
*
clocksource: Fix Kconfig indentation
Krzysztof Kozlowski
2020-01-16
1
-10
/
+10
*
clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource for hibernation
Dexuan Cui
2020-01-16
1
-0
/
+25
*
tick/common: Touch watchdog in tick_unfreeze() on all CPUs
Chunyan Zhang
2020-01-15
1
-0
/
+2
*
alarmtimer: Unregister wakeup source when module get fails
Stephen Boyd
2020-01-15
1
-3
/
+5
*
selftests/timens: Check for right timens offsets after fork and exec
Andrei Vagin
2020-01-14
3
-1
/
+96
*
selftests/timens: Add a simple perf test for clock_gettime()
Andrei Vagin
2020-01-14
3
-1
/
+99
*
selftests/timens: Add timer offsets test
Andrei Vagin
2020-01-14
3
-1
/
+124
*
selftests/timens: Add procfs selftest
Dmitry Safonov
2020-01-14
3
-1
/
+146
*
selftests/timens: Add a test for clock_nanosleep()
Andrei Vagin
2020-01-14
3
-2
/
+152
*
selftests/timens: Add a test for timerfd
Andrei Vagin
2020-01-14
3
-1
/
+130
*
selftests/timens: Add Time Namespace test for supported clocks
Dmitry Safonov
2020-01-14
7
-0
/
+325
*
fs/proc: Introduce /proc/pid/timens_offsets
Andrei Vagin
2020-01-14
3
-0
/
+205
*
x86/vdso: Zap vvar pages when switching to a time namespace
Dmitry Safonov
2020-01-14
3
-0
/
+46
*
x86/vdso: On timens page fault prefault also VVAR page
Dmitry Safonov
2020-01-14
1
-1
/
+16
*
x86/vdso: Handle faults on timens page
Dmitry Safonov
2020-01-14
2
-2
/
+54
*
time: Allocate per-timens vvar page
Dmitry Safonov
2020-01-14
2
-1
/
+106
*
x86/vdso: Add time napespace page
Dmitry Safonov
2020-01-14
6
-3
/
+26
*
x86/vdso: Provide vdso_data offset on vvar_page
Dmitry Safonov
2020-01-14
5
-9
/
+17
*
lib/vdso: Prepare for time namespace support
Thomas Gleixner
2020-01-14
5
-5
/
+169
*
x86/vdso: Restrict splitting VVAR VMA
Dmitry Safonov
2020-01-14
1
-0
/
+13
*
fs/proc: Respect boottime inside time namespace for /proc/uptime
Dmitry Safonov
2020-01-14
1
-0
/
+3
*
posix-timers: Make clock_nanosleep() time namespace aware
Andrei Vagin
2020-01-14
2
-4
/
+25
*
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
2020-01-14
5
-12
/
+17
*
alarmtimer: Make nanosleep() time namespace aware
Andrei Vagin
2020-01-14
1
-0
/
+2
*
posix-timers: Make timer_settime() time namespace aware
Andrei Vagin
2020-01-14
1
-0
/
+2
*
timerfd: Make timerfd_settime() time namespace aware
Andrei Vagin
2020-01-14
1
-0
/
+3
*
time: Add do_timens_ktime_to_host() helper
Andrei Vagin
2020-01-14
2
-0
/
+53
*
posix-clocks: Wire up clock_gettime() with timens offsets
Andrei Vagin
2020-01-14
3
-1
/
+16
*
posix-timers: Use clock_get_ktime() in common_timer_get()
Andrei Vagin
2020-01-14
1
-7
/
+1
*
posix-clocks: Introduce clock_get_ktime() callback
Andrei Vagin
2020-01-14
3
-2
/
+46
*
alarmtimer: Provide get_timespec() callback
Andrei Vagin
2020-01-14
1
-1
/
+6
*
alarmtimer: Rename gettime() callback to get_ktime()
Andrei Vagin
2020-01-14
1
-17
/
+17
*
posix-clocks: Rename .clock_get_timespec() callbacks accordingly
Andrei Vagin
2020-01-14
2
-11
/
+11
*
posix-clocks: Rename the clock_get() callback to clock_get_timespec()
Andrei Vagin
2020-01-14
5
-35
/
+35
*
time: Add timens_offsets to be used for tasks in time namespace
Andrei Vagin
2020-01-14
2
-0
/
+24
[next]