| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: Fix jump label out_free_* in kvm_init() | Miaohe Lin | 2019-11-23 | 1 | -4/+3 |
* | Merge branch 'kvm-tsx-ctrl' into HEAD | Paolo Bonzini | 2019-11-21 | 1 | -30/+179 |
|\ |
|
| * | KVM: Add a comment describing the /dev/kvm no_compat handling | Marc Zyngier | 2019-11-15 | 1 | -0/+7 |
| * | KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n | Marc Zyngier | 2019-11-13 | 1 | -1/+7 |
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-11-12 | 1 | -14/+34 |
| |\ |
|
| | * | KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved | Sean Christopherson | 2019-11-12 | 1 | -3/+23 |
| | * | KVM: fix placement of refcount initialization | Paolo Bonzini | 2019-11-11 | 1 | -2/+2 |
| | * | KVM: Fix NULL-ptr deref after kvm_create_vm fails | Paolo Bonzini | 2019-11-11 | 1 | -9/+9 |
| * | | kvm: x86: mmu: Recovery of shattered NX large pages | Junaid Shahid | 2019-11-04 | 1 | -0/+28 |
| * | | kvm: Add helper function for creating VM worker threads | Junaid Shahid | 2019-11-04 | 1 | -0/+84 |
| |/ |
|
| * | kvm: call kvm_arch_destroy_vm if vm creation fails | Jim Mattson | 2019-10-31 | 1 | -5/+7 |
| * | kvm: Allocate memslots and buses before calling kvm_arch_init_vm | Jim Mattson | 2019-10-25 | 1 | -19/+21 |
* | | Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 2019-11-21 | 13 | -136/+303 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next | Marc Zyngier | 2019-11-08 | 8 | -50/+55 |
| |\ \ |
|
| | * | | KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj... | Marc Zyngier | 2019-11-08 | 1 | -2/+2 |
| | * | | KVM: vgic-v4: Track the number of VLPIs per vcpu | Marc Zyngier | 2019-11-08 | 3 | -0/+6 |
| | * | | KVM: arm/arm64: Let the timer expire in hardirq context on RT | Thomas Gleixner | 2019-11-07 | 1 | -4/+4 |
| | * | | KVM: arm/arm64: vgic: Don't rely on the wrong pending table | Zenghui Yu | 2019-10-29 | 1 | -3/+3 |
| | * | | KVM: arm/arm64: vgic: Fix some comments typo | Zenghui Yu | 2019-10-29 | 2 | -2/+2 |
| | * | | KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put | Marc Zyngier | 2019-10-28 | 5 | -39/+38 |
| * | | | Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste... | Marc Zyngier | 2019-10-24 | 5 | -85/+218 |
| |\ \ \ |
|
| | * | | | KVM: arm64: Provide VCPU attributes for stolen time | Steven Price | 2019-10-21 | 1 | -0/+59 |
| | * | | | KVM: Allow kvm_device_ops to be const | Steven Price | 2019-10-21 | 1 | -3/+3 |
| | * | | | KVM: arm64: Support stolen time reporting via shared structure | Steven Price | 2019-10-21 | 3 | -0/+69 |
| | * | | | KVM: arm64: Implement PV_TIME_FEATURES call | Steven Price | 2019-10-21 | 2 | -1/+27 |
| | * | | | KVM: arm/arm64: Factor out hypercall handling from PSCI code | Christoffer Dall | 2019-10-21 | 2 | -82/+61 |
| | |/ / |
|
| * | | | KVM: arm/arm64: Allow user injection of external data aborts | Christoffer Dall | 2019-10-21 | 1 | -0/+1 |
| * | | | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace | Christoffer Dall | 2019-10-21 | 2 | -1/+29 |
| |/ / |
|
* | | | KVM: remember position in kvm->vcpus array | Radim Krčmář | 2019-11-15 | 1 | -2/+3 |
* | | | KVM: MMIO: get rid of odd out_err label in kvm_coalesced_mmio_init | Miaohe Lin | 2019-11-15 | 1 | -6/+2 |
* | | | KVM: Add separate helper for putting borrowed reference to kvm | Sean Christopherson | 2019-10-22 | 1 | -2/+14 |
| |/
|/| |
|
* | | Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 2019-10-22 | 1 | -13/+35 |
|\ \ |
|
| * | | KVM: arm64: pmu: Reset sample period on overflow handling | Marc Zyngier | 2019-10-20 | 1 | -0/+20 |
| * | | KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event | Marc Zyngier | 2019-10-20 | 1 | -3/+3 |
| * | | KVM: arm64: pmu: Fix cycle counter truncation | Marc Zyngier | 2019-10-20 | 1 | -10/+12 |
| |/ |
|
* / | KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled | Wanpeng Li | 2019-10-22 | 1 | -13/+16 |
|/ |
|
* | Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 2019-10-03 | 1 | -1/+1 |
|\ |
|
| * | KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH | Zenghui Yu | 2019-09-11 | 1 | -1/+1 |
* | | kvm: x86, powerpc: do not allow clearing largepages debugfs entry | Paolo Bonzini | 2019-09-30 | 1 | -3/+7 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-09-18 | 10 | -85/+305 |
|\| |
|
| * | KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE | Marc Zyngier | 2019-09-09 | 1 | -0/+2 |
| * | KVM: arm/arm64: vgic: Use a single IO device per redistributor | Eric Auger | 2019-08-25 | 2 | -58/+24 |
| * | KVM: arm/arm64: vgic: Remove spurious semicolons | Marc Zyngier | 2019-08-25 | 1 | -1/+1 |
| * | KVM: Call kvm_arch_vcpu_blocking early into the blocking sequence | Marc Zyngier | 2019-08-18 | 1 | -4/+3 |
| * | KVM: arm/arm64: vgic: Make function comments match function declarations | Alexandru Elisei | 2019-08-18 | 2 | -6/+8 |
| * | KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic | Marc Zyngier | 2019-08-18 | 1 | -6/+30 |
| * | KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection | Marc Zyngier | 2019-08-18 | 2 | -0/+37 |
| * | KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation | Marc Zyngier | 2019-08-18 | 1 | -0/+86 |
| * | KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown | Marc Zyngier | 2019-08-18 | 1 | -0/+2 |
| * | KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on ITS disable | Marc Zyngier | 2019-08-18 | 1 | -0/+2 |