summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: reformat list of headers to be installedThomas Weißschuh2023-06-091-2/+16
* tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh2023-06-091-0/+8
* tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh2023-06-091-2/+3
* tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: fix typo pint -> pointThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
* tools/nolibc: mips: add stackprotector supportThomas Weißschuh2023-06-092-1/+8
* tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
* tools/nolibc: arm: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
* tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
* selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh2023-06-091-4/+11
* selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu2023-06-091-1/+1
* tools/nolibc/unistd: add syscall()Thomas Weißschuh2023-06-092-0/+17
* tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu2023-06-091-5/+9
* tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh2023-06-092-8/+1
* tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh2023-06-091-0/+20
* tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2023-06-092-0/+11
* tools/nolibc: validate C89 compatibilityThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-0911-155/+155
* tools/nolibc: use __inline__ syntaxThomas Weißschuh2023-06-091-9/+9
* tools/nolibc: use standard __asm__ statementsThomas Weißschuh2023-06-092-3/+3
* tools/nolibc: Fix build of stdio.h due to header orderingMark Brown2023-06-091-1/+1
* tools/nolibc: add testcases for vfprintfThomas Weißschuh2023-06-091-0/+86
* tools/nolibc: implement fd-based FILE streamsThomas Weißschuh2023-06-091-27/+68
* tools/nolibc: add wrapper for memfd_createThomas Weißschuh2023-06-091-0/+23
* tools/nolibc: add libc-test binaryThomas Weißschuh2023-06-092-0/+7
* tools/nolibc: fix build of the test case using glibcWilly Tarreau2023-06-091-0/+2
* tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau2023-06-091-1/+2
* tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh2023-06-091-6/+2
* Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-07514-144556/+167669
|\
| * Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-066-20/+14
| * Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo2023-05-061-10/+7
| * perf metrics: Fix SEGV with --for-each-cgroupIan Rogers2023-05-061-0/+1
| * perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2023-05-063-20/+174
| * perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-052-2/+7
| * perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter2023-05-031-1/+0
| * perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter2023-05-031-2/+0
| * perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong2023-05-021-0/+1
| * perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni2023-05-021-1/+23
| * perf build: Fix unescaped # in perf build-testJames Clark2023-05-021-1/+1
| * perf unwind: Suppress massive unsupported target platform errorsChangbin Du2023-05-021-1/+1
| * perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman2023-05-022-5/+5
| * perf script: Print raw ip instead of binary offset for callchainChangbin Du2023-05-021-7/+2
| * perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-021-1/+1
| * perf list: Modify the warning message about scandirat(3)Namhyung Kim2023-05-021-1/+1
| * perf list: Fix memory leaks in print_tracepoint_events()Namhyung Kim2023-05-021-4/+8
| * perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim2023-05-021-7/+7
| * perf lock contention: Fix struct rq lock accessNamhyung Kim2023-05-021-4/+4
| * perf stat: Disable TopdownL1 on hybridIan Rogers2023-04-291-1/+7
| * perf stat: Avoid SEGV on counter->nameIan Rogers2023-04-291-1/+1