summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-112-6/+8
|\
| * selftests/move_mount_set_group:Make tests build with old libcHu.Yadi2024-01-221-2/+2
| * selftests/filesystems:fix build error in overlayfsHu Yadi2024-01-221-4/+6
* | Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-03-111-0/+1
|\ \
| * | kunit: tool: Print UML commandMickaël Salaün2024-02-271-0/+1
* | | Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-1156-842/+3014
|\ \ \
| * | | kselftest: Add basic test for probing the rust sample modulesLaura Nao2024-03-044-0/+51
| * | | selftests: lib.mk: Do not process TEST_GEN_MODS_DIRMarcos Paulo de Souza2024-02-271-3/+0
| * | | selftests: livepatch: Avoid running the tests if kernel-devel is missingMarcos Paulo de Souza2024-02-272-0/+19
| * | | selftests: livepatch: Add initial .gitignoreMarcos Paulo de Souza2024-02-271-0/+1
| * | | selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman2024-02-233-0/+93
| * | | selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman2024-02-232-0/+26
| * | | selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman2024-02-235-17/+31
| * | | selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman2024-02-232-0/+37
| * | | selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen2024-02-233-6/+16
| * | | selftests: sched: Fix spelling mistake "hiearchy" -> "hierarchy"Colin Ian King2024-02-201-1/+1
| * | | selftests/mqueue: Set timeout to 180 secondsSeongJae Park2024-02-201-0/+1
| * | | selftests/ftrace: Add test to exercize function tracer across cpu hotplugNaveen N Rao2024-02-201-0/+42
| * | | selftest: ftrace: fix minor typo in logVincenzo Mezzela2024-02-201-1/+1
| * | | selftests: thermal: intel: workload_hint: add missing gitignoreJavier Carrasco2024-02-201-0/+1
| * | | selftests: thermal: intel: power_floor: add missing gitignoreJavier Carrasco2024-02-201-0/+1
| * | | selftests: uevent: add missing gitignoreJavier Carrasco2024-02-201-0/+1
| * | | selftests: Add test to verify power supply propertiesNícolas F. R. A. Prado2024-02-204-0/+297
| * | | selftests: ktap_helpers: Add a helper to finish the testNícolas F. R. A. Prado2024-02-201-2/+14
| * | | selftests: ktap_helpers: Add a helper to abort the testNícolas F. R. A. Prado2024-02-201-0/+7
| * | | selftests: ktap_helpers: Add helper to pass/fail test based on exit codeNícolas F. R. A. Prado2024-02-201-0/+11
| * | | selftests: ktap_helpers: Add helper to print diagnostic messagesNícolas F. R. A. Prado2024-02-201-0/+5
| * | | 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