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.19.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-7.0.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
2026-04-07
tools/nolibc: add byteorder conversions
Thomas Weißschuh
4
-0
/
+57
2026-04-07
tools/nolibc: add the _syscall() macro
Thomas Weißschuh
1
-1
/
+2
2026-04-07
tools/nolibc: move the call to __sysret() into syscall()
Thomas Weißschuh
1
-2
/
+2
2026-04-07
tools/nolibc: rename the internal macros used in syscall()
Thomas Weißschuh
1
-5
/
+5
2026-04-06
tools/nolibc: check for overflow in calloc() without divisions
Thomas Weißschuh
1
-2
/
+2
2026-04-06
tools/nolibc: add support for asprintf()
Thomas Weißschuh
1
-0
/
+50
2026-04-04
tools/nolibc: use __builtin_offsetof()
Thomas Weißschuh
1
-1
/
+1
2026-04-04
tools/nolibc: use makedev() in fstatat()
Thomas Weißschuh
1
-6
/
+3
2026-04-04
tools/nolibc: handle all major and minor numbers in makedev() and friends
Thomas Weißschuh
1
-4
/
+4
2026-04-04
tools/nolibc: make dev_t 64 bits wide
Thomas Weißschuh
1
-1
/
+1
2026-04-04
tools/nolibc: move the logic of makedev() and friends into functions
Thomas Weißschuh
1
-3
/
+20
2026-04-02
tools/nolibc: explicitly list architecture headers
Thomas Weißschuh
1
-1
/
+2
2026-04-02
tools/nolibc: drop superfluous definition of Q
Thomas Weißschuh
1
-6
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of mkdir
Thomas Weißschuh
1
-1
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of 'make headers'
Thomas Weißschuh
1
-1
/
+0
2026-04-01
tools/nolibc/printf: Support negative variable width and precision
David Laight
1
-30
/
+38
2026-03-22
tools/nolibc: rename sys_foo() functions to _sys_foo()
Thomas Weißschuh
27
-192
/
+192
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
1
-1
/
+7
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
3
-0
/
+89
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
2
-0
/
+30
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
1
-3
/
+12
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
1
-15
/
+35
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
1
-16
/
+64
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
1
-1
/
+5
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
1
-11
/
+27
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
1
-1
/
+5
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
1
-9
/
+27
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
1
-10
/
+11
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
1
-11
/
+16
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
1
-48
/
+106
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
1
-78
/
+93
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
1
-51
/
+53
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
1
-5
/
+9
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
1
-2
/
+2
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
1
-3
/
+19
2026-03-20
tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
David Laight
1
-0
/
+3
2026-03-20
tools/nolibc/printf: Move snprintf length check to callback
David Laight
1
-27
/
+67
2026-03-20
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
David Laight
1
-19
/
+19
2026-03-20
tools/nolibc: Optimise and common up the number to ascii functions
David Laight
1
-87
/
+82
2026-02-25
tools/nolibc: rename my_syscallX() to __nolibc_syscallX()
Thomas Weißschuh
34
-218
/
+220
2026-02-21
Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-0
/
+11
2026-02-19
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+22
2026-02-14
Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2026-02-13
tools: bitmap: add missing bitmap_[subset(), andnot()]
Lorenzo Stoakes
1
-0
/
+22
2026-02-11
Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-10
/
+57
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-17
/
+43
2026-02-10
Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+24
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
1
-0
/
+28
2026-02-10
Merge tag 'nolibc-20260206-for-7.0-1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
14
-138
/
+206
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
[next]