index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
include
/
nvhe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/next
Marc Zyngier
2021-12-16
1
-0
/
+6
|
\
|
*
KVM: arm64: Expose unshare hypercall to the host
Will Deacon
2021-12-16
1
-0
/
+1
|
*
KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages
Will Deacon
2021-12-16
1
-0
/
+5
*
|
Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/next
Marc Zyngier
2021-12-15
1
-2
/
+0
|
\
\
|
*
|
KVM: arm64: Make __io_map_base static
Quentin Perret
2021-12-15
1
-1
/
+0
|
*
|
KVM: arm64: Make the hyp memory pool static
Quentin Perret
2021-12-15
1
-1
/
+0
|
|
/
*
/
KVM: arm64: Move host EL1 code out of hyp/ directory
Will Deacon
2021-12-06
1
-57
/
+0
|
/
*
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-10-31
2
-0
/
+202
|
\
|
*
KVM: arm64: pkvm: Move kvm_handle_pvm_restricted around
Marc Zyngier
2021-10-18
1
-1
/
+1
|
*
KVM: arm64: pkvm: Consolidate include files
Marc Zyngier
2021-10-18
2
-17
/
+200
|
*
KVM: arm64: pkvm: Use a single function to expose all id-regs
Marc Zyngier
2021-10-18
1
-13
/
+1
|
*
KVM: arm64: Initialize trap registers for protected VMs
Fuad Tabba
2021-10-11
1
-0
/
+2
|
*
KVM: arm64: Add handlers for protected VM System Registers
Fuad Tabba
2021-10-11
1
-0
/
+29
*
|
KVM: arm64: Fix host stage-2 PGD refcount
Quentin Perret
2021-10-05
1
-0
/
+1
|
/
*
Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next
Marc Zyngier
2021-08-20
1
-1
/
+1
|
\
|
*
KVM: arm64: Unify stage-2 programming behind __load_stage2()
Marc Zyngier
2021-08-20
1
-1
/
+1
*
|
KVM: arm64: Make __pkvm_create_mappings static
Quentin Perret
2021-08-11
1
-2
/
+0
*
|
KVM: arm64: Restrict EL2 stage-1 changes in protected mode
Quentin Perret
2021-08-11
1
-0
/
+1
*
|
KVM: arm64: Refactor protected nVHE stage-1 locking
Quentin Perret
2021-08-11
1
-0
/
+1
*
|
KVM: arm64: Remove __pkvm_mark_hyp
Quentin Perret
2021-08-11
1
-1
/
+0
*
|
KVM: arm64: Introduce addr_is_memory()
Quentin Perret
2021-08-11
1
-0
/
+1
*
|
KVM: arm64: Expose pkvm_hyp_id
Quentin Perret
2021-08-11
1
-0
/
+2
*
|
KVM: arm64: Expose host stage-2 manipulation helpers
Quentin Perret
2021-08-11
1
-0
/
+2
*
|
KVM: arm64: Add helpers to tag shared pages in SW bits
Quentin Perret
2021-08-11
1
-0
/
+26
*
|
KVM: arm64: Introduce hyp_assert_lock_held()
Quentin Perret
2021-08-11
1
-0
/
+17
*
|
KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2
Will Deacon
2021-08-11
1
-0
/
+8
|
/
*
KVM: arm64: Use less bits for hyp_page refcount
Quentin Perret
2021-06-11
1
-1
/
+1
*
KVM: arm64: Use less bits for hyp_page order
Quentin Perret
2021-06-11
2
-4
/
+4
*
KVM: arm64: Remove hyp_pool pointer from struct hyp_page
Quentin Perret
2021-06-11
2
-4
/
+2
*
KVM: arm64: Unify MMIO and mem host stage-2 pools
Quentin Perret
2021-06-11
2
-7
/
+8
*
KVM: arm64: Remove list_head from hyp_page
Quentin Perret
2021-06-11
1
-1
/
+0
*
KVM: arm64: Move hyp_pool locking out of refcount helpers
Quentin Perret
2021-06-11
1
-35
/
+0
*
Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next
Marc Zyngier
2021-04-13
2
-3
/
+2
|
\
*
|
KVM: arm64: Protect the .hyp sections from the host
Quentin Perret
2021-03-19
1
-0
/
+2
*
|
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
2021-03-19
1
-0
/
+34
*
|
KVM: arm64: Reserve memory for host stage 2
Quentin Perret
2021-03-19
1
-1
/
+26
*
|
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
2021-03-19
1
-0
/
+71
*
|
KVM: arm64: Introduce a Hyp buddy page allocator
Quentin Perret
2021-03-19
2
-0
/
+96
*
|
KVM: arm64: Introduce an early Hyp page allocator
Quentin Perret
2021-03-19
2
-0
/
+38
*
|
arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
Will Deacon
2021-03-19
1
-0
/
+92
|
/
*
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
2020-12-04
1
-0
/
+18