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-10-22
fat: fix uninitialized variable
OGAWA Hirofumi
1
-1
/
+1
2024-10-22
irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
Nianyao Tang
1
-1
/
+7
2024-10-22
net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...
Oleksij Rempel
1
-3
/
+11
2024-10-22
arm64: probes: Fix simulate_ldr*_literal()
Mark Rutland
1
-11
/
+7
2024-10-22
arm64: probes: Remove broken LDR (literal) uprobe support
Mark Rutland
1
-5
/
+11
2024-10-22
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Jinjie Ruan
1
-0
/
+3
2024-10-22
net: enetc: add missing static descriptor and inline keyword
Wei Fang
1
-1
/
+2
2024-10-22
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
Wei Fang
1
-1
/
+1
2024-10-22
udf: Don't return bh from udf_expand_dir_adinicb()
Jan Kara
1
-20
/
+13
2024-10-22
udf: Handle error when expanding directory
Jan Kara
1
-1
/
+6
2024-10-22
udf: Remove old directory iteration code
Jan Kara
3
-705
/
+0
2024-10-22
udf: Convert udf_link() to new directory iteration code
Jan Kara
1
-14
/
+8
2024-10-22
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara
1
-27
/
+21
2024-10-22
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara
1
-11
/
+8
2024-10-22
udf: Implement adding of dir entries using new iteration code
Jan Kara
3
-0
/
+169
2024-10-22
udf: Convert udf_unlink() to new directory iteration code
Jan Kara
1
-23
/
+10
2024-10-22
udf: Convert udf_rmdir() to new directory iteration code
Jan Kara
1
-21
/
+11
2024-10-22
udf: Convert empty_dir() to new directory iteration code
Jan Kara
1
-59
/
+9
2024-10-22
udf: Convert udf_get_parent() to new directory iteration code
Jan Kara
1
-9
/
+7
2024-10-22
udf: Convert udf_lookup() to use new directory iteration code
Jan Kara
1
-11
/
+8
2024-10-22
udf: Convert udf_readdir() to new directory iteration
Jan Kara
1
-121
/
+27
2024-10-22
udf: Convert udf_rename() to new directory iteration code
Jan Kara
1
-86
/
+76
2024-10-22
udf: Provide function to mark entry as deleted using new directory iteration ...
Jan Kara
1
-0
/
+10
2024-10-22
udf: Implement searching for directory entry using new iteration code
Jan Kara
1
-0
/
+67
2024-10-22
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
3
-84
/
+82
2024-10-22
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
1
-37
/
+29
2024-10-22
udf: New directory iteration code
Jan Kara
2
-0
/
+418
2024-10-22
mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-10-22
ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
Vasiliy Kovalev
1
-0
/
+19
2024-10-22
ksmbd: fix user-after-free from session log off
Namjae Jeon
4
-6
/
+34
2024-10-22
btrfs: fix uninitialized pointer free on read_alloc_one_name() error
Roi Martin
1
-2
/
+2
2024-10-22
btrfs: fix uninitialized pointer free in add_inode_ref()
Roi Martin
1
-1
/
+1
2024-10-17
Linux 6.1.113
v6.1.113
Greg Kroah-Hartman
1
-1
/
+1
2024-10-17
Revert "iommu/vt-d: Retrieve IOMMU perfmon capability information"
Jack Wang
6
-273
/
+1
2024-10-17
block, bfq: fix uaf for accessing waker_bfqq after splitting
Yu Kuai
1
-3
/
+28
2024-10-17
perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()
Arnaldo Carvalho de Melo
1
-0
/
+1
2024-10-17
net: ethernet: cortina: Restore TSO support
Linus Walleij
1
-4
/
+19
2024-10-17
secretmem: disable memfd_secret() if arch cannot set direct map
Patrick Roy
1
-2
/
+2
2024-10-17
kthread: unpark only parked kthread
Frederic Weisbecker
1
-0
/
+2
2024-10-17
nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error
Yonatan Maman
1
-1
/
+1
2024-10-17
device-dax: correct pgoff align in dax_set_mapping()
Kun(llfl)
1
-1
/
+1
2024-10-17
mptcp: pm: do not remove closing subflows
Matthieu Baerts (NGI0)
1
-1
/
+2
2024-10-17
mptcp: handle consistently DSS corruption
Paolo Abeni
4
-4
/
+28
2024-10-17
net: dsa: lan9303: ensure chip reset and wait for READY status
Anatolij Gustschin
1
-0
/
+29
2024-10-17
net: Fix an unsafe loop on the list
Anastasia Kovaleva
2
-1
/
+4
2024-10-17
net: explicitly clear the sk pointer, when pf->create fails
Ignat Korchagin
1
-1
/
+6
2024-10-17
ata: libata: avoid superfluous disk spin down + spin up during hibernation
Niklas Cassel
1
-4
/
+14
2024-10-17
mptcp: fallback when MPTCP opts are dropped after 1st data
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-10-17
scsi: wd33c93: Don't use stale scsi_pointer value
Daniel Palmer
1
-1
/
+1
2024-10-17
drm/vc4: Stop the active perfmon before being destroyed
MaĆra Canal
1
-1
/
+6
[prev]
[next]