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