index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
/
fill_buf.c
Age
Commit message (
Expand
)
Author
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: 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: Convert perror() to ksft_perror() or ksft_print_msg()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Don't pass test name to fill_buf
Ilpo Järvinen
2023-07-25
selftests/resctrl: Improve parameter consistency in fill_buf
Ilpo Järvinen
2023-07-25
selftests/resctrl: Remove unnecessary startptr global from fill_buf
Ilpo Järvinen
2023-07-25
selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Convert span to size_t
Ilpo Järvinen
2023-07-25
selftests/resctrl: Don't leak buffer in fill_cache()
Ilpo Järvinen
2023-04-13
selftests/resctrl: Commonize the signal handler register/unregister for all t...
Shaopeng Tan
2023-04-10
selftests/resctrl: Replace obsolete memalign() with posix_memalign()
Ilpo Järvinen
2023-04-10
selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem
Ilpo Järvinen
2022-04-26
selftests/resctrl: Fix null pointer dereference on open failed
Colin Ian King
2021-04-02
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
2020-03-13
selftests/resctrl: fix spelling mistake "Errror" -> "Error"
Colin Ian King
2020-02-10
selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
Fenghua Yu
2020-02-10
selftests/resctrl: Add built in benchmark
Sai Praneeth Prakhya