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
/
resctrlfs.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-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: Use correct type for pids
Ilpo Järvinen
2024-07-11
selftests/resctrl: Make "bandwidth" consistent in comments & prints
Ilpo Järvinen
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-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: 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: Exclude shareable bits from schemata in CAT test
Ilpo Järvinen
2024-02-13
selftests/resctrl: Mark get_cache_size() cache_type const
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: Change function comments to say < 0 on error
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: Move run_benchmark() to a more fitting file
Maciej Wieczor-Retman
2023-10-13
selftests/resctrl: Fix schemata write error check
Maciej Wieczor-Retman
2023-10-13
selftests/resctrl: Refactor feature check to use resource and feature name
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: 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: Flush stdout file buffer before executing fork()
Shaopeng Tan
2023-04-13
selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...
Shaopeng Tan
2023-04-10
selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATH
Fenghua Yu
2022-04-25
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
2021-04-07
selftests/resctrl: Change a few printed messages
Fenghua Yu
2021-04-02
selftests/resctrl: Fix unmount resctrl FS
Fenghua Yu
2021-04-02
selftests/resctrl: Use resctrl/info for feature detection
Fenghua Yu
2021-04-02
selftests/resctrl: Check for resctrl mount point only if resctrl FS is supported
Fenghua Yu
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: Ensure sibling CPU is not same as original CPU
Reinette Chatre
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: Use cache index3 id for AMD schemata masks
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 MBM test
Fenghua Yu
2020-02-10
selftests/resctrl: Add basic resctrl file system operations and data
Sai Praneeth Prakhya