index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2026-07-10
timekeeping: Drive time_adjust skew via per-tick ntp_error transfer
David Woodhouse
2026-07-10
timekeeping: Drive time_offset skew via per-tick ntp_error transfer
David Woodhouse
2026-07-10
timekeeping: Account for clocksource tick quantisation via NTP
David Woodhouse
2026-07-09
sched_ext: Keep rq tracking accurate in the consume path
Andrea Righi
2026-07-09
sched_ext: Make scx_bpf_kick_cid() return void
Tejun Heo
2026-07-09
sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulers
Tejun Heo
2026-07-09
sched_ext: Rename extra_enq_flags to remote_activate_enq_flags
Tejun Heo
2026-07-09
sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatch
Tejun Heo
2026-07-09
sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variants
Tejun Heo
2026-07-09
Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
2026-07-09
sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()
Tejun Heo
2026-07-09
sched_ext: Record an error on errno-only sub-enable failure
Tejun Heo
2026-07-09
sched_ext: Fix typo in scx_bpf_dsq_insert() comment
Liang Luo
2026-07-09
bpf: Reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 max
Nicholas Dudar
2026-07-09
bpf: Drop scalar id on sign-extending narrowing stack fills
Daniel Borkmann
2026-07-09
printk: Fix possible console use-after-free
John Ogness
2026-07-09
bpf: Fix security_bpf_map_create error handling
Daniel Borkmann
2026-07-08
bpf: Reject programs with inlined helpers if JIT is not available
Tiezhu Yang
2026-07-08
bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
Tiezhu Yang
2026-07-09
bpf: Fix use-after-free on mm_struct in bpf_find_vma()
Sanghyun Park
2026-07-09
bpf: Account scratch buffer in bpf_prog_calc_tag
Daniel Borkmann
2026-07-09
bpf: Account insn_aux_data allocation in bpf_check
Daniel Borkmann
2026-07-09
bpf: Give vmlinux BTF init its own mutex
Daniel Borkmann
2026-07-09
bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinux
Daniel Borkmann
2026-07-08
sched_ext: Enable tick for finite slices on nohz_full
Andrea Righi
2026-07-08
audit: fix potential integer overflow in audit_log_n_hex()
Ricardo Robaina
2026-07-08
sched_ext: Preserve rq tracking across local DSQ dispatch
Andrea Righi
2026-07-08
libbpf: Drop in-loader metadata check for load-time verification
Daniel Borkmann
2026-07-08
bpf: Verify signed loader metadata at load time
Daniel Borkmann
2026-07-08
bpf: Resolve and cache fd_array objects at load time
Daniel Borkmann
2026-07-08
tick: Remove arch_needs_cpu
Mete Durlu
2026-07-08
lockdep: Enable the printing of held locks of remote running tasks and print ...
Ingo Molnar
2026-07-08
syscall_user_dispatch: Add kernel.syscall_user_dispatch sysctl
Gregory Price
2026-07-08
syscall_user_dispatch: Make it configurable in Kconfig
Gregory Price
2026-07-08
bpf: Reject writes through untrusted BTF pointers
Nicholas Dudar
2026-07-08
bpf: Remove artificial limitations on pointer types eligible for spilling
Eduard Zingerman
2026-07-08
timekeeping: Account for monotonicity adjustment in ntp_error
David Woodhouse
2026-07-07
time: Respect COMPAT_32BIT_TIME for old time type functions
Thomas Weißschuh
2026-07-07
vdso/datastore: Explicitly prevent remote access to timens vvar page
Thomas Weißschuh
2026-07-07
timekeeping: Move the vDSO update declarations into a private header
Thomas Weißschuh
2026-07-07
hrtimer: Explicitly include linux/hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
2026-07-07
tick: Explicitly include linux/hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
2026-07-07
hrtimer: Move hrtimer_update_function() to hrtimer.c
Thomas Weißschuh (Schneider Electric)
2026-07-07
hrtimer: Move hrtimer_callback_running() to hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
2026-07-07
hrtimer: Don't take cpu_base::lock in hrtimer_get_next_event() when hres_active
Usama Arif
2026-07-07
timer_list: Annotate print_cpu() diagnostic reads
Yu Peng
2026-07-07
time/namespace: Validate nanosecond field in proc_timens_set_offset()
Malaya Kumar Rout
2026-07-07
timers/migration: Fix memory leak in tmigr_setup_groups() error path
Malaya Kumar Rout
2026-07-07
timekeeping: Unwind aux clock sysfs children on failure
Yuho Choi
2026-07-07
clocksource: Unregister subsystem on device registration failure
Yuho Choi
[prev]
[next]