summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2020-07-05KVM: arm64: Lift instrumentation restrictions on VHEDavid Brazdil
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil
2020-07-05KVM: arm64: Move __smccc_workaround_1_smc to .rodataDavid Brazdil
2020-07-05KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil
2020-07-05KVM: arm64: Remove the target tableJames Morse
2020-07-05KVM: arm64: Remove target_table from exit handlersJames Morse
2020-07-05KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs arrayJames Morse
2020-07-05KVM: arm64: Tolerate an empty target_table listJames Morse
2020-07-05KVM: arm64: Drop the target_table[] indirectionJames Morse
2020-07-05KVM: arm64: Allow in-atomic injection of SPIsMarc Zyngier
2020-06-23KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbellMarc Zyngier
2020-06-22KVM: arm64: pvtime: Ensure task delay accounting is enabledAndrew Jones
2020-06-22KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price
2020-06-22KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systemsMarc Zyngier
2020-06-22KVM: arm64: Enable Address Authentication at EL2 if availableMarc Zyngier
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier
2020-06-10KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier
2020-06-09KVM: arm64: Stop save/restoring ACTLR_EL1James Morse
2020-06-09KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse
2020-06-09KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-05-31KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier
2020-05-28KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier
2020-05-28KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier
2020-05-28KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier
2020-05-28KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier