summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-06-02KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon1-1/+1
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel1-0/+1
2022-10-15KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin1-0/+4
2022-10-09KVM: arm64: Enable stack protection and branch profiling for VHEVincent Donnefort1-0/+3
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+6
2022-07-27Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier1-1/+1
2022-07-26KVM: arm64: On stack overflow switch to hyp overflow_stackKalesh Singh1-1/+1
2022-06-29KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-yMasahiro Yamada1-1/+1
2022-06-29KVM: arm64: nvhe: Rename confusing obj-yMasahiro Yamada1-5/+5
2022-06-15KVM: arm64: Add a flag to disable MMIO trace for nVHE KVMSai Prakash Ranjan1-1/+6
2022-02-08KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2Keir Fraser1-1/+2
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba1-1/+1
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba1-1/+1
2021-09-20KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2021-04-09KVM: arm64: Disable CFI for nVHESami Tolvanen1-3/+3
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-1/+1
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-2/+2
2021-03-19KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret1-1/+2
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret1-1/+1
2021-03-19KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret1-1/+1
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret1-1/+1
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+4
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier1-3/+26
2021-02-03KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 codeQuentin Perret1-2/+2
2021-02-01KVM: arm64: Make gen-hyprel endianness agnosticMarc Zyngier1-0/+1
2021-01-23KVM: arm64: Generate hyp relocation dataDavid Brazdil1-3/+25
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier1-1/+2
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil1-1/+1
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil1-1/+2
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier1-1/+1
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier1-27/+33
2020-09-30kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil1-27/+33
2020-09-15KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull1-1/+1
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull1-1/+1
2020-07-30KVM: arm64: Ensure that all nVHE hyp code is in .hyp.textDavid Brazdil1-3/+23
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil1-1/+7
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil1-2/+3
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil1-1/+2
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull1-1/+1
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil1-0/+34