summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier2020-05-011-0/+7
* KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier2020-04-302-14/+26
* KVM: arm64: Delete duplicated label in invalid_vectorFangrui Song2020-04-301-1/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-2/+0
|\
| * vhost: refine vhost and vringh kconfigJason Wang2020-04-011-2/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-025-5/+0
|\ \
| * | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-312-4/+39
| |\|
| * | KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-165-5/+0
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-318-45/+159
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas2020-03-251-6/+4
| |\ \
| | * | arm64: use mov_q instead of literal ldrRemi Denis-Courmont2020-03-241-6/+4
| * | | Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas2020-03-254-21/+26
| |\| |
| | * | arm64: kvm: Modernize __smccc_workaround_1_smc_start annotationsMark Brown2020-03-091-2/+4
| | * | arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown2020-03-091-2/+4
| | * | arm64: kvm: Annotate assembly using modern annoationsMark Brown2020-03-094-17/+18
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-254-18/+129
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray2020-03-171-0/+10
| | |_|/ | |/| |
| | | * arm64: kvm: hyp: use cpus_have_final_cap()Mark Rutland2020-03-133-15/+15
| | |/ | |/|
| | * arm64/kvm: disable access to AMU registers from kvm guestsIonela Voinescu2020-03-062-3/+104
| |/
* | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-282-4/+39
|\ \ | |/ |/|
| * KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-221-2/+2
| * kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-171-2/+37
* | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-315-46/+94
|\ \
| * | Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-01-303-40/+93
| |\|
| | * arm64: KVM: Annotate guest entry/exit as a single functionMark Brown2020-01-231-4/+3
| | * KVM: arm64: Correct PSTATE on exception entryMark Rutland2020-01-191-5/+65
| | * arm64: kvm: Fix IDMAP overlap with HYP VARussell King2020-01-191-31/+25
| * | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-5/+0
| * | KVM: arm64: Free sve_state via arm specific hookSean Christopherson2020-01-271-0/+5
| * | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-01-301-1/+5
|\ \
| * | KVM: arm64: Write arch.mdcr_el2 changes since last vcpu_load on VHEAndrew Murray2020-01-221-1/+5
| |/
* | Merge branch 'for-next/errata' into for-next/coreWill Deacon2020-01-223-13/+13
|\ \
| * | arm64: Workaround for Cortex-A55 erratum 1530923Steven Price2020-01-162-4/+4
| * | arm64: Rename WORKAROUND_1319367 to SPECULATIVE_AT_NVHESteven Price2020-01-163-6/+6
| * | arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHESteven Price2020-01-162-3/+3
| |/
| |
| \
| \
| \
*---. \ Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon2020-01-223-23/+34
|\ \ \ \ | |_|_|/ |/| | |
| | | * arm64: kvm: stop treating register x18 as caller saveArd Biesheuvel2020-01-161-21/+24
| |_|/ |/| |
| | * arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose2020-01-141-1/+9
| |/ |/|
| * arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual2020-01-151-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-222-9/+33
|\
| * Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-12-187-13/+66
| |\
| | * KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon2019-12-121-1/+4
| | * KVM: arm64: Don't log IMP DEF sysreg trapsMark Rutland2019-12-061-0/+8
| | * KVM: arm64: Sanely ratelimit sysreg messagesMark Rutland2019-12-062-8/+21
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-12-061-7/+1
|\ \ \
| * | | arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior2019-12-061-7/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-255-4/+33
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-11-215-4/+33
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-081-0/+4
| | |\ \