index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
/
resctrl_tests.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/resctrl: ksft_exit_skip() does not return
Nathan Chancellor
2024-05-06
1
-3
/
+3
*
selftests/resctrl: Move cleanups out of individual tests
Maciej Wieczor-Retman
2024-05-06
1
-2
/
+4
*
selftests/resctrl: Simplify cleanup in ctrl-c handler
Maciej Wieczor-Retman
2024-05-06
1
-11
/
+3
*
selftests/resctrl: Add non-contiguous CBMs CAT test
Maciej Wieczor-Retman
2024-02-23
1
-0
/
+2
*
selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
Ilpo Järvinen
2024-02-23
1
-5
/
+11
*
selftests/resctrl: Introduce generalized test framework
Ilpo Järvinen
2024-02-13
1
-109
/
+51
*
selftests/resctrl: Create struct for input parameters
Ilpo Järvinen
2024-02-13
1
-27
/
+36
*
selftests/resctrl: Replace file write with volatile variable
Ilpo Järvinen
2024-02-13
1
-0
/
+4
*
selftests/resctrl: Fix feature checks
Ilpo Järvinen
2023-10-13
1
-2
/
+5
*
selftests/resctrl: Refactor feature check to use resource and feature name
Ilpo Järvinen
2023-10-13
1
-4
/
+6
*
selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
Ilpo Järvinen
2023-10-13
1
-24
/
+45
*
selftests/resctrl: Cleanup benchmark argument parsing
Ilpo Järvinen
2023-10-13
1
-23
/
+23
*
selftests/resctrl: Remove ben_count variable
Ilpo Järvinen
2023-10-13
1
-3
/
+2
*
selftests/resctrl: Make benchmark command const and build it with pointers
Ilpo Järvinen
2023-10-13
1
-22
/
+17
*
selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
Ilpo Järvinen
2023-10-13
1
-8
/
+8
*
selftests/resctrl: Simplify span lifetime
Ilpo Järvinen
2023-10-13
1
-5
/
+4
*
selftests/resctrl: Remove bw_report and bm_type from main()
Ilpo Järvinen
2023-10-13
1
-11
/
+7
*
selftests/resctrl: Correct benchmark command help
Ilpo Järvinen
2023-10-13
1
-2
/
+2
*
selftests/resctrl: Ensure the benchmark commands fits to its array
Ilpo Järvinen
2023-10-13
1
-0
/
+5
*
selftests/resctrl: Don't pass test name to fill_buf
Ilpo Järvinen
2023-07-25
1
-9
/
+5
*
selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
Ilpo Järvinen
2023-07-25
1
-7
/
+6
*
selftests/resctrl: Remove duplicated preparation for span arg
Ilpo Järvinen
2023-07-25
1
-5
/
+2
*
selftests/resctrl: Express span internally in bytes
Ilpo Järvinen
2023-07-25
1
-1
/
+1
*
selftests/resctrl: Convert span to size_t
Ilpo Järvinen
2023-07-25
1
-5
/
+6
*
selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...
Ilpo Järvinen
2023-07-25
1
-4
/
+4
*
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
2023-07-25
1
-6
/
+41
*
selftests/resctrl: Unmount resctrl FS before starting the first test
Ilpo Järvinen
2023-07-25
1
-0
/
+3
*
selftests/resctrl: Remove duplicate codes that clear each test result file
Shaopeng Tan
2023-04-13
1
-4
/
+0
*
selftests/resctrl: Use correct exit code when tests fail
Peter Newman
2023-04-13
1
-5
/
+5
*
selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...
Shaopeng Tan
2022-04-25
1
-2
/
+2
*
selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...
Shaopeng Tan
2022-04-25
1
-0
/
+4
*
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
2022-04-25
1
-14
/
+27
*
selftests/resctrl: Fix incorrect parsing of option "-t"
Xiaochen Shen
2021-06-07
1
-2
/
+2
*
selftests/resctrl: Fix unmount resctrl FS
Fenghua Yu
2021-04-02
1
-0
/
+2
*
selftests/resctrl: Skip the test if requested resctrl feature is not supported
Fenghua Yu
2021-04-02
1
-0
/
+23
*
selftests/resctrl: Modularize resctrl test suite main() function
Fenghua Yu
2021-04-02
1
-31
/
+57
*
selftests/resctrl: Don't hard code value of "no_of_bits" variable
Fenghua Yu
2021-04-02
1
-2
/
+6
*
selftests/resctrl: Fix a printed message
Reinette Chatre
2021-04-02
1
-2
/
+2
*
selftests/resctrl: Call kselftest APIs to log test results
Fenghua Yu
2021-04-02
1
-19
/
+21
*
selftests/resctrl: Rename CQM test as CMT test
Fenghua Yu
2021-04-02
1
-13
/
+13
*
selftests/resctrl: Fix missing options "-n" and "-p"
Fenghua Yu
2021-04-02
1
-1
/
+1
*
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
2021-04-02
1
-6
/
+6
*
selftests/resctrl: Disable MBA and MBM tests for AMD
Babu Moger
2020-02-10
1
-2
/
+2
*
selftests/resctrl: Add vendor detection mechanism
Babu Moger
2020-02-10
1
-0
/
+24
*
selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
Fenghua Yu
2020-02-10
1
-1
/
+14
*
selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
Fenghua Yu
2020-02-10
1
-6
/
+25
*
selftests/resctrl: Add MBA test
Fenghua Yu
2020-02-10
1
-1
/
+15
*
selftests/resctrl: Add MBM test
Fenghua Yu
2020-02-10
1
-0
/
+132