index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
Age
Commit message (
Expand
)
Author
Files
Lines
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
7
-38
/
+38
2024-02-13
selftests/resctrl: Introduce generalized test framework
Ilpo Järvinen
7
-121
/
+148
2024-02-13
selftests/resctrl: Create struct for input parameters
Ilpo Järvinen
7
-71
/
+95
2024-02-13
selftests/resctrl: Restore the CPU affinity after CAT test
Ilpo Järvinen
4
-9
/
+42
2024-02-13
selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
Ilpo Järvinen
4
-199
/
+139
2024-02-13
selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
Ilpo Järvinen
1
-8
/
+30
2024-02-13
selftests/resctrl: Replace file write with volatile variable
Ilpo Järvinen
3
-21
/
+16
2024-02-13
selftests/resctrl: Open perf fd before start & add error handling
Ilpo Järvinen
3
-11
/
+23
2024-02-13
selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
Ilpo Järvinen
3
-87
/
+90
2024-02-13
selftests/resctrl: Convert perf related globals to locals
Ilpo Järvinen
1
-32
/
+40
2024-02-13
selftests/resctrl: Improve perf init
Ilpo Järvinen
1
-10
/
+6
2024-02-13
selftests/resctrl: Consolidate naming of perf event related things
Ilpo Järvinen
1
-21
/
+21
2024-02-13
selftests/resctrl: Remove nested calls in perf event handling
Ilpo Järvinen
1
-50
/
+14
2024-02-13
selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
Ilpo Järvinen
3
-19
/
+13
2024-02-13
selftests/resctrl: Split show_cache_info() to test specific and generic parts
Ilpo Järvinen
4
-44
/
+66
2024-02-13
selftests/resctrl: Split measure_cache_vals()
Ilpo Järvinen
3
-27
/
+41
2024-02-13
selftests/resctrl: Exclude shareable bits from schemata in CAT test
Ilpo Järvinen
3
-4
/
+99
2024-02-13
selftests/resctrl: Create cache_portion_size() helper
Ilpo Järvinen
3
-9
/
+33
2024-02-13
selftests/resctrl: Mark get_cache_size() cache_type const
Ilpo Järvinen
2
-2
/
+2
2024-02-13
selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
Ilpo Järvinen
4
-24
/
+41
2024-02-13
selftests/resctrl: Refactor fill_buf functions
Ilpo Järvinen
2
-43
/
+18
2024-02-13
selftests/resctrl: Split fill_buf to allow tests finer-grained control
Ilpo Järvinen
1
-6
/
+15
2024-02-13
selftests/resctrl: Change function comments to say < 0 on error
Ilpo Järvinen
2
-6
/
+6
2024-02-13
selftests/resctrl: Don't use ctrlc_handler() outside signal handling
Ilpo Järvinen
1
-1
/
+0
2024-02-13
selftests/resctrl: Return -1 instead of errno on error
Ilpo Järvinen
7
-14
/
+14
2024-02-13
selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
Ilpo Järvinen
9
-70
/
+77
2023-10-18
selftests/resctrl: Fix MBM test failure when MBA unavailable
Ilpo Järvinen
1
-1
/
+1
2023-10-13
selftests/resctrl: Move run_benchmark() to a more fitting file
Maciej Wieczor-Retman
3
-53
/
+50
2023-10-13
selftests/resctrl: Fix schemata write error check
Maciej Wieczor-Retman
1
-15
/
+26
2023-10-13
selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests
Ilpo Järvinen
2
-2
/
+2
2023-10-13
selftests/resctrl: Fix feature checks
Ilpo Järvinen
1
-2
/
+5
2023-10-13
selftests/resctrl: Refactor feature check to use resource and feature name
Ilpo Järvinen
3
-51
/
+34
2023-10-13
selftests/resctrl: Move _GNU_SOURCE define into Makefile
Ilpo Järvinen
2
-2
/
+1
2023-10-13
selftests/resctrl: Remove duplicate feature check from CMT test
Ilpo Järvinen
1
-3
/
+0
2023-10-13
selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
Ilpo Järvinen
3
-44
/
+55
2023-10-13
selftests/resctrl: Fix uninitialized .sa_flags
Ilpo Järvinen
1
-2
/
+2
2023-10-13
selftests/resctrl: Cleanup benchmark argument parsing
Ilpo Järvinen
1
-23
/
+23
2023-10-13
selftests/resctrl: Remove ben_count variable
Ilpo Järvinen
1
-3
/
+2
2023-10-13
selftests/resctrl: Make benchmark command const and build it with pointers
Ilpo Järvinen
6
-35
/
+53
2023-10-13
selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
Ilpo Järvinen
1
-8
/
+8
2023-10-13
selftests/resctrl: Simplify span lifetime
Ilpo Järvinen
6
-25
/
+26
2023-10-13
selftests/resctrl: Remove bw_report and bm_type from main()
Ilpo Järvinen
4
-17
/
+13
2023-10-13
selftests/resctrl: Correct benchmark command help
Ilpo Järvinen
1
-2
/
+2
2023-10-13
selftests/resctrl: Ensure the benchmark commands fits to its array
Ilpo Järvinen
1
-0
/
+5
2023-10-13
selftests/resctrl: Fix wrong format specifier
Maciej Wieczor-Retman
1
-1
/
+1
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
[prev]
[next]