index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
hyp-init.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Shave a few bytes from the EL2 idmap code
Marc Zyngier
2024-10-17
1
-23
/
+29
*
KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe hyp init
Will Deacon
2024-08-15
1
-1
/
+1
*
KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
Pierre-Clément Tosi
2024-06-20
1
-1
/
+5
*
KVM: arm64: Fix __pkvm_init_switch_pgd call ABI
Pierre-Clément Tosi
2024-06-20
1
-11
/
+13
*
KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgd
Will Deacon
2024-01-04
1
-0
/
+2
*
KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
Ryan Roberts
2023-11-27
1
-4
/
+0
*
KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
Jean-Philippe Brucker
2023-09-12
1
-0
/
+1
*
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
2023-06-15
1
-0
/
+12
|
\
|
*
KVM: arm64: Use BTI for nvhe
Mostafa Saleh
2023-05-30
1
-0
/
+12
*
|
KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1
Marc Zyngier
2023-06-15
1
-7
/
+12
*
|
arm64: Allow EL1 physical timer access when running VHE
Marc Zyngier
2023-06-13
1
-0
/
+9
|
/
*
KVM: arm64: Finalise EL2 state from pKVM PSCI relay
Quentin Perret
2023-02-02
1
-0
/
+1
*
Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/next
Marc Zyngier
2021-04-13
1
-10
/
+2
|
\
|
*
KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ON
Marc Zyngier
2021-03-18
1
-7
/
+1
|
*
KVM: arm64: Use INIT_SCTLR_EL2_MMU_OFF to disable the MMU on KVM teardown
Marc Zyngier
2021-03-18
1
-3
/
+1
*
|
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
2021-03-19
1
-0
/
+1
*
|
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
2021-03-19
1
-5
/
+9
*
|
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
2021-03-19
1
-0
/
+27
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-02-21
1
-14
/
+5
|
\
|
*
Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-02-12
1
-14
/
+5
|
|
\
|
|
*
Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next
Marc Zyngier
2021-02-12
1
-3
/
+1
|
|
|
\
|
|
|
*
KVM: arm64: Fix constant-pool users in hyp
David Brazdil
2021-01-23
1
-2
/
+0
|
|
|
*
KVM: arm64: Rename .idmap.text in hyp linker script
David Brazdil
2021-01-23
1
-1
/
+1
|
|
*
|
KVM: arm64: Simplify __kvm_hyp_init HVC detection
Andrew Scull
2021-01-25
1
-11
/
+4
|
|
|
/
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-02-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
arm64: Simplify init_el2_state to be non-VHE only
Marc Zyngier
2021-02-09
1
-1
/
+1
|
|
/
*
/
KVM: arm64: Don't clobber x4 in __do_hyp_init
Andrew Scull
2021-01-25
1
-9
/
+11
|
/
*
KVM: arm64: Trap host SMCs in protected mode
David Brazdil
2020-12-04
1
-0
/
+10
*
KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCs
David Brazdil
2020-12-04
1
-1
/
+1
*
KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
David Brazdil
2020-12-04
1
-0
/
+10
*
KVM: arm64: Intercept host's CPU_ON SMCs
David Brazdil
2020-12-04
1
-0
/
+48
*
KVM: arm64: Extract __do_hyp_init into a helper function
David Brazdil
2020-12-04
1
-15
/
+32
*
KVM: arm64: Init MAIR/TCR_EL2 from params struct
David Brazdil
2020-12-04
1
-30
/
+8
*
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
2020-12-04
1
-9
/
+7
*
KVM: arm64: Remove vector_ptr param of hyp-init
David Brazdil
2020-12-04
1
-3
/
+6
*
KVM: arm64: Don't corrupt tpidr_el2 on failed HVC call
Marc Zyngier
2020-10-29
1
-7
/
+16
*
KVM: arm64: nVHE: Migrate hyp-init to SMCCC
Andrew Scull
2020-09-15
1
-28
/
+38
*
KVM: arm64: nVHE: Pass pointers consistently to hyp-init
Andrew Scull
2020-09-15
1
-1
/
+0
*
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-08-09
1
-4
/
+8
*
Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIP
Marc Zyngier
2020-07-28
1
-0
/
+5
*
KVM: arm64: Move hyp-init.S to nVHE
Andrew Scull
2020-07-05
1
-0
/
+163