Age | Commit message (Expand) | Author | Files | Lines |
2017-04-21 | KVM: VMX: drop vmm_exclusive module parameter | David Hildenbrand | 1 | -31/+7 |
2017-04-13 | KVM: nVMX: fix AD condition when handling EPT violation | Radim Krčmář | 1 | -1/+1 |
2017-04-12 | KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs | Ladi Prosek | 1 | -0/+2 |
2017-04-12 | x86/kvm: virt_xxx memory barriers instead of mandatory barriers | Wanpeng Li | 1 | -2/+2 |
2017-04-12 | KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug | Denis Plotnikov | 1 | -10/+19 |
2017-04-12 | KVM: x86: remaster kvm_write_tsc code | Denis Plotnikov | 1 | -39/+13 |
2017-04-12 | KVM: x86: use irqchip_kernel() to check for pic+ioapic | David Hildenbrand | 1 | -1/+1 |
2017-04-12 | KVM: x86: simplify pic_ioport_read() | David Hildenbrand | 1 | -6/+3 |
2017-04-12 | KVM: x86: set data directly in picdev_read() | David Hildenbrand | 1 | -4/+3 |
2017-04-12 | KVM: x86: drop picdev_in_range() | David Hildenbrand | 1 | -23/+12 |
2017-04-12 | KVM: x86: make kvm_pic_reset() static | David Hildenbrand | 2 | -3/+1 |
2017-04-12 | KVM: x86: simplify pic_unlock() | David Hildenbrand | 1 | -9/+4 |
2017-04-12 | KVM: x86: drop goto label in kvm_set_routing_entry() | David Hildenbrand | 1 | -12/+8 |
2017-04-12 | KVM: x86: rename kvm_vcpu_request_scan_ioapic() | David Hildenbrand | 1 | -1/+1 |
2017-04-12 | KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c | David Hildenbrand | 1 | -2/+2 |
2017-04-12 | KVM: x86: remove all-vcpu request from kvm_ioapic_init() | David Hildenbrand | 1 | -2/+0 |
2017-04-12 | KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins | David Hildenbrand | 1 | -9/+6 |
2017-04-12 | KVM: x86: push usage of slots_lock down | David Hildenbrand | 3 | -4/+4 |
2017-04-12 | KVM: x86: don't take kvm->irq_lock when creating IRQCHIP | David Hildenbrand | 1 | -2/+0 |
2017-04-12 | KVM: x86: convert kvm_(set|get)_ioapic() into void | David Hildenbrand | 3 | -8/+6 |
2017-04-12 | KVM: x86: remove duplicate checks for ioapic | David Hildenbrand | 1 | -4/+0 |
2017-04-12 | KVM: x86: use ioapic_in_kernel() to check for ioapic existence | David Hildenbrand | 1 | -3/+1 |
2017-04-12 | KVM: x86: get rid of ioapic_irqchip() | David Hildenbrand | 2 | -7/+2 |
2017-04-12 | KVM: x86: get rid of pic_irqchip() | David Hildenbrand | 5 | -23/+16 |
2017-04-12 | KVM: x86: check against irqchip_mode in ioapic_in_kernel() | David Hildenbrand | 1 | -3/+4 |
2017-04-12 | KVM: x86: check against irqchip_mode in pic_in_kernel() | David Hildenbrand | 1 | -3/+4 |
2017-04-12 | KVM: x86: check against irqchip_mode in kvm_set_routing_entry() | David Hildenbrand | 1 | -6/+8 |
2017-04-12 | KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS | David Hildenbrand | 3 | -6/+24 |
2017-04-11 | Merge tag 'kvm-s390-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 36 | -114/+881 |
2017-04-07 | kvm: nVMX: Disallow userspace-injected exceptions in guest mode | Jim Mattson | 1 | -1/+2 |
2017-04-07 | KVM: x86: fix user triggerable warning in kvm_apic_accept_events() | David Hildenbrand | 1 | -0/+12 |
2017-04-07 | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public | Paolo Bonzini | 10 | -8/+12 |
2017-04-07 | kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic | Paolo Bonzini | 4 | -14/+0 |
2017-04-07 | KVM: nVMX: support RDRAND and RDSEED exiting | Paolo Bonzini | 2 | -0/+7 |
2017-04-07 | KVM: VMX: add missing exit reasons | Paolo Bonzini | 1 | -7/+18 |
2017-04-07 | kvm: nVMX: support EPT accessed/dirty bits | Paolo Bonzini | 6 | -25/+54 |
2017-04-07 | kvm: x86: MMU support for EPT accessed/dirty bits | Paolo Bonzini | 1 | -8/+15 |
2017-04-07 | KVM: VMX: remove bogus check for invalid EPT violation | Paolo Bonzini | 1 | -14/+0 |
2017-04-07 | KVM: nVMX: we support 1GB EPT pages | Paolo Bonzini | 1 | -3/+3 |
2017-04-07 | KVM: x86: drop legacy device assignment | Paolo Bonzini | 6 | -1473/+1 |
2017-04-07 | KVM: VMX: require virtual NMI support | Paolo Bonzini | 1 | -105/+38 |
2017-04-07 | kvm/svm: Setup MCG_CAP on AMD properly | Borislav Petkov | 1 | -0/+7 |
2017-04-07 | KVM: nVMX: single function for switching between vmcs | David Hildenbrand | 1 | -15/+8 |
2017-04-07 | kvm: vmx: Don't use INVVPID when EPT is enabled | Jim Mattson | 1 | -1/+2 |
2017-04-07 | KVM: s390: introduce AIS capability | Yi Min Zhao | 1 | -0/+15 |
2017-04-06 | Merge tag 'kvm_mips_4.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Radim Krčmář | 26 | -366/+4909 |
2017-04-06 | KVM: s390: introduce adapter interrupt inject function | Yi Min Zhao | 3 | -6/+69 |
2017-04-06 | KVM: s390: introduce ais mode modify function | Fei Li | 5 | -0/+94 |
2017-04-06 | KVM: s390: interface for suppressible I/O adapters | Fei Li | 3 | -1/+6 |
2017-03-28 | KVM: MIPS/Emulate: Properly implement TLBR for T&E | James Hogan | 1 | -46/+53 |