]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - arch/x86/kvm
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / kvm /
2020-03-13 Sean ChristophersonKVM: x86: Use gpa_t for cr2/gpa to fix TDP support...
2020-03-13 Boris Ostrovskyx86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
2020-03-13 Sean ChristophersonKVM: Use vcpu-specific gva->hva translation when queryi...
2020-03-13 Miaohe LinKVM: nVMX: vmread should not set rflags to specify...
2020-03-13 Sean ChristophersonKVM: x86/mmu: Apply max PA check for MMIO sptes to...
2020-03-13 Sean ChristophersonKVM: x86: Fix potential put_fpu() w/o load_fpu() on...
2020-03-13 Marios PomonisKVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF...
2020-03-13 Sean ChristophersonKVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
2020-03-13 Marios PomonisKVM: x86: Protect MSR-based index computations in fixed...
2020-03-13 Marios PomonisKVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF...
2020-03-13 Marios PomonisKVM: x86: Protect MSR-based index computations from...
2020-03-13 Marios PomonisKVM: x86: Protect ioapic_read_indirect() from Spectre...
2020-03-13 Marios PomonisKVM: x86: Protect MSR-based index computations in pmu...
2020-03-13 Marios PomonisKVM: x86: Protect ioapic_write_indirect() from Spectre...
2020-03-13 Marios PomonisKVM: x86: Protect kvm_hv_msr_[get|set]_crash_data(...
2020-03-13 Marios PomonisKVM: x86: Protect kvm_lapic_reg_write() from Spectre...
2020-03-13 Marios PomonisKVM: x86: Protect DR-based index computations from...
2020-03-13 Marios PomonisKVM: x86: Refactor prefix decoding to prevent Spectre...
2020-03-13 Marios PomonisKVM: x86: Refactor picdev_write() to prevent Spectre...
2020-02-28 Oliver UptonKVM: nVMX: Check IO instruction VM-exit conditions
2020-02-28 Oliver UptonKVM: nVMX: Refactor IO bitmap checks into helper function
2020-02-28 Paolo BonziniKVM: nVMX: Don't emulate instructions in guest mode
2020-02-28 Paolo BonziniKVM: x86: emulate RDPID
2020-01-17 Paolo BonziniKVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_C...
2020-01-17 Paolo BonziniKVM: x86: fix presentation of TSX feature in ARCH_CAPAB...
2020-01-17 Paolo BonziniKVM: x86: do not modify masked bits of shared MSRs
2020-01-17 Jim Mattsonkvm: vmx: Set IA32_TSC_AUX for legacy mode guests
2020-01-17 Greg Kroah-HartmanRevert "KVM: nVMX: reset cache/shadows when switching...
2020-01-17 Sean ChristophersonKVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
2020-01-17 Uros BizjakKVM/x86: Fix invvpid and invept register operand size...
2020-01-17 Sean ChristophersonKVM: nVMX: reset cache/shadows when switching loaded...
2019-11-26 Paolo BonziniKVM: x86: introduce is_pae_paging
2019-11-26 Junaid Shahidkvm: mmu: Don't read PDPTEs when paging is not enabled
2019-11-12 Jim Mattsonkvm: vmx: Basic APIC virtualization controls have three...
2019-11-12 Jim Mattsonkvm: vmx: Introduce lapic_mode enumeration
2019-11-12 Wanpeng LiKVM: X86: introduce invalidate_gpa argument to tlb...
2019-11-12 Thadeu Lima de Sou... Revert "KVM: x86: Manually calculate reserved bits...
2019-11-06 Jack WangKVM: nVMX: handle page fault in vmread fix
2019-11-06 Pawan GuptaUBUNTU: SAUCE: kvm: x86: mmu: Apply global mitigations...
2019-11-06 Junaid ShahidUBUNTU: SAUCE: kvm: x86: mmu: Recovery of shattered...
2019-11-06 Paolo BonziniUBUNTU: SAUCE: kvm: mmu: ITLB_MULTIHIT mitigation
2019-11-06 Paolo BonziniUBUNTU: SAUCE: KVM: vmx, svm: always run with EFER...
2019-11-06 Paolo Bonzinikvm: x86, powerpc: do not allow clearing largepages...
2019-11-06 Paolo BonziniKVM: x86: add tracepoints around __direct_map and FNAME...
2019-11-06 Paolo BonziniKVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
2019-11-06 Paolo BonziniKVM: x86: remove now unneeded hugepage gfn adjustment
2019-11-06 Paolo BonziniKVM: x86: make FNAME(fetch) and __direct_map more similar
2019-11-06 Junaid Shahidkvm: x86: Do not release the page inside mmu_set_spte()
2019-11-06 Junaid Shahidkvm: Convert kvm_lock to a mutex
2019-11-06 Peter XuKVM: MMU: drop vcpu param in gpte_access
2019-11-06 Pawan Guptakvm/x86: Export MDS_NO=0 to guests when TSX is enabled
2019-11-06 Paolo BonziniKVM: x86: use Intel speculation bugs and features as...
2019-10-16 Sean ChristophersonKVM: x86: Manually calculate reserved bits when loading...
2019-10-16 Jan DakinevichKVM: x86: set ctxt->have_exception in x86_decode_insn()
2019-10-16 Jan DakinevichKVM: x86: always stop emulation on page fault
2019-09-26 Paolo BonziniKVM: nVMX: handle page fault in vmread
2019-09-26 Fuqian HuangKVM: x86: work around leak of uninitialized stack contents
2019-09-26 Wanpeng LiKVM: VMX: check CPUID before allowing read/write of...
2019-09-26 Sean ChristophersonKVM: VMX: Fix handling of #MC that occurs during VM...
2019-09-26 Sean ChristophersonKVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT...
2019-09-26 Paolo BonziniKVM: x86: optimize check for valid PAT value
2019-09-26 Peter Xukvm: Check irqchip mode before assign irqfd
2019-09-26 Sean ChristophersonKVM: x86: Always use 32-bit SMRAM save state for 32...
2019-09-26 WANG Chaox86/kvm: move kvm_load/put_guest_xcr0 into atomic context
2019-09-26 Ben Gardonkvm: mmu: Fix overflow on kvm mmu page limit calculation
2019-09-26 Sean ChristophersonKVM: VMX: Compare only a single byte for VMCS' "launche...
2019-09-26 Vitaly KuznetsovKVM: x86: hyperv: consistently use 'hv_vcpu' for 'struc...
2019-09-26 Vitaly KuznetsovKVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
2019-09-26 Sean ChristophersonKVM: x86: Don't update RIP or do single-step on faultin...
2019-09-26 Radim Krcmarkvm: x86: skip populating logical dest map if apic...
2019-09-17 Wanpeng LiKVM: Fix leak vCPU's VMCS value into other pCPU
2019-09-17 Sean ChristophersonKVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation
2019-09-17 Brijesh SinghKVM: SVM: install RSM intercept
2019-08-14 Arnd Bergmannx86: kvm: avoid constant-conversion warning
2019-08-14 Paolo BonziniKVM: nVMX: do not use dangling shadow VMCS after guest...
2019-08-14 Like XuKVM: x86/vPMU: refine kvm_pmu err msg when event creati...
2019-08-14 Wanpeng LiKVM: LAPIC: Fix pending interrupt in IRR blocked by...
2019-08-14 Paolo BonziniKVM: x86: degrade WARN to pr_warn_ratelimited
2019-08-14 Paolo BonziniKVM: x86/pmu: mask the result of rdpmc according to...
2019-08-14 Paolo BonziniKVM: x86/pmu: do not mask the value that is written...
2019-08-14 Thomas HuthKVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_...
2019-08-14 Suthikulpanit, Suraveekvm: svm/avic: fix off-by-one in checking host APIC ID
2019-08-14 Paolo BonziniKVM: x86: fix return value for reserved EFER
2019-08-14 Sean ChristophersonKVM: x86: Skip EFER vs. guest CPUID checks for host...
2019-08-14 Vitaly KuznetsovKVM: x86: avoid misreporting level-triggered irqs as...
2019-08-14 Paolo BonziniKVM: fix spectrev1 gadgets
2019-08-14 Vitaly KuznetsovKVM: x86: svm: make sure NMI is injected after nmi_sing...
2019-08-14 Sean ChristophersonKVM: x86: Don't clear EFER during SMM transitions for...
2019-08-14 Sean ChristophersonKVM: nVMX: restore host state in nested_vmx_vmexit...
2019-08-14 Sean ChristophersonKVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD...
2019-08-14 Sean ChristophersonKVM: nVMX: Ignore limit checks on VMX instructions...
2019-08-14 Sean ChristophersonKVM: nVMX: Apply addr size mask to effective address...
2019-08-14 Sean ChristophersonKVM: nVMX: Sign extend displacements of VMX instr's...
2019-08-14 Sean ChristophersonKVM: x86/mmu: Do not cache MMIO accesses while memslots...
2019-08-14 Sean ChristophersonKVM: x86/mmu: Detect MMIO generation wrap in any addres...
2019-08-14 Sean ChristophersonKVM: Call kvm_arch_memslots_updated() before updating...
2019-08-14 Vitaly KuznetsovKVM: nSVM: clear events pending from svm_complete_inter...
2019-08-14 Xiaoyao Likvm: vmx: Fix entry number check for add_atomic_switch_...
2019-08-14 Josh Poimboeufcpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
2019-08-14 Vitaly KuznetsovKVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
next