summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall2017-12-143-7/+18
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall2017-12-143-4/+9
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-146-16/+42
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall2017-12-143-2/+5
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall2017-12-144-7/+21
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall2017-12-144-4/+15
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall2017-12-145-11/+30
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall2017-12-145-4/+22
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-146-2/+14
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-146-2/+14
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall2017-12-146-12/+32
* KVM: Prepare for moving vcpu_load/vcpu_put into arch specific codeChristoffer Dall2017-12-141-2/+24
* KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall2017-12-144-28/+15
* KVM: VMX: drop I/O permission bitmapsQuan Xu2017-12-141-15/+3
* KVM: X86: Reduce the overhead when lapic_timer_advance is disabledWanpeng Li2017-12-141-1/+2
* KVM: VMX: Cache IA32_DEBUGCTL in memoryWanpeng Li2017-12-141-4/+6
* KVM: nVMX: Add a WARN for freeing a loaded VMCS02Mark Kanda2017-12-141-2/+15
* KVM: nVMX: Eliminate vmcs02 poolJim Mattson2017-12-141-123/+23
* KVM: Expose new cpu features to guestYang Zhong2017-12-141-1/+2
* kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm()Markus Elfring2017-12-141-10/+11
* KVM: x86: Add emulation of MSR_SMI_COUNTLiran Alon2017-12-142-0/+12
* KVM: x86: simplify kvm_mwait_in_guest()Radim Krčmář2017-12-141-12/+2
* KVM: x86: drop bogus MWAIT checkRadim Krčmář2017-12-141-22/+1
* KVM: x86: prevent MWAIT in guest with buggy MONITORRadim Krčmář2017-12-141-0/+3
* KVM: x86: MMU: make array audit_point_name staticColin Ian King2017-12-141-1/+1
* x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks staticGimcuan Hui2017-12-141-1/+1
* KVM: x86: emulate RDPIDPaolo Bonzini2017-12-143-2/+42
* KVM: vmx: add support for emulating UMIPPaolo Bonzini2017-12-141-2/+27
* KVM: x86: add support for emulating UMIPPaolo Bonzini2017-12-144-0/+15
* KVM: x86: emulate sldt and strPaolo Bonzini2017-12-141-6/+26
* KVM: x86: add support for UMIPPaolo Bonzini2017-12-144-3/+14
* tools/kvm_stat: add line for totalsStefan Raspl2017-12-141-1/+8
* tools/kvm_stat: stop ignoring unhandled argumentsStefan Raspl2017-12-141-1/+3
* tools/kvm_stat: suppress usage information on command line errorsStefan Raspl2017-12-141-8/+5
* tools/kvm_stat: handle invalid regular expressionsStefan Raspl2017-12-141-0/+7
* tools/kvm_stat: add hint on '-f help' to man pageStefan Raspl2017-12-141-1/+1
* tools/kvm_stat: fix child trace events accountingStefan Raspl2017-12-142-3/+5
* tools/kvm_stat: fix extra handling of 'help' with fields filterStefan Raspl2017-12-141-1/+2
* tools/kvm_stat: fix missing field update after filter changeStefan Raspl2017-12-141-2/+2
* tools/kvm_stat: fix drilldown in events-by-guests modeStefan Raspl2017-12-141-1/+1
* tools/kvm_stat: fix command line option '-g'Stefan Raspl2017-12-141-4/+6
* kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu2017-12-141-8/+4
* KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li2017-12-141-1/+1
* KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li2017-12-141-4/+4
* Linux 4.15-rc3v4.15-rc3Linus Torvalds2017-12-101-1/+1
* hpfs: don't bother with the i_version counter or f_versionJeff Layton2017-12-103-4/+0
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2017-12-101-2/+2
* Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-105-14/+21
|\
| * btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2017-12-071-1/+1
| * Btrfs: disable FUA if mounted with nobarrierOmar Sandoval2017-12-071-7/+5