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-7.0.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-06-21
mei: vsc: Don't stop/restart mei device during system suspend/resume
Wentong Wu
1
-24
/
+15
2024-06-21
mei: me: release irq in mei_me_pci_resume error path
Tomas Winkler
1
-1
/
+3
2024-06-21
usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
Kyle Tso
1
-0
/
+1
2024-06-21
usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps
Amit Sunil Dhamne
1
-1
/
+3
2024-06-21
USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
John Ernberg
1
-0
/
+1
2024-06-21
kcov, usb: disable interrupts in kcov_remote_start_usb_softirq
Andrey Konovalov
2
-14
/
+45
2024-06-21
USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages
Alan Stern
1
-2
/
+2
2024-06-21
io_uring: fix cancellation overwriting req->flags
Pavel Begunkov
3
-3
/
+5
2024-06-21
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
1
-0
/
+1
2024-06-21
.editorconfig: remove trim_trailing_whitespace option
Greg Kroah-Hartman
1
-3
/
+0
2024-06-21
eventfs: Update all the eventfs_inodes from the events descriptor
Steven Rostedt (Google)
1
-12
/
+39
2024-06-21
selftests/mm: compaction_test: fix bogus test success and reduce probability ...
Dev Jain
1
-22
/
+49
2024-06-21
selftests/mm: ksft_exit functions do not return
Nathan Chancellor
9
-13
/
+13
2024-06-21
x86/cpu: Provide default cache line size if not enumerated
Dave Hansen
1
-0
/
+4
2024-06-21
x86/cpu: Get rid of an unnecessary local variable in get_cpu_address_sizes()
Borislav Petkov (AMD)
1
-10
/
+7
2024-06-21
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
1
-1
/
+1
2024-06-21
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
2
-1
/
+6
2024-06-21
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+2
2024-06-21
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
1
-3
/
+3
2024-06-21
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
1
-4
/
+4
2024-06-21
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
1
-4
/
+4
2024-06-21
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
1
-5
/
+2
2024-06-21
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
1
-13
/
+12
2024-06-21
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Annodate data-races around sk->sk_state for writers.
Kuniyuki Iwashima
1
-6
/
+8
2024-06-21
af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
Kuniyuki Iwashima
1
-2
/
+8
2024-06-21
net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
Aleksandr Mishin
1
-1
/
+1
2024-06-21
igc: Fix Energy Efficient Ethernet support declaration
Sasha Neftin
2
-2
/
+11
2024-06-21
ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
Larysa Zaremba
4
-46
/
+68
2024-06-21
ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
Larysa Zaremba
3
-14
/
+24
2024-06-21
ice: remove af_xdp_zc_qps bitmap
Larysa Zaremba
3
-26
/
+27
2024-06-21
ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
Jacob Keller
2
-9
/
+93
2024-06-21
ice: fix iteration of TLVs in Preserved Fields Area
Jacob Keller
1
-7
/
+21
2024-06-21
ptp: Fix error message on failed pin verification
Karol Kolacinski
1
-1
/
+2
2024-06-21
net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
Eric Dumazet
1
-9
/
+6
2024-06-21
net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
Aleksandr Mishin
1
-2
/
+6
2024-06-21
net/mlx5: Always stop health timer during driver removal
Shay Drory
1
-0
/
+3
2024-06-21
net/mlx5: Stop waiting for PCI if pci channel is offline
Moshe Shemesh
3
-0
/
+16
2024-06-21
net: ethernet: mtk_eth_soc: handle dma buffer size soc specific
Frank Wunderlich
2
-36
/
+77
2024-06-21
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
4
-9
/
+45
2024-06-21
mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
Jason Xing
1
-2
/
+7
2024-06-21
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-06-21
net: sched: sch_multiq: fix possible OOB write in multiq_tune()
Hangyu Hua
1
-1
/
+1
2024-06-21
ionic: fix kernel panic in XDP_TX action
Taehee Yoo
1
-0
/
+1
2024-06-21
net: phy: Micrel KSZ8061: fix errata solution not taking effect problem
Tristram Ha
1
-1
/
+41
[prev]
[next]