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
8 days
md/raid5: validate payload size before accessing journal metadata
Junrui Luo
1
-15
/
+33
8 days
md/raid5: fix soft lockup in retry_aligned_read()
Chia-Ming Chang
1
-1
/
+7
8 days
md/md-llbitmap: raise barrier before state machine transition
Yu Kuai
1
-4
/
+4
8 days
md/md-llbitmap: skip reading rdevs that are not in_sync
Yu Kuai
1
-1
/
+2
8 days
amdgpu/jpeg: fix deepsleep register for jpeg 5_0_0 and 5_0_2
David (Ming Qiang) Wu
1
-6
/
+46
8 days
mtd: spinand: winbond: Declare the QE bit on W25NxxJW
Miquel Raynal
1
-2
/
+2
8 days
mtd: spi-nor: sst: Fix write enable before AAI sequence
Sanjaikumar V S
1
-0
/
+13
8 days
ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()
Sohei Koyama
1
-1
/
+3
8 days
ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access
Deepanshu Kartikey
1
-1
/
+1
8 days
ring-buffer: Do not double count the reader_page
Masami Hiramatsu (Google)
1
-6
/
+7
8 days
ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()
Brian Ruley
1
-1
/
+3
8 days
perf annotate: Use jump__delete when freeing LoongArch jumps
Rong Bao
2
-0
/
+2
8 days
KVM: nSVM: Always intercept VMMCALL when L2 is active
Sean Christopherson
2
-11
/
+0
8 days
KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
Kevin Cheng
4
-12
/
+30
8 days
KVM: nSVM: Add missing consistency check for nCR3 validity
Yosry Ahmed
1
-0
/
+4
8 days
KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
Yosry Ahmed
1
-4
/
+5
8 days
KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
Yosry Ahmed
2
-0
/
+7
8 days
KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXIT
Yosry Ahmed
1
-2
/
+4
8 days
KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXIT
Yosry Ahmed
1
-2
/
+4
8 days
KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)
Yosry Ahmed
1
-0
/
+1
8 days
KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
Yosry Ahmed
1
-6
/
+2
8 days
KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helper
Yosry Ahmed
1
-33
/
+44
8 days
KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
Yosry Ahmed
1
-4
/
+8
8 days
KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
Yosry Ahmed
1
-4
/
+1
8 days
KVM: SVM: Add missing save/restore handling of LBR MSRs
Yosry Ahmed
3
-5
/
+45
8 days
KVM: SVM: Switch svm_copy_lbrs() to a macro
Yosry Ahmed
3
-14
/
+13
8 days
KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run
Sean Christopherson
2
-9
/
+37
8 days
KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
Yosry Ahmed
2
-4
/
+5
8 days
KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
Yosry Ahmed
1
-1
/
+1
8 days
KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
Yosry Ahmed
2
-17
/
+33
8 days
KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
Yosry Ahmed
1
-10
/
+18
8 days
KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
Yosry Ahmed
1
-0
/
+3
8 days
KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB intercepts
Sean Christopherson
1
-1
/
+3
8 days
KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
Kevin Cheng
1
-0
/
+3
8 days
KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+1
8 days
KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+10
8 days
KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
Yosry Ahmed
1
-0
/
+6
8 days
KVM: x86: Defer non-architectural deliver of exception payload to userspace read
Sean Christopherson
1
-23
/
+39
8 days
LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()
Tao Cui
1
-1
/
+1
8 days
userfaultfd: allow registration of ranges below mmap_min_addr
Denis M. Karpov
1
-2
/
+0
8 days
mm/damon/core: use time_in_range_open() for damos quota window start
SeongJae Park
1
-1
/
+2
8 days
mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp
SeongJae Park
1
-0
/
+12
8 days
mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()
Jackie Liu
1
-1
/
+4
8 days
mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()
Jackie Liu
1
-11
/
+12
8 days
mm/vmalloc: take vmap_purge_lock in shrinker
Uladzislau Rezki (Sony)
1
-0
/
+1
8 days
rtc: ntxec: fix OF node reference imbalance
Johan Hovold
1
-1
/
+1
8 days
tpm: tpm_tis: stop transmit if retries are exhausted
Jacqueline Wong
1
-1
/
+6
8 days
tpm: tpm_tis: add error logging for data transfer
Jacqueline Wong
1
-0
/
+4
8 days
tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()
Gunnar Kudrjavets
1
-1
/
+1
8 days
tpm: Fix auth session leak in tpm2_get_random() error path
Gunnar Kudrjavets
1
-4
/
+2
[prev]
[next]