aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-07KVM: arm64: timers: Move timer registers to the sys_regs fileMarc Zyngier1-0/+6
2020-07-07KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier2-3/+3
2020-07-07KVM: arm64: Disintegrate SPSR arrayMarc Zyngier2-3/+7
2020-07-07KVM: arm64: Move SP_EL1 to the system register arrayMarc Zyngier1-2/+1
2020-07-07KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier2-22/+2
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2-11/+19
2020-07-07KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier1-1/+1
2020-07-07KVM: arm64: Introduce accessor for ctxt->sys_regMarc Zyngier1-5/+10
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier1-1/+2
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall3-18/+37
2020-07-07Merge branch 'kvm-arm64/ttl-for-arm64' into HEADMarc Zyngier5-1/+59
2020-07-07arm64: Add level-hinted TLB invalidation helperMarc Zyngier2-0/+54
2020-07-07arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptorsMarc Zyngier1-0/+2
2020-07-07arm64: Detect the ARMv8.4 TTL featureMarc Zyngier2-1/+3
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2020-07-05KVM: arm64: Rename HSR to ESRGavin Shan1-17/+17
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil2-3/+1
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil1-0/+2
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil2-5/+6
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2-3/+7
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull1-3/+2
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil2-12/+17
2020-07-05KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull2-3/+33
2020-07-05KVM: arm64: Use build-time defines in has_vhe()David Brazdil1-3/+10
2020-07-05KVM: arm64: Remove the target tableJames Morse1-7/+0
2020-07-05KVM: arm64: Drop the target_table[] indirectionJames Morse1-2/+1
2020-07-05arm64: kvm: Remove kern_hyp_va from get_vcpu_ptrAndrew Scull1-1/+0
2020-07-03arm64/mm: Redefine CONT_{PTE, PMD}_SHIFTGavin Shan1-8/+8
2020-07-03arm64/cpufeature: Replace all open bits shift encodings with macrosAnshuman Khandual1-0/+28
2020-07-03arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR2 registerAnshuman Khandual1-0/+7
2020-07-03arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR1 registerAnshuman Khandual1-0/+4
2020-07-03arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR0 registerAnshuman Khandual1-0/+3
2020-07-03arm64: Add MIDR value for KRYO4XX gold CPU coresSai Prakash Ranjan1-0/+2
2020-07-02arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfoBhupesh Sharma1-0/+1
2020-07-02arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2-0/+2
2020-07-02arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel1-8/+8
2020-06-30arm64: Remove dev->archdata.iommu pointerJoerg Roedel1-3/+0
2020-06-24arm64: Don't insert a BTI instruction at inner labelsJean-Philippe Brucker1-6/+0
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon1-0/+3
2020-06-22KVM: arm64: Annotate hyp NMI-related functions as __always_inlineAlexandru Elisei2-2/+2
2020-06-22KVM: arm64: Simplify PtrAuth alternative patchingMarc Zyngier1-19/+11
2020-06-22KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registersMarc Zyngier1-2/+2
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+2
2020-06-16arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon1-1/+1
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-34/+34
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+3
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini4-34/+34
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra1-3/+3
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds1-8/+8