summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-11-18selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignoreArnaldo Carvalho de Melo
2021-11-16Merge branch 'kvm-selftest' into kvm-masterPaolo Bonzini
2021-11-16KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_testDavid Matlack
2021-11-16KVM: selftests: Wait for all vCPU to be created before entering guest modeDavid Matlack
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack
2021-11-16KVM: selftests: Start at iteration 0 instead of -1David Matlack
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson
2021-11-16KVM: selftests: Create VM with adjusted number of guest pages for perf testsSean Christopherson
2021-11-16KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson
2021-11-16KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson
2021-11-16KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson
2021-11-16KVM: selftests: Use shorthand local var to access struct perf_tests_argsSean Christopherson
2021-11-16KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson
2021-11-16KVM: selftests: Explicitly state indicies for vm_guest_mode_params arraySean Christopherson
2021-11-16KVM: selftests: Add event channel upcall support to xen_shinfo_testDavid Woodhouse
2021-11-11Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini
2021-11-11selftest: KVM: Add intra host migration testsPeter Gonda
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park
2021-11-09procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-11-08Add 'tools/perf/libbpf/' to ignored filesLinus Torvalds
2021-11-08Merge tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of git://git....Linus Torvalds
2021-11-08arm64: mte: change PR_MTE_TCF_NONE back into an unsigned longPeter Collingbourne
2021-11-07perf build: Install libbpf headers locally when buildingQuentin Monnet
2021-11-07perf MANIFEST: Add bpftool files to allow building with BUILD_BPF_SKEL=1Arnaldo Carvalho de Melo
2021-11-07perf metric: Fix memory leaksIan Rogers
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-11-07perf stat: Fix memory leak on error pathIan Rogers
2021-11-07perf tools: Use __BYTE_ORDER__Ilya Leoshkevich
2021-11-07perf inject: Add vmlinux and ignore-vmlinux argumentsJames Clark
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingJames Clark
2021-11-07perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao
2021-11-07perf evsel: Don't set exclude_guest by defaultRavi Bangoria
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim
2021-11-06perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers
2021-11-06perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2021-11-06selftests/damon: support watermarksSeongJae Park
2021-11-06tools/selftests/damon: update for regions prioritization of schemesSeongJae Park
2021-11-06mm/damon/selftests: support schemes quotasSeongJae Park