summaryrefslogtreecommitdiffstats
path: root/tools/perf/python (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall3-4/+9
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall6-16/+42
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall3-2/+5
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall4-7/+21
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall4-4/+15
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall5-11/+30
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall5-4/+22
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall6-2/+14
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall6-2/+14
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall6-12/+32
2017-12-14KVM: Prepare for moving vcpu_load/vcpu_put into arch specific codeChristoffer Dall1-2/+24
2017-12-14KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall4-28/+15
2017-12-14KVM: VMX: drop I/O permission bitmapsQuan Xu1-15/+3
2017-12-14KVM: X86: Reduce the overhead when lapic_timer_advance is disabledWanpeng Li1-1/+2
2017-12-14KVM: VMX: Cache IA32_DEBUGCTL in memoryWanpeng Li1-4/+6
2017-12-14KVM: nVMX: Add a WARN for freeing a loaded VMCS02Mark Kanda1-2/+15
2017-12-14KVM: nVMX: Eliminate vmcs02 poolJim Mattson1-123/+23
2017-12-14KVM: Expose new cpu features to guestYang Zhong1-1/+2
2017-12-14kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm()Markus Elfring1-10/+11
2017-12-14KVM: x86: Add emulation of MSR_SMI_COUNTLiran Alon2-0/+12
2017-12-14KVM: x86: simplify kvm_mwait_in_guest()Radim Krčmář1-12/+2
2017-12-14KVM: x86: drop bogus MWAIT checkRadim Krčmář1-22/+1
2017-12-14KVM: x86: prevent MWAIT in guest with buggy MONITORRadim Krčmář1-0/+3
2017-12-14KVM: x86: MMU: make array audit_point_name staticColin Ian King1-1/+1
2017-12-14x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks staticGimcuan Hui1-1/+1
2017-12-14KVM: x86: emulate RDPIDPaolo Bonzini3-2/+42
2017-12-14KVM: vmx: add support for emulating UMIPPaolo Bonzini1-2/+27
2017-12-14KVM: x86: add support for emulating UMIPPaolo Bonzini4-0/+15
2017-12-14KVM: x86: emulate sldt and strPaolo Bonzini1-6/+26
2017-12-14KVM: x86: add support for UMIPPaolo Bonzini4-3/+14
2017-12-14tools/kvm_stat: add line for totalsStefan Raspl1-1/+8
2017-12-14tools/kvm_stat: stop ignoring unhandled argumentsStefan Raspl1-1/+3
2017-12-14tools/kvm_stat: suppress usage information on command line errorsStefan Raspl1-8/+5
2017-12-14tools/kvm_stat: handle invalid regular expressionsStefan Raspl1-0/+7
2017-12-14tools/kvm_stat: add hint on '-f help' to man pageStefan Raspl1-1/+1
2017-12-14tools/kvm_stat: fix child trace events accountingStefan Raspl2-3/+5
2017-12-14tools/kvm_stat: fix extra handling of 'help' with fields filterStefan Raspl1-1/+2
2017-12-14tools/kvm_stat: fix missing field update after filter changeStefan Raspl1-2/+2
2017-12-14tools/kvm_stat: fix drilldown in events-by-guests modeStefan Raspl1-1/+1
2017-12-14tools/kvm_stat: fix command line option '-g'Stefan Raspl1-4/+6
2017-12-14kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu1-8/+4
2017-12-14KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li1-1/+1
2017-12-14KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li1-4/+4
2017-12-11Linux 4.15-rc3v4.15-rc3Linus Torvalds1-1/+1
2017-12-10hpfs: don't bother with the i_version counter or f_versionJeff Layton3-4/+0
2017-12-10futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby1-2/+2
2017-12-08kmemcheck: rip it out for realMichal Hocko13-13/+0
2017-12-08net: mvpp2: fix the RSS table entry offsetAntoine Tenart1-1/+1
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng1-11/+8
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng1-3/+3