summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-135-28/+34
|\
| * Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-115-28/+34
| |\
| | * KVM: arm64: Update page shift if stage 2 block mapping not supportedAlexandru Elisei2020-09-041-0/+1
| | * KVM: arm64: Fix address truncation in tracesMarc Zyngier2020-09-042-11/+11
| | * KVM: arm64: Do not try to map PUDs when they are folded into PMDMarc Zyngier2020-09-041-1/+6
| | * arm64/x86: KVM: Introduce steal-time capAndrew Jones2020-08-212-1/+4
| | * KVM: arm64: pvtime: Fix stolen time accounting across migrationAndrew Jones2020-08-211-14/+9
| | * KVM: arm64: Drop type input from kvm_put_guestAndrew Jones2020-08-211-1/+1
| | * KVM: arm64: pvtime: Fix potential loss of stolen timeAndrew Jones2020-08-211-2/+3
| | * KVM: arm64: pvtime: steal-time is only supported when configuredAndrew Jones2020-08-211-1/+2
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-285-34/+95
|\ \ \
| * | | KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse2020-08-282-8/+14
| * | | KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-285-26/+81
* | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-39/+39
|/ / /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-221-0/+4
|\ \ \ | |/ / |/| |
| * | KVM: arm64: Print warning when cpu erratum can cause guests to deadlockRob Herring2020-08-211-0/+4
| |/
* | KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not setWill Deacon2020-08-211-4/+13
* | KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+1
|/
* Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-0946-2210/+2545
|\
| * Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/nextMarc Zyngier2020-07-303-16/+18
| |\
| | * KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()Will Deacon2020-07-302-7/+12
| | * KVM: arm64: Don't skip cache maintenance for read-only memslotsWill Deacon2020-07-301-1/+1
| | * KVM: arm64: Handle data and instruction external aborts the same wayWill Deacon2020-07-301-6/+3
| | * KVM: arm64: Rename kvm_vcpu_dabt_isextabt()Will Deacon2020-07-302-2/+2
| * | Merge branch 'kvm-arm64/el2-obj-v4.1' into kvmarm-master/nextMarc Zyngier2020-07-301-3/+23
| |\ \
| | * | KVM: arm64: Ensure that all nVHE hyp code is in .hyp.textDavid Brazdil2020-07-301-3/+23
| * | | Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier2020-07-2812-54/+66
| |\ \ \ | | | |/ | | |/|
| | * | KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORSDavid Brazdil2020-07-281-1/+1
| | * | KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASEDavid Brazdil2020-07-281-1/+1
| | * | KVM: arm64: Rename HSR to ESRGavin Shan2020-07-056-43/+43
| | * | KVM: arm64: Drop long gone function parameter documentationPeng Hao2020-07-051-1/+0
| | * | KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASERAlexander Graf2020-07-051-1/+1
| | * | KVM: arm64: Allow in-atomic injection of SPIsMarc Zyngier2020-07-052-7/+20
| * | | Merge branch 'kvm-arm64/target-table-no-more' into kvmarm-master/next-WIPMarc Zyngier2020-07-283-219/+56
| |\ \ \
| | * | | KVM: arm64: Remove the target tableJames Morse2020-07-054-104/+12
| | * | | KVM: arm64: Remove target_table from exit handlersJames Morse2020-07-051-71/+16
| | * | | KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs arrayJames Morse2020-07-052-30/+28
| | * | | KVM: arm64: Tolerate an empty target_table listJames Morse2020-07-051-1/+4
| | * | | KVM: arm64: Drop the target_table[] indirectionJames Morse2020-07-053-25/+8
| | |/ /
| * | | Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPMarc Zyngier2020-07-282-11/+15
| |\ \ \
| | * | | KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systemsMarc Zyngier2020-06-221-11/+10
| | * | | KVM: arm64: Enable Address Authentication at EL2 if availableMarc Zyngier2020-06-221-0/+5
| | |/ /
| * | | KVM: arm64: timers: Move timer registers to the sys_regs fileMarc Zyngier2020-07-072-37/+126
| * | | KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_userMarc Zyngier2020-07-072-3/+3
| * | | KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier2020-07-073-5/+5
| * | | KVM: arm64: Disintegrate SPSR arrayMarc Zyngier2020-07-073-26/+56
| * | | KVM: arm64: Move SP_EL1 to the system register arrayMarc Zyngier2020-07-072-3/+3
| * | | KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier2020-07-074-4/+6
| * | | KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-077-35/+76
| * | | KVM: arm64: debug: Drop useless vpcu parameterMarc Zyngier2020-07-071-10/+8