summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2019-08-096-2/+54
|\
| * KVM: arm/arm64: vgic: Reevaluate level sensitive interrupts on enableAlexandru Elisei2019-08-091-0/+16
| * KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier2019-08-055-2/+38
* | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-093-3/+25
|\|
| * KVM: arm: vgic-v3: Mark expected switch fall-throughAnders Roxell2019-07-261-0/+8
| * KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter indexZenghui Yu2019-07-232-3/+17
* | kvm: remove unnecessary PageReserved checkPaolo Bonzini2019-08-091-2/+1
* | KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-051-16/+5
* | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-052-8/+2
* | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-1/+24
* | KVM: Check preempted_in_kernel for involuntary preemptionWanpeng Li2019-08-051-3/+4
* | Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-243-4/+4
|/
* KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-201-4/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-126-120/+455
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1131-443/+465
| |\
| | * KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-081-1/+2
| | * KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-051-12/+12
| | * KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara2019-07-051-15/+124
| | * arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-051-1/+9
| | * KVM: arm/arm64: Support chained PMU countersAndrew Murray2019-07-051-37/+215
| | * KVM: arm/arm64: Remove pmc->bitmaskAndrew Murray2019-07-051-10/+20
| | * KVM: arm/arm64: Re-create event when setting counter valueAndrew Murray2019-07-051-9/+33
| | * KVM: arm/arm64: Extract duplicated code to own functionAndrew Murray2019-07-051-12/+16
| | * KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray2019-07-051-6/+6
| * | KVM: Properly check if "page" is valid in kvm_vcpu_unmapKarimAllah Ahmed2019-07-101-1/+1
| * | kvm: Convert kvm_lock to a mutexJunaid Shahid2019-06-051-15/+15
| * | KVM: irqchip: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-051-3/+1
| * | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-042-5/+8
* | | arm64: switch to generic version of pte allocationMike Rapoport2019-07-121-1/+1
| |/ |/|
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2122-244/+22
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner2019-06-193-39/+3
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-1916-193/+16
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-202-2/+4
|\ \ \ | |/ / |/| |
| * | Merge tag 'kvmarm-fixes-for-5.2-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2019-06-202-2/+4
| |\ \ | | |/ | |/|
| | * KVM: arm/arm64: Fix emulated ptimer irq injectionAndrew Jones2019-06-191-2/+3
| | * KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroyDave Martin2019-06-121-0/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-13/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-053-39/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-022-2/+5
|\| |
| * | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-282-2/+3
| * | kvm: fix compile on s390 part 2Christian Borntraeger2019-05-281-0/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-304-36/+4
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-264-122/+151
|\ \
| * | kvm: Check irqchip mode before assign irqfdPeter Xu2019-05-241-0/+9
| * | kvm: fix compilation on s390Paolo Bonzini2019-05-241-0/+2
| * | KVM: Fix spinlock taken warning during host resumeWanpeng Li2019-05-241-1/+4
| |/
| * KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2019-05-242-121/+136