aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil15-144/+131
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil3-15/+7
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil5-4/+17
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil9-152/+185
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil6-69/+118
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil10-946/+1007
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil5-94/+169
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull3-2/+2
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil5-5/+7
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil3-3/+58
2020-07-05KVM: arm64: Move __smccc_workaround_1_smc to .rodataDavid Brazdil3-16/+33
2020-07-05KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Remove the target tableJames Morse4-104/+12
2020-07-05KVM: arm64: Remove target_table from exit handlersJames Morse1-71/+16
2020-07-05KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs arrayJames Morse2-30/+28
2020-07-05KVM: arm64: Tolerate an empty target_table listJames Morse1-1/+4
2020-07-05KVM: arm64: Drop the target_table[] indirectionJames Morse3-25/+8
2020-07-05KVM: arm64: Allow in-atomic injection of SPIsMarc Zyngier2-7/+20
2020-06-23KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbellMarc Zyngier1-0/+8
2020-06-22KVM: arm64: pvtime: Ensure task delay accounting is enabledAndrew Jones1-3/+12
2020-06-22KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price1-3/+7
2020-06-22KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systemsMarc Zyngier1-11/+10
2020-06-22KVM: arm64: Enable Address Authentication at EL2 if availableMarc Zyngier1-0/+5
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-68/+137
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini9-63/+137
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier7-53/+81
2020-06-10KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier1-0/+28
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-7/+7
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier5-16/+11
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier4-38/+70
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier2-18/+19
2020-06-09KVM: arm64: Stop save/restoring ACTLR_EL1James Morse2-4/+0
2020-06-09KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse1-0/+10
2020-06-09KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse1-2/+8
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-32/+177
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini1-5/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds41-439/+20032
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-28/+66
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini41-426/+20022
2020-05-31KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier1-4/+10
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon3-10/+13
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier1-2/+35
2020-05-28KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier1-37/+38
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier1-12/+9
2020-05-28KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier1-37/+35
2020-05-28KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier1-3/+3
2020-05-28KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier1-57/+71
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall5-46/+44