aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-02-11arm64: dts: imx8mn: Enable GPUAdam Ford1-0/+26
2022-02-11arm64: dts: imx8mn: add DISP blk-ctrlAdam Ford1-0/+28
2022-02-11arm64: dts: imx8mn: put USB controller into power-domainsAdam Ford1-0/+1
2022-02-11arm64: dts: imx8mn: add GPC nodeAdam Ford1-0/+49
2022-02-11arm64: dts: imx8mm-evk: Add the pcie support on imx8mm evk boardRichard Zhu1-0/+55
2022-02-11arm64: dts: imx8mm: Add the pcie supportRichard Zhu1-1/+32
2022-02-11arm64: dts: imx8mm: Add the pcie phy supportRichard Zhu1-0/+13
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-181/+256
2022-02-10ARM: dts: qcom: sdx55: Fix the address used for PCIe EP local addr spaceManivannan Sadhasivam1-1/+1
2022-02-10arm64: dts: qcom: sm8450: Add LLCC/system-cache-controller nodeSai Prakash Ranjan1-0/+7
2022-02-10arm64: dts: qcom: ipq6018: drop the clock-frequency propertyKathiravan T1-1/+0
2022-02-10arm64: dts: qcom: ipq8074: drop the clock-frequency propertyKathiravan T1-1/+0
2022-02-10arm64: dts: qcom: sm8450: add interconnect nodesVinod Koul1-0/+85
2022-02-10arm64: dts: qcom: qcs404: Rename CPU and CPR OPP tablesYassine Oudjana1-2/+2
2022-02-10arm64: dts: qcom: msm8996: Rename cluster OPP tablesYassine Oudjana1-2/+2
2022-02-10arm64: dts: qcom: msm8996-mtp: Add msm8996 compatibleYassine Oudjana1-1/+1
2022-02-10arm64: dts: qcom: ipq6018: enable the GICv2m supportKathiravan T1-0/+9
2022-02-10arm64: dts: qcom: ipq8074: enable the GICv2m supportKathiravan T1-0/+9
2022-02-10x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre1-0/+2
2022-02-10KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()Oliver Upton1-2/+2
2022-02-10KVM: nSVM: Implement Enlightened MSR-Bitmap featureVitaly Kuznetsov3-13/+37
2022-02-10KVM: nSVM: Split off common definitions for Hyper-V on KVM and KVM on Hyper-VVitaly Kuznetsov2-24/+36
2022-02-10KVM: x86: Make kvm_hv_hypercall_enabled() static inlineVitaly Kuznetsov2-6/+5
2022-02-10KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov3-1/+15
2022-02-10KVM: x86/mmu: Add tracepoint for splitting huge pagesDavid Matlack2-3/+30
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack6-32/+70
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is enabledDavid Matlack7-0/+271
2022-02-10KVM: x86/mmu: Separate TDP MMU shadow page allocation and initializationDavid Matlack1-9/+17
2022-02-10KVM: x86/mmu: Derive page role for TDP MMU shadow pages from parentDavid Matlack1-18/+19
2022-02-10KVM: x86/mmu: Remove redundant role overrides for TDP MMU shadow pagesDavid Matlack1-4/+0
2022-02-10KVM: x86/mmu: Refactor TDP MMU iterators to take kvm_mmu_page rootDavid Matlack3-17/+15
2022-02-10KVM: x86/mmu: Move restore_acc_track_spte() to spte.hDavid Matlack2-14/+15
2022-02-10KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte()David Matlack1-6/+5
2022-02-10KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()David Matlack1-3/+0
2022-02-10KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page tableDavid Matlack1-32/+36
2022-02-10KVM: x86/mmu: Rename handle_removed_tdp_mmu_page() to handle_removed_pt()David Matlack1-5/+3
2022-02-10KVM: x86/mmu: Rename TDP MMU functions that handle shadow pagesDavid Matlack1-14/+14
2022-02-10KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSYDavid Matlack1-21/+26
2022-02-10KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg failsDavid Matlack1-29/+23
2022-02-10KVM: x86/mmu: Rename __rmap_write_protect() to rmap_write_protect()David Matlack1-5/+5
2022-02-10KVM: x86/mmu: Rename rmap_write_protect() to kvm_vcpu_write_protect_gfn()David Matlack1-3/+3
2022-02-10KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fieldsSean Christopherson1-0/+5
2022-02-10KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"Sean Christopherson1-6/+6
2022-02-10KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()Sean Christopherson1-27/+38
2022-02-10KVM: x86: Don't bother reading sparse banks that end up being ignoredSean Christopherson1-3/+16
2022-02-10KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushesSean Christopherson1-16/+16
2022-02-10KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentationSean Christopherson1-19/+21
2022-02-10KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD fieldSean Christopherson2-20/+29
2022-02-10KVM: x86/mmu: Consolidate comments about {Host,MMU}-writableDavid Matlack2-55/+60
2022-02-10KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLEDavid Matlack3-7/+7