aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-11-19Merge tag 'perf-tools-fixes-for-v5.16-2021-11-19' of git://git.kernel.org/pub...Gravatar Linus Torvalds 22-109/+136
2021-11-19Merge tag 'gpio-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+2
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 13-33/+523
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 14-237/+309
2021-11-18perf evsel: Fix memory leaks relating to unitGravatar Ian Rogers 4-18/+22
2021-11-18perf report: Fix memory leaks around perf_tip()Gravatar Ian Rogers 3-14/+17
2021-11-18perf hist: Fix memory leak of a perf_hpp_fmtGravatar Ian Rogers 2-15/+14
2021-11-18tools headers UAPI: Sync MIPS syscall table file changed by new futex_waitv s...Gravatar Arnaldo Carvalho de Melo 1-0/+1
2021-11-18tools build: Fix removal of feature-sync-compare-and-swap feature detectionGravatar Arnaldo Carvalho de Melo 1-1/+0
2021-11-18perf inject: Fix ARM SPE handlingGravatar German Gomez 1-0/+15
2021-11-18perf bench: Fix two memory leaks detected with ASanGravatar Sohaib Mohamed 1-0/+4
2021-11-18perf test sample-parsing: Fix branch_stack entry endianness checkGravatar Thomas Richter 1-1/+1
2021-11-18tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+4
2021-11-18perf sort: Fix the 'p_stage_cyc' sort key behaviorGravatar Namhyung Kim 3-11/+7
2021-11-18perf sort: Fix the 'ins_lat' sort key behaviorGravatar Namhyung Kim 3-25/+12
2021-11-18perf sort: Fix the 'weight' sort key behaviorGravatar Namhyung Kim 3-27/+13
2021-11-18perf tools: Set COMPAT_NEED_REALLOCARRAY for CONFIG_AUXTRACE=1Gravatar Arnaldo Carvalho de Melo 1-0/+3
2021-11-18perf tests wp: Remove unused functions on s390Gravatar Arnaldo Carvalho de Melo 1-1/+1
2021-11-18tools headers UAPI: Sync linux/kvm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-3/+27
2021-11-18tools headers cpufeatures: Sync with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+2
2021-11-18selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignoreGravatar Arnaldo Carvalho de Melo 1-0/+1
2021-11-16selftests: add a test case for mirred egress to ingressGravatar Davide Caratti 2-1/+47
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 10-25/+467
2021-11-16Merge branch 'kvm-selftest' into kvm-masterGravatar Paolo Bonzini 13-237/+308
2021-11-16KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_testGravatar David Matlack 1-2/+1
2021-11-16KVM: selftests: Wait for all vCPU to be created before entering guest modeGravatar David Matlack 1-0/+26
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersGravatar David Matlack 6-90/+67
2021-11-16KVM: selftests: Start at iteration 0 instead of -1Gravatar David Matlack 1-5/+3
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationGravatar Sean Christopherson 6-15/+16
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationGravatar Sean Christopherson 6-54/+45
2021-11-16KVM: selftests: Create VM with adjusted number of guest pages for perf testsGravatar Sean Christopherson 1-2/+6
2021-11-16KVM: selftests: Remove perf_test_args.host_page_sizeGravatar Sean Christopherson 2-3/+1
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsGravatar Sean Christopherson 3-21/+10
2021-11-16KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testGravatar Sean Christopherson 1-16/+5
2021-11-16KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsGravatar Sean Christopherson 2-5/+5
2021-11-16KVM: selftests: Use shorthand local var to access struct perf_tests_argsGravatar Sean Christopherson 1-16/+19
2021-11-16KVM: selftests: Require GPA to be aligned when backed by hugepagesGravatar Sean Christopherson 2-1/+8
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBGravatar Sean Christopherson 3-0/+17
2021-11-16KVM: selftests: Expose align() helpers to testsGravatar Sean Christopherson 6-19/+34
2021-11-16KVM: selftests: Explicitly state indicies for vm_guest_mode_params arrayGravatar Sean Christopherson 1-9/+9
2021-11-16KVM: selftests: Add event channel upcall support to xen_shinfo_testGravatar David Woodhouse 1-9/+66
2021-11-15selftests/bpf: Add tests for restricted helpersGravatar Dmitrii Banshchikov 4-1/+397
2021-11-15selftests: gpio: restore CFLAGS optionsGravatar Kent Gibson 1-1/+1
2021-11-15selftests: gpio: fix uninitialised variable warningGravatar Kent Gibson 1-1/+1
2021-11-15selftests: gpio: fix gpio compiling errorGravatar Li Zhijian 1-0/+1
2021-11-14Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2021-11-14Merge tag 'perf-tools-for-v5.16-2021-11-13' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 131-1148/+2639
2021-11-13perf tests: Remove bash constructs from stat_all_pmu.shGravatar James Clark 1-2/+2
2021-11-13perf tests: Remove bash construct from record+zstd_comp_decomp.shGravatar James Clark 1-1/+1
2021-11-13perf test: Remove bash construct from stat_bpf_counters.sh testGravatar James Clark 1-1/+1