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
/
cat_test.c
Age
Commit message (
Expand
)
Author
2024-07-11
selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()
Ilpo Järvinen
2024-06-26
selftests/resctrl: Fix non-contiguous CBM for AMD
Babu Moger
2024-05-06
selftests/resctrl: Move cleanups out of individual tests
Maciej Wieczor-Retman
2024-05-06
selftests/resctrl: Add cleanup function to test framework
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: Pass write_schemata() resource instead of test name
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: Restore the CPU affinity after CAT test
Ilpo Järvinen
2024-02-13
selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
Ilpo Järvinen
2024-02-13
selftests/resctrl: Open perf fd before start & add error handling
Ilpo Järvinen
2024-02-13
selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
Ilpo Järvinen
2024-02-13
selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
Ilpo Järvinen
2024-02-13
selftests/resctrl: Split show_cache_info() to test specific and generic parts
Ilpo Järvinen
2024-02-13
selftests/resctrl: Exclude shareable bits from schemata in CAT test
Ilpo Järvinen
2024-02-13
selftests/resctrl: Create cache_portion_size() helper
Ilpo Järvinen
2024-02-13
selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
Ilpo Järvinen
2024-02-13
selftests/resctrl: Return -1 instead of errno on error
Ilpo Järvinen
2024-02-13
selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
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: Simplify span lifetime
Ilpo Järvinen
2023-07-25
selftests/resctrl: Pass the real number of tests to show_cache_info()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Move CAT/CMT test global vars to function they are used in
Ilpo Järvinen
2023-07-25
selftests/resctrl: Don't use variable argument list for ->setup()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_param
Ilpo Järvinen
2023-07-25
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
2023-04-13
selftests/resctrl: Commonize the signal handler register/unregister for all t...
Shaopeng Tan
2023-04-13
selftests/resctrl: Cleanup properly when an error occurs in CAT test
Shaopeng Tan
2023-04-13
selftests/resctrl: Flush stdout file buffer before executing fork()
Shaopeng Tan
2023-04-10
selftests/resctrl: Use remount_resctrlfs() consistently with boolean
Ilpo Järvinen
2023-04-10
selftests/resctrl: Allow ->setup() to return errors
Ilpo Järvinen
2022-04-25
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
2021-04-02
selftests/resctrl: Skip the test if requested resctrl feature is not supported
Fenghua Yu
2021-04-02
selftests/resctrl: Don't hard code value of "no_of_bits" variable
Fenghua Yu
2021-04-02
selftests/resctrl: Share show_cache_info() by CAT and CMT tests
Fenghua Yu
2021-04-02
selftests/resctrl: Call kselftest APIs to log test results
Fenghua Yu
2021-04-02
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
2021-04-02
selftests/resctrl: Fix compilation issues for global variables
Fenghua Yu
2020-02-10
selftests/resctrl: Disable MBA and MBM tests for AMD
Babu Moger
2020-02-10
selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
Fenghua Yu