summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-03-04Merge tag 'riscv-soc-fixes-for-v7.0-rc1' of https://git.kernel.org/pub/scm/li...Arnd Bergmann1-0/+2
2026-03-04arm64: dts: qcom: monaco: Fix UART10 pinconfLoic Poulain1-2/+2
2026-03-04arm64: dts: qcom: monaco: Add EL2 overlayMukesh Ojha2-0/+37
2026-03-04arm64: dts: qcom: lemans: disable zap-shader for EL2 configurationMukesh Ojha1-0/+4
2026-03-04arm64: dts: qcom: hamoa: Add EL2 overlay for hamoa-evkXin Liu1-0/+4
2026-03-04arm64: dts: qcom: talos: Add missing clock-names to GCCKonrad Dybcio1-0/+3
2026-03-04arm64: dts: qcom: ipq9574: remove MP5496 regulator references from SoC dtsiGabor Juhos2-5/+17
2026-03-04arm64: dts: qcom: kodiak: Fix PCIe1 PHY ref clock votingKrishna Chaitanya Chundru1-1/+1
2026-03-04arm64: dts: qcom: Add support for ECS LIVA QC710Val Packett2-0/+618
2026-03-04arm64: dts: qcom: sdm630: add SPI7 interfaceGianluca Boiano1-0/+34
2026-03-04arm64: dts: qcom: Add base PURWA-IOT-EVK boardYijie Yang2-0/+1550
2026-03-04arm64: dts: qcom: Add PURWA-IOT-SOM platformYijie Yang1-0/+685
2026-03-04arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port BHongyang Zhao1-4/+4
2026-03-04arm64: dts: qcom: talos: Mark usb controllers are wakeup capable devicesKrishna Kurapati1-0/+3
2026-03-04arm64: dts: qcom: talos: Flatten usb controller nodesKrishna Kurapati2-63/+43
2026-03-04arm64: dts: qcom: Add Redmi Note 8TBarnabás Czémán4-291/+319
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio rangesBarnabás Czémán1-1/+1
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extconBarnabás Czémán1-9/+0
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebufferBarnabás Czémán1-3/+3
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory rangesBarnabás Czémán1-12/+29
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove board-idBarnabás Czémán1-2/+0
2026-03-04ARM: dts: qcom: Drop unused .dtsiRob Herring (Arm)6-164/+0
2026-03-04KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUNYosry Ahmed1-10/+18
2026-03-04x86/mm/pat: Convert split_large_page() to use ptdescsVishal Moola (Oracle)1-6/+7
2026-03-04x86/mm/pat: Convert populate_pgd() to use page table apisVishal Moola (Oracle)1-2/+10
2026-03-04x86/mm/pat: Convert pmd code to use page table apisVishal Moola (Oracle)1-2/+6
2026-03-04x86/mm/pat: Convert pte code to use page table apisVishal Moola (Oracle)1-2/+2
2026-03-04KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()Sean Christopherson3-41/+25
2026-03-04x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be runningSean Christopherson1-13/+4
2026-03-04x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handlingChao Gao2-69/+47
2026-03-04x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_initSean Christopherson2-63/+66
2026-03-04KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys initSean Christopherson4-200/+122
2026-03-04x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ contextSean Christopherson2-16/+2
2026-03-04x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel usersSean Christopherson4-30/+53
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson9-94/+138
2026-03-04KVM: SVM: Move core EFER.SVME enablement to kernelSean Christopherson3-27/+66
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson4-73/+92
2026-03-04x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS failsSean Christopherson2-5/+16
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson4-55/+89
2026-03-04KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"Sean Christopherson10-20/+41
2026-03-04KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.hSean Christopherson2-11/+11
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson2-0/+23
2026-03-04arm64: make runtime const not usable by modulesJisheng Zhang1-0/+4
2026-03-04x86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin1-0/+30
2026-03-04x86/resctrl: Fix SNC detectionTony Luck1-31/+5
2026-03-04x86/topo: Fix SNC topology messPeter Zijlstra1-47/+143
2026-03-04x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra1-10/+3
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra3-2/+20
2026-03-04x86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra3-0/+16
2026-03-04arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas1-5/+5