summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-0317-30/+439
|\
| * bootconfig/tracing/ktest: Add ktest examples of testing bootconfigSteven Rostedt (VMware)2021-06-249-0/+385
| * bootconfig: Share the checksum function with toolsMasami Hiramatsu2021-06-101-13/+2
| * tools/bootconfig: Support mixed value and subkey test casesMasami Hiramatsu2021-06-107-6/+14
| * bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu2021-06-101-8/+37
| * bootconfig: Change array value to use child nodeMasami Hiramatsu2021-06-101-1/+1
| * tools/bootconfig: Simplify expressionzuoqilin2021-06-101-3/+1
* | Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-07-0214-138/+308
|\ \
| * | selftests/sgx: remove checks for file execute permissionsDave Hansen2021-06-241-13/+3
| * | selftests/ftrace: fix event-no-pid on 1-core machineKrzysztof Kozlowski2021-06-241-0/+7
| * | selftests/sgx: Refine the test enclave to have storageJarkko Sakkinen2021-06-164-15/+74
| * | selftests/sgx: Add EXPECT_EEXIT() macroJarkko Sakkinen2021-06-161-3/+11
| * | selftests/sgx: Dump enclave memory mapJarkko Sakkinen2021-06-161-0/+14
| * | selftests/sgx: Migrate to kselftest harnessJarkko Sakkinen2021-06-162-88/+92
| * | selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'Jarkko Sakkinen2021-06-163-17/+18
| * | selftests: timers: rtcpie: skip test if default RTC device does not existPo-Hsu Lin2021-06-081-1/+9
| * | selftests: lib.mk: Also install "config" and "settings"Kees Cook2021-06-081-0/+1
| * | selftests: splice: Adjust for handler fallback removalKees Cook2021-06-081-21/+98
| * | selftests/tls: Add {} to avoid static checker warningKees Cook2021-06-081-1/+2
| * | selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen2021-06-082-3/+3
* | | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-0218-125/+563
|\ \ \
| * | | kunit: tool: Support skipped tests in kunit_toolDavid Gow2021-06-254-24/+105
| * | | kunit: tool: internal refactor of parser input handlingDaniel Latypov2021-06-252-55/+99
| * | | kunit: Remove the unused all_tests.configDavid Gow2021-06-241-3/+0
| * | | kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2021-06-242-1/+4
| * | | kunit: tool: add support for QEMUBrendan Higgins2021-06-1214-41/+354
| * | | kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-122-2/+2
| |/ /
* | | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-0210-11/+160
|\ \ \
| * | | selftests/powerpc: Use req_max_processed_len from sysfs NX capabilitiesHaren Myneni2021-06-252-4/+17
| * | | selftests/powerpc: EBB selftest for MMCR0 control for PMU SPRs in ISA v3.1Athira Rajeev2021-06-162-1/+64
| * | | selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev2021-06-161-2/+0
| * | | powerpc/selftests: Use gettid() instead of getppid() for null_syscallChristophe Leroy2021-06-161-1/+2
| * | | Merge branch 'fixes' into nextMichael Ellerman2021-06-151-9/+18
| |\ \ \
| * | | | selftests/powerpc: Remove the repeated declarationShaokun Zhang2021-06-151-2/+0
| * | | | selftests/powerpc: Fix duplicate included pthread.hJiapeng Chong2021-05-231-1/+0
| * | | | selftests/powerpc: Add test of mitigation patchingMichael Ellerman2021-05-172-0/+77
| | |/ / | |/| |
* | | | Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-07-02120-2419/+14120
|\ \ \ \
| * | | | perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini2021-07-011-1/+4
| * | | | perf annotate: Allow 's' on source code linesRiccardo Mancini2021-07-011-3/+29
| * | | | perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+41
| * | | | perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+18
| * | | | perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+35
| * | | | perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+39
| * | | | perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+40
| * | | | perf build: Install perf_dlfilter.hAdrian Hunter2021-07-012-1/+6
| * | | | perf script: Add option to pass arguments to dlfiltersAdrian Hunter2021-07-016-13/+91
| * | | | perf script: Add option to list dlfiltersAdrian Hunter2021-07-016-1/+134
| * | | | perf script: Add dlfilter__filter_event_early()Adrian Hunter2021-07-015-16/+59
| * | | | perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter2021-07-017-2/+780
| * | | | perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-011-0/+2