summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-01-09ARM: dts: lpc32xx: Add missing DMA propertiesPiotr Wojtaszczyk1-0/+25
2026-01-09ARM: dts: lpc32xx: Use syscon for system control blockPiotr Wojtaszczyk1-4/+4
2026-01-09ARM: dts: lpc32xx: describe FLASH_INT of SLC NAND controllerVladimir Zapolskiy1-0/+1
2026-01-09ARM: dts: lpc32xx: change NAND controllers node namesVladimir Zapolskiy1-2/+2
2026-01-09ARM: dts: lpc32xx: Update spi clock propertiesKuldeep Singh1-4/+4
2026-01-09ARM: dts: Add support for pcb8385Horatiu Vultur2-1/+133
2026-01-09arm64: Disable branch profiling for all arm64 codeBreno Leitao1-0/+4
2026-01-09arm64: dts: qcom: qrb2210-rb1: Add overlay for vision mezzanineLoic Poulain2-0/+71
2026-01-09arm64: dts: qcom: qrb2210-rb1: Add PM8008 nodeLoic Poulain1-0/+75
2026-01-09arm64: dts: qcom: qcm2290: Add pin configuration for mclksLoic Poulain1-0/+28
2026-01-08KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()Alexandru Elisei3-3/+3
2026-01-08KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()Alexandru Elisei1-2/+2
2026-01-08KVM: arm64: Inject UNDEF for a register trap without accessorAlexandru Elisei1-1/+4
2026-01-08KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU loadAlexandru Elisei2-1/+3
2026-01-08KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0Jim Mattson1-5/+5
2026-01-08KVM: SVM: Don't set GIF when clearing EFER.SVMEJim Mattson2-1/+2
2026-01-08KVM: arm64: Fix EL2 S1 XN handling for hVHE setupsMarc Zyngier1-1/+9
2026-01-08KVM: arm64: gic: Check for vGICv3 when clearing TWISascha Bischoff1-0/+1
2026-01-08arm64: defconfig: Enable Apple Silicon driversSven Peter1-0/+27
2026-01-08arm64: select APPLE_PMGR_PWRSTATE for ARCH_APPLEJanne Grunau1-0/+1
2026-01-08KVM: SVM: Virtualize and advertise support for ERAPSAmit Shah8-3/+77
2026-01-08KVM: SVM: Don't allow L1 intercepts for instructions not advertisedKevin Cheng2-8/+46
2026-01-08KVM: SVM: Add support for expedited writes to the fast MMIO busSean Christopherson1-0/+21
2026-01-08KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()Sean Christopherson1-4/+4
2026-01-08KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson1-2/+1
2026-01-08arm64: dts: apple: s8001: Add DWI backlight for J98a, J99aNick Chan2-0/+11
2026-01-08KVM: x86: Don't read guest CR3 when doing async pf while the MMU is directXiaoyao Li1-1/+4
2026-01-08KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...Sean Christopherson1-20/+20
2026-01-08KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pagesFred Griffoul1-4/+1
2026-01-08KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and renameSean Christopherson2-14/+13
2026-01-08KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PISean Christopherson1-1/+2
2026-01-08KVM: x86: Mark vmcs12 pages as dirty if and only if they're mappedSean Christopherson1-12/+3
2026-01-08KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"Sean Christopherson3-13/+52
2026-01-08KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list addressSean Christopherson1-0/+1
2026-01-08KVM: VMX: Dedup code for adding MSR to VMCS's auto listSean Christopherson1-22/+19
2026-01-08KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load listSean Christopherson1-11/+12
2026-01-08KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"Sean Christopherson1-2/+2
2026-01-08KVM: VMX: Bug the VM if either MSR auto-load list is fullSean Christopherson1-5/+4
2026-01-08KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()Sean Christopherson1-9/+4
2026-01-08KVM: VMX: Dedup code for removing MSR from VMCS's auto-load listSean Christopherson1-15/+16
2026-01-08KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12Sean Christopherson3-51/+24
2026-01-08KVM: VMX: Drop intermediate "guest" field from msr_autostoreSean Christopherson3-9/+7
2026-01-08KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already matchSean Christopherson1-2/+4
2026-01-08KVM: x86/pmu: Expose enable_mediated_pmu parameter to user spaceDapeng Mi2-0/+4
2026-01-08KVM: nSVM: Disable PMU MSR interception as appropriate while running L2Sean Christopherson1-1/+17
2026-01-08KVM: nVMX: Disable PMU MSR interception as appropriate while running L2Mingwei Zhang1-0/+30
2026-01-08KVM: nVMX: Add macros to simplify nested MSR interception settingDapeng Mi1-16/+19
2026-01-08KVM: x86/pmu: Handle emulated instruction for mediated vPMUDapeng Mi1-2/+37
2026-01-08KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are activeSean Christopherson2-0/+19
2026-01-08KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guestDapeng Mi8-3/+225