aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-07selftests/hid: tablets: add a couple of XP-PEN tabletsBenjamin Tissoires1-0/+246
2024-05-07selftests/hid: tablets: reduce the number of pen stateBenjamin Tissoires1-191/+81
2024-05-07selftests/hid: add support for HID-BPF pre-loading before starting a testBenjamin Tissoires2-15/+93
2024-05-07selftests/hid: import base_device.py from hid-toolsBenjamin Tissoires2-1/+413
2024-05-07Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann3-3/+3
2024-05-06selftests/bpf: MUL range computation tests.Cupertino Miranda1-0/+21
2024-05-06selftests/bpf: XOR and OR range computation tests.Cupertino Miranda1-0/+42
2024-05-06bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard1-1/+1
2024-05-06selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirectMichal Schmidt1-2/+2
2024-05-06selftests/bpf: Use bpf_tracing.h instead of bpf_tcp_helpers.hMartin KaFai Lau4-4/+5
2024-05-06selftests: default to host arch for LLVM buildsValentin Obst1-2/+10
2024-05-06selftests/resctrl: fix clang build failure: use LOCAL_HDRSJohn Hubbard1-1/+3
2024-05-06selftests/binderfs: use the Makefile's rules, not Make's implicit rulesJohn Hubbard1-2/+0
2024-05-06selftests: kselftest: Make ksft_exit functions return void instead of intNathan Chancellor1-6/+6
2024-05-06selftests: x86: ksft_exit_pass() does not returnNathan Chancellor1-1/+1
2024-05-06selftests: timers: ksft_exit functions do not returnNathan Chancellor16-40/+40
2024-05-06selftests: sync: ksft_exit_pass() does not returnNathan Chancellor1-2/+1
2024-05-06selftests/resctrl: ksft_exit_skip() does not returnNathan Chancellor1-3/+3
2024-05-06selftests: pidfd: ksft_exit functions do not returnNathan Chancellor4-4/+6
2024-05-06selftests/mm: ksft_exit functions do not returnNathan Chancellor9-13/+13
2024-05-06selftests: membarrier: ksft_exit_pass() does not returnNathan Chancellor2-2/+2
2024-05-06selftests/ipc: ksft_exit functions do not returnNathan Chancellor1-6/+5
2024-05-06selftests/clone3: ksft_exit functions do not returnNathan Chancellor2-2/+4
2024-05-06selftests: power_supply: Make it POSIX-compliantNĂ­colas F. R. A. Prado1-1/+1
2024-05-06selftests: ktap_helpers: Make it POSIX-compliantNĂ­colas F. R. A. Prado1-2/+2
2024-05-06selftests: cpufreq: conform test to TAPMuhammad Usama Anjum3-25/+31
2024-05-06selftests: Mark ksft_exit_fail_perror() as __noreturnMuhammad Usama Anjum1-1/+1
2024-05-06selftests/clone3: Correct log message for waitpid() failuresMark Brown1-1/+1
2024-05-06selftests/clone3: Check that the child exited cleanlyMark Brown1-0/+5
2024-05-06selftests/clone3: Fix compiler warningMark Brown1-1/+1
2024-05-06tracing/selftests: Default to verbose mode when running in kselftestMark Brown1-1/+1
2024-05-06tracing/selftests: Support log output when generating KTAP outputMark Brown1-1/+7
2024-05-06selftests: exec: Use new ksft_exit_fail_perror() helperMuhammad Usama Anjum1-5/+5
2024-05-06selftests: add ksft_exit_fail_perror()Muhammad Usama Anjum1-0/+14
2024-05-06kselftest: Add missing signature to the commentsMuhammad Usama Anjum1-0/+1
2024-05-06kselftest/clone3: Make test names for set_tid test stableMark Brown1-48/+69
2024-05-06selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman6-23/+11
2024-05-06selftests/resctrl: Simplify cleanup in ctrl-c handlerMaciej Wieczor-Retman3-15/+10
2024-05-06selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman5-0/+6
2024-05-06selftests/dmabuf-heap: conform test to TAP format outputMuhammad Usama Anjum1-146/+101
2024-05-06selftests: x86: test_mremap_vdso: conform test to TAP format outputMuhammad Usama Anjum1-22/+21
2024-05-06selftests: x86: test_vsyscall: conform test to TAP format outputMuhammad Usama Anjum1-188/+168
2024-05-06selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocksMuhammad Usama Anjum1-93/+83
2024-05-06kselftest/tty: Report a consistent test name for the one test we runMark Brown1-15/+33
2024-05-06kselftest: Add mechanism for reporting a KSFT_ result codeMark Brown1-0/+22
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers3-32/+46
2024-05-06perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers1-26/+25
2024-05-06perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()Ian Rogers1-3/+3
2024-05-06perf map: Add missing dso__put() in map__new()Ian Rogers1-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers57-739/+1169