| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests/resctrl: Discover SNC kernel support and adjust messages | Maciej Wieczor-Retman | 2025-01-14 | 5 | -4/+39 |
* | selftests/resctrl: Adjust effective L3 cache size with SNC enabled | Maciej Wieczor-Retman | 2025-01-14 | 4 | -1/+119 |
* | selftests/resctrl: Replace magic constants used as array size | Reinette Chatre | 2024-11-04 | 1 | -1/+2 |
* | selftests/resctrl: Keep results from first test run | Reinette Chatre | 2024-11-04 | 3 | -17/+8 |
* | selftests/resctrl: Do not compare performance counters and resctrl at low ban... | Reinette Chatre | 2024-11-04 | 2 | -0/+17 |
* | selftests/resctrl: Use cache size to determine "fill_buf" buffer size | Reinette Chatre | 2024-11-04 | 5 | -4/+28 |
* | selftests/resctrl: Ensure measurements skip initialization of default benchmark | Reinette Chatre | 2024-11-04 | 3 | -161/+50 |
* | selftests/resctrl: Make benchmark parameter passing robust | Reinette Chatre | 2024-11-04 | 7 | -96/+178 |
* | selftests/resctrl: Remove unused measurement code | Reinette Chatre | 2024-11-04 | 5 | -182/+85 |
* | selftests/resctrl: Only support measured read operation | Reinette Chatre | 2024-11-04 | 4 | -31/+9 |
* | selftests/resctrl: Remove "once" parameter required to be false | Reinette Chatre | 2024-11-04 | 4 | -16/+13 |
* | selftests/resctrl: Make wraparound handling obvious | Reinette Chatre | 2024-11-04 | 1 | -5/+7 |
* | selftests/resctrl: Protect against array overflow when reading strings | Reinette Chatre | 2024-11-04 | 2 | -3/+3 |
* | selftests/resctrl: Protect against array overrun during iMC config parsing | Reinette Chatre | 2024-11-04 | 1 | -2/+1 |
* | selftests/resctrl: Fix memory overflow due to unhandled wraparound | Reinette Chatre | 2024-11-04 | 1 | -1/+1 |
* | selftests/resctrl: Print accurate buffer size as part of MBM results | Reinette Chatre | 2024-11-04 | 1 | -2/+14 |
* | selftests/resctrl: Make functions only used in same file static | Reinette Chatre | 2024-11-04 | 1 | -4/+4 |
* | selftests:resctrl: Fix build failure on archs without __cpuid_count() | Shuah Khan | 2024-09-06 | 1 | -2/+5 |
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-07-21 | 1 | -1/+1 |
|\ |
|
| * | selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk | Edward Liaw | 2024-07-10 | 1 | -1/+1 |
* | | selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl() | Ilpo Järvinen | 2024-07-11 | 7 | -38/+17 |
* | | selftests/resctrl: Remove mongrp from CMT test | Ilpo Järvinen | 2024-07-11 | 1 | -3/+2 |
* | | selftests/resctrl: Remove mongrp from MBA test | Ilpo Järvinen | 2024-07-11 | 1 | -1/+0 |
* | | selftests/resctrl: Convert ctrlgrp & mongrp to pointers | Ilpo Järvinen | 2024-07-11 | 2 | -11/+9 |
* | | selftests/resctrl: Make some strings passed to resctrlfs functions const | Ilpo Järvinen | 2024-07-11 | 2 | -6/+8 |
* | | selftests/resctrl: Simplify bandwidth report type handling | Ilpo Järvinen | 2024-07-11 | 5 | -25/+20 |
* | | selftests/resctrl: Add ->init() callback into resctrl_val_param | Ilpo Järvinen | 2024-07-11 | 5 | -63/+60 |
* | | selftests/resctrl: Add ->measure() callback to resctrl_val_param | Ilpo Järvinen | 2024-07-11 | 5 | -15/+35 |
* | | selftests/resctrl: Simplify mem bandwidth file code for MBA & MBM tests | Ilpo Järvinen | 2024-07-11 | 2 | -42/+4 |
* | | selftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & document | Ilpo Järvinen | 2024-07-11 | 1 | -3/+8 |
* | | selftests/resctrl: Cleanup bm_pid and ppid usage & limit scope | Ilpo Järvinen | 2024-07-11 | 2 | -17/+15 |
* | | selftests/resctrl: Use correct type for pids | Ilpo Järvinen | 2024-07-11 | 4 | -12/+12 |
* | | selftests/resctrl: Consolidate get_domain_id() into resctrl_val() | Ilpo Järvinen | 2024-07-11 | 1 | -20/+13 |
* | | selftests/resctrl: Make "bandwidth" consistent in comments & prints | Ilpo Järvinen | 2024-07-11 | 2 | -8/+8 |
* | | selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only | Ilpo Järvinen | 2024-07-11 | 1 | -50/+91 |
* | | selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of ... | Ilpo Järvinen | 2024-07-11 | 1 | -18/+36 |
* | | selftests/resctrl: Fix non-contiguous CBM for AMD | Babu Moger | 2024-06-26 | 1 | -10/+22 |
|/ |
|
* | selftests/resctrl: fix clang build warnings related to abs(), labs() calls | John Hubbard | 2024-05-08 | 3 | -4/+4 |
* | selftests/resctrl: fix clang build failure: use LOCAL_HDRS | John Hubbard | 2024-05-06 | 1 | -1/+3 |
* | 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 | 6 | -23/+11 |
* | selftests/resctrl: Simplify cleanup in ctrl-c handler | Maciej Wieczor-Retman | 2024-05-06 | 3 | -15/+10 |
* | selftests/resctrl: Add cleanup function to test framework | Maciej Wieczor-Retman | 2024-05-06 | 5 | -0/+6 |
* | selftests/resctrl: Add non-contiguous CBMs CAT test | Maciej Wieczor-Retman | 2024-02-23 | 3 | -0/+93 |
* | selftests/resctrl: Add resource_info_file_exists() | Maciej Wieczor-Retman | 2024-02-23 | 2 | -0/+26 |
* | selftests/resctrl: Split validate_resctrl_feature_request() | Maciej Wieczor-Retman | 2024-02-23 | 5 | -17/+31 |
* | selftests/resctrl: Add a helper for the non-contiguous test | Maciej Wieczor-Retman | 2024-02-23 | 2 | -0/+37 |
* | selftests/resctrl: Add test groups and name L3 CAT test L3_CAT | Ilpo Järvinen | 2024-02-23 | 3 | -6/+16 |
* | selftests/resctrl: Get domain id from cache id | Ilpo Järvinen | 2024-02-13 | 3 | -12/+21 |
* | selftests/resctrl: Rename resource ID to domain ID | Ilpo Järvinen | 2024-02-13 | 3 | -25/+25 |