Age | Commit message (Expand) | Author |
2019-07-11 | KVM: x86: Unconditionally enable irqs in guest context | Sean Christopherson |
2019-07-11 | KVM: x86: PMU Event Filter | Eric Hankland |
2019-07-10 | kvm: x86: Fix -Wmissing-prototypes warnings | Yi Wang |
2019-07-05 | KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane | Wanpeng Li |
2019-07-05 | kvm: LAPIC: write down valid APIC registers | Paolo Bonzini |
2019-07-05 | KVM: LAPIC: ARBPRI is a reserved register for x2APIC | Paolo Bonzini |
2019-07-05 | KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne... | Krish Sadhukhan |
2019-07-05 | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT | Sean Christopherson |
2019-07-05 | KVM: x86: add tracepoints around __direct_map and FNAME(fetch) | Paolo Bonzini |
2019-07-05 | KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON | Paolo Bonzini |
2019-07-05 | KVM: x86: remove now unneeded hugepage gfn adjustment | Paolo Bonzini |
2019-07-05 | KVM: x86: make FNAME(fetch) and __direct_map more similar | Paolo Bonzini |
2019-07-05 | kvm: x86: Do not release the page inside mmu_set_spte() | Junaid Shahid |
2019-07-05 | KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param | Paolo Bonzini |
2019-07-05 | KVM: cpuid: rename do_cpuid_1_ent | Paolo Bonzini |
2019-07-05 | KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent | Paolo Bonzini |
2019-07-05 | KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs | Paolo Bonzini |
2019-07-05 | KVM: cpuid: do_cpuid_ent works on a whole CPUID function | Paolo Bonzini |
2019-07-03 | KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk | Wanpeng Li |
2019-07-03 | KVM: svm: add nrips module parameter | Paolo Bonzini |
2019-07-02 | kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID | Jim Mattson |
2019-07-02 | kvm: nVMX: Remove unnecessary sync_roots from handle_invept | Jim Mattson |
2019-07-02 | KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest | Wanpeng Li |
2019-07-02 | KVM: X86: Implement PV sched yield hypercall | Wanpeng Li |
2019-07-02 | x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use | Vitaly Kuznetsov |
2019-07-02 | x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH | Vitaly Kuznetsov |
2019-07-02 | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST | Paolo Bonzini |
2019-07-02 | KVM: nVMX: allow setting the VMFUNC controls MSR | Paolo Bonzini |
2019-07-02 | KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS | Paolo Bonzini |
2019-06-20 | KVM: x86: Fix apic dangling pointer in vcpu | Saar Amar |
2019-06-20 | KVM: VMX: check CPUID before allowing read/write of IA32_XSS | Wanpeng Li |
2019-06-18 | KVM: nVMX: shadow pin based execution controls | Paolo Bonzini |
2019-06-18 | KVM: VMX: Leave preemption timer running when it's disabled | Sean Christopherson |
2019-06-18 | KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs' | Sean Christopherson |
2019-06-18 | KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP | Sean Christopherson |
2019-06-18 | KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02 | Sean Christopherson |
2019-06-18 | KVM: VMX: Explicitly initialize controls shadow at VMCS allocation | Sean Christopherson |
2019-06-18 | KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch | Sean Christopherson |
2019-06-18 | KVM: nVMX: Shadow VMCS controls on a per-VMCS basis | Sean Christopherson |
2019-06-18 | KVM: VMX: Shadow VMCS secondary execution controls | Sean Christopherson |
2019-06-18 | KVM: VMX: Shadow VMCS primary execution controls | Sean Christopherson |
2019-06-18 | KVM: VMX: Shadow VMCS pin controls | Sean Christopherson |
2019-06-18 | KVM: VMX: Add builder macros for shadowing controls | Sean Christopherson |
2019-06-18 | KVM: nVMX: Use adjusted pin controls for vmcs02 | Sean Christopherson |
2019-06-18 | KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary | Sean Christopherson |
2019-06-18 | KVM: x86: introduce is_pae_paging | Paolo Bonzini |
2019-06-18 | KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS | Sean Christopherson |
2019-06-18 | KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written | Sean Christopherson |
2019-06-18 | KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written | Sean Christopherson |
2019-06-18 | KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written | Sean Christopherson |