index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5 days
Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5 days
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5 days
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
5 days
Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5 days
Merge tag 'nolibc-20260412-for-7.1-1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
10 days
net: Add queue-create operation
Daniel Borkmann
10 days
tools/nolibc: support UBSAN on gcc
Thomas Weißschuh
10 days
tools/nolibc: create __nolibc_no_sanitize_ubsan
Thomas Weißschuh
13 days
tools/nolibc: add byteorder conversions
Thomas Weißschuh
13 days
tools/nolibc: add the _syscall() macro
Thomas Weißschuh
13 days
tools/nolibc: move the call to __sysret() into syscall()
Thomas Weißschuh
13 days
tools/nolibc: rename the internal macros used in syscall()
Thomas Weißschuh
13 days
tools/nolibc: check for overflow in calloc() without divisions
Thomas Weißschuh
13 days
tools/nolibc: add support for asprintf()
Thomas Weißschuh
2026-04-05
tools: bitmap: add missing bitmap_copy() implementation
Lorenzo Stoakes (Oracle)
2026-04-05
mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
Lorenzo Stoakes (Oracle)
2026-04-04
tools/nolibc: use __builtin_offsetof()
Thomas Weißschuh
2026-04-04
tools/nolibc: use makedev() in fstatat()
Thomas Weißschuh
2026-04-04
tools/nolibc: handle all major and minor numbers in makedev() and friends
Thomas Weißschuh
2026-04-04
tools/nolibc: make dev_t 64 bits wide
Thomas Weißschuh
2026-04-04
tools/nolibc: move the logic of makedev() and friends into functions
Thomas Weißschuh
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
2026-04-02
tools/nolibc: explicitly list architecture headers
Thomas Weißschuh
2026-04-02
tools/nolibc: drop superfluous definition of Q
Thomas Weißschuh
2026-04-02
tools/nolibc: drop superfluous invocation of mkdir
Thomas Weißschuh
2026-04-02
tools/nolibc: drop superfluous invocation of 'make headers'
Thomas Weißschuh
2026-04-01
tools/nolibc/printf: Support negative variable width and precision
David Laight
2026-03-31
bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()
Eyal Birger
2026-03-26
btf: Add BTF kind layout encoding to UAPI
Alan Maguire
2026-03-24
tools uapi headers: add linux/module_signature.h
Thomas Weißschuh
2026-03-22
tools headers: Synchronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
2026-03-22
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
2026-03-22
tools/nolibc: rename sys_foo() functions to _sys_foo()
Thomas Weißschuh
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
[next]