index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
/
resctrl_tests.c
Age
Commit message (
Expand
)
Author
2024-05-06
selftests/resctrl: ksft_exit_skip() does not return
Nathan Chancellor
2024-05-06
selftests/resctrl: Move cleanups out of individual tests
Maciej Wieczor-Retman
2024-05-06
selftests/resctrl: Simplify cleanup in ctrl-c handler
Maciej Wieczor-Retman
2024-02-23
selftests/resctrl: Add non-contiguous CBMs CAT test
Maciej Wieczor-Retman
2024-02-23
selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
Ilpo Järvinen
2024-02-13
selftests/resctrl: Introduce generalized test framework
Ilpo Järvinen
2024-02-13
selftests/resctrl: Create struct for input parameters
Ilpo Järvinen
2024-02-13
selftests/resctrl: Replace file write with volatile variable
Ilpo Järvinen
2023-10-13
selftests/resctrl: Fix feature checks
Ilpo Järvinen
2023-10-13
selftests/resctrl: Refactor feature check to use resource and feature name
Ilpo Järvinen
2023-10-13
selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
Ilpo Järvinen
2023-10-13
selftests/resctrl: Cleanup benchmark argument parsing
Ilpo Järvinen
2023-10-13
selftests/resctrl: Remove ben_count variable
Ilpo Järvinen
2023-10-13
selftests/resctrl: Make benchmark command const and build it with pointers
Ilpo Järvinen
2023-10-13
selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
Ilpo Järvinen
2023-10-13
selftests/resctrl: Simplify span lifetime
Ilpo Järvinen
2023-10-13
selftests/resctrl: Remove bw_report and bm_type from main()
Ilpo Järvinen
2023-10-13
selftests/resctrl: Correct benchmark command help
Ilpo Järvinen
2023-10-13
selftests/resctrl: Ensure the benchmark commands fits to its array
Ilpo Järvinen
2023-07-25
selftests/resctrl: Don't pass test name to fill_buf
Ilpo Järvinen
2023-07-25
selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Remove duplicated preparation for span arg
Ilpo Järvinen
2023-07-25
selftests/resctrl: Express span internally in bytes
Ilpo Järvinen
2023-07-25
selftests/resctrl: Convert span to size_t
Ilpo Järvinen
2023-07-25
selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...
Ilpo Järvinen
2023-07-25
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
2023-07-25
selftests/resctrl: Unmount resctrl FS before starting the first test
Ilpo Järvinen
2023-04-13
selftests/resctrl: Remove duplicate codes that clear each test result file
Shaopeng Tan
2023-04-13
selftests/resctrl: Use correct exit code when tests fail
Peter Newman
2022-04-25
selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...
Shaopeng Tan
2022-04-25
selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...
Shaopeng Tan
2022-04-25
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
2021-06-07
selftests/resctrl: Fix incorrect parsing of option "-t"
Xiaochen Shen
2021-04-02
selftests/resctrl: Fix unmount resctrl FS
Fenghua Yu
2021-04-02
selftests/resctrl: Skip the test if requested resctrl feature is not supported
Fenghua Yu
2021-04-02
selftests/resctrl: Modularize resctrl test suite main() function
Fenghua Yu
2021-04-02
selftests/resctrl: Don't hard code value of "no_of_bits" variable
Fenghua Yu
2021-04-02
selftests/resctrl: Fix a printed message
Reinette Chatre
2021-04-02
selftests/resctrl: Call kselftest APIs to log test results
Fenghua Yu
2021-04-02
selftests/resctrl: Rename CQM test as CMT test
Fenghua Yu
2021-04-02
selftests/resctrl: Fix missing options "-n" and "-p"
Fenghua Yu
2021-04-02
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
2020-02-10
selftests/resctrl: Disable MBA and MBM tests for AMD
Babu Moger
2020-02-10
selftests/resctrl: Add vendor detection mechanism
Babu Moger
2020-02-10
selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
Fenghua Yu
2020-02-10
selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
Fenghua Yu
2020-02-10
selftests/resctrl: Add MBA test
Fenghua Yu
2020-02-10
selftests/resctrl: Add MBM test
Fenghua Yu