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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-25
selftests/resctrl: Remove test type checks from cat_val()
Ilpo Järvinen
1
-27
/
+20
2023-07-25
selftests/resctrl: Pass the real number of tests to show_cache_info()
Ilpo Järvinen
3
-3
/
+3
2023-07-25
selftests/resctrl: Move CAT/CMT test global vars to function they are used in
Ilpo Järvinen
2
-14
/
+8
2023-07-25
selftests/resctrl: Don't use variable argument list for ->setup()
Ilpo Järvinen
7
-33
/
+7
2023-07-25
selftests/resctrl: Don't pass test name to fill_buf
Ilpo Järvinen
5
-26
/
+24
2023-07-25
selftests/resctrl: Improve parameter consistency in fill_buf
Ilpo Järvinen
1
-25
/
+24
2023-07-25
selftests/resctrl: Remove unnecessary startptr global from fill_buf
Ilpo Järvinen
1
-4
/
+1
2023-07-25
selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
Ilpo Järvinen
5
-43
/
+19
2023-07-25
selftests/resctrl: Remove duplicated preparation for span arg
Ilpo Järvinen
1
-5
/
+2
2023-07-25
selftests/resctrl: Express span internally in bytes
Ilpo Järvinen
3
-9
/
+4
2023-07-25
selftests/resctrl: Convert span to size_t
Ilpo Järvinen
7
-22
/
+23
2023-07-25
selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_param
Ilpo Järvinen
5
-6
/
+0
2023-07-25
selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...
Ilpo Järvinen
3
-21
/
+12
2023-07-25
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
5
-23
/
+46
2023-07-25
selftests/resctrl: Unmount resctrl FS before starting the first test
Ilpo Järvinen
2
-2
/
+11
2023-07-25
selftests/resctrl: Close perf value read fd on errors
Ilpo Järvinen
1
-7
/
+11
2023-07-25
selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
Ilpo Järvinen
1
-0
/
+1
2023-07-25
selftests/resctrl: Don't leak buffer in fill_cache()
Ilpo Järvinen
1
-1
/
+2
2023-07-25
selftests/resctrl: Add resctrl.h into build deps
Ilpo Järvinen
1
-1
/
+1
2023-04-14
selftests/resctrl: Fix incorrect error return on test complete
Reinette Chatre
1
-1
/
+1
2023-04-13
selftests/resctrl: Remove duplicate codes that clear each test result file
Shaopeng Tan
4
-16
/
+9
2023-04-13
selftests/resctrl: Commonize the signal handler register/unregister for all t...
Shaopeng Tan
4
-33
/
+58
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
3
-0
/
+3
2023-04-13
selftests/resctrl: Return MBA check result and make it to output message
Shaopeng Tan
1
-8
/
+8
2023-04-13
selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...
Shaopeng Tan
2
-7
/
+10
2023-04-13
selftests/resctrl: Use correct exit code when tests fail
Peter Newman
1
-5
/
+5
2023-04-10
selftests/resctrl: Correct get_llc_perf() param in function comment
Ilpo Järvinen
1
-1
/
+1
2023-04-10
selftests/resctrl: Use remount_resctrlfs() consistently with boolean
Ilpo Järvinen
5
-8
/
+7
2023-04-10
selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATH
Fenghua Yu
2
-2
/
+2
2023-04-10
selftests/resctrl: Change initialize_llc_perf() return type to void
Ilpo Järvinen
1
-8
/
+3
2023-04-10
selftests/resctrl: Replace obsolete memalign() with posix_memalign()
Ilpo Järvinen
1
-3
/
+4
2023-04-10
selftests/resctrl: Check for return value after write_schemata()
Ilpo Järvinen
1
-1
/
+6
2023-04-10
selftests/resctrl: Allow ->setup() to return errors
Ilpo Järvinen
7
-6
/
+12
2023-04-10
selftests/resctrl: Move ->setup() call outside of test specific branches
Ilpo Järvinen
1
-13
/
+6
2023-04-10
selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem
Ilpo Järvinen
1
-0
/
+2
2022-04-26
selftests/resctrl: Fix null pointer dereference on open failed
Colin Ian King
1
-1
/
+3
2022-04-26
selftests/resctrl: Add missing SPDX license to Makefile
Shaopeng Tan
1
-0
/
+2
2022-04-26
selftests/resctrl: Update README about using kselftest framework to build/run...
Shaopeng Tan
1
-7
/
+32
2022-04-26
selftests/resctrl: Make resctrl_tests run using kselftest framework
Shaopeng Tan
1
-13
/
+4
2022-04-26
selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...
Shaopeng Tan
1
-2
/
+2
2022-04-26
selftests/resctrl: Change the default limited time to 120 seconds
Shaopeng Tan
1
-0
/
+3
2022-04-26
selftests/resctrl: Kill child process before parent process terminates if SIG...
Shaopeng Tan
1
-0
/
+1
2022-04-26
selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...
Shaopeng Tan
1
-0
/
+4
2022-04-26
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
4
-17
/
+33
2021-06-08
selftests/resctrl: Fix incorrect parsing of option "-t"
Xiaochen Shen
2
-3
/
+3
2021-04-08
selftests/resctrl: Change a few printed messages
Fenghua Yu
4
-7
/
+7
2021-04-02
selftests/resctrl: Create .gitignore to include resctrl_tests
Fenghua Yu
1
-0
/
+2
2021-04-02
selftests/resctrl: Fix checking for < 0 for unsigned values
Fenghua Yu
1
-18
/
+23
2021-04-02
selftests/resctrl: Fix incorrect parsing of iMC counters
Fenghua Yu
1
-2
/
+20
[next]