index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2023-01-10
tools/nolibc: add auxiliary vector retrieval for riscv
Willy Tarreau
-0
/
+10
2023-01-10
tools/nolibc: add auxiliary vector retrieval for arm
Willy Tarreau
-0
/
+13
2023-01-10
tools/nolibc: add auxiliary vector retrieval for arm64
Willy Tarreau
-0
/
+7
2023-01-10
tools/nolibc: add auxiliary vector retrieval for x86_64
Willy Tarreau
-0
/
+7
2023-01-10
tools/nolibc: add auxiliary vector retrieval for i386
Willy Tarreau
-0
/
+7
2023-01-10
tools/nolibc: export environ as a weak symbol on s390
Sven Schnelle
-0
/
+4
2023-01-10
tools/nolibc: export environ as a weak symbol on riscv
Willy Tarreau
-0
/
+4
2023-01-10
tools/nolibc: export environ as a weak symbol on mips
Willy Tarreau
-0
/
+5
2023-01-10
tools/nolibc: export environ as a weak symbol on arm
Willy Tarreau
-1
/
+8
2023-01-10
tools/nolibc: export environ as a weak symbol on arm64
Willy Tarreau
-0
/
+4
2023-01-10
tools/nolibc: export environ as a weak symbol on i386
Willy Tarreau
-0
/
+3
2023-01-10
tools/nolibc: export environ as a weak symbol on x86_64
Willy Tarreau
-0
/
+3
2023-01-10
tools/nolibc: make errno a weak symbol instead of a static one
Willy Tarreau
-3
/
+1
2023-01-10
tools/nolibc: remove local definitions of O_* flags for open/fcntl
Willy Tarreau
-84
/
+1
2023-01-10
tools/nolibc: support thumb mode with frame pointers on ARM
Willy Tarreau
-13
/
+47
2023-01-10
tools/nolibc: enable support for thumb1 mode for ARM
Willy Tarreau
-4
/
+10
2023-01-10
tools/nolibc: make compiler and assembler agree on the section around _start
Willy Tarreau
-133
/
+135
2023-01-10
perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1
Arnaldo Carvalho de Melo
-0
/
+2
2023-01-10
perf build: Fix build error when NO_LIBBPF=1
Ian Rogers
-9
/
+14
2023-01-10
perf tools: Don't install libtraceevent plugins as its not anymore in the ker...
Arnaldo Carvalho de Melo
-20
/
+0
2023-01-10
perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...
Leo Yan
-12
/
+24
2023-01-10
perf kmem: Support legacy tracepoints
Leo Yan
-3
/
+26
2023-01-10
perf build: Properly guard libbpf includes
Ian Rogers
-0
/
+8
2023-01-10
selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.
Guillaume Nault
-4
/
+36
2023-01-10
selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.
Guillaume Nault
-69
/
+93
2023-01-10
selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".
Guillaume Nault
-4
/
+4
2023-01-09
rcutorture: build initrd for rcutorture with nolibc
Sven Schnelle
-1
/
+1
2023-01-09
rcutorture: add support for s390
Sven Schnelle
-0
/
+6
2023-01-09
selftests/nolibc: add s390 support
Sven Schnelle
-1
/
+6
2023-01-09
tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
Willy Tarreau
-7
/
+7
2023-01-09
nolibc: add support for s390
Sven Schnelle
-0
/
+226
2023-01-09
tools/nolibc: prevent gcc from making memset() loop over itself
Willy Tarreau
-1
/
+4
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
-0
/
+29
2023-01-09
tools/nolibc: restore mips branch ordering in the _start block
Willy Tarreau
-0
/
+2
2023-01-09
tools/nolibc: Fix S_ISxxx macros
Warner Losh
-7
/
+7
2023-01-09
nolibc: fix fd_set type
Sven Schnelle
-23
/
+30
2023-01-09
objtool: Tolerate STT_NOTYPE symbols at end of section
Nicholas Piggin
-0
/
+9
2023-01-09
perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...
Athira Rajeev
-0
/
+2
2023-01-09
af_unix: selftest: Fix the size of the parameter to connect()
Mirsad Goran Todorovac
-1
/
+1
2023-01-09
selftest: mptcp: add test for mptcp socket in use
Menglong Dong
-5
/
+51
2023-01-09
selftest: mptcp: exit from copyfd_io_poll() when receive SIGUSR1
Menglong Dong
-2
/
+2
2023-01-08
mm: Always release pages to the buddy allocator in memblock_free_late().
Aaron Thompson
-0
/
+4
2023-01-08
Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+3
2023-01-07
objtool: Fix memory leak in create_static_call_sections()
Miaoqian Lin
-0
/
+2
2023-01-07
selftests/membarrier: Test MEMBARRIER_CMD_GET_REGISTRATIONS
Michal Clapinski
-2
/
+39
2023-01-06
Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pu...
Linus Torvalds
-32
/
+70
2023-01-06
libbpf: Poison strlcpy()
Rong Tao
-2
/
+2
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-118926
/
+86586
2023-01-05
tools/testing/cxl: Prevent cxl_test from confusing production modules
Dan Williams
-0
/
+69
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-6
/
+395
[prev]
[next]