Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | kvm: remove KVM_MMIO_SIZE | Tiejun Chen | 2015-02-05 | |
| * | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | KVM: x86: 32-bit wraparound read/write not emulated correctly | Nadav Amit | 2015-01-26 | |
| * | | | | | | | | | | | | | | KVM: x86: Fix defines in emulator.c | Nadav Amit | 2015-01-26 | |
| * | | | | | | | | | | | | | | KVM: x86: ARPL emulation can cause spurious exceptions | Nadav Amit | 2015-01-26 | |
| * | | | | | | | | | | | | | | KVM: x86: IRET emulation does not clear NMI masking | Nadav Amit | 2015-01-26 | |
| * | | | | | | | | | | | | | | KVM: x86: Wrong operand size for far ret | Nadav Amit | 2015-01-26 | |
| * | | | | | | | | | | | | | | KVM: x86: Dirty the dest op page on cmpxchg emulation | Nadav Amit | 2015-01-26 | |
| * | | | | | | | | | | | | | | Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 2015-01-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | KVM: remove unneeded return value of vcpu_postcreate | Dominik Dingel | 2015-01-23 | |
| * | | | | | | | | | | | | | | | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 2015-01-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | KVM: x86: switch to kvm_get_dirty_log_protect | Paolo Bonzini | 2015-01-16 | |
| | |/ / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | kvm: Fix CR3_PCID_INVD type on 32-bit | Borislav Petkov | 2015-01-21 | |
| * | | | | | | | | | | | | | | | KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue | Marcelo Tosatti | 2015-01-20 | |
| * | | | | | | | | | | | | | | | KVM: fix "Should it be static?" warnings from sparse | Fengguang Wu | 2015-01-20 | |
| * | | | | | | | | | | | | | | | Optimize TLB flush in kvm_mmu_slot_remove_write_access. | Kai Huang | 2015-01-19 | |
| * | | | | | | | | | | | | | | | x86: kvm: vmx: Remove some unused functions | Rickard Strandqvist | 2015-01-19 | |
| * | | | | | | | | | | | | | | | KVM: x86: #PF error-code on R/W operations is wrong | Nadav Amit | 2015-01-09 | |
| * | | | | | | | | | | | | | | | KVM: x86: flush TLB when D bit is manually changed. | Kai Huang | 2015-01-09 | |
| * | | | | | | | | | | | | | | | KVM: x86: allow TSC deadline timer on all hosts | Radim Krčmář | 2015-01-09 | |
| |/ / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | kvm: x86: Remove kvm_make_request from lapic.c | Nicholas Krause | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: Access to LDT/GDT that wraparound is incorrect | Nadav Amit | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: Do not set access bit on accessed segments | Nadav Amit | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: POP [ESP] is not emulated correctly | Nadav Amit | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: em_call_far should return failure result | Nadav Amit | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: JMP/CALL using call- or task-gate causes exception | Nadav Amit | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: fnstcw and fnstsw may cause spurious exception | Nadav Amit | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: pop sreg accesses only 2 bytes | Nadav Amit | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ON | Paolo Bonzini | 2015-01-08 | |
| * | | | | | | | | | | | | | | KVM: x86: mmu: remove ASSERT(vcpu) | Paolo Bonzini | 2015-01-08 |