index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
/
resctrlfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()
Ilpo Järvinen
1
-19
/
+14
2024-07-11
selftests/resctrl: Convert ctrlgrp & mongrp to pointers
Ilpo Järvinen
1
-9
/
+7
2024-07-11
selftests/resctrl: Make some strings passed to resctrlfs functions const
Ilpo Järvinen
1
-3
/
+4
2024-07-11
selftests/resctrl: Simplify bandwidth report type handling
Ilpo Järvinen
1
-7
/
+6
2024-07-11
selftests/resctrl: Use correct type for pids
Ilpo Järvinen
1
-1
/
+1
2024-07-11
selftests/resctrl: Make "bandwidth" consistent in comments & prints
Ilpo Järvinen
1
-1
/
+1
2024-02-24
selftests/resctrl: Add resource_info_file_exists()
Maciej Wieczor-Retman
1
-0
/
+25
2024-02-24
selftests/resctrl: Split validate_resctrl_feature_request()
Maciej Wieczor-Retman
1
-11
/
+24
2024-02-24
selftests/resctrl: Add a helper for the non-contiguous test
Maciej Wieczor-Retman
1
-0
/
+36
2024-02-13
selftests/resctrl: Get domain id from cache id
Ilpo Järvinen
1
-9
/
+18
2024-02-13
selftests/resctrl: Rename resource ID to domain ID
Ilpo Järvinen
1
-9
/
+9
2024-02-13
selftests/resctrl: Add helper to convert L2/3 to integer
Ilpo Järvinen
1
-8
/
+20
2024-02-13
selftests/resctrl: Pass write_schemata() resource instead of test name
Ilpo Järvinen
1
-18
/
+6
2024-02-13
selftests/resctrl: Introduce generalized test framework
Ilpo Järvinen
1
-0
/
+5
2024-02-13
selftests/resctrl: Restore the CPU affinity after CAT test
Ilpo Järvinen
1
-3
/
+30
2024-02-13
selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
Ilpo Järvinen
1
-43
/
+1
2024-02-13
selftests/resctrl: Exclude shareable bits from schemata in CAT test
Ilpo Järvinen
1
-0
/
+89
2024-02-13
selftests/resctrl: Mark get_cache_size() cache_type const
Ilpo Järvinen
1
-1
/
+1
2024-02-13
selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
Ilpo Järvinen
1
-13
/
+38
2024-02-13
selftests/resctrl: Change function comments to say < 0 on error
Ilpo Järvinen
1
-5
/
+5
2024-02-13
selftests/resctrl: Return -1 instead of errno on error
Ilpo Järvinen
1
-1
/
+1
2024-02-13
selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
Ilpo Järvinen
1
-21
/
+21
2023-10-13
selftests/resctrl: Move run_benchmark() to a more fitting file
Maciej Wieczor-Retman
1
-52
/
+0
2023-10-13
selftests/resctrl: Fix schemata write error check
Maciej Wieczor-Retman
1
-15
/
+26
2023-10-13
selftests/resctrl: Refactor feature check to use resource and feature name
Ilpo Järvinen
1
-42
/
+27
2023-07-25
selftests/resctrl: Don't pass test name to fill_buf
Ilpo Järvinen
1
-3
/
+8
2023-07-25
selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
Ilpo Järvinen
1
-7
/
+5
2023-07-25
selftests/resctrl: Express span internally in bytes
Ilpo Järvinen
1
-7
/
+2
2023-07-25
selftests/resctrl: Convert span to size_t
Ilpo Järvinen
1
-1
/
+1
2023-07-25
selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...
Ilpo Järvinen
1
-16
/
+7
2023-07-25
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
1
-2
/
+5
2023-07-25
selftests/resctrl: Unmount resctrl FS before starting the first test
Ilpo Järvinen
1
-2
/
+8
2023-04-13
selftests/resctrl: Flush stdout file buffer before executing fork()
Shaopeng Tan
1
-0
/
+1
2023-04-13
selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...
Shaopeng Tan
1
-1
/
+3
2023-04-10
selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATH
Fenghua Yu
1
-1
/
+1
2022-04-26
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
1
-1
/
+1
2021-04-08
selftests/resctrl: Change a few printed messages
Fenghua Yu
1
-2
/
+2
2021-04-02
selftests/resctrl: Fix unmount resctrl FS
Fenghua Yu
1
-0
/
+3
2021-04-02
selftests/resctrl: Use resctrl/info for feature detection
Fenghua Yu
1
-11
/
+41
2021-04-02
selftests/resctrl: Check for resctrl mount point only if resctrl FS is supported
Fenghua Yu
1
-0
/
+3
2021-04-02
selftests/resctrl: Call kselftest APIs to log test results
Fenghua Yu
1
-29
/
+16
2021-04-02
selftests/resctrl: Rename CQM test as CMT test
Fenghua Yu
1
-5
/
+5
2021-04-02
selftests/resctrl: Ensure sibling CPU is not same as original CPU
Reinette Chatre
1
-1
/
+1
2021-04-02
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
1
-8
/
+9
2021-04-02
selftests/resctrl: Fix compilation issues for global variables
Fenghua Yu
1
-5
/
+5
2020-02-11
selftests/resctrl: Use cache index3 id for AMD schemata masks
Babu Moger
1
-2
/
+7
2020-02-11
selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
Fenghua Yu
1
-1
/
+2
2020-02-11
selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
Fenghua Yu
1
-8
/
+185
2020-02-11
selftests/resctrl: Add MBM test
Fenghua Yu
1
-0
/
+77
2020-02-11
selftests/resctrl: Add basic resctrl file system operations and data
Sai Praneeth Prakhya
1
-0
/
+462