summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh9-8/+18
2023-06-09tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh1-12/+2
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh11-30/+42
2023-06-09tools/nolibc: reformat list of headers to be installedThomas Weißschuh1-2/+16
2023-06-09tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh1-0/+8
2023-06-09tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh1-2/+3
2023-06-09tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: fix typo pint -> pointThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh2-1/+8
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh1-4/+11
2023-06-09selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu1-1/+1
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh2-0/+17
2023-06-09tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu1-5/+9
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh2-8/+1
2023-06-09tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh1-0/+20
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2-0/+11
2023-06-09tools/nolibc: validate C89 compatibilityThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh11-155/+155
2023-06-09tools/nolibc: use __inline__ syntaxThomas Weißschuh1-9/+9
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh2-3/+3
2023-06-09tools/nolibc: Fix build of stdio.h due to header orderingMark Brown1-1/+1
2023-06-09tools/nolibc: add testcases for vfprintfThomas Weißschuh1-0/+86
2023-06-09tools/nolibc: implement fd-based FILE streamsThomas Weißschuh1-27/+68
2023-06-09tools/nolibc: add wrapper for memfd_createThomas Weißschuh1-0/+23
2023-06-09tools/nolibc: add libc-test binaryThomas Weißschuh2-0/+7
2023-06-09tools/nolibc: fix build of the test case using glibcWilly Tarreau1-0/+2
2023-06-09tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau1-1/+2
2023-06-09tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh1-6/+2
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds514-144556/+167669
2023-05-07Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo6-20/+14
2023-05-07Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo1-10/+7
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-7/+10
2023-05-06perf metrics: Fix SEGV with --for-each-cgroupIan Rogers1-0/+1
2023-05-06perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo3-20/+174
2023-05-05perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2-2/+7
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+40
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds21-3/+518
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter1-1/+0
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter1-2/+0
2023-05-03selftests: netfilter: fix libmnl pkg-config usageJeremy Sowden1-2/+5
2023-05-03selftests/ksm: ksm_functional_tests: add prctl unmerge testDavid Hildenbrand1-6/+40
2023-05-02perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong1-0/+1
2023-05-02perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni1-1/+23
2023-05-02perf build: Fix unescaped # in perf build-testJames Clark1-1/+1
2023-05-02perf unwind: Suppress massive unsupported target platform errorsChangbin Du1-1/+1
2023-05-02perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman2-5/+5