summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Inject AArch64 exceptions from HYPMarc Zyngier2020-11-101-0/+12
* KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier2020-11-101-2/+26
* KVM: arm64: Move VHE direct sysreg accessors into kvm_host.hMarc Zyngier2020-11-101-0/+91
* KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier2020-11-102-25/+3
* KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()Marc Zyngier2020-11-101-4/+4
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-063-1/+4
|\
| * arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker2020-11-033-1/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-013-14/+36
|\ \ | |/ |/|
| * Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-303-14/+36
| |\
| | * arm64: cpufeature: upgrade hyp caps to finalMark Rutland2020-10-302-14/+24
| | * arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland2020-10-301-8/+8
| | * KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland2020-10-301-5/+16
| | * KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-10-291-0/+1
* | | arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-292-1/+11
* | | arm64: Add part number for Arm Cortex-A77Rob Herring2020-10-291-0/+2
* | | arm64: avoid -Woverride-init warningArnd Bergmann2020-10-281-0/+1
|/ /
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-2312-588/+560
|\ \
| * | Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-10-2018-794/+618
| |\|
| | * Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-3012-267/+193
| | |\
| | | * Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier2020-09-309-198/+58
| | | |\
| | | * | kvm: arm64: Remove unnecessary hyp mappingsDavid Brazdil2020-09-301-20/+0
| | | * | kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil2020-09-301-2/+17
| | | * | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-301-1/+1
| | | * | kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil2020-09-301-1/+13
| | | * | 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-302-23/+20
| | | * | kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2020-09-302-22/+26
| | | * | kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil2020-09-302-7/+13
| | | * | kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil2020-09-301-0/+24
| | * | | Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier2020-09-291-0/+7
| | |\ \ \
| | | * | | KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier2020-09-291-0/+5
| | | * | | KVM: arm64: Use event mask matching architecture revisionMarc Zyngier2020-09-291-0/+2
| | | |/ /
| | * | | Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/nextMarc Zyngier2020-09-164-27/+114
| | |\ \ \
| | | * | | KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull2020-09-151-5/+0
| | | * | | KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull2020-09-152-11/+38
| | | * | | KVM: arm64: nVHE: Handle hyp panicsAndrew Scull2020-09-151-1/+1
| | | * | | KVM: arm64: Share context save and restore macrosAndrew Scull2020-09-151-0/+39
| | | * | | KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull2020-09-151-0/+10
| | | * | | KVM: arm64: Update context references from host to hypAndrew Scull2020-09-151-3/+3
| | | * | | KVM: arm64: Introduce hyp contextAndrew Scull2020-09-151-1/+2
| | | * | | KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull2020-09-151-0/+2
| | | * | | KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull2020-09-151-0/+2
| | | * | | KVM: arm64: Choose hyp symbol based on contextAndrew Scull2020-09-151-6/+19
| | | * | | KVM: arm64: Remove kvm_host_data_t typedefAndrew Scull2020-09-151-3/+1
| | | * | | KVM: arm64: Remove hyp_panic argumentsAndrew Scull2020-09-151-1/+1
| | | |/ /
| | * | | Merge branch 'kvm-arm64/pt-new' into kvmarm-master/nextMarc Zyngier2020-09-1111-512/+373
| | |\ \ \
| | | * | | KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'Will Deacon2020-09-111-1/+0
| | | * | | KVM: arm64: Remove unused page-table codeWill Deacon2020-09-114-417/+0
| | | * | | KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon2020-09-111-0/+19