| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID | Thomas Huth | 2019-06-09 | 2 | -2/+3 |
* | KVM: arm/arm64: Ensure vcpu target is unset on reset failure | Andrew Jones | 2019-05-25 | 1 | -3/+8 |
* | KVM: arm/arm64: Ensure only THP is candidate for adjustment | Punit Agrawal | 2019-05-16 | 1 | -1/+7 |
* | KVM: fix spectrev1 gadgets | Paolo Bonzini | 2019-05-16 | 2 | -4/+7 |
* | KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots | Marc Zyngier | 2019-05-04 | 1 | -3/+10 |
* | KVM: Reject device ioctls from processes other than the VM's creator | Sean Christopherson | 2019-04-03 | 1 | -0/+3 |
* | KVM: Call kvm_arch_memslots_updated() before updating memslots | Sean Christopherson | 2019-03-23 | 2 | -3/+6 |
* | kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) | Jann Horn | 2019-02-12 | 1 | -1/+2 |
* | kvm: Change offset in kvm_write_guest_offset_cached to unsigned | Jim Mattson | 2019-02-12 | 1 | -1/+2 |
* | arm64: KVM: Skip MMIO insn after emulation | Mark Rutland | 2019-02-12 | 1 | -5/+6 |
* | KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less | Christoffer Dall | 2019-01-16 | 1 | -12/+11 |
* | arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P... | Marc Zyngier | 2019-01-09 | 1 | -2/+4 |
* | KVM: arm64: Fix caching of host MDCR_EL2 value | Mark Rutland | 2018-11-13 | 1 | -2/+2 |
* | KVM: arm/arm64: Fix vgic init race | Christoffer Dall | 2018-09-26 | 1 | -0/+4 |
* | KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr() | Mark Rutland | 2018-09-26 | 1 | -0/+3 |
* | KVM: arm/arm64: Skip updating PTE entry if no change | Punit Agrawal | 2018-09-05 | 1 | -0/+4 |
* | KVM: arm/arm64: Skip updating PMD entry if no change | Punit Agrawal | 2018-09-05 | 1 | -11/+27 |
* | KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer | Paolo Bonzini | 2018-08-24 | 1 | -5/+6 |
* | KVM: arm/arm64: Drop resource size check for GICV window | Ard Biesheuvel | 2018-08-24 | 1 | -5/+0 |
* | KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel. | Lan Tianyu | 2018-07-25 | 1 | -1/+5 |
* | arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID | Marc Zyngier | 2018-07-22 | 1 | -2/+16 |
* | arm64: KVM: Add ARCH_WORKAROUND_2 support for guests | Marc Zyngier | 2018-07-22 | 1 | -0/+4 |
* | KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state | Marc Zyngier | 2018-07-22 | 1 | -1/+1 |
* | KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation | James Morse | 2018-07-22 | 1 | -15/+3 |
* | KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() | Mark Rutland | 2018-06-21 | 1 | -0/+5 |
* | KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending | Andre Przywara | 2018-05-30 | 2 | -0/+4 |
* | KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock | Andre Przywara | 2018-05-22 | 1 | -7/+8 |
* | KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls | Andre Przywara | 2018-05-22 | 2 | -4/+4 |
* | arm/arm64: KVM: Add PSCI version selection API | Marc Zyngier | 2018-05-01 | 1 | -0/+60 |
* | KVM: arm/arm64: Close VMID generation race | Marc Zyngier | 2018-05-01 | 1 | -5/+10 |
* | kvm: Map PFN-type memory regions as writable (if possible) | KarimAllah Ahmed | 2018-04-26 | 1 | -2/+5 |
* | KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list | Marc Zyngier | 2018-04-24 | 1 | -6/+9 |
* | KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid | Marc Zyngier | 2018-03-21 | 4 | -16/+65 |
* | kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 | Marc Zyngier | 2018-03-21 | 1 | -1/+2 |
* | KVM: arm/arm64: Reduce verbosity of KVM init log | Ard Biesheuvel | 2018-03-21 | 3 | -5/+5 |
* | KVM: mmu: Fix overlap between public and private memslots | Wanpeng Li | 2018-03-08 | 1 | -2/+1 |
* | KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner | Marc Zyngier | 2018-02-25 | 1 | -2/+3 |
* | kvm: arm: don't treat unavailable HYP mode as an error | Ard Biesheuvel | 2018-02-25 | 1 | -1/+1 |
* | KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED | James Morse | 2018-02-16 | 1 | -0/+1 |
* | arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support | Marc Zyngier | 2018-02-16 | 1 | -1/+8 |
* | arm/arm64: KVM: Turn kvm_psci_version into a static inline | Marc Zyngier | 2018-02-16 | 1 | -10/+2 |
* | arm/arm64: KVM: Advertise SMCCC v1.1 | Marc Zyngier | 2018-02-16 | 1 | -1/+23 |
* | arm/arm64: KVM: Implement PSCI 1.0 support | Marc Zyngier | 2018-02-16 | 1 | -1/+44 |
* | arm/arm64: KVM: Add smccc accessors to PSCI code | Marc Zyngier | 2018-02-16 | 1 | -10/+42 |
* | arm/arm64: KVM: Add PSCI_VERSION helper | Marc Zyngier | 2018-02-16 | 1 | -3/+1 |
* | arm/arm64: KVM: Consolidate the PSCI include files | Marc Zyngier | 2018-02-16 | 2 | -2/+3 |
* | arm64: KVM: Use per-CPU vector when BP hardening is enabled | Marc Zyngier | 2018-02-16 | 1 | -1/+7 |
* | KVM: Let KVM_SET_SIGNAL_MASK work as advertised | Jan H. Schönherr | 2018-02-03 | 2 | -5/+26 |
* | KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2 | Punit Agrawal | 2018-01-23 | 1 | -1/+1 |
* | KVM: Fix stack-out-of-bounds read in write_mmio | Wanpeng Li | 2018-01-17 | 1 | -3/+3 |