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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-06
Revert "ipv6: save dontfrag in cork"
Brett A C Sheffield (Librecast)
1
-1
/
+0
2025-07-06
vsock/uapi: fix linux/vm_sockets.h userspace compilation errors
Stefano Garzarella
1
-0
/
+4
2025-07-06
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
1
-1
/
+3
2025-07-06
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
1
-2
/
+3
2025-07-06
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-1
/
+3
2025-07-06
Drivers: hv: vmbus: Add utility function for querying ring size
Saurabh Sengar
1
-0
/
+2
2025-07-06
Drivers: hv: Change hv_free_hyperv_page() to take void * argument
Kameron Carr
1
-1
/
+1
2025-06-27
erofs: remove unused trace event erofs_destroy_inode
Gao Xiang
1
-18
/
+0
2025-06-27
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-0
/
+2
2025-06-27
net: Fix checksum update for ILA adj-transport
Paul Chaignon
1
-1
/
+1
2025-06-27
mm: hugetlb: independent PMD page table shared count
Liu Shixin
2
-0
/
+6
2025-06-27
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+3
2025-06-27
atm: Revert atm_account_tx() if copy_from_iter_full() fails.
Kuniyuki Iwashima
1
-0
/
+6
2025-06-27
ACPICA: Avoid sequence overread in call to strncmp()
Ahmed Salem
1
-1
/
+1
2025-06-27
mmc: Add quirk to disable DDR50 tuning
Erick Shepherd
1
-0
/
+1
2025-06-27
HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
Terry Junge
1
-1
/
+2
2025-06-27
bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-06-27
net: Fix TOCTOU issue in sk_is_readable()
Michal Luczaj
1
-2
/
+5
2025-06-27
Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
Luiz Augusto von Dentz
1
-1
/
+0
2025-06-27
RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction
Patrisious Haddad
1
-0
/
+1
2025-06-27
firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
Huang Yiwei
1
-2
/
+2
2025-06-04
NFS: Avoid flushing data while holding directory locks in nfs_rename()
Trond Myklebust
1
-3
/
+9
2025-06-04
coredump: hand a pidfd to the usermode coredump helper
Christian Brauner
1
-0
/
+1
2025-06-04
pid: add pidfd_prepare()
Christian Brauner
1
-0
/
+1
2025-06-04
af_unix: Add dead flag to struct scm_fp_list.
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Try not to hold unix_gc_lock during accept().
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Remove lock dance in unix_peek_fds().
Kuniyuki Iwashima
1
-1
/
+0
2025-06-04
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
1
-8
/
+0
2025-06-04
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
1
-1
/
+1
2025-06-04
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
1
-1
/
+0
2025-06-04
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
1
-0
/
+3
2025-06-04
af_unix: Iterate all vertices by DFS.
Kuniyuki Iwashima
1
-0
/
+2
2025-06-04
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
2
-0
/
+3
2025-06-04
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+11
2025-06-04
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+12
2025-06-04
af_unix: Remove CONFIG_UNIX_SCM.
Kuniyuki Iwashima
1
-3
/
+4
2025-06-04
af_unix: Try to run GC async.
Kuniyuki Iwashima
2
-2
/
+11
2025-06-04
af_unix: Return struct unix_sock from unix_get_socket().
Kuniyuki Iwashima
1
-1
/
+1
2025-06-04
hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
Frederic Weisbecker
1
-0
/
+1
2025-06-04
ALSA: pcm: Fix race of buffer access at PCM OSS layer
Takashi Iwai
1
-0
/
+2
2025-06-04
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca
1
-1
/
+0
2025-06-04
btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
Goldwyn Rodrigues
1
-1
/
+1
2025-06-04
drm/atomic: clarify the rules around drm_atomic_state->allow_modeset
Simona Vetter
1
-2
/
+21
2025-06-04
perf: Avoid the read if the count is already updated
Peter Zijlstra (Intel)
1
-1
/
+7
2025-06-04
rcu: fix header guard for rcu_all_qs()
Ankur Arora
1
-1
/
+1
2025-06-04
rcu: handle unstable rdp in rcu_read_unlock_strict()
Ankur Arora
1
-1
/
+1
2025-06-04
r8152: add vendor/device ID pair for Dell Alienware AW1022z
Aleksander Jan Bajkowski
1
-0
/
+1
2025-06-04
net/mlx4_core: Avoid impossible mlx4_db_alloc() order value
Kees Cook
1
-1
/
+1
[next]