summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* proc: save LOC in vsyscall testBrian Foster2022-09-111-40/+16
* Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-281-16/+18
|\
| * x86/sev: Mark snp_abort() noreturnBorislav Petkov2022-08-251-16/+18
* | perf stat: Capitalize topdown metrics' namesZhengjun Xing2022-08-271-12/+12
* | perf docs: Update the documentation for the save_type filterKan Liang2022-08-271-0/+3
* | perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers2022-08-271-5/+19
* | perf record: Fix manpage formatting of description of support to hybrid systemsAndi Kleen2022-08-272-12/+2
* | perf test: Stat test for repeat with a weak groupIan Rogers2022-08-271-0/+19
* | perf stat: Clear evsel->reset_group for each stat runIan Rogers2022-08-271-0/+1
* | tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo2022-08-271-2/+4
* | perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark2022-08-271-1/+1
* | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-255-0/+90
|\ \
| * | selftests: include bonding tests into the kselftest infraJonathan Toppins2022-08-225-0/+90
* | | Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-0/+7
|\ \ \
| * | | selftests/vm: fix inability to build any vm testsAxel Rasmussen2022-08-191-0/+1
| * | | selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warningKristen Carlson Accardi2022-08-151-0/+6
| | |/ | |/|
* | | perf tools: Fix compile error for x86Yang Jihong2022-08-221-0/+4
* | | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-21/+0
* | | Merge tag 'perf-tools-fixes-for-v6.0-2022-08-19' of git://git.kernel.org/pub/...Linus Torvalds2022-08-2027-235/+976
|\ \ \
| * | | perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-196-42/+108
| * | | libperf: Add a test case for read formatsNamhyung Kim2022-08-191-0/+161
| * | | libperf: Handle read format in perf_evsel__read()Namhyung Kim2022-08-193-3/+83
| * | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesNamhyung Kim2022-08-191-1/+4
| * | | tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-2/+8
| * | | tools headers UAPI: Sync KVM's vmx.h header with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-1/+3
| * | | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+9
| * | | tools headers kvm s390: Sync headers with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+1
| * | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+108
| * | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-87/+300
| * | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-2/+4
| * | | tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-1/+2
| * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+8
| * | | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-8/+8
| * | | perf cpumap: Fix alignment for masks in event encodingIan Rogers2022-08-196-60/+154
| * | | perf cpumap: Compute mask size in constant timeIan Rogers2022-08-191-12/+1
| * | | perf cpumap: Synthetic events and const/staticIan Rogers2022-08-193-14/+12
| * | | perf cpumap: Const map for max()Ian Rogers2022-08-192-2/+2
| | |/ | |/|
* | | Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-202-4/+34
|\ \ \
| * | | selftests/powerpc: Add missing PMU selftests to .gitignoresRussell Currey2022-08-152-4/+34
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-191-1/+2
|\ \ \ | |_|/ |/| |
| * | x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf2022-08-191-1/+2
| |/
* | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-181-170/+207
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-171-170/+207
| |\ \
| | * | testing: selftests: nft_flowtable.sh: rework test to detect offload failureFlorian Westphal2022-08-171-57/+84
| | * | testing: selftests: nft_flowtable.sh: use random netns namesFlorian Westphal2022-08-171-118/+128
* | | | Merge tag 'linux-kselftest-next-6.0-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-181-2/+5
|\ \ \ \
| * | | | selftests/landlock: fix broken include of linux/landlock.hGuillaume Tucker2022-08-151-2/+5
| | |_|/ | |/| |
* | | | Merge tag 'trace-rtla-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-183-32/+42
|\ \ \ \ | |/ / / |/| | |
| * | | rtla: Consolidate and show all necessary libraries that failed for buildingSteven Rostedt (Google)2022-08-101-26/+36
| * | | tools/rtla: Build with EXTRA_{C,LD}FLAGSBen Hutchings2022-08-101-2/+2