index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2024-09-06
selftests:resctrl: Fix build failure on archs without __cpuid_count()
Shuah Khan
1
-2
/
+5
2024-07-11
selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()
Ilpo Järvinen
1
-4
/
+1
2024-06-26
selftests/resctrl: Fix non-contiguous CBM for AMD
Babu Moger
1
-10
/
+22
2024-05-06
selftests/resctrl: Move cleanups out of individual tests
Maciej Wieczor-Retman
1
-5
/
+2
2024-05-06
selftests/resctrl: Add cleanup function to test framework
Maciej Wieczor-Retman
1
-0
/
+1
2024-02-24
selftests/resctrl: Add non-contiguous CBMs CAT test
Maciej Wieczor-Retman
1
-0
/
+89
2024-02-24
selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
Ilpo Järvinen
1
-1
/
+2
2024-02-13
selftests/resctrl: Pass write_schemata() resource instead of test name
Ilpo Järvinen
1
-4
/
+7
2024-02-13
selftests/resctrl: Introduce generalized test framework
Ilpo Järvinen
1
-5
/
+13
2024-02-13
selftests/resctrl: Create struct for input parameters
Ilpo Järvinen
1
-9
/
+11
2024-02-13
selftests/resctrl: Restore the CPU affinity after CAT test
Ilpo Järvinen
1
-4
/
+9
2024-02-13
selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
Ilpo Järvinen
1
-152
/
+131
2024-02-13
selftests/resctrl: Open perf fd before start & add error handling
Ilpo Järvinen
1
-7
/
+7
2024-02-13
selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
Ilpo Järvinen
1
-1
/
+72
2024-02-13
selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
Ilpo Järvinen
1
-4
/
+4
2024-02-13
selftests/resctrl: Split show_cache_info() to test specific and generic parts
Ilpo Järvinen
1
-3
/
+27
2024-02-13
selftests/resctrl: Exclude shareable bits from schemata in CAT test
Ilpo Järvinen
1
-4
/
+8
2024-02-13
selftests/resctrl: Create cache_portion_size() helper
Ilpo Järvinen
1
-5
/
+5
2024-02-13
selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
Ilpo Järvinen
1
-6
/
+1
2024-02-13
selftests/resctrl: Return -1 instead of errno on error
Ilpo Järvinen
1
-2
/
+2
2024-02-13
selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
Ilpo Järvinen
1
-4
/
+4
2023-10-13
selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
Ilpo Järvinen
1
-8
/
+0
2023-10-13
selftests/resctrl: Simplify span lifetime
Ilpo Järvinen
1
-6
/
+7
2023-07-25
selftests/resctrl: Pass the real number of tests to show_cache_info()
Ilpo Järvinen
1
-1
/
+1
2023-07-25
selftests/resctrl: Move CAT/CMT test global vars to function they are used in
Ilpo Järvinen
1
-7
/
+4
2023-07-25
selftests/resctrl: Don't use variable argument list for ->setup()
Ilpo Järvinen
1
-7
/
+1
2023-07-25
selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_param
Ilpo Järvinen
1
-1
/
+0
2023-07-25
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
1
-6
/
+0
2023-04-13
selftests/resctrl: Commonize the signal handler register/unregister for all t...
Shaopeng Tan
1
-1
/
+8
2023-04-13
selftests/resctrl: Cleanup properly when an error occurs in CAT test
Shaopeng Tan
1
-11
/
+8
2023-04-13
selftests/resctrl: Flush stdout file buffer before executing fork()
Shaopeng Tan
1
-0
/
+1
2023-04-10
selftests/resctrl: Use remount_resctrlfs() consistently with boolean
Ilpo Järvinen
1
-1
/
+1
2023-04-10
selftests/resctrl: Allow ->setup() to return errors
Ilpo Järvinen
1
-1
/
+1
2022-04-26
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
1
-1
/
+1
2021-04-02
selftests/resctrl: Skip the test if requested resctrl feature is not supported
Fenghua Yu
1
-3
/
+0
2021-04-02
selftests/resctrl: Don't hard code value of "no_of_bits" variable
Fenghua Yu
1
-1
/
+4
2021-04-02
selftests/resctrl: Share show_cache_info() by CAT and CMT tests
Fenghua Yu
1
-25
/
+3
2021-04-02
selftests/resctrl: Call kselftest APIs to log test results
Fenghua Yu
1
-18
/
+19
2021-04-02
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
1
-1
/
+1
2021-04-02
selftests/resctrl: Fix compilation issues for global variables
Fenghua Yu
1
-5
/
+5
2020-02-11
selftests/resctrl: Disable MBA and MBM tests for AMD
Babu Moger
1
-2
/
+2
2020-02-11
selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
Fenghua Yu
1
-0
/
+250