index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
xen/privcmd: add boot control for restricted usage in domU
Juergen Gross
1
-0
/
+1
4 days
udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n
Xiang Mei
1
-1
/
+1
4 days
clsact: Fix use-after-free in init/destroy rollback asymmetry
Daniel Borkmann
1
-0
/
+5
4 days
net/sched: teql: Fix double-free in teql_master_xmit
Jamal Hadi Salim
1
-0
/
+28
4 days
bonding: prevent potential infinite loop in bond_header_parse()
Eric Dumazet
3
-4
/
+8
4 days
nf_tables: nft_dynset: fix possible stateful expression memleak in error path
Pablo Neira Ayuso
1
-0
/
+2
4 days
io_uring/kbuf: propagate BUF_MORE through early buffer commit path
Jens Axboe
1
-0
/
+3
4 days
mm: thp: deny THP for files on anonymous inodes
Deepanshu Kartikey
1
-0
/
+4
4 days
net: dsa: properly keep track of conduit reference
Vladimir Oltean
1
-0
/
+1
4 days
net: stmmac: remove support for lpi_intr_o
Russell King (Oracle)
1
-1
/
+0
4 days
x86/uprobes: Fix XOL allocation failure for 32-bit tasks
Oleg Nesterov
1
-0
/
+1
4 days
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
1
-0
/
+9
4 days
rxrpc: Fix recvmsg() unconditional requeue
David Howells
1
-0
/
+4
4 days
cleanup: Provide retain_and_null_ptr()
Thomas Gleixner
1
-0
/
+19
4 days
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
1
-7
/
+26
4 days
qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_size
Laurent Vivier
1
-0
/
+1
4 days
irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supp...
Marc Zyngier
1
-0
/
+1
4 days
mmc: core: Avoid bitfield RMW for claim/retune flags
Penghe Geng
1
-4
/
+5
4 days
mm/tracing: rss_stat: ensure curr is false from kthread context
Kalesh Singh
1
-1
/
+7
4 days
USB: core: Limit the length of unkillable synchronous timeouts
Alan Stern
1
-0
/
+3
4 days
USB: usbcore: Introduce usb_bulk_msg_killable()
Alan Stern
1
-2
/
+3
4 days
net: prevent NULL deref in ip[6]tunnel_xmit()
Eric Dumazet
1
-4
/
+6
4 days
net: add xmit recursion limit to tunnel xmit functions
Weiming Shi
3
-0
/
+51
4 days
xdp: register system page pool as an XDP memory model
Toke Høiland-Jørgensen
1
-0
/
+1
4 days
xdp: allow attaching already registered memory model to xdp_rxq_info
Alexander Lobakin
1
-0
/
+32
4 days
net: add a common function to compute features for upper devices
Hangbin Liu
2
-0
/
+19
4 days
net/mlx5: IFC updates for disabled host PF
Daniel Jurgens
1
-1
/
+3
4 days
kexec: Consolidate machine_kexec_mask_interrupts() implementation
Eliav Farber
1
-0
/
+3
2026-03-13
net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks
Victor Nogueira
1
-0
/
+1
2026-03-13
xsk: introduce helper to determine rxq->frag_size
Larysa Zaremba
1
-0
/
+10
2026-03-13
net/sched: act_ife: Fix metalist update behavior
Jamal Hadi Salim
1
-3
/
+1
2026-03-13
netfilter: nft_set_pipapo: split gc into unlink and reclaim phase
Florian Westphal
1
-0
/
+5
2026-03-13
net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscs
Koichiro Den
1
-0
/
+10
2026-03-13
hwmon: (max6639) : Configure based on DT property
Naresh Solanki
1
-15
/
+0
2026-03-13
net: ipv4: fix ARM64 alignment fault in multipath hash seed
Yung Chih Su
1
-1
/
+1
2026-03-13
indirect_call_wrapper: do not reevaluate function pointer
Eric Dumazet
1
-7
/
+11
2026-03-13
bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loaded
Jiayuan Chen
1
-0
/
+1
2026-03-13
xsk: Fix fragment node deletion to prevent buffer leak
Nikhil P. Rao
1
-3
/
+3
2026-03-13
xsk: s/free_list_node/list_node/
Maciej Fijalkowski
2
-8
/
+8
2026-03-13
xsk: Get rid of xdp_buff_xsk::xskb_list_node
Maciej Fijalkowski
2
-8
/
+7
2026-03-13
tracing: Fix WARN_ON in tracing_buffers_mmap_close
Qing Wang
1
-0
/
+1
2026-03-13
ima: verify the previous kernel's IMA buffer lies in addressable RAM
Harshit Mogalapalli
1
-0
/
+1
2026-03-13
ima: kexec: define functions to copy IMA log at soft boot
Steven Chen
1
-0
/
+3
2026-03-13
kexec: define functions to map and unmap segments
Steven Chen
1
-0
/
+6
2026-03-13
workqueue: Add system_percpu_wq and system_dfl_wq
Marco Crivellari
1
-3
/
+5
2026-03-13
mailbox: Allow controller specific mapping using fwnode
Anup Patel
1
-0
/
+3
2026-03-13
mailbox: sort headers alphabetically
Tudor Ambarus
2
-4
/
+4
2026-03-13
ata: libata-scsi: avoid Non-NCQ command starvation
Damien Le Moal
1
-0
/
+3
2026-03-13
ata: libata: Remove ATA_DFLAG_ZAC device flag
Damien Le Moal
1
-1
/
+0
2026-03-13
resource: Add resource set range and size helpers
Ilpo Järvinen
1
-0
/
+32
[next]