summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests: Move KTAP bash helpers to selftests common folderLaura Nao2024-02-204-6/+9
* selftests: ftrace: fix typo in test descriptionAli Zahraee2024-02-201-1/+1
* selftest/ftrace: fix typo in ftracetest scriptKousik Sanagavarapu2024-02-201-1/+1
* selftests: fuxex: Report a unique test name per run of futex_requeue_piMark Brown2024-02-191-1/+12
* selftests/resctrl: Get domain id from cache idIlpo Järvinen2024-02-133-12/+21
* selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen2024-02-133-25/+25
* selftests/resctrl: Add helper to convert L2/3 to integerIlpo Järvinen2024-02-131-8/+20
* selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen2024-02-137-38/+38
* selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen2024-02-137-121/+148
* selftests/resctrl: Create struct for input parametersIlpo Järvinen2024-02-137-71/+95
* selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen2024-02-134-9/+42
* selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen2024-02-134-199/+139
* selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen2024-02-131-8/+30
* selftests/resctrl: Replace file write with volatile variableIlpo Järvinen2024-02-133-21/+16
* selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen2024-02-133-11/+23
* selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen2024-02-133-87/+90
* selftests/resctrl: Convert perf related globals to localsIlpo Järvinen2024-02-131-32/+40
* selftests/resctrl: Improve perf initIlpo Järvinen2024-02-131-10/+6
* selftests/resctrl: Consolidate naming of perf event related thingsIlpo Järvinen2024-02-131-21/+21
* selftests/resctrl: Remove nested calls in perf event handlingIlpo Järvinen2024-02-131-50/+14
* selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen2024-02-133-19/+13
* selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen2024-02-134-44/+66
* selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen2024-02-133-27/+41
* selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen2024-02-133-4/+99
* selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen2024-02-133-9/+33
* selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen2024-02-132-2/+2
* selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen2024-02-134-24/+41
* selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen2024-02-132-43/+18
* selftests/resctrl: Split fill_buf to allow tests finer-grained controlIlpo Järvinen2024-02-131-6/+15
* selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen2024-02-132-6/+6
* selftests/resctrl: Don't use ctrlc_handler() outside signal handlingIlpo Järvinen2024-02-131-1/+0
* selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen2024-02-137-14/+14
* selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen2024-02-139-70/+77
* selftests: livepatch: Test livepatching a heavily called syscallMarcos Paulo de Souza2024-01-225-2/+218
* livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza2024-01-2221-74/+1173
* kselftests: lib.mk: Add TEST_GEN_MODS_DIR variableMarcos Paulo de Souza2024-01-221-5/+21
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-206-18/+22
|\
| * RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones2024-01-171-10/+8
| * Merge patch series "tools: selftests: riscv: Fix compiler warnings"Palmer Dabbelt2024-01-116-8/+14
| |\
| | * tools: selftests: riscv: Fix compile warnings in mm testsChristoph Müllner2024-01-111-0/+3
| | * tools: selftests: riscv: Fix compile warnings in vector testsChristoph Müllner2024-01-112-3/+3
| | * tools: selftests: riscv: Add missing include for vector testChristoph Müllner2024-01-111-0/+3
| | * tools: selftests: riscv: Fix compile warnings in cboChristoph Müllner2024-01-111-3/+3
| | * tools: selftests: riscv: Fix compile warnings in hwprobeChristoph Müllner2024-01-111-2/+2
* | | Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-1820-17/+650
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-187-3/+453
| |\ \ \
| | * | | selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko2024-01-171-3/+161
| | * | | libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2024-01-171-0/+13
| | * | | selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun2024-01-161-0/+19
| | * | | selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau2024-01-134-0/+260