index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/nolibc: add helpers for wait() signal exits
Thomas Weißschuh
2023-03-28
1
-0
/
+2
*
tools/nolibc: add definitions for standard fds
Thomas Weißschuh
2023-03-28
1
-0
/
+5
*
tools/nolibc: Add support for LoongArch
Feiyang Chen
2023-03-20
2
-0
/
+202
*
tools/nolibc: Add statx() and make stat() rely on statx() if necessary
Feiyang Chen
2023-03-20
1
-0
/
+56
*
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
2023-03-20
2
-6
/
+1
*
tools/nolibc: check for S_I* macros before defining them
Willy Tarreau
2023-03-20
1
-1
/
+22
*
tools/nolibc: add getuid() and geteuid()
Willy Tarreau
2023-03-20
1
-0
/
+42
*
tools/nolibc: add integer types and integer limit macros
Vincent Dagonneau
2023-03-20
1
-0
/
+75
*
tools/nolibc: add stdint.h
Vincent Dagonneau
2023-03-20
3
-16
/
+27
*
tools/nolibc: Add gitignore to avoid git complaints about sysroot
Paul E. McKenney
2023-03-20
1
-0
/
+1
*
Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-02
1
-4
/
+7
|
\
|
*
Merge branch 'linus' into objtool/core, to pick up Xen dependencies
Ingo Molnar
2023-02-23
14
-38
/
+91
|
|
\
|
*
|
x86/unwind/orc: Add 'signal' field to ORC metadata
Josh Poimboeuf
2023-02-11
1
-4
/
+7
*
|
|
Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-02-27
1
-1
/
+1
|
\
\
\
|
*
|
|
netdev-genl: fix repeated typo oflloading -> offloading
Tariq Toukan
2023-02-24
1
-1
/
+1
*
|
|
|
Merge tag 'nolibc.2023.02.06a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-23
11
-200
/
+526
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
2023-01-10
1
-0
/
+21
|
*
|
|
nolibc/stdlib: Implement `getauxval(3)` function
Ammar Faizi
2023-01-10
1
-0
/
+27
|
*
|
|
tools/nolibc: add auxiliary vector retrieval for s390
Sven Schnelle
2023-01-10
1
-0
/
+10
|
*
|
|
tools/nolibc: add auxiliary vector retrieval for mips
Willy Tarreau
2023-01-10
1
-0
/
+11
|
*
|
|
tools/nolibc: add auxiliary vector retrieval for riscv
Willy Tarreau
2023-01-10
1
-0
/
+10
|
*
|
|
tools/nolibc: add auxiliary vector retrieval for arm
Willy Tarreau
2023-01-10
1
-0
/
+13
|
*
|
|
tools/nolibc: add auxiliary vector retrieval for arm64
Willy Tarreau
2023-01-10
1
-0
/
+7
|
*
|
|
tools/nolibc: add auxiliary vector retrieval for x86_64
Willy Tarreau
2023-01-10
1
-0
/
+7
|
*
|
|
tools/nolibc: add auxiliary vector retrieval for i386
Willy Tarreau
2023-01-10
1
-0
/
+7
|
*
|
|
tools/nolibc: export environ as a weak symbol on s390
Sven Schnelle
2023-01-10
1
-0
/
+4
|
*
|
|
tools/nolibc: export environ as a weak symbol on riscv
Willy Tarreau
2023-01-10
1
-0
/
+4
|
*
|
|
tools/nolibc: export environ as a weak symbol on mips
Willy Tarreau
2023-01-10
1
-0
/
+5
|
*
|
|
tools/nolibc: export environ as a weak symbol on arm
Willy Tarreau
2023-01-10
1
-1
/
+8
|
*
|
|
tools/nolibc: export environ as a weak symbol on arm64
Willy Tarreau
2023-01-10
1
-0
/
+4
|
*
|
|
tools/nolibc: export environ as a weak symbol on i386
Willy Tarreau
2023-01-10
1
-0
/
+3
|
*
|
|
tools/nolibc: export environ as a weak symbol on x86_64
Willy Tarreau
2023-01-10
1
-0
/
+3
|
*
|
|
tools/nolibc: make errno a weak symbol instead of a static one
Willy Tarreau
2023-01-10
1
-3
/
+1
|
*
|
|
tools/nolibc: remove local definitions of O_* flags for open/fcntl
Willy Tarreau
2023-01-10
8
-84
/
+1
|
*
|
|
tools/nolibc: support thumb mode with frame pointers on ARM
Willy Tarreau
2023-01-10
1
-13
/
+47
|
*
|
|
tools/nolibc: enable support for thumb1 mode for ARM
Willy Tarreau
2023-01-10
1
-4
/
+10
|
*
|
|
tools/nolibc: make compiler and assembler agree on the section around _start
Willy Tarreau
2023-01-10
7
-133
/
+135
|
*
|
|
nolibc: add support for s390
Sven Schnelle
2023-01-09
3
-0
/
+226
*
|
|
|
bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
Martin KaFai Lau
2023-02-17
1
-0
/
+6
*
|
|
|
selftests/bpf: Fix build error for LoongArch
Tiezhu Yang
2023-02-15
1
-0
/
+2
*
|
|
|
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2023-02-14
1
-0
/
+11
*
|
|
|
bpf: fix typo in header for bpf_perf_prog_read_value
Florian Lehner
2023-02-04
1
-1
/
+1
*
|
|
|
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
2023-02-03
1
-0
/
+59
*
|
|
|
tools/bpf: Use tab instead of white spaces to sync bpf.h
Tiezhu Yang
2023-02-03
1
-2
/
+2
*
|
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-28
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
2023-01-23
1
-0
/
+5
|
*
|
|
|
bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
Ziyang Xuan
2023-01-15
1
-0
/
+7
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-20
2
-0
/
+12
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
tools headers: Syncronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
2023-01-18
1
-0
/
+9
|
*
|
|
|
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
2023-01-17
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
[next]