summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-2342-2365/+2437
|\
| * 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-2061-3420/+3417
| |\ \
| | | \
| | | \
| | *-. \ 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-3043-1197/+1262
| | |\ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier2020-09-3032-1046/+981
| | | |\ \ \ \
| | | * | | | | kvm: arm64: Remove unnecessary hyp mappingsDavid Brazdil2020-09-302-36/+0
| | | * | | | | kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil2020-09-305-6/+87
| | | * | | | | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-306-9/+13
| | | * | | | | kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil2020-09-304-2/+19
| | | * | | | | kvm: arm64: Add helpers for accessing nVHE hyp per-cpu varsDavid Brazdil2020-09-301-2/+23
| | | * | | | | kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil2020-09-303-24/+21
| | | * | | | | kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2020-09-307-32/+36
| | | * | | | | kvm: arm64: Only define __kvm_ex_table for CONFIG_KVMDavid Brazdil2020-09-301-0/+4
| | | * | | | | kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil2020-09-304-9/+14
| | | * | | | | kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil2020-09-304-27/+72
| | * | | | | | Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier2020-09-295-26/+199
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | 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-294-6/+86
| | | * | | | | KVM: arm64: Use event mask matching architecture revisionMarc Zyngier2020-09-292-5/+77
| | | * | | | | 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-1619-271/+572
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull2020-09-154-12/+8
| | | * | | | | KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull2020-09-155-57/+43
| | | * | | | | KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull2020-09-155-43/+139
| | | * | | | | KVM: arm64: nVHE: Pass pointers consistently to hyp-initAndrew Scull2020-09-152-1/+1
| | | * | | | | KVM: arm64: nVHE: Handle hyp panicsAndrew Scull2020-09-153-34/+64
| | | * | | | | KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull2020-09-154-19/+89
| | | * | | | | KVM: arm64: Share context save and restore macrosAndrew Scull2020-09-152-39/+39
| | | * | | | | KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull2020-09-155-4/+44
| | | * | | | | KVM: arm64: Update context references from host to hypAndrew Scull2020-09-152-14/+14
| | | * | | | | KVM: arm64: Introduce hyp contextAndrew Scull2020-09-157-9/+21
| | | * | | | | 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-157-68/+125
| | | * | | | | KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull2020-09-153-2/+7
| | | * | | | | KVM: arm64: Choose hyp symbol based on contextAndrew Scull2020-09-151-6/+19
| | | * | | | | KVM: arm64: Remove kvm_host_data_t typedefAndrew Scull2020-09-152-5/+3
| | | * | | | | KVM: arm64: Remove hyp_panic argumentsAndrew Scull2020-09-155-16/+15
| | | * | | | | KVM: arm64: Remove __activate_vm wrapperAndrew Scull2020-09-153-14/+9
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'kvm-arm64/pt-new' into kvmarm-master/nextMarc Zyngier2020-09-1151-2143/+1771
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | KVM: arm64: Don't constrain maximum IPA size based on host configurationWill Deacon2020-09-111-34/+6