index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
KVM: arm64: Initialize kvm_nvhe_init_params early
Quentin Perret
1
-12
/
+18
2021-03-19
arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
Will Deacon
1
-0
/
+92
2021-03-19
KVM: arm64: Link position-independent string routines into .hyp.text
Will Deacon
1
-0
/
+4
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
16
-52
/
+129
2021-03-18
KVM: arm64: Fix host's ZCR_EL2 restore on nVHE
Marc Zyngier
1
-1
/
+2
2021-03-18
KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ON
Marc Zyngier
1
-7
/
+1
2021-03-18
KVM: arm64: Use INIT_SCTLR_EL2_MMU_OFF to disable the MMU on KVM teardown
Marc Zyngier
1
-3
/
+1
2021-03-18
KVM: arm64: Enable SVE support for nVHE
Daniel Kiss
2
-9
/
+0
2021-03-18
KVM: arm64: Save/restore SVE state for nVHE
Marc Zyngier
3
-28
/
+23
2021-03-18
KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
Marc Zyngier
2
-2
/
+11
2021-03-18
KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Map SVE context at EL2 when available
Marc Zyngier
1
-0
/
+11
2021-03-18
KVM: arm64: Rework SVE host-save/guest-restore
Marc Zyngier
2
-17
/
+25
2021-03-18
KVM: arm64: Introduce vcpu_sve_vq() helper
Marc Zyngier
2
-4
/
+4
2021-03-18
KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
Marc Zyngier
2
-2
/
+3
2021-03-18
KVM: arm64: Provide KVM's own save/restore SVE primitives
Marc Zyngier
2
-5
/
+15
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
16
-48
/
+123
2021-03-12
KVM: arm64: Fix exclusive limit for IPA size
Marc Zyngier
1
-2
/
+1
2021-03-12
KVM: arm64: Reject VM creation when the default IPA size is unsupported
Marc Zyngier
1
-4
/
+8
2021-03-10
arm64/mm: Fix __enable_mmu() for new TGRAN range values
James Morse
1
-4
/
+6
2021-03-09
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
4
-6
/
+13
2021-03-09
KVM: arm64: Don't use cbz/adr with external symbols
Sami Tolvanen
1
-2
/
+4
2021-03-06
KVM: arm64: Fix range alignment when walking page tables
Jia He
1
-0
/
+1
2021-03-06
KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
Marc Zyngier
2
-4
/
+39
2021-03-06
KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
Marc Zyngier
3
-5
/
+12
2021-03-06
KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
Marc Zyngier
1
-3
/
+6
2021-03-06
KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
Marc Zyngier
2
-10
/
+10
2021-03-06
KVM: arm64: Fix nVHE hyp panic host context restore
Andrew Scull
2
-9
/
+9
2021-03-06
KVM: arm64: Avoid corrupting vCPU context register in guest exit
Will Deacon
1
-1
/
+1
2021-03-06
KVM: arm64: nvhe: Save the SPE context early
Suzuki K Poulose
2
-3
/
+20
2021-02-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-1
/
+1
2021-02-24
KVM: arm64: make the hyp vector table entries local
Joey Gouly
1
-1
/
+1
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
20
-147
/
+751
2021-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-1
/
+4
2021-02-12
Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
20
-147
/
+751
2021-02-12
Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/next
Marc Zyngier
2
-38
/
+61
2021-02-12
Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/next
Marc Zyngier
3
-1
/
+92
2021-02-12
Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next
Marc Zyngier
13
-57
/
+540
2021-02-12
Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/next
Marc Zyngier
2
-39
/
+53
2021-02-12
Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/next
Marc Zyngier
2
-12
/
+5
2021-02-12
Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/next
Marc Zyngier
4
-49
/
+70
2021-02-09
arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
Marc Zyngier
1
-0
/
+3
2021-02-09
arm64: Simplify init_el2_state to be non-VHE only
Marc Zyngier
1
-1
/
+1
2021-02-03
KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code
Quentin Perret
1
-2
/
+2
2021-02-03
KVM: arm64: Correct spelling of DBGDIDR register
Alexandru Elisei
1
-3
/
+3
2021-02-03
KVM: arm64: Use symbolic names for the PMU versions
Marc Zyngier
1
-4
/
+4
2021-02-03
KVM: arm64: Upgrade PMU support to ARMv8.4
Marc Zyngier
2
-4
/
+13
2021-02-03
KVM: arm64: Limit the debug architecture to ARMv8.0
Marc Zyngier
1
-0
/
+3
2021-02-03
KVM: arm64: Refactor filtering of ID registers
Marc Zyngier
1
-23
/
+28
2021-02-03
KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registers
Marc Zyngier
1
-3
/
+9
[prev]
[next]