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
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
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-10-02
genirq: Provide new interfaces for affinity hints
Thomas Gleixner
1
-1
/
+52
2025-10-02
genirq: Export affinity setter for modules
Thomas Gleixner
1
-33
/
+2
2025-10-02
genirq/affinity: Add irq_update_affinity_desc()
John Garry
1
-0
/
+8
2025-10-02
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-2
/
+38
2025-09-04
atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
Kuniyuki Iwashima
1
-0
/
+1
2025-09-04
net/atm: remove the atmdev_ops {get, set}sockopt methods
Christoph Hellwig
1
-9
/
+0
2025-08-28
nfs: fix UAF in direct writes
Josef Bacik
1
-0
/
+1
2025-08-28
NFS: Fix up commit deadlocks
Trond Myklebust
1
-0
/
+1
2025-08-28
net/sched: act_mirred: refactor the handle of xmit
wenxu
1
-5
/
+0
2025-08-28
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
1
-10
/
+2
2025-08-28
net: sched: extract qstats update code into functions
Vlad Buslov
1
-0
/
+16
2025-08-28
net: sched: extract bstats update code into function
Vlad Buslov
1
-0
/
+7
2025-08-28
net: sched: extract common action counters update code into function
Vlad Buslov
1
-0
/
+2
2025-08-28
mm: update memfd seal write check to include F_SEAL_WRITE
Lorenzo Stoakes
1
-7
/
+8
2025-08-28
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
2
-2
/
+13
2025-08-28
net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
John Ernberg
1
-0
/
+1
2025-08-28
PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports
Lukas Wunner
1
-0
/
+1
2025-08-28
move_mount: allow to add a mount into an existing group
Pavel Tikhomirov
1
-1
/
+2
2025-08-28
uapi: in6: restore visibility of most IPv6 socket options
Jakub Kicinski
1
-2
/
+2
2025-08-28
net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs
Gal Pressman
1
-3
/
+3
2025-08-28
netmem: fix skb_frag_address_safe with unreadable skbs
Mina Almasry
1
-1
/
+7
2025-08-28
wifi: cfg80211: Fix interface type validation
Ilan Peer
1
-1
/
+1
2025-08-28
io_uring: don't use int for ABI
Pavel Begunkov
1
-1
/
+1
2025-08-28
net: drop UFO packets in udp_rcv_segment()
Wang Liang
1
-6
/
+18
2025-08-28
ipv6: reject malicious packets in ipv6_gso_segment()
Eric Dumazet
1
-0
/
+23
2025-08-28
module: Restore the moduleparam prefix length check
Petr Pavlu
1
-3
/
+2
2025-08-28
pps: fix poll support
Denis OSTERLAND-HEIM
1
-0
/
+1
2025-08-28
usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue layer use
Peter Chen
1
-0
/
+1
2025-07-17
drm/sched: Increment job count before swapping tail spsc queue
Matthew Brost
1
-1
/
+3
2025-07-17
RDMA/core: Create and destroy counters in the ib_core
Leon Romanovsky
1
-3
/
+4
2025-07-17
regulator: gpio: Add input_supply support in gpio_regulator_config
Jerome Neanne
1
-0
/
+2
2025-07-17
usb: typec: altmodes/displayport: do not index invalid pin_assignments
RD Babiera
1
-0
/
+1
2025-07-17
vsock/uapi: fix linux/vm_sockets.h userspace compilation errors
Stefano Garzarella
1
-0
/
+4
2025-07-17
of: Add of_property_present() helper
Rob Herring
1
-1
/
+16
2025-07-17
of: property: define of_property_read_u{8,16,32,64}_array() unconditionally
Michael Walle
1
-150
/
+124
2025-06-27
erofs: remove unused trace event erofs_destroy_inode
Gao Xiang
1
-18
/
+0
2025-06-27
HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
Terry Junge
1
-1
/
+2
2025-06-27
atm: Revert atm_account_tx() if copy_from_iter_full() fails.
Kuniyuki Iwashima
1
-0
/
+6
2025-06-27
media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT condition
Nas Chung
1
-1
/
+0
2025-06-27
ACPICA: Avoid sequence overread in call to strncmp()
Ahmed Salem
1
-1
/
+1
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
pidfd: check pid has attached task in fdinfo
Christian Brauner
1
-0
/
+4
2025-06-04
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-3
/
+0
2025-06-04
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-0
/
+3
2025-06-04
ALSA: pcm: Fix race of buffer access at PCM OSS layer
Takashi Iwai
1
-0
/
+2
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
rcu: fix header guard for rcu_all_qs()
Ankur Arora
1
-1
/
+1
2025-06-04
net/mlx4_core: Avoid impossible mlx4_db_alloc() order value
Kees Cook
1
-1
/
+1
[next]