index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
Merge tag 's390-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-4
/
+3
2026-08-22
Merge tags 'core-urgent-2026-08-22' and 'timers-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2026-08-20
Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-4
/
+27
2026-08-18
Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-9
/
+22
2026-08-18
Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
16
-173
/
+543
2026-08-18
timer: Keep debugobjects state consistent in migrate_timer_list()
Thomas Gleixner
1
-0
/
+1
2026-08-11
timer_list: Use ktime_t over nanoseconds
Thomas Weißschuh (Schneider Electric)
1
-30
/
+27
2026-08-11
timer_list: Use standard 'long long' format placeholders
Thomas Weißschuh (Schneider Electric)
1
-9
/
+9
2026-08-11
hrtimer: Add a lockdep assertion to hrtimer_update_base()
Thomas Weißschuh (Schneider Electric)
1
-0
/
+2
2026-08-11
timekeeping: Use u32 for clock_was_set_seq
Thomas Weißschuh (Schneider Electric)
3
-4
/
+5
2026-08-11
timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()
Thomas Weißschuh (Schneider Electric)
1
-2
/
+2
2026-08-11
hrtimer: Account nr_retries on recovered interrupt retries
Liang Hao
1
-1
/
+3
2026-08-11
timers/itimer: Zero-init old itimerval before copy to userspace
Jérémy Jean
1
-1
/
+1
2026-08-11
nohz: Replace dead select with choice default
Julian Braha
1
-1
/
+0
2026-08-11
timekeeping: Remove the unused ktime_get_clock_ts64()
Thomas Weißschuh (Schneider Electric)
1
-34
/
+0
2026-08-10
timekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()
Thomas Weißschuh (Schneider Electric)
1
-3
/
+5
2026-08-10
timekeeping: Use READ_ONCE/WRITE_ONCE() for xtime_sec to prevent tearing
Dennis Moshegov
1
-3
/
+7
2026-08-05
sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTL
Oleg Nesterov
1
-3
/
+2
2026-08-05
sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_conv
Joel Granados
1
-2
/
+2
2026-08-05
sysctl: Replace do_proc_do{int,ulong,uint}vec with do_proc_vec
Joel Granados
1
-1
/
+25
2026-07-20
timers/migration: Fix bad line kernel-doc warning in struct tmigr_cpu
Babanpreet Singh
1
-1
/
+1
2026-07-10
ntp: Remove tick_length_base, use tick_length directly
David Woodhouse
1
-9
/
+3
2026-07-10
timekeeping: Settle competing time_offset and time_adjust skew
David Woodhouse
1
-0
/
+75
2026-07-10
timekeeping: Drive time_adjust skew via per-tick ntp_error transfer
David Woodhouse
2
-31
/
+107
2026-07-10
timekeeping: Drive time_offset skew via per-tick ntp_error transfer
David Woodhouse
3
-9
/
+117
2026-07-10
timekeeping: Account for clocksource tick quantisation via NTP
David Woodhouse
3
-21
/
+72
2026-07-08
tick: Remove arch_needs_cpu
Mete Durlu
1
-4
/
+3
2026-07-08
timekeeping: Account for monotonicity adjustment in ntp_error
David Woodhouse
1
-0
/
+6
2026-07-07
time: Respect COMPAT_32BIT_TIME for old time type functions
Thomas Weißschuh
1
-4
/
+20
2026-07-07
vdso/datastore: Explicitly prevent remote access to timens vvar page
Thomas Weißschuh
1
-5
/
+2
2026-07-07
timekeeping: Move the vDSO update declarations into a private header
Thomas Weißschuh
2
-0
/
+22
2026-07-07
hrtimer: Explicitly include linux/hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+1
2026-07-07
tick: Explicitly include linux/hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+1
2026-07-07
hrtimer: Move hrtimer_update_function() to hrtimer.c
Thomas Weißschuh (Schneider Electric)
1
-0
/
+24
2026-07-07
hrtimer: Don't take cpu_base::lock in hrtimer_get_next_event() when hres_active
Usama Arif
1
-5
/
+13
2026-07-07
timer_list: Annotate print_cpu() diagnostic reads
Yu Peng
1
-6
/
+11
2026-07-07
time/namespace: Validate nanosecond field in proc_timens_set_offset()
Malaya Kumar Rout
1
-2
/
+4
2026-07-07
timers/migration: Fix memory leak in tmigr_setup_groups() error path
Malaya Kumar Rout
1
-1
/
+3
2026-07-07
timekeeping: Unwind aux clock sysfs children on failure
Yuho Choi
1
-6
/
+15
2026-07-07
clocksource: Unregister subsystem on device registration failure
Yuho Choi
1
-2
/
+6
2026-07-06
clocksource: Remove unused WATCHDOG_INTERVAL_NS macro
Zhan Xusheng
1
-1
/
+0
2026-07-06
hrtimer: Remove unused next_timer argument from __hrtimer_reprogram()
Zhan Xusheng
1
-3
/
+3
2026-07-06
timekeeping: Document monotonic raw timestamps in snapshots correctly
Thomas Gleixner
1
-1
/
+15
2026-07-05
posix-cpu-timers: Don't abuse lock_task_sighand() in handle_posix_cpu_timers()
Oleg Nesterov
1
-3
/
+6
2026-07-05
posix-cpu-timers: Prevent UAF caused by non-leader exec() race
Thomas Gleixner
1
-58
/
+115
2026-06-30
hrtimer: Remove unused clock_base_next_timer_safe()
Zhan Xusheng
1
-7
/
+0
2026-06-22
time: Fix off-by-one in compat settimeofday() usec validation
Wang Yan
1
-1
/
+1
2026-06-17
hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in comment
Ethan Nelson-Moore
1
-1
/
+1
2026-06-17
posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()
Zhan Xusheng
1
-1
/
+1
2026-06-17
timekeeping: Register default clocksource before taking tk_core.lock
Mikhail Gavrilov
1
-3
/
+4
[next]