summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_baseZenghui Yu2022-09-191-1/+1
* Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-08-193-5/+4
|\
| * KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton2022-08-171-1/+1
| * KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton2022-08-172-4/+3
* | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-4/+4
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-1/+6
|\ \
| * | KVM: arm64: Add a flag to disable MMIO trace for nVHE KVMSai Prakash Ranjan2022-06-151-1/+6
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-0431-727/+1053
|\ \ \
| * \ \ Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-08-0130-726/+1052
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier2022-07-279-10/+406
| | |\ \
| | | * | KVM: arm64: Don't open code ARRAY_SIZE()Oliver Upton2022-07-272-4/+5
| | | * | KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.cMarc Zyngier2022-07-271-0/+41
| | | * | KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier2022-07-272-0/+107
| | | * | KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier2022-07-273-99/+121
| | | * | KVM: arm64: Move PROTECTED_NVHE_STACKTRACE aroundMarc Zyngier2022-07-271-13/+11
| | | * | KVM: arm64: Introduce pkvm_dump_backtrace()Kalesh Singh2022-07-261-1/+34
| | | * | KVM: arm64: Save protected-nVHE (pKVM) hyp stacktraceKalesh Singh2022-07-261-1/+54
| | | * | KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh2022-07-261-0/+4
| | | * | KVM: arm64: Add PROTECTED_NVHE_STACKTRACE KconfigKalesh Singh2022-07-261-0/+15
| | | * | KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh2022-07-261-0/+69
| | | * | KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh2022-07-261-1/+1
| | | * | KVM: arm64: Prepare non-protected nVHE hypervisor stacktraceKalesh Singh2022-07-262-0/+47
| | | * | KVM: arm64: On stack overflow switch to hyp overflow_stackKalesh Singh2022-07-263-8/+14
| | * | | Merge branch kvm-arm64/sysreg-cleanup-5.20 into kvmarm-master/nextMarc Zyngier2022-07-179-598/+546
| | |\ \ \
| | | * | | KVM: arm64: Get rid or outdated commentsMarc Zyngier2022-07-171-5/+0
| | | * | | KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()Marc Zyngier2022-07-171-1/+2
| | | * | | KVM: arm64: Get rid of find_reg_by_id()Marc Zyngier2022-07-172-16/+0
| | | * | | KVM: arm64: vgic: Tidy-up calls to vgic_{get,set}_common_attr()Marc Zyngier2022-07-171-52/+26
| | | * | | KVM: arm64: vgic: Consolidate userspace access for base address settingMarc Zyngier2022-07-171-44/+31
| | | * | | KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address settingMarc Zyngier2022-07-172-9/+34
| | | * | | KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_userMarc Zyngier2022-07-171-3/+3
| | | * | | KVM: arm64: vgic-v2: Consolidate userspace access for MMIO registersMarc Zyngier2022-07-171-22/+17
| | | * | | KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registersMarc Zyngier2022-07-171-66/+37
| | | * | | KVM: arm64: vgic-v3: Use u32 to manage the line level from userspaceMarc Zyngier2022-07-175-8/+12
| | | * | | KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREPMarc Zyngier2022-07-171-33/+27
| | | * | | KVM: arm64: vgic-v3: Make the userspace accessors use sysreg APIMarc Zyngier2022-07-171-197/+257
| | | * | | KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()Marc Zyngier2022-07-173-35/+24
| | | * | | KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()Marc Zyngier2022-07-173-12/+13
| | | * | | KVM: arm64: Get rid of reg_from/to_user()Marc Zyngier2022-07-171-24/+6
| | | * | | KVM: arm64: Consolidate sysreg userspace accessesMarc Zyngier2022-07-172-103/+61
| | | * | | KVM: arm64: Rely on index_to_param() for size checks on userspace accessMarc Zyngier2022-07-171-6/+0
| | | * | | KVM: arm64: Introduce generic get_user/set_user helpers for system registersMarc Zyngier2022-07-172-22/+44
| | | * | | KVM: arm64: Reorder handling of invariant sysregs from userspaceMarc Zyngier2022-07-171-6/+12
| | | * | | KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helperMarc Zyngier2022-07-173-17/+23
| | | |/ /
| | * | | Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextMarc Zyngier2022-07-174-10/+10
| | |\ \ \
| | | * | | KVM: arm64: Fix hypervisor address symbolizationKalesh Singh2022-07-171-2/+2
| | | * | | KVM: arm64: Don't return from void functionQuentin Perret2022-07-062-2/+2
| | | * | | KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-yMasahiro Yamada2022-06-291-1/+1
| | | * | | KVM: arm64: nvhe: Rename confusing obj-yMasahiro Yamada2022-06-291-5/+5
| | | |/ /
| | * | | Merge branch kvm-arm64/burn-the-flags into kvmarm-master/nextMarc Zyngier2022-06-2917-108/+90
| | |\ \ \ | | | |/ / | | |/| |