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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
drm/bridge/panel: Fix runtime warning on panel bridge release
Adam Miotk
1
-2
/
+5
2024-07-05
liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
Aleksandr Mishin
1
-6
/
+5
2024-07-05
iommu/amd: Fix sysfs leak in iommu init
Kun(llfl)
1
-0
/
+9
2024-07-05
HID: core: remove unnecessary WARN_ON() in implement()
Nikita Zhandarovich
1
-1
/
+0
2024-07-05
xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING
Eric Dumazet
1
-0
/
+4
2024-07-05
Input: try trimming too long modalias strings
Dmitry Torokhov
1
-15
/
+90
2024-07-05
xhci: Apply broken streams quirk to Etron EJ188 xHCI host
Kuangyi Chiang
1
-1
/
+3
2024-07-05
xhci: Apply reset resume quirk to Etron EJ188 xHCI host
Kuangyi Chiang
1
-0
/
+5
2024-07-05
jfs: xattr: fix buffer overflow for invalid xattr
Greg Kroah-Hartman
1
-1
/
+3
2024-07-05
mei: me: release irq in mei_me_pci_resume error path
Tomas Winkler
1
-1
/
+3
2024-07-05
USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages
Alan Stern
1
-2
/
+2
2024-07-05
nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors
Ryusuke Konishi
1
-1
/
+1
2024-07-05
nilfs2: return the mapped address from nilfs_get_page()
Matthew Wilcox (Oracle)
1
-30
/
+27
2024-07-05
nilfs2: Remove check for PageError
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-07-05
selftests/mm: compaction_test: fix bogus test success on Aarch64
Dev Jain
1
-5
/
+11
2024-07-05
selftests/mm: conform test to TAP format output
Muhammad Usama Anjum
1
-47
/
+44
2024-07-05
selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
Dev Jain
1
-0
/
+2
2024-07-05
media: mc: mark the media devnode as registered from the, start
Hans Verkuil
1
-3
/
+2
2024-07-05
serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
Hugo Villeneuve
1
-5
/
+18
2024-07-05
serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
Hugo Villeneuve
1
-1
/
+1
2024-07-05
drm/amd/display: Handle Y carry-over in VCP X.Y calculation
George Shen
1
-0
/
+6
2024-07-05
usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
Wesley Cheng
1
-0
/
+4
2024-07-05
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
1
-1
/
+1
2024-07-05
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
1
-1
/
+1
2024-07-05
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+2
2024-07-05
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
1
-1
/
+1
2024-07-05
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
1
-4
/
+4
2024-07-05
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
1
-4
/
+4
2024-07-05
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
1
-13
/
+12
2024-07-05
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
1
-1
/
+1
2024-07-05
ptp: Fix error message on failed pin verification
Karol Kolacinski
1
-1
/
+2
2024-07-05
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-07-05
vxlan: Fix regression when dropping packets due to invalid src addresses
Daniel Borkmann
1
-0
/
+4
2024-07-05
ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
Eric Dumazet
1
-8
/
+6
2024-07-05
wifi: iwlwifi: mvm: don't read past the mfuart notifcation
Emmanuel Grumbach
1
-10
/
+0
2024-07-05
wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
Johannes Berg
1
-7
/
+2
2024-07-05
wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()
Remi Pommarel
1
-2
/
+2
2024-07-05
wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
Nicolas Escande
1
-0
/
+13
2024-06-16
Linux 4.19.316
v4.19.316
Greg Kroah-Hartman
1
-1
/
+1
2024-06-16
nfs: fix undefined behavior in nfs_block_bits()
Sergey Shtylyov
1
-2
/
+2
2024-06-16
s390/ap: Fix crash in AP internal function modify_bitmap()
Harald Freudenberger
1
-1
/
+1
2024-06-16
ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
Baokun Li
1
-1
/
+3
2024-06-16
sparc: move struct termio to asm/termios.h
Mike Gilbert
2
-10
/
+9
2024-06-16
net: fix __dst_negative_advice() race
Eric Dumazet
5
-47
/
+30
2024-06-16
kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Daniel Thompson
1
-5
/
+3
2024-06-16
kdb: Merge identical case statements in kdb_read()
Daniel Thompson
1
-9
/
+1
2024-06-16
kdb: Fix console handling when editing and tab-completing commands
Daniel Thompson
1
-0
/
+5
2024-06-16
kdb: Use format-strings rather than '\0' injection in kdb_read()
Daniel Thompson
1
-21
/
+34
2024-06-16
kdb: Fix buffer overflow during tab-complete
Daniel Thompson
1
-8
/
+13
2024-06-16
sparc64: Fix number of online CPUs
Sam Ravnborg
4
-18
/
+3
[prev]
[next]