| Commit message (Expand) | Author | Age |
... | |
| * | | | kvm: x86: i8259: return initialized data on invalid-size read | Petr Matousek | 2015-03-30 |
| * | | | KVM: nVMX: Add support for rdtscp | Jan Kiszka | 2015-03-26 |
| * | | | KVM: x86: inline kvm_ioapic_handles_vector() | Radim Krčmář | 2015-03-23 |
| * | | | KVM: SVM: Fix confusing message if no exit handlers are installed | Bandan Das | 2015-03-18 |
| * | | | KVM: x86: For the symbols used locally only should be static type | Xiubo Li | 2015-03-17 |
| * | | | KVM: x86: Avoid using plain integer as NULL pointer warning | Xiubo Li | 2015-03-17 |
| * | | | KVM: nVMX: Do not emulate #UD while in guest mode | Jan Kiszka | 2015-03-13 |
| * | | | KVM: x86: Fix re-execution of patched vmmcall | Jan Kiszka | 2015-03-13 |
| * | | | x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE | David Kaplan | 2015-03-13 |
| * | | | kvm: svm: make wbinvd faster | David Kaplan | 2015-03-10 |
| * | | | kvm: x86: make kvm_emulate_* consistant | Joel Schopp | 2015-03-10 |
| * | | | KVM: Get rid of kvm_kvfree() | Thomas Huth | 2015-03-10 |
| * | | | KVM: ioapic: Record edge-triggered interrupts delivery status | Wincy Van | 2015-03-10 |
| * | | | KVM: SVM: use kvm_register_write()/read() | David Kaplan | 2015-03-10 |
* | | | | KVM: x86: call irq notifiers with directed EOI | Radim Krčmář | 2015-03-23 |
* | | | | KVM: nVMX: mask unrestricted_guest if disabled on L0 | Radim Krčmář | 2015-03-17 |
* | | | | KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode | Wincy Van | 2015-03-13 |
* | | | | kvm: x86: i8259: return initialized data on invalid-size read | Petr Matousek | 2015-03-12 |
* | | | | kvm: move advertising of KVM_CAP_IRQFD to common code | Paolo Bonzini | 2015-03-10 |
|/ / / |
|
* / / | KVM: SVM: fix interrupt injection (apic->isr_count always 0) | Radim Krčmář | 2015-03-02 |
|/ / |
|
* | | KVM: emulate: fix CMPXCHG8B on 32-bit hosts | Paolo Bonzini | 2015-02-23 |
* | | KVM: VMX: fix build without CONFIG_SMP | Radim Krčmář | 2015-02-23 |
|/ |
|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-16 |
|\ |
|
| * | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 2015-02-04 |
| * | x86: Clean up cr4 manipulation | Andy Lutomirski | 2015-02-04 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-02-13 |
|\ \ |
|
| * | | KVM: x86: fix build with !CONFIG_SMP | Radim Krčmář | 2015-02-10 |
| * | | KVM: x86: emulate: correct page fault error code for NoWrite instructions | Paolo Bonzini | 2015-02-09 |
| * | | kvm: add halt_poll_ns module parameter | Paolo Bonzini | 2015-02-06 |
| * | | KVM: nVMX: Enable nested posted interrupt processing | Wincy Van | 2015-02-03 |
| * | | KVM: nVMX: Enable nested virtual interrupt delivery | Wincy Van | 2015-02-03 |
| * | | KVM: nVMX: Enable nested apic register virtualization | Wincy Van | 2015-02-03 |
| * | | KVM: nVMX: Make nested control MSRs per-cpu | Wincy Van | 2015-02-03 |
| * | | KVM: nVMX: Enable nested virtualize x2apic mode | Wincy Van | 2015-02-03 |
| * | | KVM: nVMX: Prepare for using hardware MSR bitmap | Wincy Van | 2015-02-03 |
| * | | KVM: x86: revert "add method to test PIR bitmap vector" | Marcelo Tosatti | 2015-02-02 |
| * | | KVM: x86: fix lapic_timer_int_injected with APIC-v | Marcelo Tosatti | 2015-02-02 |
| * | | kvm: vmx: fix oops with explicit flexpriority=0 option | Paolo Bonzini | 2015-01-30 |
| * | | KVM: x86: fix x2apic logical address matching | Radim Krčmář | 2015-01-30 |
| * | | KVM: x86: replace 0 with APIC_DEST_PHYSICAL | Radim Krčmář | 2015-01-30 |
| * | | KVM: x86: cleanup kvm_apic_match_*() | Radim Krčmář | 2015-01-30 |
| * | | KVM: x86: return bool from kvm_apic_match*() | Radim Krčmář | 2015-01-30 |
| * | | KVM: VMX: Add PML support in VMX | Kai Huang | 2015-01-30 |
| * | | KVM: x86: Add new dirty logging kvm_x86_ops for PML | Kai Huang | 2015-01-29 |
| * | | KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access | Kai Huang | 2015-01-29 |
| * | | KVM: MMU: Explicitly set D-bit for writable spte. | Kai Huang | 2015-01-29 |
| * | | KVM: MMU: Add mmu help functions to support PML | Kai Huang | 2015-01-29 |
| * | | KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d... | Kai Huang | 2015-01-29 |
| * | | kvm: iommu: Add cond_resched to legacy device assignment code | Joerg Roedel | 2015-01-27 |
| * | | KVM: x86: Emulation of call may use incorrect stack size | Nadav Amit | 2015-01-26 |