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-05-07
ring-buffer: Do not double count the reader_page
Masami Hiramatsu (Google)
1
-6
/
+7
2026-05-07
ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()
Brian Ruley
1
-1
/
+3
2026-05-07
KVM: nSVM: Always intercept VMMCALL when L2 is active
Sean Christopherson
2
-11
/
+0
2026-05-07
KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
Kevin Cheng
4
-12
/
+30
2026-05-07
KVM: nSVM: Add missing consistency check for nCR3 validity
Yosry Ahmed
1
-0
/
+4
2026-05-07
KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
Yosry Ahmed
1
-4
/
+5
2026-05-07
KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
Yosry Ahmed
2
-0
/
+7
2026-05-07
KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXIT
Yosry Ahmed
1
-2
/
+4
2026-05-07
KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXIT
Yosry Ahmed
1
-2
/
+4
2026-05-07
KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)
Yosry Ahmed
1
-0
/
+1
2026-05-07
KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
Yosry Ahmed
1
-6
/
+2
2026-05-07
KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXIT
Yosry Ahmed
3
-19
/
+8
2026-05-07
KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helper
Yosry Ahmed
1
-33
/
+44
2026-05-07
KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
Yosry Ahmed
1
-4
/
+8
2026-05-07
KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
Yosry Ahmed
1
-4
/
+1
2026-05-07
KVM: SVM: Add missing save/restore handling of LBR MSRs
Yosry Ahmed
3
-5
/
+45
2026-05-07
KVM: SVM: Switch svm_copy_lbrs() to a macro
Yosry Ahmed
3
-14
/
+13
2026-05-07
KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run
Sean Christopherson
2
-9
/
+37
2026-05-07
KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
Yosry Ahmed
2
-4
/
+5
2026-05-07
KVM: arm64: Account for RESx bits in __compute_fgt()
Marc Zyngier
1
-2
/
+2
2026-05-07
KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
Yosry Ahmed
1
-1
/
+1
2026-05-07
KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
Yosry Ahmed
2
-17
/
+33
2026-05-07
KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
Yosry Ahmed
1
-10
/
+18
2026-05-07
KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
Yosry Ahmed
1
-0
/
+3
2026-05-07
KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB intercepts
Sean Christopherson
1
-1
/
+3
2026-05-07
KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
Kevin Cheng
1
-0
/
+3
2026-05-07
KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+1
2026-05-07
KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+10
2026-05-07
KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
Yosry Ahmed
1
-0
/
+6
2026-05-07
KVM: x86: Defer non-architectural deliver of exception payload to userspace read
Sean Christopherson
1
-23
/
+39
2026-05-07
LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()
Tao Cui
1
-1
/
+1
2026-05-07
userfaultfd: allow registration of ranges below mmap_min_addr
Denis M. Karpov
1
-2
/
+0
2026-05-07
mm/damon/core: disallow non-power of two min_region_sz on damon_start()
SeongJae Park
1
-0
/
+5
2026-05-07
mm/damon/core: disallow time-quota setting zero esz
SeongJae Park
1
-3
/
+5
2026-05-07
mm/damon/core: use time_in_range_open() for damos quota window start
SeongJae Park
1
-1
/
+2
2026-05-07
mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bp
SeongJae Park
1
-0
/
+7
2026-05-07
mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp
SeongJae Park
1
-0
/
+12
2026-05-07
mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()
Jackie Liu
1
-1
/
+4
2026-05-07
mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()
Jackie Liu
1
-11
/
+12
2026-05-07
mm/memfd_luo: fix physical address conversion in put_folios cleanup
Chenghao Duan
1
-1
/
+6
2026-05-07
mm/vmalloc: take vmap_purge_lock in shrinker
Uladzislau Rezki (Sony)
1
-0
/
+1
2026-05-07
rtc: ntxec: fix OF node reference imbalance
Johan Hovold
1
-1
/
+1
2026-05-07
tpm: tpm_tis: stop transmit if retries are exhausted
Jacqueline Wong
1
-1
/
+6
2026-05-07
tpm: tpm_tis: add error logging for data transfer
Jacqueline Wong
1
-0
/
+4
2026-05-07
tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()
Gunnar Kudrjavets
1
-1
/
+1
2026-05-07
tpm: Fix auth session leak in tpm2_get_random() error path
Gunnar Kudrjavets
1
-4
/
+2
2026-05-07
tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()
Gunnar Kudrjavets
1
-1
/
+4
2026-05-07
pwm: imx-tpm: Count the number of enabled channels in probe
Viorel Suman (OSS)
1
-1
/
+8
2026-05-07
crypto: talitos - rename first/last to first_desc/last_desc
Paul Louvel
1
-23
/
+23
2026-05-07
crypto: talitos - fix SEC1 32k ahash request limitation
Paul Louvel
1
-69
/
+147
[prev]
[next]