summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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
| | | * | | | | KVM: arm64: Introduce hyp contextAndrew Scull2020-09-155-8/+18
| | | * | | | | KVM: arm64: nVHE: Don't consume host SErrors with ESBAndrew Scull2020-09-151-1/+5
| | | * | | | | KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull2020-09-155-68/+122
| | | * | | | | KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull2020-09-152-2/+5
| | | * | | | | KVM: arm64: Remove kvm_host_data_t typedefAndrew Scull2020-09-151-2/+2
| | | * | | | | KVM: arm64: Remove hyp_panic argumentsAndrew Scull2020-09-154-15/+14
| | | * | | | | KVM: arm64: Remove __activate_vm wrapperAndrew Scull2020-09-153-14/+9
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'kvm-arm64/pt-new' into kvmarm-master/nextMarc Zyngier2020-09-1113-1503/+1231
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | KVM: arm64: Don't constrain maximum IPA size based on host configurationWill Deacon2020-09-111-34/+6
| | | * | | | KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'Will Deacon2020-09-111-2/+0
| | | * | | | KVM: arm64: Remove unused page-table codeWill Deacon2020-09-111-755/+0