| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-22 | 2 | -2/+2 |
|\ |
|
| * | mm: drop unused argument of zap_page_range() | Kirill A. Shutemov | 2017-02-22 | 1 | -1/+1 |
| * | mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next | Yasuaki Ishimatsu | 2017-02-22 | 1 | -1/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-02-22 | 27 | -906/+1359 |
|\ \
| |/
|/| |
|
| * | x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64 | Waiman Long | 2017-02-21 | 2 | -0/+33 |
| * | x86/paravirt: Change vcp_is_preempted() arg type to long | Waiman Long | 2017-02-21 | 4 | -4/+4 |
| * | KVM: VMX: use correct vmcs_read/write for guest segment selector/base | Chao Peng | 2017-02-21 | 1 | -2/+2 |
| * | x86/kvm/vmx: Defer TR reload after VM exit | Andy Lutomirski | 2017-02-21 | 4 | -14/+72 |
| * | x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tss | Andy Lutomirski | 2017-02-21 | 1 | -1/+1 |
| * | x86/kvm/vmx: Simplify segment_base() | Andy Lutomirski | 2017-02-21 | 1 | -8/+7 |
| * | x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels | Andy Lutomirski | 2017-02-21 | 1 | -4/+7 |
| * | x86/kvm/vmx: Don't fetch the TSS base from the GDT | Andy Lutomirski | 2017-02-21 | 1 | -10/+4 |
| * | x86/asm: Define the kernel TSS limit in a macro | Andy Lutomirski | 2017-02-21 | 2 | -9/+11 |
| * | kvm: fix page struct leak in handle_vmon | Paolo Bonzini | 2017-02-20 | 1 | -2/+7 |
| * | KVM: x86: remove code for lazy FPU handling | Paolo Bonzini | 2017-02-17 | 5 | -148/+19 |
| * | KVM: race-free exit from KVM_RUN without POSIX signals | Paolo Bonzini | 2017-02-17 | 1 | -1/+5 |
| * | KVM: Support vCPU-based gfn->hva cache | Cao, Lei | 2017-02-16 | 2 | -33/+30 |
| * | KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls | Paolo Bonzini | 2017-02-16 | 1 | -22/+8 |
| * | KVM: svm: inititalize hash table structures directly | David Hildenbrand | 2017-02-15 | 1 | -4/+2 |
| * | kvm: nVMX: Refactor nested_vmx_run() | Jim Mattson | 2017-02-15 | 1 | -49/+62 |
| * | kvm: nVMX: Split VMCS checks from nested_vmx_run() | Jim Mattson | 2017-02-15 | 1 | -91/+103 |
| * | kvm: nVMX: Refactor nested_get_vmcs12_pages() | Jim Mattson | 2017-02-15 | 1 | -69/+69 |
| * | kvm: nVMX: Refactor handle_vmptrld() | Jim Mattson | 2017-02-15 | 1 | -9/+13 |
| * | kvm: nVMX: Refactor handle_vmon() | Jim Mattson | 2017-02-15 | 1 | -41/+52 |
| * | kvm: nVMX: Prepare for checkpointing L2 state | Jim Mattson | 2017-02-15 | 1 | -29/+48 |
| * | kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection | Paolo Bonzini | 2017-02-15 | 3 | -29/+34 |
| * | KVM: x86: do not scan IRR twice on APICv vmentry | Paolo Bonzini | 2017-02-15 | 5 | -28/+28 |
| * | KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers | Paolo Bonzini | 2017-02-15 | 2 | -4/+7 |
| * | KVM: x86: preparatory changes for APICv cleanups | Paolo Bonzini | 2017-02-15 | 3 | -26/+35 |
| * | kvm: nVMX: move nested events check to kvm_vcpu_running | Paolo Bonzini | 2017-02-15 | 1 | -3/+3 |
| * | KVM: vmx: clear pending interrupts on KVM_SET_LAPIC | Paolo Bonzini | 2017-02-15 | 2 | -2/+10 |
| * | kvm: vmx: Use the hardware provided GPA instead of page walk | Paolo Bonzini | 2017-02-15 | 1 | -0/+3 |
| * | KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bit | Arnd Bergmann | 2017-02-09 | 1 | -0/+4 |
| * | Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2017-02-09 | 5 | -4/+20 |
| |\ |
|
| * | | kvmclock: export kvmclock clocksource and data pointers | Marcelo Tosatti | 2017-02-08 | 2 | -1/+10 |
| * | | KVM: x86: fix compilation | Paolo Bonzini | 2017-02-08 | 1 | -1/+1 |
| * | | KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall | Marcelo Tosatti | 2017-02-07 | 2 | -0/+75 |
| * | | KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail | David Hildenbrand | 2017-02-07 | 1 | -5/+5 |
| * | | KVM: nVMX: kmap() can't fail | David Hildenbrand | 2017-02-07 | 1 | -9/+0 |
| * | | kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault | Junaid Shahid | 2017-01-27 | 1 | -59/+68 |
| * | | kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault | Junaid Shahid | 2017-01-27 | 1 | -5/+5 |
| * | | kvm: x86: mmu: Update comment in mark_spte_for_access_track | Junaid Shahid | 2017-01-27 | 1 | -3/+3 |
| * | | kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c | Junaid Shahid | 2017-01-27 | 3 | -8/+6 |
| * | | kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants | Junaid Shahid | 2017-01-27 | 2 | -9/+9 |
| * | | Revert "KVM: nested VMX: disable perf cpuid reporting" | Jim Mattson | 2017-01-20 | 2 | -8/+0 |
| * | | kvm: x86: Expose Intel VPOPCNTDQ feature to guest | Piotr Luc | 2017-01-17 | 1 | -1/+1 |
| * | | Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Radim Krčmář | 2017-01-17 | 35 | -121/+284 |
| |\ \ |
|
| * | | | kvm: nVMX: Reorder error checks for emulated VMXON | Jim Mattson | 2017-01-09 | 1 | -3/+3 |
| * | | | KVM: lapic: do not scan IRR when delivering an interrupt | Paolo Bonzini | 2017-01-09 | 1 | -4/+15 |
| * | | | KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR update | Paolo Bonzini | 2017-01-09 | 1 | -1/+2 |