summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-08-23RISC-V: mm: Add tests for RISC-V mmCharlie Jenkins
2023-08-23perf build: Allow customization of clang options for BPF targetGuilherme Amadio
2023-08-23perf pmu: Pass PMU rather than aliases and formatIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers
2023-08-23selftests/bpf: Add selftest for allow_ptr_leaksYafang Shao
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_typeIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers
2023-08-23perf pmu: Reduce scope of perf_pmu_error()Ian Rogers
2023-08-23perf pmu: Move perf_pmu__set_format to pmu.yIan Rogers
2023-08-23perf pmu: Avoid a path name copyIan Rogers
2023-08-23perf script ibs: Remove unused includeIan Rogers
2023-08-23perf bench breakpoint: Skip run if no breakpoints availableKajol Jain
2023-08-23tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau
2023-08-23tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau
2023-08-23tools/nolibc: silence ppc64 compile warningsZhangjin Wu
2023-08-23selftests/nolibc: libc-test: use HOSTCC instead of CCZhangjin Wu
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu
2023-08-23selftests/nolibc: allow report with existing test logZhangjin Wu
2023-08-23selftests/nolibc: add test support for ppc64Zhangjin Wu
2023-08-23selftests/nolibc: add test support for ppc64leZhangjin Wu
2023-08-23selftests/nolibc: add test support for ppcZhangjin Wu
2023-08-23selftests/nolibc: add XARCH and ARCH mapping supportZhangjin Wu
2023-08-23tools/nolibc: add support for powerpc64Zhangjin Wu
2023-08-23tools/nolibc: add support for powerpcZhangjin Wu
2023-08-23selftests/nolibc: enable compiler warningsThomas Weißschuh
2023-08-23selftests/nolibc: don't strip nolibc-testThomas Weißschuh
2023-08-23selftests/nolibc: prevent out of bounds access in expect_vfprintfThomas Weißschuh
2023-08-23selftests/nolibc: use correct return type for read() and write()Thomas Weißschuh
2023-08-23selftests/nolibc: avoid sign-compare warningsThomas Weißschuh
2023-08-23selftests/nolibc: avoid unused parameter warningsThomas Weißschuh
2023-08-23selftests/nolibc: make functions static if possibleThomas Weißschuh
2023-08-23selftests/nolibc: mark test helpers as potentially unusedThomas Weißschuh
2023-08-23selftests/nolibc: drop unused variablesThomas Weißschuh
2023-08-23selftests/nolibc: avoid warnings during intptr testsWilly Tarreau
2023-08-23tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh
2023-08-23tools/nolibc: sys: avoid implicit sign castThomas Weißschuh
2023-08-23tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh
2023-08-23tools/nolibc: drop unused variablesThomas Weißschuh
2023-08-23selftests/nolibc: add testcase for pipeYuan Tan
2023-08-23tools/nolibc: add pipe() and pipe2() supportYuan Tan
2023-08-23selftests/nolibc: mmap_munmap_good: fix up return valueZhangjin Wu
2023-08-23selftests/nolibc: avoid buffer underrun in space printingThomas Weißschuh
2023-08-23tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts
2023-08-23selftests/nolibc: allow test -include /path/to/nolibc.hZhangjin Wu
2023-08-23selftests/nolibc: allow run nolibc-test locallyZhangjin Wu
2023-08-23selftests/nolibc: add testcases for startup codeZhangjin Wu
2023-08-23selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLTZhangjin Wu
2023-08-23tools/nolibc: s390: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu