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
2026-04-02
ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
Baokun Li
1
-5
/
+8
2026-04-02
ext4: handle wraparound when searching for blocks for indirect mapped blocks
Theodore Ts'o
1
-0
/
+2
2026-04-02
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
2
-13
/
+5
2026-04-02
ext4: fix use-after-free in update_super_work when racing with umount
Jiayuan Chen
3
-1
/
+11
2026-04-02
ext4: reject mount if bigalloc with s_first_data_block != 0
Helen Koike
1
-0
/
+7
2026-04-02
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
1
-1
/
+5
2026-04-02
ext4: avoid infinite loops caused by residual data
Edward Adam Davis
1
-2
/
+6
2026-04-02
ext4: validate p_idx bounds in ext4_ext_correct_indexes
Tejas Bharambe
1
-0
/
+15
2026-04-02
ext4: test if inode's all dirty pages are submitted to disk
Ye Bin
1
-0
/
+8
2026-04-02
ext4: publish jinode after initialization
Li Chen
2
-6
/
+13
2026-04-02
ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio
Yuto Ohnuki
1
-1
/
+9
2026-04-02
ext4: make recently_deleted() properly work with lazy itable initialization
Jan Kara
1
-0
/
+6
2026-04-02
ext4: fix fsync(2) for nojournal mode
Jan Kara
1
-2
/
+14
2026-04-02
ext4: do not check fast symlink during orphan recovery
Zhang Yi
1
-11
/
+29
2026-04-02
ext4: fix stale xarray tags after writeback
Jan Kara
1
-2
/
+8
2026-04-02
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
1
-0
/
+12
2026-04-02
ext4: fix journal credit check when setting fscrypt context
Simon Weber
1
-1
/
+8
2026-04-02
xfs: remove file_path tracepoint data
Darrick J. Wong
2
-19
/
+4
2026-04-02
xfs: don't irele after failing to iget in xfs_attri_recover_work
Darrick J. Wong
1
-1
/
+0
2026-04-02
xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
Long Li
1
-2
/
+2
2026-04-02
xfs: scrub: unlock dquot before early return in quota scrub
hongao
1
-1
/
+3
2026-04-02
xfs: avoid dereferencing log items after push callbacks
Yuto Ohnuki
2
-11
/
+51
2026-04-02
xfs: save ailp before dropping the AIL lock in push callbacks
Yuto Ohnuki
2
-4
/
+14
2026-04-02
xfs: stop reclaim before pushing AIL during unmount
Yuto Ohnuki
1
-3
/
+4
2026-04-02
mm/pagewalk: fix race between concurrent split and refault
Max Boone
1
-3
/
+22
2026-04-02
mm/damon/sysfs: check contexts->nr in repeat_call_fn
Josh Law
1
-0
/
+3
2026-04-02
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
Josh Law
1
-0
/
+3
2026-04-02
mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
Josh Law
1
-1
/
+3
2026-04-02
mm/mseal: update VMA end correctly on merge
Lorenzo Stoakes (Oracle)
1
-2
/
+1
2026-04-02
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
1
-3
/
+15
2026-04-02
drm/amd/pm: Return -EOPNOTSUPP for unsupported OD_MCLK on smu_v13_0_6
Asad Kamal
1
-1
/
+1
2026-04-02
LoongArch: KVM: Handle the case that EIOINTC's coremap is empty
Huacai Chen
1
-1
/
+1
2026-04-02
LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access()
Bibo Mao
1
-7
/
+7
2026-04-02
LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robust
Huacai Chen
1
-0
/
+3
2026-04-02
LoongArch: Workaround LS2K/LS7A GPU DMA hang bug
Huacai Chen
1
-0
/
+80
2026-04-02
LoongArch: vDSO: Emit GNU_EH_FRAME correctly
Xi Ruoyao
6
-10
/
+53
2026-04-02
LoongArch: Fix missing NULL checks for kstrdup()
Li Jun
1
-4
/
+3
2026-04-02
drm/i915: Unlink NV12 planes earlier
Ville Syrjälä
1
-2
/
+9
2026-04-02
drm/i915: Order OP vs. timeout correctly in __wait_for()
Ville Syrjälä
1
-1
/
+1
2026-04-02
drm/i915/dp_tunnel: Fix error handling when clearing stream BW in atomic state
Imre Deak
3
-11
/
+28
2026-04-02
drm/amd/display: check if ext_caps is valid in BL setup
Alex Deucher
1
-1
/
+1
2026-04-02
drm/amd/display: Fix drm_edid leak in amdgpu_dm
Alex Hung
1
-1
/
+2
2026-04-02
drm/amd/display: Fix DCE LVDS handling
Alex Deucher
6
-22
/
+19
2026-04-02
drm/amdgpu: fix strsep() corrupting lockup_timeout on multi-GPU (v3)
Ruijing Dong
1
-2
/
+11
2026-04-02
drm/amdgpu: prevent immediate PASID reuse case
Eric Huang
3
-13
/
+34
2026-04-02
dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
Claudiu Beznea
1
-5
/
+4
2026-04-02
dmaengine: sh: rz-dmac: Protect the driver specific lists
Claudiu Beznea
1
-25
/
+32
2026-04-02
dmaengine: fsl-edma: fix channel parameter config for fixed channel requests
Joy Zou
1
-15
/
+11
2026-04-02
i2c: imx: ensure no clock is generated after last read
Stefan Eichenberger
1
-19
/
+32
2026-04-02
i2c: imx: fix i2c issue when reading multiple messages
Stefan Eichenberger
1
-1
/
+1
[prev]
[next]