aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+14
2022-04-01perf python: Convert tracepoint.py example to python3Gravatar Tanu M 1-2/+2
2022-04-01perf evlist: Directly return instead of using local ret variableGravatar Haowen Bai 1-2/+1
2022-04-01perf cpumap: More cpu map reuse by merge.Gravatar Ian Rogers 1-10/+5
2022-04-01perf cpumap: Add is_subset functionGravatar Ian Rogers 2-0/+21
2022-04-01perf evlist: Rename cpus to user_requested_cpusGravatar Ian Rogers 19-53/+62
2022-04-01perf tools: Stop depending on .git files for building PERF-VERSION-FILEGravatar John Garry 1-12/+2
2022-04-01tools headers cpufeatures: Sync with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2022-04-01tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-5/+40
2022-04-01tools headers UAPI: Sync linux/kvm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-2/+9
2022-04-01tools kvm headers arm64: Update KVM headers from the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+10
2022-04-01tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+21
2022-04-01tools headers UAPI: Sync asm-generic/mman-common.h with the kernelGravatar Arnaldo Carvalho de Melo 1-0/+2
2022-04-01perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2022-04-01perf tools: Update copy of libbpf's hashmap.cGravatar Arnaldo Carvalho de Melo 1-2/+1
2022-04-01perf stat: Avoid SEGV if core.cpus isn't setGravatar Ian Rogers 1-1/+4
2022-04-01tools/vm/page_owner_sort.c: remove -c optionGravatar Yinan Zhang 1-5/+1
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-3/+4
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 20-31/+43
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 7-39/+20
2022-03-31kbuild: Make $(LLVM) more flexibleGravatar Nathan Chancellor 2-9/+21
2022-03-30wireguard: selftests: simplify RNG seedingGravatar Jason A. Donenfeld 1-19/+7
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-91/+4
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-24/+1
2022-03-28selftests/bpf: Fix clang compilation errorsGravatar Yonghong Song 2-4/+2
2022-03-28bpftool: Fix generated code in codegen_assertsGravatar Jiri Olsa 1-1/+1
2022-03-28selftests/bpf: fix selftest after random: Urandom_read tracepoint removalGravatar Andrii Nakryiko 1-10/+2
2022-03-28bpf: Sync comments for bpf_get_stackGravatar Geliang Tang 1-4/+4
2022-03-28bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Gravatar Milan Landaverde 1-1/+4
2022-03-28Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-4/+10
2022-03-28Revert "selftests: net: Add tls config dependency for tls selftests"Gravatar Jakub Kicinski 1-1/+0
2022-03-28Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+21
2022-03-28tools/virtio: compile with -pthreadGravatar Michael S. Tsirkin 1-1/+2
2022-03-28tools/virtio: fix after premapped buf supportGravatar Michael S. Tsirkin 1-2/+2
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-03-28selftests: net: Add tls config dependency for tls selftestsGravatar Naresh Kamboju 1-0/+1
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 329-60298/+76912
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 40-68/+3931
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-35/+526
2022-03-26selftests: tls: skip cmsg_to_pipe tests with TLS=nGravatar Jakub Kicinski 1-0/+6
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesGravatar Kim Phillips 1-0/+25
2022-03-26perf python: Add perf_env stubs that will be needed in evsel__open_strerror()Gravatar Arnaldo Carvalho de Melo 1-1/+12
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsGravatar Wei Li 9-18/+23
2022-03-26libperf tests: Fix typo in perf_evlist__open() failure error messagesGravatar Shunsuke Nakamura 1-4/+4
2022-03-26tools arm64: Import cputype.hGravatar Ali Saidi 2-0/+259
2022-03-25selftests: test_vxlan_under_vrf: Fix broken test caseGravatar Ido Schimmel 1-4/+4
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-0/+830
2022-03-25perf lock: Add -F/--field option to control outputGravatar Namhyung Kim 2-5/+56
2022-03-25perf lock: Extend struct lock_key to have print functionGravatar Namhyung Kim 1-26/+65
2022-03-25perf lock: Add --synth=no option for recordGravatar Namhyung Kim 1-1/+1