index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
17 hours
ptrace: slightly saner 'get_dumpable()' logic
Linus Torvalds
2
-6
/
+17
2026-04-18
tracing: Fix potential deadlock in cpu hotplug with osnoise
Luo Haiyang
1
-4
/
+4
2026-04-18
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
1
-1
/
+2
2026-04-18
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
1
-1
/
+6
2026-04-18
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
1
-1
/
+2
2026-04-18
alarmtimer: Fix argument order in alarm_timer_forward()
Zhan Xusheng
1
-1
/
+1
2026-04-18
sysctl: fix uninitialized variable in proc_do_large_bitmap
Marc Buerg
1
-1
/
+1
2026-04-18
module: Fix kernel panic when a symbol st_shndx is out of bounds
Ihor Solodrai
1
-0
/
+7
2026-04-18
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
1
-4
/
+20
2026-04-18
sched: idle: Consolidate the handling of two special cases
Rafael J. Wysocki
1
-9
/
+21
2026-04-18
bpf: Forget ranges when refining tnum after JSET
Paul Chaignon
1
-0
/
+4
2026-04-18
tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Calvin Owens
1
-3
/
+3
2026-04-18
time/jiffies: Mark jiffies_64_to_clock_t() notrace
Steven Rostedt
1
-1
/
+1
2026-04-18
time: add kernel-doc in time.c
Randy Dunlap
1
-11
/
+158
2026-04-18
cgroup: fix race between task migration and iteration
Qingye Zhao
1
-0
/
+1
2026-04-18
sched: idle: Make skipping governor callbacks more consistent
Rafael J. Wysocki
1
-1
/
+10
2026-04-18
unshare: fix unshare_fs() handling
Al Viro
1
-1
/
+1
2026-04-18
bpf: Fix stack-out-of-bounds write in devmap
Kohei Enju
1
-5
/
+17
2026-03-04
tracing: Fix to set write permission to per-cpu buffer_size_kb
Masami Hiramatsu (Google)
1
-1
/
+1
2026-03-04
kexec: derive purgatory entry from symbol
Li Chen
1
-57
/
+74
2026-03-04
tracing: Fix false sharing in hwlat get_sample()
Colin Lord
1
-8
/
+7
2026-03-04
bpf: verifier improvement in 32bit shift sign extension pattern
Cupertino Miranda
1
-11
/
+7
2026-03-04
tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros
Steven Rostedt
1
-5
/
+0
2026-03-04
timers: Replace in_irq() with in_hardirq()
ye xingchen
1
-1
/
+1
2026-03-04
ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()
Ondrej Mosnacek
1
-1
/
+1
2026-03-04
sched/rt: Skip currently executing CPU in rto_next_cpu()
Chen Jinghuang
1
-0
/
+5
2026-03-04
hrtimer: Fix trace oddity
Thomas Gleixner
1
-1
/
+1
2026-02-11
tracing: Fix ftrace event field alignments
Steven Rostedt
3
-15
/
+27
2026-02-11
ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free
Wupeng Ma
1
-0
/
+2
2026-02-11
timers: Fix NULL function pointer race in timer_shutdown_sync()
Yipeng Zou
1
-3
/
+4
2026-02-11
timers: Provide timer_shutdown[_sync]()
Thomas Gleixner
1
-0
/
+66
2026-02-11
timers: Add shutdown mechanism to the internal functions
Thomas Gleixner
1
-8
/
+54
2026-02-11
timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
Thomas Gleixner
1
-51
/
+92
2026-02-11
timers: Silently ignore timers with a NULL function
Thomas Gleixner
1
-5
/
+52
2026-02-11
timers: Rename del_timer() to timer_delete()
Thomas Gleixner
1
-3
/
+3
2026-02-11
timers: Replace BUG_ON()s
Thomas Gleixner
1
-5
/
+6
2026-02-11
timers: Get rid of del_singleshot_timer_sync()
Thomas Gleixner
1
-1
/
+1
2026-02-06
genirq/irq_sim: Initialize work context pointers properly
Gyeyoung Baek
1
-1
/
+1
2026-02-06
dma/pool: distinguish between missing and exhausted atomic pools
Sai Sree Kartheek Adivi
1
-1
/
+6
2026-02-06
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
1
-4
/
+4
2026-02-06
ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.
Wojtek Wasko
1
-1
/
+1
2026-02-06
posix-clock: Store file pointer in struct posix_clock_context
Wojtek Wasko
1
-0
/
+1
2026-02-06
Fix memory leak in posix_clock_open()
Linus Torvalds
1
-7
/
+9
2026-02-06
posix-clock: introduce posix_clock_context concept
Xabier Marquiegui
1
-9
/
+27
2026-02-06
hrtimer: Fix softirq base check in update_needs_ipi()
Thomas Weißschuh
1
-1
/
+1
2026-01-19
tracing: Do not register unsupported perf events
Steven Rostedt
1
-0
/
+2
2026-01-19
scs: fix a wrong parameter in __scs_magic
Zhichi Lin
1
-1
/
+1
2026-01-19
livepatch: Match old_sympos 0 and 1 in klp_find_func()
Song Liu
1
-1
/
+7
2026-01-19
sched/deadline: only set free_cpus for online runqueues
Doug Berger
3
-32
/
+14
2026-01-19
dma/pool: eliminate alloc_pages warning in atomic_pool_expand
Dave Kleikamp
1
-1
/
+1
[next]