summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-03-04KVM: SVM: Move STGI and CLGI intercept handlingKevin Cheng-8/+24
2026-03-04KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson-11/+0
2026-03-04KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1Kevin Cheng-12/+30
2026-03-04KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB interceptsSean Christopherson-1/+3
2026-03-04KVM: nSVM: Add missing consistency check for EVENTINJYosry Ahmed-0/+51
2026-03-04KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed-0/+7
2026-03-04KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed-0/+4
2026-03-04KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLEYosry Ahmed-4/+5
2026-03-04KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappersYosry Ahmed-26/+10
2026-03-04KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed-2/+4
2026-03-04KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed-2/+4
2026-03-04KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed-0/+1
2026-03-04KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXITYosry Ahmed-19/+8
2026-03-04KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXITYosry Ahmed-6/+2
2026-03-04KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helperYosry Ahmed-33/+44
2026-03-04KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helperYosry Ahmed-4/+8
2026-03-04KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed-4/+1
2026-03-04KVM: SVM: Add missing save/restore handling of LBR MSRsYosry Ahmed-5/+45
2026-03-04KVM: SVM: Switch svm_copy_lbrs() to a macroYosry Ahmed-14/+13
2026-03-04KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12Yosry Ahmed-4/+5
2026-03-04KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0Kevin Cheng-0/+3
2026-03-04KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU runSean Christopherson-9/+37
2026-03-04KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU runYosry Ahmed-17/+33
2026-03-04Merge tag 'riscv-soc-fixes-for-v7.0-rc1' of https://git.kernel.org/pub/scm/li...Arnd Bergmann-0/+2
2026-03-04arm64: dts: qcom: monaco: Fix UART10 pinconfLoic Poulain-2/+2
2026-03-04arm64: dts: qcom: monaco: Add EL2 overlayMukesh Ojha-0/+37
2026-03-04arm64: dts: qcom: lemans: disable zap-shader for EL2 configurationMukesh Ojha-0/+4
2026-03-04arm64: dts: qcom: hamoa: Add EL2 overlay for hamoa-evkXin Liu-0/+4
2026-03-04arm64: dts: qcom: talos: Add missing clock-names to GCCKonrad Dybcio-0/+3
2026-03-04arm64: dts: qcom: ipq9574: remove MP5496 regulator references from SoC dtsiGabor Juhos-5/+17
2026-03-04arm64: dts: qcom: kodiak: Fix PCIe1 PHY ref clock votingKrishna Chaitanya Chundru-1/+1
2026-03-04arm64: dts: qcom: Add support for ECS LIVA QC710Val Packett-0/+618
2026-03-04arm64: dts: qcom: sdm630: add SPI7 interfaceGianluca Boiano-0/+34
2026-03-04arm64: dts: qcom: Add base PURWA-IOT-EVK boardYijie Yang-0/+1550
2026-03-04arm64: dts: qcom: Add PURWA-IOT-SOM platformYijie Yang-0/+685
2026-03-04arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port BHongyang Zhao-4/+4
2026-03-04arm64: dts: qcom: talos: Mark usb controllers are wakeup capable devicesKrishna Kurapati-0/+3
2026-03-04arm64: dts: qcom: talos: Flatten usb controller nodesKrishna Kurapati-63/+43
2026-03-04arm64: dts: qcom: Add Redmi Note 8TBarnabás Czémán-291/+319
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio rangesBarnabás Czémán-1/+1
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extconBarnabás Czémán-9/+0
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebufferBarnabás Czémán-3/+3
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory rangesBarnabás Czémán-12/+29
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove board-idBarnabás Czémán-2/+0
2026-03-04ARM: dts: qcom: Drop unused .dtsiRob Herring (Arm)-164/+0
2026-03-04KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUNYosry Ahmed-10/+18
2026-03-04x86/mm/pat: Convert split_large_page() to use ptdescsVishal Moola (Oracle)-6/+7
2026-03-04x86/mm/pat: Convert populate_pgd() to use page table apisVishal Moola (Oracle)-2/+10
2026-03-04x86/mm/pat: Convert pmd code to use page table apisVishal Moola (Oracle)-2/+6
2026-03-04x86/mm/pat: Convert pte code to use page table apisVishal Moola (Oracle)-2/+2