aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/va_layout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16arm64: alternatives: kvm: prepare for cap changesMark Rutland1-2/+3
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier1-0/+7
2021-01-23KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil1-6/+0
2021-01-23KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil1-0/+28
2020-12-22KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil1-3/+2
2020-12-22KVM: arm64: Use lm_alias in nVHE-only VA conversionDavid Brazdil1-1/+1
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master/nextMarc Zyngier1-3/+27
2020-12-04KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil1-3/+27
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier1-16/+2
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier1-0/+6
2020-11-16arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon1-3/+1
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon1-10/+1
2020-11-16KVM: arm64: Re-jig logic when patching hardened hyp vectorsWill Deacon1-2/+2
2020-11-16KVM: arm64: Make BP hardening globals static insteadWill Deacon1-3/+0
2020-11-09KVM: arm64: Add kimg_hyp_va() helperMarc Zyngier1-0/+50
2020-07-28KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASEDavid Brazdil1-1/+1
2020-01-19arm64: kvm: Fix IDMAP overlap with HYP VARussell King1-31/+25
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior1-7/+1
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper1-7/+7
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse1-4/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-03-19arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier1-0/+3
2018-03-19arm64: KVM: Allow far branches from vector slots to the main vectorsMarc Zyngier1-0/+72
2018-03-19arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier1-5/+71
2018-03-19arm64: KVM: Dynamically compute the HYP VA maskMarc Zyngier1-11/+6
2018-03-19arm64: KVM: Dynamically patch the kernel/hyp VA maskMarc Zyngier1-0/+91