Age | Commit message (Expand) | Author |
2024-09-06 | selftests:resctrl: Fix build failure on archs without __cpuid_count() | Shuah Khan |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-07-11 | selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl() | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Remove mongrp from CMT test | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Remove mongrp from MBA test | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Convert ctrlgrp & mongrp to pointers | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Make some strings passed to resctrlfs functions const | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Simplify bandwidth report type handling | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Add ->init() callback into resctrl_val_param | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Add ->measure() callback to resctrl_val_param | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Simplify mem bandwidth file code for MBA & MBM tests | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & document | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Cleanup bm_pid and ppid usage & limit scope | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Use correct type for pids | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Consolidate get_domain_id() into resctrl_val() | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Make "bandwidth" consistent in comments & prints | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only | Ilpo Järvinen |
2024-07-11 | selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of ... | Ilpo Järvinen |
2024-07-10 | selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk | Edward Liaw |
2024-06-26 | selftests/resctrl: Fix non-contiguous CBM for AMD | Babu Moger |
2024-05-08 | selftests/resctrl: fix clang build warnings related to abs(), labs() calls | John Hubbard |
2024-05-06 | selftests/resctrl: fix clang build failure: use LOCAL_HDRS | John Hubbard |
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-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 resource_info_file_exists() | Maciej Wieczor-Retman |
2024-02-23 | selftests/resctrl: Split validate_resctrl_feature_request() | Maciej Wieczor-Retman |
2024-02-23 | selftests/resctrl: Add a helper for the non-contiguous 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: Get domain id from cache id | Ilpo Järvinen |
2024-02-13 | selftests/resctrl: Rename resource ID to domain ID | Ilpo Järvinen |
2024-02-13 | selftests/resctrl: Add helper to convert L2/3 to integer | 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: Read in less obvious order to defeat prefetch optimizations | Ilpo Järvinen |
2024-02-13 | selftests/resctrl: Replace file write with volatile variable | 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: Convert perf related globals to locals | Ilpo Järvinen |
2024-02-13 | selftests/resctrl: Improve perf init | Ilpo Järvinen |
2024-02-13 | selftests/resctrl: Consolidate naming of perf event related things | Ilpo Järvinen |
2024-02-13 | selftests/resctrl: Remove nested calls in perf event handling | 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: Split measure_cache_vals() | Ilpo Järvinen |