summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/vDSO: Add riscv getcpu & gettimeofday testGuo Ren2022-11-032-0/+7
* selftests: amd-pstate: Trigger gitsource benchmark and test cpusMeng Li2022-11-013-7/+381
* selftests: amd-pstate: Trigger tbench benchmark and test cpusMeng Li2022-11-013-11/+583
* selftests: amd-pstate: Split basic.sh into run.sh and basic.sh.Meng Li2022-11-013-42/+167
* selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.Meng Li2022-11-012-1/+1
* selftests/ftrace: Convert tracer tests to use 'requires' to specify program d...Naveen N. Rao2022-10-282-12/+2
* selftests/ftrace: Add check for ping command for trigger testsNaveen N. Rao2022-10-2810-10/+16
* selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature"Colin Ian King2022-10-271-1/+1
* selftests/watchdog: add test for WDIOC_GETTEMPShuah Khan2022-10-251-1/+8
* selftests/watchdog: print watchdog_info option stringsShuah Khan2022-10-251-2/+1
* selftests/watchdog: add support for WDIOC_GETSTATUSShuah Khan2022-10-251-3/+41
* selftests/watchdog: change to print reset reason info.Shuah Khan2022-10-251-3/+55
* selftests: Use optional USERCFLAGS and USERLDFLAGSMickaël Salaün2022-10-201-0/+5
* Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1636-71/+1265
|\
| * tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| * perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| * perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| * perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| * perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| * perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| * perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| * perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
| * perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
| * perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
| * perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3
| * perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter2022-10-151-1/+8
| * perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter2022-10-151-4/+12
| * perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter2022-10-151-4/+3
| * perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-145-13/+26
| * perf list: Fix metricgroups title messageAndi Kleen2022-10-141-1/+1
| * perf mem: Fix -C option behavior for perf mem recordNamhyung Kim2022-10-141-0/+8
| * perf annotate: Add missing condition flags for arm64Namhyung Kim2022-10-141-1/+1
| * libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo2022-10-141-3/+2
| * perf test: Fix test_arm_coresight.sh failures on JunoJames Clark2022-10-141-1/+1
| * perf stat: Support old kernels for bperf cgroup countingNamhyung Kim2022-10-141-1/+28
* | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-142-1/+70
|\ \ | |/ |/|
| * mm/selftest: uffd: explain the write missing fault checkPeter Xu2022-10-121-1/+21
| * hmm-tests: add test for migrate_device_range()Alistair Popple2022-10-121-0/+49
* | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-134-1/+154
|\ \
| * | selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter2022-10-121-0/+1
| * | selftests: netfilter: Test reverse path filteringPhil Sutter2022-10-122-1/+148
| * | ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-10-071-0/+5
* | | Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-10-121-11/+7
|\ \ \
| * | | kunit: tool: Don't download risc-v opensbi firmware with wgetDavid Gow2022-10-071-11/+7
* | | | Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-10-122-8/+28
|\ \ \ \
| * | | | selftests/memory-hotplug: Adjust log info for maintainabilityZhao Gongyi2022-10-071-2/+5
| * | | | selftests/memory-hotplug: Restore memory before exitZhao Gongyi2022-10-071-5/+16
| * | | | selftests/memory-hotplug: Add checking after online or offlineZhao Gongyi2022-10-071-3/+9