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-02-22
ALSA: hda/conexant: add a new hda codec SN6180
Bo Liu
1
-0
/
+1
2023-02-22
mmc: mmc_spi: fix error handling in mmc_spi_probe()
Yang Yingliang
1
-4
/
+4
2023-02-22
mmc: sdio: fix possible resource leaks in some error paths
Yang Yingliang
2
-15
/
+14
2023-02-22
mmc: jz4740: Work around bug on JZ4760(B)
Paul Cercueil
1
-0
/
+10
2023-02-22
tcp: Fix listen() regression in 5.15.88.
Kuniyuki Iwashima
1
-0
/
+1
2023-02-22
netfilter: nft_tproxy: restrict to prerouting hook
Florian Westphal
1
-0
/
+8
2023-02-22
platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
Mario Limonciello
1
-0
/
+37
2023-02-22
platform/x86: amd-pmc: Correct usage of SMU version
Mario Limonciello
1
-5
/
+8
2023-02-22
platform/x86: amd-pmc: Fix compilation when CONFIG_DEBUGFS is disabled
Hans de Goede
1
-43
/
+43
2023-02-22
platform/x86: amd-pmc: Export Idlemask values based on the APU
Sanket Goswami
1
-0
/
+76
2023-02-22
drm/amd/display: Fail atomic_check early on normalize_zpos error
Leo Li
1
-1
/
+5
2023-02-22
aio: fix mremap after fork null-deref
Seth Jenkins
1
-0
/
+4
2023-02-22
mptcp: do not wait for bare sockets' timeout
Paolo Abeni
1
-0
/
+9
2023-02-22
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
1
-3
/
+5
2023-02-22
xfs: purge dquots after inode walk fails during quotacheck
Darrick J. Wong
1
-1
/
+8
2023-02-22
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
1
-1
/
+7
2023-02-22
xfs: don't assert fail on perag references on teardown
Dave Chinner
1
-2
/
+1
2023-02-22
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
1
-14
/
+33
2023-02-22
xfs: validate v5 feature fields
Dave Chinner
1
-10
/
+58
2023-02-22
xfs: set XFS_FEAT_NLINK correctly
Dave Chinner
1
-0
/
+2
2023-02-22
xfs: detect self referencing btree sibling pointers
Dave Chinner
1
-35
/
+105
2023-02-22
xfs: fix potential log item leak
Dave Chinner
4
-0
/
+7
2023-02-22
xfs: zero inode fork buffer at allocation
Dave Chinner
1
-3
/
+9
2023-02-22
nvmem: core: fix return value
Russell King (Oracle)
1
-0
/
+1
2023-02-22
nvmem: core: fix registration vs use race
Russell King (Oracle)
1
-10
/
+8
2023-02-22
nvmem: core: fix cleanup after dev_set_name()
Russell King (Oracle)
1
-12
/
+10
2023-02-22
nvmem: core: add error handling for dev_set_name
Gaosheng Cui
1
-3
/
+9
2023-02-22
platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match
Hans de Goede
1
-0
/
+9
2023-02-22
drm/amd/display: Properly handle additional cases where DCN is not supported
Alex Deucher
1
-0
/
+11
2023-02-22
nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
Amit Engel
1
-1
/
+3
2023-02-22
s390/decompressor: specify __decompress() buf len to avoid overflow
Vasily Gorbik
1
-1
/
+1
2023-02-22
net: sched: sch: Bounds check priority
Kees Cook
1
-1
/
+4
2023-02-22
drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED
Ben Skeggs
1
-0
/
+23
2023-02-22
net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
Andrey Konovalov
3
-1
/
+5
2023-02-22
net/rose: Fix to not accept on connected socket
Hyunwoo Kim
1
-0
/
+8
2023-02-22
tools/virtio: fix the vringh test for virtio ring changes
Shunsuke Mie
8
-5
/
+45
2023-02-22
ASoC: cs42l56: fix DT probe
Arnd Bergmann
1
-6
/
+0
2023-02-22
bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
Jakub Sitnicki
1
-27
/
+34
2023-02-22
ALSA: hda: Do not unset preset when cleaning up codec
Cezary Rojewski
2
-1
/
+2
2023-02-22
selftests/bpf: Verify copy_register_state() preserves parent/live fields
Eduard Zingerman
1
-0
/
+36
2023-02-22
ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
Pierre-Louis Bossart
1
-0
/
+3
2023-02-22
ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
Pierre-Louis Bossart
1
-2
/
+3
2023-02-22
ACPI / x86: Add support for LPS0 callback handler
Mario Limonciello
2
-1
/
+49
2023-02-22
riscv: kprobe: Fixup misaligned load text
Guo Ren
1
-3
/
+5
2023-02-22
kprobes: treewide: Cleanup the error messages for kprobes
Masami Hiramatsu
7
-40
/
+41
2023-02-22
mptcp: fix locking for in-kernel listener creation
Paolo Abeni
2
-5
/
+7
2023-02-14
Linux 5.15.94
v5.15.94
Greg Kroah-Hartman
1
-1
/
+1
2023-02-14
Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions
Tom Lendacky
2
-0
/
+93
2023-02-14
KVM: x86: Mitigate the cross-thread return address predictions bug
Tom Lendacky
1
-11
/
+32
2023-02-14
x86/speculation: Identify processors vulnerable to SMT RSB predictions
Tom Lendacky
2
-2
/
+8
[prev]
[next]