summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/hyp-entry.S
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Add missing BTI instructionsMostafa Saleh2023-07-121-0/+8
* arm64: alternatives: have callbacks take a capMark Rutland2022-09-161-2/+2
* arm64: Use the clearbhb instruction in mitigationsJames Morse2022-02-241-0/+1
* arm64: Mitigate spectre style branch history side channelsJames Morse2022-02-241-0/+8
* KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2021-11-081-1/+1
* KVM: arm64: Handle physical FIQ as an IRQ while running a guestMarc Zyngier2021-06-011-3/+3
* KVM: arm64: make the hyp vector table entries localJoey Gouly2021-02-241-1/+1
* KVM: arm64: Remove redundant hyp vectors entryWill Deacon2020-11-161-1/+0
* arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon2020-11-161-2/+1
* KVM: arm64: Allocate hyp vectors staticallyWill Deacon2020-11-161-31/+41
* KVM: arm64: Move BP hardening helpers into spectre.hWill Deacon2020-11-161-0/+1
* Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-301-31/+0
|\
| * KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon2020-09-291-2/+0
| * KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-291-27/+0
| * KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon2020-09-291-1/+1
| * arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2020-09-291-2/+0
* | KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull2020-09-151-3/+2
* | KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull2020-09-151-66/+0
* | KVM: arm64: Remove hyp_panic argumentsAndrew Scull2020-09-151-6/+1
|/
* KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse2020-08-281-4/+10
* KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-281-20/+31
* KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil2020-07-051-1/+0
* KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2020-07-051-0/+2
* KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil2020-07-051-0/+2
* KVM: arm64: Move __smccc_workaround_1_smc to .rodataDavid Brazdil2020-07-051-16/+0
* KVM: arm64: Delete duplicated label in invalid_vectorFangrui Song2020-04-301-1/+0
* 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-091-7/+8
* KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-051-1/+5
* KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse2019-07-051-3/+3
* KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2019-07-051-1/+17
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: KVM: Drop VHE-specific HYP call stubMarc Zyngier2019-02-191-12/+0
* arm64: entry: Place an SB sequence following an ERET instructionWill Deacon2018-12-061-0/+4
* KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-191-1/+15
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-19/+0
|\
| * KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin2018-05-251-19/+0
* | arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2018-05-311-1/+37
|/
* arm64: Move the content of bpi.S to hyp-entry.SMarc Zyngier2018-04-111-1/+63
* arm64: KVM: Allow far branches from vector slots to the main vectorsMarc Zyngier2018-03-191-0/+2
* arm64: KVM: Move stashing of x0/x1 into the vector code itselfMarc Zyngier2018-03-191-24/+32
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-18/+10
* arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier2018-02-061-2/+18
* KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-01-131-0/+12
* KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2018-01-131-3/+3
* arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-091-15/+0
* arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier2017-04-091-5/+19
* arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier2017-04-091-2/+2
* arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-161-1/+8