Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | x86: use set_memory.h header | Laura Abbott | 2017-05-09 | 15 | -12/+15 | |
| * | | | | | | | | | | treewide: move set_memory_* functions away from cacheflush.h | Laura Abbott | 2017-05-09 | 2 | -85/+88 | |
| * | | | | | | | | | | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2017-05-09 | 1 | -1/+1 | |
| * | | | | | | | | | | mm: introduce kv[mz]alloc helpers | Michal Hocko | 2017-05-09 | 3 | -6/+6 | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-05-08 | 28 | -1989/+484 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | kvm: nVMX: Don't validate disabled secondary controls | Jim Mattson | 2017-05-05 | 1 | -3/+4 | |
| * | | | | | | | | | | Revert "KVM: Support vCPU-based gfn->hva cache" | Paolo Bonzini | 2017-05-03 | 2 | -30/+33 | |
| * | | | | | | | | | | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING | David Hildenbrand | 2017-05-02 | 4 | -18/+11 | |
| * | | | | | | | | | | kvm: nVMX: Remove superfluous VMX instruction fault checks | Jim Mattson | 2017-04-27 | 1 | -43/+14 | |
| * | | | | | | | | | | KVM: x86: fix emulation of RSM and IRET instructions | Ladi Prosek | 2017-04-27 | 3 | -11/+24 | |
| * | | | | | | | | | | KVM: mark requests that need synchronization | Paolo Bonzini | 2017-04-27 | 1 | -3/+3 | |
| * | | | | | | | | | | KVM: add explicit barrier to kvm_vcpu_kick | Andrew Jones | 2017-04-27 | 1 | -1/+1 | |
| * | | | | | | | | | | KVM: mark requests that do not need a wakeup | Radim Krčmář | 2017-04-27 | 1 | -3/+3 | |
| * | | | | | | | | | | KVM: x86: always use kvm_make_request instead of set_bit | Radim Krčmář | 2017-04-27 | 1 | -8/+2 | |
| * | | | | | | | | | | KVM: add kvm_{test,clear}_request to replace {test,clear}_bit | Radim Krčmář | 2017-04-27 | 2 | -5/+5 | |
| * | | | | | | | | | | KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK | Marcelo Tosatti | 2017-04-21 | 1 | -19/+3 | |
| * | | | | | | | | | | kvm: better MWAIT emulation for guests | Michael S. Tsirkin | 2017-04-21 | 4 | -4/+48 | |
| * | | | | | | | | | | KVM: x86: virtualize cpuid faulting | Kyle Huey | 2017-04-21 | 5 | -0/+49 | |
| * | | | | | | | | | | Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Paolo Bonzini | 2017-04-21 | 18 | -86/+249 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | KVM: VMX: drop vmm_exclusive module parameter | David Hildenbrand | 2017-04-21 | 1 | -31/+7 | |
| * | | | | | | | | | | | KVM: nVMX: fix AD condition when handling EPT violation | Radim Krčmář | 2017-04-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs | Ladi Prosek | 2017-04-12 | 1 | -0/+2 | |
| * | | | | | | | | | | | x86/kvm: virt_xxx memory barriers instead of mandatory barriers | Wanpeng Li | 2017-04-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug | Denis Plotnikov | 2017-04-12 | 1 | -10/+19 | |
| * | | | | | | | | | | | KVM: x86: remaster kvm_write_tsc code | Denis Plotnikov | 2017-04-12 | 1 | -39/+13 | |
| * | | | | | | | | | | | KVM: x86: use irqchip_kernel() to check for pic+ioapic | David Hildenbrand | 2017-04-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: x86: simplify pic_ioport_read() | David Hildenbrand | 2017-04-12 | 1 | -6/+3 | |
| * | | | | | | | | | | | KVM: x86: set data directly in picdev_read() | David Hildenbrand | 2017-04-12 | 1 | -4/+3 | |
| * | | | | | | | | | | | KVM: x86: drop picdev_in_range() | David Hildenbrand | 2017-04-12 | 1 | -23/+12 | |
| * | | | | | | | | | | | KVM: x86: make kvm_pic_reset() static | David Hildenbrand | 2017-04-12 | 2 | -3/+1 | |
| * | | | | | | | | | | | KVM: x86: simplify pic_unlock() | David Hildenbrand | 2017-04-12 | 1 | -9/+4 | |
| * | | | | | | | | | | | KVM: x86: drop goto label in kvm_set_routing_entry() | David Hildenbrand | 2017-04-12 | 1 | -12/+8 | |
| * | | | | | | | | | | | KVM: x86: rename kvm_vcpu_request_scan_ioapic() | David Hildenbrand | 2017-04-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c | David Hildenbrand | 2017-04-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | KVM: x86: remove all-vcpu request from kvm_ioapic_init() | David Hildenbrand | 2017-04-12 | 1 | -2/+0 | |
| * | | | | | | | | | | | KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins | David Hildenbrand | 2017-04-12 | 1 | -9/+6 | |
| * | | | | | | | | | | | KVM: x86: push usage of slots_lock down | David Hildenbrand | 2017-04-12 | 3 | -4/+4 | |
| * | | | | | | | | | | | KVM: x86: don't take kvm->irq_lock when creating IRQCHIP | David Hildenbrand | 2017-04-12 | 1 | -2/+0 | |
| * | | | | | | | | | | | KVM: x86: convert kvm_(set|get)_ioapic() into void | David Hildenbrand | 2017-04-12 | 3 | -8/+6 | |
| * | | | | | | | | | | | KVM: x86: remove duplicate checks for ioapic | David Hildenbrand | 2017-04-12 | 1 | -4/+0 | |
| * | | | | | | | | | | | KVM: x86: use ioapic_in_kernel() to check for ioapic existence | David Hildenbrand | 2017-04-12 | 1 | -3/+1 | |
| * | | | | | | | | | | | KVM: x86: get rid of ioapic_irqchip() | David Hildenbrand | 2017-04-12 | 2 | -7/+2 | |
| * | | | | | | | | | | | KVM: x86: get rid of pic_irqchip() | David Hildenbrand | 2017-04-12 | 5 | -23/+16 | |
| * | | | | | | | | | | | KVM: x86: check against irqchip_mode in ioapic_in_kernel() | David Hildenbrand | 2017-04-12 | 1 | -3/+4 | |
| * | | | | | | | | | | | KVM: x86: check against irqchip_mode in pic_in_kernel() | David Hildenbrand | 2017-04-12 | 1 | -3/+4 | |
| * | | | | | | | | | | | KVM: x86: check against irqchip_mode in kvm_set_routing_entry() | David Hildenbrand | 2017-04-12 | 1 | -6/+8 | |
| * | | | | | | | | | | | KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS | David Hildenbrand | 2017-04-12 | 3 | -6/+24 | |
| * | | | | | | | | | | | kvm: nVMX: Disallow userspace-injected exceptions in guest mode | Jim Mattson | 2017-04-07 | 1 | -1/+2 | |
| * | | | | | | | | | | | KVM: x86: fix user triggerable warning in kvm_apic_accept_events() | David Hildenbrand | 2017-04-07 | 1 | -0/+12 | |
| * | | | | | | | | | | | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public | Paolo Bonzini | 2017-04-07 | 2 | -2/+3 |