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