summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+5
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds33-488/+3436
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds25-22/+4856
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa7-12/+70
2022-01-15perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo1-1/+1
2022-01-15perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo1-0/+10
2022-01-15perf metric: Fix metric_leaderIan Rogers1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-58/+120
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple1-0/+42
2022-01-15userfaultfd/selftests: clean up hugetlb allocation codeMike Kravetz1-9/+6
2022-01-15selftests/uffd: allow EINTR/EAGAINPeter Xu1-2/+5
2022-01-15selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup settingWaiman Long3-23/+34
2022-01-15mm, hugepages: make memory size variable in hugepage-mremap selftestYosry Ahmed2-17/+31
2022-01-15tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleanerchiminghao1-7/+2
2022-01-14test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong1-2/+0
2022-01-14tools/resolve_btfids: Build with host flagsConnor O'Brien1-2/+4
2022-01-14selftest: kvm: Add amx selftestYang Zhong2-0/+449
2022-01-14selftest: kvm: Move struct kvm_x86_state to headerYang Zhong2-16/+15
2022-01-14selftest: kvm: Reorder vcpu_load_state steps for AMXPaolo Bonzini1-8/+9
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang10-8/+130
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+16
2022-01-14perf cputopo: Fix CPU topology reading on s/390Thomas Richter1-1/+2
2022-01-14perf metricgroup: Fix use after free in metric__new()José Expósito1-1/+1
2022-01-14libperf tests: Update a use of the new cpumap APIIan Rogers1-2/+3
2022-01-14perf arm: Fix off-by-one directory pathIan Rogers1-1/+1
2022-01-14tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+17
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-2/+184
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-1/+717
2022-01-14kselftests/net: list all available tests in usage()Li Zhijian1-0/+3
2022-01-13rtla: Add DocumentationDaniel Bristot de Oliveira1-4/+26
2022-01-13rtla/timerlat: Add timerlat hist modeDaniel Bristot de Oliveira3-2/+828
2022-01-13rtla: Add timerlat tool and timelart top modeDaniel Bristot de Oliveira5-0/+697
2022-01-13rtla/osnoise: Add the hist modeDaniel Bristot de Oliveira3-1/+807
2022-01-13rtla/osnoise: Add osnoise top modeDaniel Bristot de Oliveira3-0/+596
2022-01-13rtla: Add osnoise toolDaniel Bristot de Oliveira4-0/+956
2022-01-13rtla: Helper functions for rtlaDaniel Bristot de Oliveira4-0/+708
2022-01-13rtla: Real-Time Linux Analysis toolDaniel Bristot de Oliveira3-0/+184
2022-01-13tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2022-01-13tools headers UAPI: Update tools's copy of drm.h headerArnaldo Carvalho de Melo1-0/+18
2022-01-13tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2-9/+9
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo379-3793/+15867
2022-01-13kselftests/net: adapt the timeout to the largest runtimeLi Zhijian1-1/+1
2022-01-12libbpf: Deprecate bpf_map__def() APIChristy Lee1-1/+2
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee5-28/+26
2022-01-12perf: Stop using bpf_map__def() APIChristy Lee2-51/+41
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-12libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-01-12selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee1-6/+6
2022-01-12libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee3-2/+12