index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
tools/nolibc/sys: make open() take a vararg on the 3rd argument
Willy Tarreau
1
-3
/
+15
2022-04-21
tools/nolibc/stdio: add perror() to report the errno value
Willy Tarreau
1
-0
/
+6
2022-04-21
tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
Willy Tarreau
1
-0
/
+3
2022-04-21
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
1
-0
/
+128
2022-04-21
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
1
-7
/
+28
2022-04-21
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
1
-6
/
+89
2022-04-21
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
2
-0
/
+58
2022-04-21
tools/nolibc/stdlib: add utoh() and u64toh()
Willy Tarreau
1
-0
/
+80
2022-04-21
tools/nolibc/stdlib: add i64toa() and u64toa()
Willy Tarreau
1
-0
/
+72
2022-04-21
tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
Willy Tarreau
1
-21
/
+88
2022-04-21
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
2
-22
/
+32
2022-04-21
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2
-9
/
+5
2022-04-21
tools/nolibc/types: make FD_SETSIZE configurable
Willy Tarreau
1
-2
/
+4
2022-04-21
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
2
-14
/
+30
2022-04-21
tools/nolibc/ctype: add the missing is* functions
Willy Tarreau
1
-1
/
+78
2022-04-21
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
2
-6
/
+23
2022-04-21
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
2
-95
/
+108
2022-04-21
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
2
-66
/
+86
2022-04-21
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
2
-962
/
+1192
2022-04-21
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
8
-1186
/
+1266
2022-04-21
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
2
-108
/
+135
2022-04-21
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
2
-37
/
+54
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+7
2022-04-12
tools/nolibc: guard the main file against multiple inclusion
Willy Tarreau
1
-0
/
+4
2022-04-12
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
1
-0
/
+3
2022-04-11
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
1
-0
/
+2
2022-04-09
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+7
2022-04-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2022-04-04
bpf: Correct the comment for BTF kind bitfield
Haiyue Wang
1
-2
/
+2
2022-04-01
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+40
2022-04-01
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+9
2022-04-01
tools headers UAPI: Sync asm-generic/mman-common.h with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-03-29
bpf: Sync comments for bpf_get_stack
Geliang Tang
1
-4
/
+4
2022-03-27
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2
-4
/
+2
2022-03-27
Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-0
/
+156
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+32
2022-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+2
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-5
/
+151
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+4
2022-03-24
linux/types.h: remove unnecessary __bitwise__
Bjorn Helgaas
1
-3
/
+2
2022-03-24
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2022-03-22
Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2022-03-18
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
1
-0
/
+1
2022-03-18
bpf: Add multi kprobe link
Jiri Olsa
1
-0
/
+13
2022-03-15
x86,objtool: Move the ASM_REACHABLE annotation to objtool.h
Peter Zijlstra
1
-0
/
+16
2022-03-15
x86/ibt: Add ANNOTATE_NOENDBR
Peter Zijlstra
1
-0
/
+16
2022-03-15
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-03-12
tools compiler.h: Remove duplicate #ifndef noinline block
Rasmus Villemoes
1
-4
/
+0
2022-03-11
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
1
-0
/
+11
2022-03-11
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
1
-2
/
+2
[prev]
[next]