summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-12-222-14/+22
|\
| * KVM: Fix jump label out_free_* in kvm_init()Miaohe Lin2019-11-231-4/+3
| * Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-30/+179
| |\
| * \ Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-11-2113-136/+303
| |\ \
| * | | KVM: remember position in kvm->vcpus arrayRadim Krčmář2019-11-151-2/+3
| * | | KVM: MMIO: get rid of odd out_err label in kvm_coalesced_mmio_initMiaohe Lin2019-11-151-6/+2
| * | | KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson2019-10-221-2/+14
* | | | Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-12-1814-166/+327
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: arm/arm64: Properly handle faulting of device mappingsMarc Zyngier2019-12-121-4/+17
| * | | KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_...Jia He2019-12-061-9/+0
| * | | KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg...Miaohe Lin2019-12-061-15/+4
| * | | KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...Miaohe Lin2019-12-061-0/+1
| * | | KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()Miaohe Lin2019-12-061-2/+2
| | |/ | |/|
| * | Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-088-50/+55
| |\ \
| | * | KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...Marc Zyngier2019-11-081-2/+2
| | * | KVM: vgic-v4: Track the number of VLPIs per vcpuMarc Zyngier2019-11-083-0/+6
| | * | KVM: arm/arm64: Let the timer expire in hardirq context on RTThomas Gleixner2019-11-071-4/+4
| | * | KVM: arm/arm64: vgic: Don't rely on the wrong pending tableZenghui Yu2019-10-291-3/+3
| | * | KVM: arm/arm64: vgic: Fix some comments typoZenghui Yu2019-10-292-2/+2
| | * | KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/putMarc Zyngier2019-10-285-39/+38
| * | | Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-245-85/+218
| |\ \ \
| | * | | KVM: arm64: Provide VCPU attributes for stolen timeSteven Price2019-10-211-0/+59
| | * | | KVM: Allow kvm_device_ops to be constSteven Price2019-10-211-3/+3
| | * | | KVM: arm64: Support stolen time reporting via shared structureSteven Price2019-10-213-0/+69
| | * | | KVM: arm64: Implement PV_TIME_FEATURES callSteven Price2019-10-212-1/+27
| | * | | KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall2019-10-212-82/+61
| | |/ /
| * | | KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall2019-10-211-0/+1
| * | | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspaceChristoffer Dall2019-10-212-1/+29
| |/ /
* | | KVM: Add a comment describing the /dev/kvm no_compat handlingMarc Zyngier2019-11-151-0/+7
* | | KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=nMarc Zyngier2019-11-131-1/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-121-14/+34
|\ \ \
| * | | KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-121-3/+23
| * | | KVM: fix placement of refcount initializationPaolo Bonzini2019-11-111-2/+2
| * | | KVM: Fix NULL-ptr deref after kvm_create_vm failsPaolo Bonzini2019-11-111-9/+9
* | | | kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-041-0/+28
* | | | kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-041-0/+84
|/ / /
* | | kvm: call kvm_arch_destroy_vm if vm creation failsJim Mattson2019-10-311-5/+7
* | | kvm: Allocate memslots and buses before calling kvm_arch_init_vmJim Mattson2019-10-251-19/+21
| |/ |/|
* | Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-10-221-13/+35
|\ \
| * | KVM: arm64: pmu: Reset sample period on overflow handlingMarc Zyngier2019-10-201-0/+20
| * | KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel eventMarc Zyngier2019-10-201-3/+3
| * | KVM: arm64: pmu: Fix cycle counter truncationMarc Zyngier2019-10-201-10/+12
| |/
* / KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabledWanpeng Li2019-10-221-13/+16
|/
* Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-10-031-1/+1
|\
| * KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATHZenghui Yu2019-09-111-1/+1
* | kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-301-3/+7
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-1810-85/+305
|\|
| * KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier2019-09-091-0/+2
| * KVM: arm/arm64: vgic: Use a single IO device per redistributorEric Auger2019-08-252-58/+24
| * KVM: arm/arm64: vgic: Remove spurious semicolonsMarc Zyngier2019-08-251-1/+1