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
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Commit pending PC adjustemnts before returning to userspace
Marc Zyngier
2021-05-15
2
-2
/
+10
*
KVM: arm64: Move __adjust_pc out of line
Marc Zyngier
2021-05-15
4
-23
/
+19
*
KVM: arm64: Mark the host stage-2 memory pools static
Quentin Perret
2021-05-15
1
-2
/
+2
*
KVM: arm64: Mark pkvm_pgtable_mm_ops static
Quentin Perret
2021-05-15
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
30
-212
/
+2012
|
\
|
*
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-04-23
30
-212
/
+2012
|
|
\
|
|
*
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
|
|
*
|
Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next
Marc Zyngier
2021-04-13
8
-28
/
+15
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Log source when panicking from nVHE hyp
Andrew Scull
2021-04-01
4
-18
/
+8
|
|
|
*
|
KVM: arm64: Use BUG and BUG_ON in nVHE hyp
Andrew Scull
2021-04-01
2
-5
/
+3
|
|
|
|
/
|
|
*
|
Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/next
Marc Zyngier
2021-04-13
1
-0
/
+18
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Support PREL/PLT relocs in EL2 code
David Brazdil
2021-03-31
1
-0
/
+18
|
|
|
|
/
|
|
*
|
Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next
Marc Zyngier
2021-04-13
25
-168
/
+1940
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure
Marc Zyngier
2021-03-25
2
-15
/
+9
|
|
|
*
|
KVM: arm64: Protect the .hyp sections from the host
Quentin Perret
2021-03-19
3
-0
/
+44
|
|
|
*
|
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
2021-03-19
8
-7
/
+302
|
|
|
*
|
KVM: arm64: Provide sanitized mmfr* registers at EL2
Quentin Perret
2021-03-19
1
-0
/
+2
|
|
|
*
|
KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag
Quentin Perret
2021-03-19
1
-0
/
+3
|
|
|
*
|
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
2021-03-19
1
-25
/
+31
|
|
|
*
|
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
2021-03-19
1
-4
/
+85
|
|
|
*
|
KVM: arm64: Refactor the *_map_set_prot_attr() helpers
Quentin Perret
2021-03-19
1
-8
/
+8
|
|
|
*
|
KVM: arm64: Use page-table to track page ownership
Quentin Perret
2021-03-19
1
-24
/
+102
|
|
|
*
|
KVM: arm64: Always zero invalid PTEs
Quentin Perret
2021-03-19
1
-10
/
+16
|
|
|
*
|
KVM: arm64: Sort the hypervisor memblocks
Quentin Perret
2021-03-19
1
-0
/
+19
|
|
|
*
|
KVM: arm64: Reserve memory for host stage 2
Quentin Perret
2021-03-19
3
-1
/
+40
|
|
|
*
|
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
2021-03-19
1
-2
/
+2
|
|
|
*
|
KVM: arm64: Refactor __populate_fault_info()
Quentin Perret
2021-03-19
1
-11
/
+17
|
|
|
*
|
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
2021-03-19
1
-0
/
+32
|
|
|
*
|
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
2021-03-19
2
-9
/
+10
|
|
|
*
|
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
2021-03-19
1
-3
/
+3
|
|
|
*
|
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
2021-03-19
9
-5
/
+612
|
|
|
*
|
KVM: arm64: Provide __flush_dcache_area at EL2
Quentin Perret
2021-03-19
3
-1
/
+21
|
|
|
*
|
KVM: arm64: Introduce a Hyp buddy page allocator
Quentin Perret
2021-03-19
4
-1
/
+292
|
|
|
*
|
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
Quentin Perret
2021-03-19
2
-1
/
+23
|
|
|
*
|
KVM: arm64: Introduce an early Hyp page allocator
Quentin Perret
2021-03-19
5
-4
/
+94
|
|
|
*
|
KVM: arm64: Introduce a BSS section for use at Hyp
Quentin Perret
2021-03-19
1
-0
/
+1
|
|
|
*
|
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
2021-03-19
1
-38
/
+60
|
|
|
*
|
KVM: arm64: Avoid free_page() in page-table allocator
Quentin Perret
2021-03-19
1
-5
/
+5
|
|
|
*
|
arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
Will Deacon
2021-03-19
1
-0
/
+92
|
|
|
*
|
KVM: arm64: Link position-independent string routines into .hyp.text
Will Deacon
2021-03-19
1
-0
/
+4
|
|
|
*
|
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
2021-03-19
10
-28
/
+89
|
|
|
|
\
|
|
|
|
*
|
KVM: arm64: Fix host's ZCR_EL2 restore on nVHE
Marc Zyngier
2021-03-18
1
-1
/
+2
|
|
|
*
|
KVM: arm64: Save/restore SVE state for nVHE
Marc Zyngier
2021-03-18
2
-26
/
+15
|
|
|
*
|
KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
Marc Zyngier
2021-03-18
2
-2
/
+11
|
|
|
*
|
KVM: arm64: Rework SVE host-save/guest-restore
Marc Zyngier
2021-03-18
2
-17
/
+25
|
|
|
*
|
KVM: arm64: Introduce vcpu_sve_vq() helper
Marc Zyngier
2021-03-18
1
-1
/
+1
|
|
|
*
|
KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
Marc Zyngier
2021-03-18
1
-1
/
+1
|
|
|
*
|
KVM: arm64: Provide KVM's own save/restore SVE primitives
Marc Zyngier
2021-03-18
2
-5
/
+15
[next]