Age | Commit message (Expand) | Author | Files | Lines |
2019-09-21 | KVM: coalesced_mmio: add bounds checking | Matt Delco | 1 | -7/+10 |
2019-09-16 | kvm: Check irqchip mode before assign irqfd | Peter Xu | 1 | -0/+9 |
2019-09-10 | KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity | Andre Przywara | 1 | -10/+20 |
2019-09-10 | KVM: arm/arm64: Only skip MMIO insn once | Andrew Jones | 1 | -0/+7 |
2019-09-06 | KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI | Marc Zyngier | 3 | -2/+26 |
2019-09-06 | KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long | Heyi Guo | 1 | -0/+7 |
2019-08-25 | KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block | Marc Zyngier | 5 | -2/+38 |
2019-08-16 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li | 1 | -1/+24 |
2019-07-14 | KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy | Dave Martin | 1 | -0/+1 |
2019-06-19 | KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation | James Morse | 2 | -121/+136 |
2019-06-09 | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID | Thomas Huth | 2 | -2/+3 |
2019-05-25 | KVM: arm/arm64: Ensure vcpu target is unset on reset failure | Andrew Jones | 1 | -3/+8 |
2019-05-16 | KVM: fix spectrev1 gadgets | Paolo Bonzini | 2 | -4/+7 |
2019-05-04 | KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots | Marc Zyngier | 1 | -3/+10 |
2019-05-04 | KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory | Marc Zyngier | 2 | -6/+6 |
2019-04-03 | KVM: Reject device ioctls from processes other than the VM's creator | Sean Christopherson | 1 | -0/+3 |
2019-03-23 | KVM: Call kvm_arch_memslots_updated() before updating memslots | Sean Christopherson | 2 | -3/+6 |
2019-03-23 | KVM: arm/arm64: vgic: Always initialize the group of private IRQs | Christoffer Dall | 1 | -8/+14 |
2019-03-23 | arm/arm64: KVM: Allow a VCPU to fully reset itself | Marc Zyngier | 2 | -20/+26 |
2019-03-23 | KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock | Julien Thierry | 3 | -10/+10 |
2019-02-12 | kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) | Jann Horn | 1 | -1/+2 |
2019-02-12 | kvm: Change offset in kvm_write_guest_offset_cached to unsigned | Jim Mattson | 1 | -1/+2 |
2019-02-12 | arm64: KVM: Skip MMIO insn after emulation | Mark Rutland | 1 | -5/+6 |
2019-01-17 | KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less | Christoffer Dall | 1 | -12/+11 |
2019-01-09 | KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq() | Gustavo A. R. Silva | 1 | -1/+1 |
2019-01-09 | KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state | Christoffer Dall | 1 | -1/+16 |
2019-01-09 | KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum | Marc Zyngier | 1 | -2/+2 |
2019-01-09 | KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled | Julien Thierry | 1 | -21/+0 |
2019-01-09 | arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P... | Marc Zyngier | 1 | -2/+4 |
2018-11-13 | KVM: arm64: Fix caching of host MDCR_EL2 value | Mark Rutland | 1 | -2/+2 |
2018-11-13 | KVM: arm/arm64: Ensure only THP is candidate for adjustment | Punit Agrawal | 1 | -1/+7 |
2018-09-07 | KVM: Remove obsolete kvm_unmap_hva notifier backend | Marc Zyngier | 2 | -27/+0 |
2018-09-07 | KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW | Marc Zyngier | 1 | -1/+8 |
2018-08-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 14 | -109/+413 |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+10 |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 1 | -5/+10 |
2018-08-22 | Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 14 | -109/+413 |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2018-08-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -14/+19 |
2018-08-15 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -10/+10 |
2018-08-13 | KVM: arm/arm64: Skip updating PTE entry if no change | Punit Agrawal | 1 | -0/+4 |
2018-08-13 | KVM: arm/arm64: Skip updating PMD entry if no change | Punit Agrawal | 1 | -11/+27 |
2018-08-12 | KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled | Jia He | 3 | -12/+15 |
2018-08-12 | KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h | Jia He | 2 | -6/+6 |
2018-08-12 | KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs | Marc Zyngier | 1 | -4/+15 |
2018-08-06 | KVM: try __get_user_pages_fast even if not in atomic context | Paolo Bonzini | 1 | -8/+6 |
2018-08-06 | KVM: x86: Add tlb remote flush callback in kvm_x86_ops. | Tianyu Lan | 1 | -1/+2 |
2018-08-06 | kvm: x86: Use fast CR3 switch for nested VMX | Junaid Shahid | 1 | -4/+10 |
2018-08-06 | Merge tag 'v4.18-rc6' into HEAD | Paolo Bonzini | 1 | -6/+11 |
2018-07-31 | KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked | Christoffer Dall | 1 | -0/+5 |