index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2026-03-04
KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
Sean Christopherson
2026-03-04
KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02
Sean Christopherson
2026-03-04
KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_state
Sean Christopherson
2026-03-04
KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()
Yosry Ahmed
2026-03-04
KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()
Sean Christopherson
2026-03-04
KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_con...
Sean Christopherson
2026-03-04
KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't active
Yosry Ahmed
2026-03-04
KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested parts
Sean Christopherson
2026-03-04
KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggled
Kevin Cheng
2026-03-04
KVM: SVM: Move STGI and CLGI intercept handling
Kevin Cheng
2026-03-04
KVM: nSVM: Always intercept VMMCALL when L2 is active
Sean Christopherson
2026-03-04
KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
Kevin Cheng
2026-03-04
KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB intercepts
Sean Christopherson
2026-03-04
KVM: nSVM: Add missing consistency check for EVENTINJ
Yosry Ahmed
2026-03-04
KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
Yosry Ahmed
2026-03-04
KVM: nSVM: Add missing consistency check for nCR3 validity
Yosry Ahmed
2026-03-04
KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
Yosry Ahmed
2026-03-04
KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
Yosry Ahmed
2026-03-04
KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXIT
Yosry Ahmed
2026-03-04
KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXIT
Yosry Ahmed
2026-03-04
KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)
Yosry Ahmed
2026-03-04
KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXIT
Yosry Ahmed
2026-03-04
KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
Yosry Ahmed
2026-03-04
KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helper
Yosry Ahmed
2026-03-04
KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
Yosry Ahmed
2026-03-04
KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
Yosry Ahmed
2026-03-04
KVM: SVM: Add missing save/restore handling of LBR MSRs
Yosry Ahmed
2026-03-04
KVM: SVM: Switch svm_copy_lbrs() to a macro
Yosry Ahmed
2026-03-04
KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
Yosry Ahmed
2026-03-04
KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
Kevin Cheng
2026-03-04
KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run
Sean Christopherson
2026-03-04
KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
Yosry Ahmed
2026-03-04
Merge tag 'riscv-soc-fixes-for-v7.0-rc1' of https://git.kernel.org/pub/scm/li...
Arnd Bergmann
2026-03-04
arm64: dts: qcom: monaco: Fix UART10 pinconf
Loic Poulain
2026-03-04
arm64: dts: qcom: monaco: Add EL2 overlay
Mukesh Ojha
2026-03-04
arm64: dts: qcom: lemans: disable zap-shader for EL2 configuration
Mukesh Ojha
2026-03-04
arm64: dts: qcom: hamoa: Add EL2 overlay for hamoa-evk
Xin Liu
2026-03-04
arm64: dts: qcom: talos: Add missing clock-names to GCC
Konrad Dybcio
2026-03-04
arm64: dts: qcom: ipq9574: remove MP5496 regulator references from SoC dtsi
Gabor Juhos
2026-03-04
arm64: dts: qcom: kodiak: Fix PCIe1 PHY ref clock voting
Krishna Chaitanya Chundru
2026-03-04
arm64: dts: qcom: Add support for ECS LIVA QC710
Val Packett
2026-03-04
arm64: dts: qcom: sdm630: add SPI7 interface
Gianluca Boiano
2026-03-04
arm64: dts: qcom: Add base PURWA-IOT-EVK board
Yijie Yang
2026-03-04
arm64: dts: qcom: Add PURWA-IOT-SOM platform
Yijie Yang
2026-03-04
arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port B
Hongyang Zhao
2026-03-04
arm64: dts: qcom: talos: Mark usb controllers are wakeup capable devices
Krishna Kurapati
2026-03-04
arm64: dts: qcom: talos: Flatten usb controller nodes
Krishna Kurapati
2026-03-04
arm64: dts: qcom: Add Redmi Note 8T
Barnabás Czémán
2026-03-04
arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio ranges
Barnabás Czémán
2026-03-04
arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extcon
Barnabás Czémán
[prev]
[next]