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
2023-06-28
wifi: iwlwifi: pcie: Handle SO-F device for PCI id 0x7AF0
Mukesh Sisodiya
1
-0
/
+2
2023-06-28
bpf: ensure main program has an extable
Krister Johansen
1
-2
/
+5
2023-06-28
mmc: sunxi: fix deferred probing
Sergey Shtylyov
1
-2
/
+2
2023-06-28
mmc: bcm2835: fix deferred probing
Sergey Shtylyov
1
-2
/
+2
2023-06-28
mmc: sdhci-spear: fix deferred probing
Sergey Shtylyov
1
-2
/
+2
2023-06-28
mmc: mmci: stm32: fix max busy timeout calculation
Christophe Kerello
1
-1
/
+2
2023-06-28
mmc: meson-gx: remove redundant mmc_request_done() call from irq context
Martin Hundebøll
1
-8
/
+2
2023-06-28
mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916
Stephan Gerhold
1
-0
/
+3
2023-06-28
mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUS
Jisheng Zhang
1
-0
/
+1
2023-06-28
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...
Tetsuo Handa
1
-2
/
+6
2023-06-28
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
1
-3
/
+17
2023-06-28
mptcp: consolidate fallback and non fallback state machine
Paolo Abeni
2
-33
/
+25
2023-06-28
mptcp: fix possible list corruption on passive MPJ
Paolo Abeni
1
-3
/
+9
2023-06-28
mptcp: fix possible divide by zero in recvmsg()
Paolo Abeni
1
-0
/
+7
2023-06-28
mptcp: handle correctly disconnect() failures
Paolo Abeni
1
-6
/
+14
2023-06-28
io_uring/net: disable partial retries for recvmsg with cmsg
Jens Axboe
1
-4
/
+7
2023-06-28
io_uring/net: clear msg_controllen on partial sendmsg retry
Jens Axboe
1
-0
/
+2
2023-06-28
PCI: hv: Add a per-bus mutex state_lock
Dexuan Cui
1
-3
/
+26
2023-06-28
PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
Dexuan Cui
1
-6
/
+5
2023-06-28
PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
Dexuan Cui
1
-12
/
+0
2023-06-28
Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
Dexuan Cui
1
-37
/
+34
2023-06-28
PCI: hv: Fix a race condition bug in hv_pci_query_relations()
Dexuan Cui
1
-0
/
+18
2023-06-28
Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs
Michael Kelley
1
-2
/
+16
2023-06-28
Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails
Dexuan Cui
1
-3
/
+2
2023-06-28
KVM: Avoid illegal stage2 mapping on invalid memory slot
Gavin Shan
1
-1
/
+19
2023-06-28
ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()
Rafael J. Wysocki
3
-6
/
+13
2023-06-28
nilfs2: fix buffer corruption due to concurrent device reads
Ryusuke Konishi
3
-1
/
+35
2023-06-28
scripts: fix the gfp flags header path in gfp-translate
Prathu Baronia
1
-3
/
+3
2023-06-28
writeback: fix dereferencing NULL mapping->host on writeback_page_template
Rafael Aquini
1
-1
/
+1
2023-06-28
selftests: mptcp: join: fix "userspace pm add & remove address"
Matthieu Baerts
1
-2
/
+3
2023-06-28
selftests: mptcp: join: skip fail tests if not supported
Matthieu Baerts
1
-1
/
+1
2023-06-28
selftests: mptcp: join: skip userspace PM tests if not supported
Matthieu Baerts
1
-9
/
+17
2023-06-28
selftests: mptcp: join: skip test if iptables/tc cmds fail
Matthieu Baerts
1
-31
/
+57
2023-06-28
selftests: mptcp: sockopt: skip TCP_INQ checks if not supported
Matthieu Baerts
1
-2
/
+12
2023-06-28
selftests: mptcp: diag: skip listen tests if not supported
Matthieu Baerts
1
-23
/
+24
2023-06-28
selftests/mount_setattr: fix redefine struct mount_attr build error
Shuah Khan
1
-7
/
+0
2023-06-28
selftests: mptcp: join: skip MPC backups tests if not supported
Matthieu Baerts
1
-4
/
+8
2023-06-28
selftests: mptcp: join: skip fullmesh flag tests if not supported
Matthieu Baerts
1
-4
/
+8
2023-06-28
selftests: mptcp: join: skip backup if set flag on ID not supported
Matthieu Baerts
1
-3
/
+6
2023-06-28
selftests: mptcp: join: skip implicit tests if not supported
Matthieu Baerts
1
-2
/
+5
2023-06-28
selftests: mptcp: join: support RM_ADDR for used endpoints or not
Matthieu Baerts
1
-1
/
+6
2023-06-28
selftests: mptcp: join: skip Fastclose tests if not supported
Matthieu Baerts
1
-2
/
+15
2023-06-28
selftests: mptcp: join: support local endpoint being tracked or not
Matthieu Baerts
1
-4
/
+11
2023-06-28
selftests: mptcp: join: skip check if MIB counter not supported
Matthieu Baerts
1
-100
/
+130
2023-06-28
selftests: mptcp: join: helpers to skip tests
Matthieu Baerts
1
-0
/
+27
2023-06-28
selftests: mptcp: join: use 'iptables-legacy' if available
Matthieu Baerts
1
-6
/
+12
2023-06-28
selftests: mptcp: lib: skip if not below kernel version
Matthieu Baerts
1
-0
/
+26
2023-06-28
selftests: mptcp: userspace pm: skip if not supported
Matthieu Baerts
1
-0
/
+5
2023-06-28
selftests: mptcp: userspace pm: skip if 'ip' tool is unavailable
Matthieu Baerts
1
-1
/
+1
2023-06-28
selftests: mptcp: sockopt: skip getsockopt checks if not supported
Matthieu Baerts
1
-0
/
+6
[prev]
[next]