Age | Commit message (Expand) | Author |
2019-04-30 | KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer | Sean Christopherson |
2019-04-30 | KVM: x86: Whitelist port 0x7e for pre-incrementing %rip | Sean Christopherson |
2019-04-18 | KVM: lapic: Allow user to disable adaptive tuning of timer advancement | Sean Christopherson |
2019-04-18 | KVM: lapic: Track lapic timer advance per vCPU | Sean Christopherson |
2019-04-16 | KVM: x86: fix warning Using plain integer as NULL pointer | Hariprasad Kelam |
2019-04-16 | KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels | Sean Christopherson |
2019-04-16 | KVM: x86: Open code kvm_set_hflags | Sean Christopherson |
2019-04-16 | KVM: x86: Load SMRAM in a single shot when leaving SMM | Sean Christopherson |
2019-04-16 | x86/kvm: move kvm_load/put_guest_xcr0 into atomic context | WANG Chao |
2019-04-16 | kvm: mmu: Fix overflow on kvm mmu page limit calculation | Ben Gardon |
2019-03-28 | KVM: x86: update %rip after emulating IO | Sean Christopherson |
2019-03-28 | kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs | Xiaoyao Li |
2019-03-28 | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts | Sean Christopherson |
2019-03-28 | KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region() | Wei Yang |
2019-02-20 | Revert "KVM: x86: use the fast way to invalidate all pages" | Sean Christopherson |
2019-02-20 | Revert "KVM: MMU: reclaim the zapped-obsolete page first" | Sean Christopherson |
2019-02-20 | KVM: Call kvm_arch_memslots_updated() before updating memslots | Sean Christopherson |
2019-02-20 | kvm: x86: Add memcg accounting to KVM allocations | Ben Gardon |
2019-02-20 | KVM: x86: Sync the pending Posted-Interrupts | Luwei Kang |
2019-02-20 | KVM: x86: cull apicv code when userspace irqchip is requested | Paolo Bonzini |
2019-02-07 | KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222) | Paolo Bonzini |
2019-01-25 | KVM: x86: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-01-25 | KVM: x86: Fix PV IPIs for 32-bit KVM host | Sean Christopherson |
2019-01-25 | KVM: x86: Fix single-step debugging | Alexander Popov |
2018-12-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-12-21 | KVM: x86: Implement Intel PT MSRs read/write emulation | Chao Peng |
2018-12-21 | KVM: fix some typos | Wei Yang |
2018-12-21 | KVM: x86: fix size of x86_fpu_cache objects | Paolo Bonzini |
2018-12-18 | kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs | Eduardo Habkost |
2018-12-18 | KVM: X86: Fix NULL deref in vcpu_scan_ioapic | Wanpeng Li |
2018-12-14 | kvm: x86: Dynamically allocate guest_fpu | Marc Orr |
2018-12-14 | kvm: x86: Use task structs fpu field for user | Marc Orr |
2018-12-14 | kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset | Jim Mattson |
2018-12-14 | x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID | Vitaly Kuznetsov |
2018-12-14 | KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL | Sean Christopherson |
2018-12-14 | kvm: introduce manual dirty log reprotect | Paolo Bonzini |
2018-12-14 | kvm: rename last argument to kvm_get_dirty_log_protect | Paolo Bonzini |
2018-12-14 | kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic | Paolo Bonzini |
2018-11-27 | KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset | Leonid Shatz |
2018-11-27 | KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall | Liran Alon |
2018-11-27 | KVM: X86: Fix scan ioapic use-before-initialization | Wanpeng Li |
2018-10-29 | x86: Clean up 'sizeof x' => 'sizeof(x)' | Jordan Borgner |
2018-10-23 | Revert "kvm: x86: optimize dr6 restore" | Radim Krčmář |
2018-10-17 | kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOAD | Jim Mattson |
2018-10-17 | kvm: vmx: Defer setting of DR6 until #DB delivery | Jim Mattson |
2018-10-17 | kvm: x86: Defer setting of CR2 until #PF delivery | Jim Mattson |
2018-10-17 | kvm: x86: Add payload operands to kvm_multiple_exception | Jim Mattson |
2018-10-17 | kvm: x86: Add exception payload fields to kvm_vcpu_events | Jim Mattson |
2018-10-17 | kvm: x86: Add has_payload and payload to kvm_queued_exception | Jim Mattson |
2018-10-17 | x86/kvm/nVMX: nested state migration for Enlightened VMCS | Vitaly Kuznetsov |