index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
Age
Commit message (
Expand
)
Author
2024-02-23
selftests/resctrl: Add non-contiguous CBMs CAT test
Maciej Wieczor-Retman
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-23
selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
Ilpo Järvinen
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: Create struct for input parameters
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: Read in less obvious order to defeat prefetch optimizations
Ilpo Järvinen
2024-02-13
selftests/resctrl: Replace file write with volatile variable
Ilpo Järvinen
2024-02-13
selftests/resctrl: Open perf fd before start & add error handling
Ilpo Järvinen
2024-02-13
selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
Ilpo Järvinen
2024-02-13
selftests/resctrl: Convert perf related globals to locals
Ilpo Järvinen
2024-02-13
selftests/resctrl: Improve perf init
Ilpo Järvinen
2024-02-13
selftests/resctrl: Consolidate naming of perf event related things
Ilpo Järvinen
2024-02-13
selftests/resctrl: Remove nested calls in perf event handling
Ilpo Järvinen
2024-02-13
selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
Ilpo Järvinen
2024-02-13
selftests/resctrl: Split show_cache_info() to test specific and generic parts
Ilpo Järvinen
2024-02-13
selftests/resctrl: Split measure_cache_vals()
Ilpo Järvinen
2024-02-13
selftests/resctrl: Exclude shareable bits from schemata in CAT test
Ilpo Järvinen
2024-02-13
selftests/resctrl: Create cache_portion_size() helper
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: Refactor fill_buf functions
Ilpo Järvinen
2024-02-13
selftests/resctrl: Split fill_buf to allow tests finer-grained control
Ilpo Järvinen
2024-02-13
selftests/resctrl: Change function comments to say < 0 on error
Ilpo Järvinen
2024-02-13
selftests/resctrl: Don't use ctrlc_handler() outside signal handling
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-18
selftests/resctrl: Fix MBM test failure when MBA unavailable
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: Reduce failures due to outliers in MBA/MBM tests
Ilpo Järvinen
2023-10-13
selftests/resctrl: Fix feature checks
Ilpo Järvinen
2023-10-13
selftests/resctrl: Refactor feature check to use resource and feature name
Ilpo Järvinen
2023-10-13
selftests/resctrl: Move _GNU_SOURCE define into Makefile
Ilpo Järvinen
2023-10-13
selftests/resctrl: Remove duplicate feature check from CMT test
Ilpo Järvinen
2023-10-13
selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
Ilpo Järvinen
2023-10-13
selftests/resctrl: Fix uninitialized .sa_flags
Ilpo Järvinen
2023-10-13
selftests/resctrl: Cleanup benchmark argument parsing
Ilpo Järvinen
2023-10-13
selftests/resctrl: Remove ben_count variable
Ilpo Järvinen
2023-10-13
selftests/resctrl: Make benchmark command const and build it with pointers
Ilpo Järvinen
2023-10-13
selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
Ilpo Järvinen
2023-10-13
selftests/resctrl: Simplify span lifetime
Ilpo Järvinen
2023-10-13
selftests/resctrl: Remove bw_report and bm_type from main()
Ilpo Järvinen
[next]