index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
Makefile
Age
Commit message (
Expand
)
Author
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
2023-08-15
list: Introduce CONFIG_LIST_HARDENED
Marco Elver
2023-06-01
KVM: arm64: Block unsafe FF-A calls from the host
Will Deacon
2022-11-09
arm64: unwind: add asynchronous unwind tables to kernel and modules
Ard Biesheuvel
2022-10-15
KVM: arm64: nvhe: Fix build with profile optimization
Denis Nikitin
2022-10-09
KVM: arm64: Enable stack protection and branch profiling for VHE
Vincent Donnefort
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-07-27
Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next
Marc Zyngier
2022-07-26
KVM: arm64: On stack overflow switch to hyp overflow_stack
Kalesh Singh
2022-06-29
KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-y
Masahiro Yamada
2022-06-29
KVM: arm64: nvhe: Rename confusing obj-y
Masahiro Yamada
2022-06-15
KVM: arm64: Add a flag to disable MMIO trace for nVHE KVM
Sai Prakash Ranjan
2022-02-08
KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2
Keir Fraser
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
2021-10-11
KVM: arm64: Initialize trap registers for protected VMs
Fuad Tabba
2021-10-11
KVM: arm64: Add handlers for protected VM System Registers
Fuad Tabba
2021-09-20
KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
Zenghui Yu
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