aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-01-10tools/nolibc: add auxiliary vector retrieval for riscvWilly Tarreau1-0/+10
2023-01-10tools/nolibc: add auxiliary vector retrieval for armWilly Tarreau1-0/+13
2023-01-10tools/nolibc: add auxiliary vector retrieval for arm64Willy Tarreau1-0/+7
2023-01-10tools/nolibc: add auxiliary vector retrieval for x86_64Willy Tarreau1-0/+7
2023-01-10tools/nolibc: add auxiliary vector retrieval for i386Willy Tarreau1-0/+7
2023-01-10tools/nolibc: export environ as a weak symbol on s390Sven Schnelle1-0/+4
2023-01-10tools/nolibc: export environ as a weak symbol on riscvWilly Tarreau1-0/+4
2023-01-10tools/nolibc: export environ as a weak symbol on mipsWilly Tarreau1-0/+5
2023-01-10tools/nolibc: export environ as a weak symbol on armWilly Tarreau1-1/+8
2023-01-10tools/nolibc: export environ as a weak symbol on arm64Willy Tarreau1-0/+4
2023-01-10tools/nolibc: export environ as a weak symbol on i386Willy Tarreau1-0/+3
2023-01-10tools/nolibc: export environ as a weak symbol on x86_64Willy Tarreau1-0/+3
2023-01-10tools/nolibc: make errno a weak symbol instead of a static oneWilly Tarreau1-3/+1
2023-01-10tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau8-84/+1
2023-01-10tools/nolibc: support thumb mode with frame pointers on ARMWilly Tarreau1-13/+47
2023-01-10tools/nolibc: enable support for thumb1 mode for ARMWilly Tarreau1-4/+10
2023-01-10tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau7-133/+135
2023-01-10perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo1-0/+2
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers2-9/+14
2023-01-10perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo2-20/+0
2023-01-10perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan1-12/+24
2023-01-10perf kmem: Support legacy tracepointsLeo Yan1-3/+26
2023-01-10perf build: Properly guard libbpf includesIan Rogers2-0/+8
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Guillaume Nault1-4/+36
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Guillaume Nault1-69/+93
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Guillaume Nault1-4/+4
2023-01-09rcutorture: build initrd for rcutorture with nolibcSven Schnelle1-1/+1
2023-01-09rcutorture: add support for s390Sven Schnelle1-0/+6
2023-01-09selftests/nolibc: add s390 supportSven Schnelle1-1/+6
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau1-7/+7
2023-01-09nolibc: add support for s390Sven Schnelle3-0/+226
2023-01-09tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau1-1/+4
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau10-0/+29
2023-01-09tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau1-0/+2
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh1-7/+7
2023-01-09nolibc: fix fd_set typeSven Schnelle1-23/+30
2023-01-09objtool: Tolerate STT_NOTYPE symbols at end of sectionNicholas Piggin1-0/+9
2023-01-09perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...Athira Rajeev1-0/+2
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac1-1/+1
2023-01-09selftest: mptcp: add test for mptcp socket in useMenglong Dong1-5/+51
2023-01-09selftest: mptcp: exit from copyfd_io_poll() when receive SIGUSR1Menglong Dong1-2/+2
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson1-0/+4
2023-01-08Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+3
2023-01-07objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin1-0/+2
2023-01-07selftests/membarrier: Test MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski3-2/+39
2023-01-06Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pu...Linus Torvalds13-32/+70
2023-01-06libbpf: Poison strlcpy()Rong Tao1-2/+2
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski350-118926/+86586
2023-01-05tools/testing/cxl: Prevent cxl_test from confusing production modulesDan Williams8-0/+69
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds14-6/+395