| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: ia64: drop kvm.h from installed user headers | Mike Frysinger | 2015-02-10 | 1 | -1/+0 |
* | KVM: x86: fix build with !CONFIG_SMP | Radim Krčmář | 2015-02-10 | 1 | -0/+1 |
* | KVM: x86: emulate: correct page fault error code for NoWrite instructions | Paolo Bonzini | 2015-02-09 | 1 | -1/+2 |
* | Merge tag 'kvm-s390-next-20150209' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 2015-02-09 | 12 | -56/+397 |
|\ |
|
| * | KVM: Disable compat ioctl for s390 | Christian Borntraeger | 2015-02-09 | 2 | -6/+10 |
| * | KVM: s390: add cpu model support | Michael Mueller | 2015-02-09 | 4 | -1/+201 |
| * | KVM: s390: use facilities and cpu_id per KVM | Michael Mueller | 2015-02-09 | 5 | -44/+99 |
| * | KVM: s390/CPACF: Choose crypto control block format | Tony Krowiak | 2015-02-09 | 2 | -2/+49 |
| * | s390/kernel: Update /proc/sysinfo file with Extended Name and UUID | Ekaterina Tumanova | 2015-02-09 | 2 | -3/+36 |
| * | KVM: s390: reenable LPP facility | Christian Borntraeger | 2015-02-09 | 1 | -1/+1 |
| * | KVM: s390: floating irqs: fix user triggerable endless loop | David Hildenbrand | 2015-02-09 | 1 | -0/+2 |
|/ |
|
* | kvm: add halt_poll_ns module parameter | Paolo Bonzini | 2015-02-06 | 13 | -7/+71 |
* | kvm: remove KVM_MMIO_SIZE | Tiejun Chen | 2015-02-05 | 2 | -6/+0 |
* | KVM: MIPS: Don't leak FPU/DSP to guest | James Hogan | 2015-02-04 | 2 | -4/+4 |
* | KVM: MIPS: Disable HTW while in guest | James Hogan | 2015-02-04 | 1 | -0/+13 |
* | KVM: nVMX: Enable nested posted interrupt processing | Wincy Van | 2015-02-03 | 3 | -7/+161 |
* | KVM: nVMX: Enable nested virtual interrupt delivery | Wincy Van | 2015-02-03 | 1 | -2/+65 |
* | KVM: nVMX: Enable nested apic register virtualization | Wincy Van | 2015-02-03 | 1 | -4/+35 |
* | KVM: nVMX: Make nested control MSRs per-cpu | Wincy Van | 2015-02-03 | 1 | -86/+129 |
* | KVM: nVMX: Enable nested virtualize x2apic mode | Wincy Van | 2015-02-03 | 1 | -2/+112 |
* | KVM: nVMX: Prepare for using hardware MSR bitmap | Wincy Van | 2015-02-03 | 1 | -11/+66 |
* | KVM: x86: revert "add method to test PIR bitmap vector" | Marcelo Tosatti | 2015-02-02 | 2 | -15/+0 |
* | KVM: x86: fix lapic_timer_int_injected with APIC-v | Marcelo Tosatti | 2015-02-02 | 1 | -6/+6 |
* | kvm: vmx: fix oops with explicit flexpriority=0 option | Paolo Bonzini | 2015-01-30 | 1 | -7/+7 |
* | KVM: x86: fix x2apic logical address matching | Radim Krčmář | 2015-01-30 | 1 | -1/+2 |
* | KVM: x86: replace 0 with APIC_DEST_PHYSICAL | Radim Krčmář | 2015-01-30 | 1 | -4/+2 |
* | KVM: x86: cleanup kvm_apic_match_*() | Radim Krčmář | 2015-01-30 | 1 | -30/+16 |
* | KVM: x86: return bool from kvm_apic_match*() | Radim Krčmář | 2015-01-30 | 3 | -7/+5 |
* | KVM: VMX: Add PML support in VMX | Kai Huang | 2015-01-30 | 5 | -1/+218 |
* | KVM: x86: Add new dirty logging kvm_x86_ops for PML | Kai Huang | 2015-01-29 | 3 | -9/+93 |
* | KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access | Kai Huang | 2015-01-29 | 3 | -7/+11 |
* | KVM: MMU: Explicitly set D-bit for writable spte. | Kai Huang | 2015-01-29 | 1 | -1/+15 |
* | KVM: MMU: Add mmu help functions to support PML | Kai Huang | 2015-01-29 | 2 | -0/+204 |
* | KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d... | Kai Huang | 2015-01-29 | 4 | -6/+37 |
* | kvm: update_memslots: clean flags for invalid memslots | Tiejun Chen | 2015-01-27 | 1 | -0/+1 |
* | kvm: iommu: Add cond_resched to legacy device assignment code | Joerg Roedel | 2015-01-27 | 1 | -1/+3 |
* | KVM: x86: Emulation of call may use incorrect stack size | Nadav Amit | 2015-01-26 | 1 | -7/+18 |
* | KVM: x86: 32-bit wraparound read/write not emulated correctly | Nadav Amit | 2015-01-26 | 2 | -3/+9 |
* | KVM: x86: Fix defines in emulator.c | Nadav Amit | 2015-01-26 | 1 | -1/+1 |
* | KVM: x86: ARPL emulation can cause spurious exceptions | Nadav Amit | 2015-01-26 | 1 | -6/+26 |
* | KVM: x86: IRET emulation does not clear NMI masking | Nadav Amit | 2015-01-26 | 3 | -0/+8 |
* | KVM: x86: Wrong operand size for far ret | Nadav Amit | 2015-01-26 | 1 | -2/+2 |
* | KVM: x86: Dirty the dest op page on cmpxchg emulation | Nadav Amit | 2015-01-26 | 1 | -4/+7 |
* | Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 2015-01-23 | 18 | -198/+656 |
|\ |
|
| * | KVM: s390: remove redundant setting of interrupt type | Jens Freimann | 2015-01-23 | 1 | -1/+0 |
| * | KVM: s390: fix bug in interrupt parameter check | Jens Freimann | 2015-01-23 | 1 | -2/+2 |
| * | KVM: s390: avoid memory leaks if __inject_vm() fails | David Hildenbrand | 2015-01-23 | 1 | -1/+5 |
| * | KVM: s390/cpacf: Enable/disable protected key functions for kvm guest | Tony Krowiak | 2015-01-23 | 3 | -2/+90 |
| * | KVM: s390: Provide guest TOD Clock Get/Set Controls | Jason J. Herne | 2015-01-23 | 3 | -0/+134 |
| * | KVM: s390: trace correct values for set prefix and machine checks | Jens Freimann | 2015-01-23 | 1 | -4/+4 |