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