summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl
AgeCommit message (Expand)AuthorFilesLines
2026-05-05selftests/resctrl: Reduce L2 impact on CAT testReinette Chatre1-0/+4
2026-05-05selftests/resctrl: Simplify perf usage in CAT testReinette Chatre3-25/+7
2026-05-05selftests/resctrl: Remove requirement on cache miss rateReinette Chatre1-28/+5
2026-05-05selftests/resctrl: Raise threshold at which MBM and PMU values are comparedReinette Chatre3-3/+3
2026-05-05selftests/resctrl: Increase size of buffer used in MBM and MBA testsReinette Chatre1-2/+2
2026-05-05selftests/resctrl: Support multiple events associated with iMCReinette Chatre1-25/+93
2026-05-05selftests/resctrl: Prepare for parsing multiple events per iMCReinette Chatre1-6/+6
2026-05-05selftests/resctrl: Do not store iMC counter value in counter config structureReinette Chatre1-6/+5
2026-05-05selftests/resctrl: Reduce interference from L2 occupancy during cache occupan...Reinette Chatre3-4/+26
2026-05-05selftests/resctrl: Improve accuracy of cache occupancy testReinette Chatre5-6/+34
2026-01-10selftests/resctrl: Fix non-contiguous CBM check for HygonXiaochen Shen1-2/+4
2026-01-10selftests/resctrl: Add CPU vendor detection for HygonXiaochen Shen2-0/+3
2026-01-10selftests/resctrl: Define CPU vendor IDs as bits to match usageXiaochen Shen2-11/+22
2026-01-10selftests/resctrl: Fix a division by zero error on HygonXiaochen Shen1-0/+10
2025-11-28selftests: complete kselftest include centralizationBala-Vignesh-Reddy1-1/+1
2025-01-15selftests/resctrl: Discover SNC kernel support and adjust messagesMaciej Wieczor-Retman5-4/+39
2025-01-15selftests/resctrl: Adjust effective L3 cache size with SNC enabledMaciej Wieczor-Retman4-1/+119
2024-11-05selftests/resctrl: Replace magic constants used as array sizeReinette Chatre1-1/+2
2024-11-05selftests/resctrl: Keep results from first test runReinette Chatre3-17/+8
2024-11-05selftests/resctrl: Do not compare performance counters and resctrl at low ban...Reinette Chatre2-0/+17
2024-11-05selftests/resctrl: Use cache size to determine "fill_buf" buffer sizeReinette Chatre5-4/+28
2024-11-05selftests/resctrl: Ensure measurements skip initialization of default benchmarkReinette Chatre3-161/+50
2024-11-05selftests/resctrl: Make benchmark parameter passing robustReinette Chatre7-96/+178
2024-11-05selftests/resctrl: Remove unused measurement codeReinette Chatre5-182/+85
2024-11-05selftests/resctrl: Only support measured read operationReinette Chatre4-31/+9
2024-11-05selftests/resctrl: Remove "once" parameter required to be falseReinette Chatre4-16/+13
2024-11-05selftests/resctrl: Make wraparound handling obviousReinette Chatre1-5/+7
2024-11-05selftests/resctrl: Protect against array overflow when reading stringsReinette Chatre2-3/+3
2024-11-05selftests/resctrl: Protect against array overrun during iMC config parsingReinette Chatre1-2/+1
2024-11-05selftests/resctrl: Fix memory overflow due to unhandled wraparoundReinette Chatre1-1/+1
2024-11-05selftests/resctrl: Print accurate buffer size as part of MBM resultsReinette Chatre1-2/+14
2024-11-05selftests/resctrl: Make functions only used in same file staticReinette Chatre1-4/+4
2024-09-06selftests:resctrl: Fix build failure on archs without __cpuid_count()Shuah Khan1-2/+5
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-07-11selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()Ilpo Järvinen7-38/+17
2024-07-11selftests/resctrl: Remove mongrp from CMT testIlpo Järvinen1-3/+2
2024-07-11selftests/resctrl: Remove mongrp from MBA testIlpo Järvinen1-1/+0
2024-07-11selftests/resctrl: Convert ctrlgrp & mongrp to pointersIlpo Järvinen2-11/+9
2024-07-11selftests/resctrl: Make some strings passed to resctrlfs functions constIlpo Järvinen2-6/+8
2024-07-11selftests/resctrl: Simplify bandwidth report type handlingIlpo Järvinen5-25/+20
2024-07-11selftests/resctrl: Add ->init() callback into resctrl_val_paramIlpo Järvinen5-63/+60
2024-07-11selftests/resctrl: Add ->measure() callback to resctrl_val_paramIlpo Järvinen5-15/+35
2024-07-11selftests/resctrl: Simplify mem bandwidth file code for MBA & MBM testsIlpo Järvinen2-42/+4
2024-07-11selftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & documentIlpo Järvinen1-3/+8
2024-07-11selftests/resctrl: Cleanup bm_pid and ppid usage & limit scopeIlpo Järvinen2-17/+15
2024-07-11selftests/resctrl: Use correct type for pidsIlpo Järvinen4-12/+12
2024-07-11selftests/resctrl: Consolidate get_domain_id() into resctrl_val()Ilpo Järvinen1-20/+13
2024-07-11selftests/resctrl: Make "bandwidth" consistent in comments & printsIlpo Järvinen2-8/+8
2024-07-11selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) onlyIlpo Järvinen1-50/+91
2024-07-11selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of ...Ilpo Järvinen1-18/+36