summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2023-10-13selftests/resctrl: Remove duplicate feature check from CMT testIlpo Järvinen-3/+0
2023-10-13selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen-44/+55
2023-10-13selftests/resctrl: Fix uninitialized .sa_flagsIlpo Järvinen-2/+2
2023-10-13selftests/resctrl: Cleanup benchmark argument parsingIlpo Järvinen-23/+23
2023-10-13selftests/resctrl: Remove ben_count variableIlpo Järvinen-3/+2
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen-35/+53
2023-10-13selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd initIlpo Järvinen-8/+8
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen-25/+26
2023-10-13selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen-17/+13
2023-10-13selftests/resctrl: Correct benchmark command helpIlpo Järvinen-2/+2
2023-10-13selftests/resctrl: Ensure the benchmark commands fits to its arrayIlpo Järvinen-0/+5
2023-10-13selftests/resctrl: Fix wrong format specifierMaciej Wieczor-Retman-1/+1
2023-10-13selftests/mm: Substitute attribute with a macroMaciej Wieczor-Retman-2/+2
2023-10-13selftests/kvm: Replace attribute with macroMaciej Wieczor-Retman-4/+4
2023-10-13selftests/sigaltstack: Fix wrong format specifierMaciej Wieczor-Retman-1/+1
2023-10-13selftests/pidfd: Fix ksft print formatsMaciej Wieczor-Retman-7/+7
2023-10-13selftests/openat2: Fix wrong format specifierMaciej Wieczor-Retman-1/+1
2023-10-13selftests/cachestat: Fix print_cachestat formatMaciej Wieczor-Retman-1/+1
2023-10-13selftests: Add printf attribute to kselftest printsMaciej Wieczor-Retman-8/+10
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov-3/+3
2023-10-13kselftest/arm64: add FEAT_LSE128 to hwcap testJoey Gouly-0/+21
2023-10-13selftests/arm64: add HWCAP2_LRCPC3 testJoey Gouly-0/+20
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+5
2023-10-13selftests: netdevsim: use suitable existing dummy file for flash testJiri Pirko-7/+14
2023-10-13selftests: fdb_flush: Add test cases for FDB flush with bridge deviceAmit Cohen-0/+96
2023-10-13selftests: Add test cases for FDB flush with VXLAN deviceAmit Cohen-0/+717
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-110/+566
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-73/+331
2023-10-12selftests/nolibc: add tests for multi-object linkageThomas Weißschuh-6/+45
2023-10-12selftests/nolibc: use qemu-system-ppc64 for ppc64leThomas Weißschuh-1/+1
2023-10-12tools/nolibc: add support for constructors and destructorsThomas Weißschuh-1/+39
2023-10-12tools/nolibc: drop test for getauxval(AT_PAGESZ)Thomas Weißschuh-1/+0
2023-10-12tools/nolibc: automatically detect necessity to use pselect6Thomas Weißschuh-14/+6
2023-10-12tools/nolibc: don't define new syscall numberThomas Weißschuh-4/+3
2023-10-12tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacksThomas Weißschuh-17/+27
2023-10-12selftests/nolibc: allow building i386 with multiarch compilerThomas Weißschuh-0/+1
2023-10-12selftests/nolibc: don't embed initramfs into kernel imageThomas Weißschuh-16/+27
2023-10-12selftests/nolibc: libc-test: avoid -Wstringop-overflow warningsThomas Weißschuh-3/+3
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_up()` functionAmmar Faizi-13/+7
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_down()` functionAmmar Faizi-10/+0
2023-10-12tools/nolibc: x86-64: Use `rep stosb` for `memset()`Ammar Faizi-0/+15
2023-10-12tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`Ammar Faizi-0/+33
2023-10-12selftests/nolibc: use -nostdinc for nolibc-testThomas Weißschuh-1/+1
2023-10-12tools/nolibc: add stdarg.h headerThomas Weißschuh-5/+21
2023-10-12tools/nolibc: mark start_c as weakThomas Weißschuh-0/+1
2023-10-12tools/nolibc: i386: Fix a stack misalign bug on _startAmmar Faizi-1/+3
2023-10-12selftests/thermel/intel: Add test to read power floor statusSrinivas Pandruvada-0/+121
2023-10-12perf cs-etm: Fix incorrect or missing decoder for raw traceBesar Wicaksono-41/+65
2023-10-12perf bpf_counter: Fix a few memory leaksIan Rogers-1/+4
2023-10-12perf header: Fix various error path memory leaksIan Rogers-26/+34