summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | | KVM: arm64: Do not flush memslot if FWB is supportedAlexandru Elisei2020-09-181-1/+1
| | | * | | | KVM: arm64: Try PMD block mappings if PUD mappings are not supportedAlexandru Elisei2020-09-181-5/+14
| | * | | | | Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/nextMarc Zyngier2020-09-1614-244/+456
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull2020-09-154-12/+8
| | | * | | | | KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull2020-09-154-52/+43
| | | * | | | | KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull2020-09-153-32/+101
| | | * | | | | KVM: arm64: nVHE: Pass pointers consistently to hyp-initAndrew Scull2020-09-152-1/+1
| | | * | | | | KVM: arm64: nVHE: Handle hyp panicsAndrew Scull2020-09-152-33/+63
| | | * | | | | KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull2020-09-154-19/+89
| | | * | | | | KVM: arm64: Share context save and restore macrosAndrew Scull2020-09-151-39/+0
| | | * | | | | KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull2020-09-154-4/+34
| | | * | | | | KVM: arm64: Update context references from host to hypAndrew Scull2020-09-151-11/+11