index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
lib/vdso: Update coarse timekeeper unconditionally
Thomas Gleixner
1
-20
/
+17
2020-01-17
lib/vdso: Make __arch_update_vdso_data() logic understandable
Thomas Gleixner
1
-1
/
+1
2020-01-15
tick/common: Touch watchdog in tick_unfreeze() on all CPUs
Chunyan Zhang
1
-0
/
+2
2020-01-15
alarmtimer: Unregister wakeup source when module get fails
Stephen Boyd
1
-3
/
+5
2020-01-15
tick/sched: Annotate lockless access to last_jiffies_update
Eric Dumazet
1
-5
/
+9
2020-01-14
fs/proc: Introduce /proc/pid/timens_offsets
Andrei Vagin
1
-0
/
+101
2020-01-14
x86/vdso: Zap vvar pages when switching to a time namespace
Dmitry Safonov
1
-0
/
+10
2020-01-14
time: Allocate per-timens vvar page
Dmitry Safonov
1
-1
/
+103
2020-01-14
posix-timers: Make clock_nanosleep() time namespace aware
Andrei Vagin
2
-4
/
+25
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
3
-8
/
+12
2020-01-14
alarmtimer: Make nanosleep() time namespace aware
Andrei Vagin
1
-0
/
+2
2020-01-14
posix-timers: Make timer_settime() time namespace aware
Andrei Vagin
1
-0
/
+2
2020-01-14
time: Add do_timens_ktime_to_host() helper
Andrei Vagin
1
-0
/
+36
2020-01-14
posix-clocks: Wire up clock_gettime() with timens offsets
Andrei Vagin
3
-1
/
+16
2020-01-14
posix-timers: Use clock_get_ktime() in common_timer_get()
Andrei Vagin
1
-7
/
+1
2020-01-14
posix-clocks: Introduce clock_get_ktime() callback
Andrei Vagin
3
-2
/
+46
2020-01-14
alarmtimer: Provide get_timespec() callback
Andrei Vagin
1
-1
/
+6
2020-01-14
alarmtimer: Rename gettime() callback to get_ktime()
Andrei Vagin
1
-17
/
+17
2020-01-14
posix-clocks: Rename .clock_get_timespec() callbacks accordingly
Andrei Vagin
2
-11
/
+11
2020-01-14
posix-clocks: Rename the clock_get() callback to clock_get_timespec()
Andrei Vagin
5
-35
/
+35
2020-01-14
time: Add timens_offsets to be used for tasks in time namespace
Andrei Vagin
1
-0
/
+2
2020-01-14
ns: Introduce Time Namespace
Andrei Vagin
2
-0
/
+218
2020-01-10
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-0
/
+3
2020-01-09
time/sched_clock: Disable interrupts in sched_clock_register()
Paul Cercueil
1
-2
/
+5
2020-01-09
time/posix-stubs: Provide compat itimer supoprt for alpha
Arnd Bergmann
1
-0
/
+3
2019-12-30
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
1
-18
/
+13
2019-12-18
y2038: rename itimerval to __kernel_old_itimerval
Arnd Bergmann
1
-9
/
+9
2019-12-18
y2038: remove obsolete jiffies conversion functions
Arnd Bergmann
1
-53
/
+5
2019-12-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-15
/
+22
2019-12-01
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
3
-76
/
+147
2019-11-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+11
2019-11-25
y2038: alarm: fix half-second cut-off
Arnd Bergmann
1
-1
/
+1
2019-11-25
Merge branch 'timers/urgent' into timers/core, to pick up fix
Ingo Molnar
3
-8
/
+6
2019-11-21
time: Zero the upper 32-bits in __kernel_timespec on 32-bit
Dmitry Safonov
1
-1
/
+2
2019-11-18
Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies
Ingo Molnar
1
-1
/
+1
2019-11-15
y2038: itimer: change implementation to timespec64
Arnd Bergmann
1
-62
/
+96
2019-11-15
y2038: move itimer reset into itimer.c
Arnd Bergmann
1
-2
/
+13
2019-11-15
y2038: use compat_{get,set}_itimer on alpha
Arnd Bergmann
1
-2
/
+2
2019-11-15
y2038: itimer: compat handling to itimer.c
Arnd Bergmann
1
-7
/
+35
2019-11-15
y2038: time: avoid timespec usage in settimeofday()
Arnd Bergmann
1
-11
/
+9
2019-11-15
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
1
-1
/
+1
2019-11-15
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
Arnd Bergmann
1
-3
/
+3
2019-11-15
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
2
-3
/
+3
2019-11-12
time: Fix spelling mistake in comment
Mukesh Ojha
1
-1
/
+1
2019-11-12
time: Optimize ns_to_timespec64()
Arnd Bergmann
1
-9
/
+12
2019-11-12
ntp/y2038: Remove incorrect time_t truncation
Arnd Bergmann
1
-1
/
+1
2019-11-11
Merge tag 'v5.4-rc7' into sched/core, to pick up fixes
Ingo Molnar
5
-46
/
+41
2019-11-06
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+7
2019-11-04
timekeeping/vsyscall: Update VDSO data unconditionally
Huacai Chen
1
-6
/
+3
2019-10-31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+11
[prev]
[next]