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-04-01
hrtimer: Don't dereference the hrtimer pointer after the callback
Sebastian Andrzej Siewior
1
-2
/
+3
2020-03-30
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-101
/
+108
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-19
/
+39
2020-03-24
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-3
/
+4
2020-03-21
lockdep: Add posixtimer context tracing bits
Sebastian Andrzej Siewior
1
-1
/
+5
2020-03-21
lockdep: Annotate irq_work
Sebastian Andrzej Siewior
1
-0
/
+1
2020-03-21
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
1
-1
/
+5
2020-03-21
timekeeping: Split jiffies seqlock
Thomas Gleixner
5
-17
/
+28
2020-03-19
Revert "tick/common: Make tick_periodic() check for missing ticks"
Thomas Gleixner
1
-33
/
+3
2020-03-19
time/sched_clock: Expire timer in hardirq context
Ahmed S. Darwish
1
-4
/
+5
2020-03-04
tick/common: Make tick_periodic() check for missing ticks
Waiman Long
1
-3
/
+33
2020-03-04
hrtimer: Cast explicitely to u32t in __ktime_divns()
Wen Yang
1
-1
/
+1
2020-03-04
timekeeping: Prevent 32bit truncation in scale64_check_overflow()
Wen Yang
1
-2
/
+1
2020-03-04
posix-cpu-timers: Store a reference to a pid not a task
Eric W. Biederman
1
-18
/
+55
2020-03-01
posix-cpu-timers: Pass the task into arm_timer()
Eric W. Biederman
1
-4
/
+3
2020-03-01
posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_group
Eric W. Biederman
1
-54
/
+12
2020-03-01
posix-cpu-timers: cpu_clock_sample_group() no longer needs siglock
Eric W. Biederman
1
-3
/
+1
2020-02-21
y2038: remove unused time32 interfaces
Arnd Bergmann
1
-43
/
+0
2020-02-20
timer: Use hlist_unhashed_lockless() in timer_pending()
Eric Dumazet
1
-3
/
+4
2020-02-17
posix-timers: Pass lockdep expression to RCU lists
Amol Grover
1
-1
/
+2
2020-02-17
timer: Improve the comment describing schedule_timeout()
Alexander Popov
1
-7
/
+9
2020-02-17
lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes
Thomas Gleixner
1
-3
/
+4
2020-02-17
lib/vdso: Avoid highres update if clocksource is not VDSO capable
Thomas Gleixner
1
-3
/
+3
2020-02-17
lib/vdso: Cleanup clock mode storage leftovers
Thomas Gleixner
1
-4
/
+0
2020-02-17
clocksource: Add common vdso clock mode storage
Thomas Gleixner
2
-2
/
+17
2020-02-09
Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+9
2020-02-01
clocksource: Prevent double add_timer_on() for watchdog_timer
Konstantin Khlebnikov
1
-2
/
+9
2020-01-29
Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...
Linus Torvalds
2
-62
/
+14
2020-01-27
Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-107
/
+656
2020-01-24
alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n
Stephen Boyd
1
-5
/
+0
2020-01-24
alarmtimer: Use wakeup source from alarmtimer platform device
Stephen Boyd
1
-10
/
+5
2020-01-24
alarmtimer: Make alarmtimer platform device child of RTC device
Stephen Boyd
1
-11
/
+9
2020-01-24
alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality
Stephen Boyd
1
-2
/
+0
2020-01-22
hrtimer: Add missing sparse annotation for __run_timer()
Jules Irenge
1
-1
/
+1
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
[next]