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