index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
arm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
Anshuman Khandual
2021-08-18
1
-15
/
+1
*
|
KVM: arm64: Drop init_common_resources()
Anshuman Khandual
2021-08-18
1
-6
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-28
1
-0
/
+20
|
\
|
*
Merge branch kvm-arm64/mmu/mte into kvmarm-master/next
Marc Zyngier
2021-06-22
1
-0
/
+16
|
|
\
|
|
*
KVM: arm64: Add ioctl to fetch/store tags in a guest
Steven Price
2021-06-22
1
-0
/
+7
|
|
*
KVM: arm64: Expose KVM_ARM_CAP_MTE
Steven Price
2021-06-22
1
-0
/
+9
|
*
|
Merge branch arm64/for-next/caches into kvmarm-master/next
Marc Zyngier
2021-06-18
1
-1
/
+1
|
|
\
\
|
*
|
|
KVM: arm64: Restore PMU configuration on first run
Marc Zyngier
2021-06-18
1
-0
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-06-28
1
-2
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'for-next/cpufeature' into for-next/core
Will Deacon
2021-06-24
1
-1
/
+10
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support
Will Deacon
2021-06-11
1
-1
/
+10
|
*
|
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
2021-05-25
1
-1
/
+1
|
|
/
*
|
KVM: arm64: Resolve all pending PC updates before immediate exit
Zenghui Yu
2021-05-27
1
-3
/
+6
*
|
KVM: arm64: Commit pending PC adjustemnts before returning to userspace
Marc Zyngier
2021-05-15
1
-0
/
+11
|
/
*
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-04-23
1
-32
/
+184
|
\
|
*
Merge branch 'kvm-arm64/ptp' into kvmarm-master/next
Marc Zyngier
2021-04-13
1
-0
/
+1
|
|
\
|
|
*
KVM: arm64: Add support for the KVM PTP service
Jianyong Wu
2021-04-07
1
-0
/
+1
|
*
|
Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/next
Marc Zyngier
2021-04-13
1
-1
/
+3
|
|
\
\
|
|
*
|
KVM: arm64: Fix error return code in init_hyp_mode()
Wang Wensheng
2021-04-06
1
-1
/
+3
|
|
|
/
|
*
|
Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next
Marc Zyngier
2021-04-13
1
-31
/
+176
|
|
\
\
|
|
*
|
KVM: arm64: Make symbol '_kvm_host_prot_finalize' static
Xu Jia
2021-03-31
1
-1
/
+1
|
|
*
|
KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure
Marc Zyngier
2021-03-25
1
-0
/
+3
|
|
*
|
KVM: arm64: Protect the .hyp sections from the host
Quentin Perret
2021-03-19
1
-0
/
+46
|
|
*
|
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
2021-03-19
1
-0
/
+10
|
|
*
|
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
2021-03-19
1
-0
/
+5
|
|
*
|
KVM: arm64: Elevate hypervisor mappings creation at EL2
Quentin Perret
2021-03-19
1
-6
/
+81
|
|
*
|
KVM: arm64: Factor out vector address calculation
Quentin Perret
2021-03-19
1
-8
/
+1
|
|
*
|
KVM: arm64: Introduce a BSS section for use at Hyp
Quentin Perret
2021-03-19
1
-1
/
+13
|
|
*
|
KVM: arm64: Initialize kvm_nvhe_init_params early
Quentin Perret
2021-03-19
1
-12
/
+18
|
|
*
|
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
2021-03-19
1
-1
/
+6
|
|
|
\
|
|
|
*
|
KVM: arm64: Enable SVE support for nVHE
Daniel Kiss
2021-03-18
1
-5
/
+0
|
*
|
|
Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/next
Marc Zyngier
2021-04-13
1
-0
/
+2
|
|
\
\
\
|
|
*
|
|
KVM: arm64: Initialize VCPU mdcr_el2 before loading it
Alexandru Elisei
2021-04-07
1
-0
/
+2
|
|
|
|
/
|
|
|
/
|
|
*
/
|
KVM: arm64: Move SPE availability check to VCPU load
Suzuki K Poulose
2021-04-06
1
-0
/
+2
|
|
/
/
*
|
|
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
2021-04-17
1
-1
/
+1
*
|
|
KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
2021-04-17
1
-0
/
+2
|
/
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-03-14
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
2021-03-09
1
-1
/
+6
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-02-21
1
-4
/
+3
|
\
|
|
*
Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next
Marc Zyngier
2021-02-12
1
-4
/
+3
|
|
\
|
|
*
KVM: arm64: Set up .hyp.rodata ELF section
David Brazdil
2021-01-23
1
-4
/
+3
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-02-21
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
Marc Zyngier
2021-02-09
1
-0
/
+3
|
|
/
*
/
KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag
Steven Price
2021-01-21
1
-1
/
+2
|
/
*
KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
Marc Zyngier
2020-12-30
1
-2
/
+2
*
KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
Alexandru Elisei
2020-12-23
1
-5
/
+3
*
KVM: arm64: Declutter host PSCI 0.1 handling
Marc Zyngier
2020-12-22
1
-5
/
+7
*
KVM: arm64: Minor cleanup of hyp variables used in host
David Brazdil
2020-12-22
1
-3
/
+1
*
KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
David Brazdil
2020-12-22
1
-4
/
+10
*
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
2020-12-09
1
-18
/
+121
|
\
[prev]
[next]