index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
Makefile
Age
Commit message (
Expand
)
Author
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-08
KVM: arm64: Disable CFI for nVHE
Sami Tolvanen
2021-03-19
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
2021-03-19
KVM: arm64: Provide __flush_dcache_area at EL2
Quentin Perret
2021-03-19
KVM: arm64: Introduce a Hyp buddy page allocator
Quentin Perret
2021-03-19
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
Quentin Perret
2021-03-19
KVM: arm64: Introduce an early Hyp page allocator
Quentin Perret
2021-03-19
KVM: arm64: Link position-independent string routines into .hyp.text
Will Deacon
2021-02-12
Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next
Marc Zyngier
2021-02-03
KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code
Quentin Perret
2021-02-01
KVM: arm64: Make gen-hyprel endianness agnostic
Marc Zyngier
2021-01-23
KVM: arm64: Generate hyp relocation data
David Brazdil
2020-12-09
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
2020-12-04
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
2020-12-04
KVM: arm64: Support per_cpu_ptr in nVHE hyp code
David Brazdil
2020-11-10
KVM: arm64: Add basic hooks for injecting exceptions from EL2
Marc Zyngier
2020-09-30
Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next
Marc Zyngier
2020-09-30
kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
David Brazdil
2020-09-15
KVM: arm64: nVHE: Switch to hyp context for EL2
Andrew Scull
2020-09-15
KVM: arm64: nVHE: Use separate vector for the host
Andrew Scull
2020-07-30
KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
David Brazdil
2020-07-05
KVM: arm64: Remove __hyp_text macro, use build rules instead
David Brazdil
2020-07-05
KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE
David Brazdil
2020-07-05
KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE
David Brazdil
2020-07-05
KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHE
David Brazdil
2020-07-05
KVM: arm64: Split hyp/debug-sr.c to VHE/nVHE
David Brazdil
2020-07-05
KVM: arm64: Split hyp/switch.c to VHE/nVHE
David Brazdil
2020-07-05
KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE
David Brazdil
2020-07-05
KVM: arm64: Move hyp-init.S to nVHE
Andrew Scull
2020-07-05
KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
David Brazdil
2020-07-05
KVM: arm64: Add build rules for separate VHE/nVHE object files
David Brazdil