summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-11-132-44/+83
|\
| * KVM: arm64: Handle SCXTNUM_ELx trapsMarc Zyngier2020-11-121-0/+4
| * KVM: arm64: Unify trap handlers injecting an UNDEFMarc Zyngier2020-11-121-40/+25
| * KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier2020-11-122-4/+54
| * Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier2020-11-126-6/+53
| |\
* | \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-093-83/+43
|\ \ \
| * | | Merge tag 'kvmarm-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-11-083-83/+43
| |\| |
| | * | KVM: arm64: Remove AA64ZFR0_EL1 accessorsAndrew Jones2020-11-061-50/+11
| | * | KVM: arm64: Check RAZ visibility in ID register accessorsAndrew Jones2020-11-062-3/+26
| | * | KVM: arm64: Consolidate REG_HIDDEN_GUEST/USERAndrew Jones2020-11-062-20/+10
| | * | KVM: arm64: Don't hide ID registers from userspaceAndrew Jones2020-11-061-17/+1
| | * | KVM: arm64: Fix build error in user_mem_abort()Gavin Shan2020-11-061-0/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-017-22/+60
|\| | |
| * | | Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-307-22/+60
| |\| | | | |/ | |/|
| | * KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef2020-10-301-0/+19
| | * KVM: arm64: Force PTE mapping on fault resulting in a device mappingSantosh Shukla2020-10-291-0/+1
| | * KVM: arm64: Use fallback mapping sizes for contiguous huge page sizesGavin Shan2020-10-291-7/+19
| | * KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon2020-10-291-1/+1
| | * KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-10-291-3/+3
| | * KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon2020-10-291-1/+1
| | * KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier2020-10-291-2/+0
| | * KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier2020-10-291-1/+0
| | * KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier2020-10-291-7/+16
* | | arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-296-13/+19
* | | KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd2020-10-281-1/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-2327-1774/+1848
|\ \
| * \ Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-211-0/+7
| |\ \
| * \ \ Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-10-2030-1909/+1943
| |\ \ \ | | | |/ | | |/|
| | | |
| | | \
| | *-. \ Merge branches 'kvm-arm64/pt-new' and 'kvm-arm64/pmu-5.9' into kvmarm-master/...Marc Zyngier2020-10-022-8/+17
| | |\ \ \
| | | * | | KVM: arm64: Ensure user_mem_abort() return value is initialisedWill Deacon2020-10-021-1/+1
| | | * | | KVM: arm64: Pass level hint to TLBI during stage-2 permission faultWill Deacon2020-10-021-7/+16
| | * | | | Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-3018-211/+229
| | |\ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier2020-09-3011-135/+96
| | | |\ \ \ \
| | | * | | | | kvm: arm64: Remove unnecessary hyp mappingsDavid Brazdil2020-09-301-16/+0
| | | * | | | | kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil2020-09-303-4/+62
| | | * | | | | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-304-7/+12
| | | * | | | | kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil2020-09-302-0/+6
| | | * | | | | kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil2020-09-301-1/+1
| | | * | | | | kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2020-09-305-10/+10
| | | * | | | | kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil2020-09-303-27/+48
| | * | | | | | Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier2020-09-293-26/+176
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1Marc Zyngier2020-09-292-4/+30
| | | * | | | | KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier2020-09-292-6/+65
| | | * | | | | KVM: arm64: Use event mask matching architecture revisionMarc Zyngier2020-09-291-5/+75
| | | * | | | | KVM: arm64: Refactor PMU attribute error handlingMarc Zyngier2020-09-291-12/+7
| | | |/ / / /
| | * | | | | Merge branch 'kvm-arm64/misc-5.10' into kvmarm-master/nextMarc Zyngier2020-09-182-22/+3
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: vgic-debug: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-181-22/+2
| | | * | | | | KVM: arm64: Fix inject_fault.c kernel-doc warningsTian Tao2020-09-181-0/+1
| | | |/ / / /
| | * | | | | Merge branch 'kvm-arm64/pt-new' into kvmarm-master/nextMarc Zyngier2020-09-181-8/+18
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | KVM: arm64: Fix doc warnings in mmu codeXiaofei Tan2020-09-181-2/+4