summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+12
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+11
2026-04-15Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2-1/+15
2026-04-15Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+41
2026-04-15Merge tag 'nolibc-20260412-for-7.1-1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds49-659/+1174
2026-04-10net: Add queue-create operationDaniel Borkmann1-0/+11
2026-04-10tools/nolibc: support UBSAN on gccThomas Weißschuh1-1/+5
2026-04-10tools/nolibc: create __nolibc_no_sanitize_ubsanThomas Weißschuh2-4/+7
2026-04-07tools/nolibc: add byteorder conversionsThomas Weißschuh4-0/+57
2026-04-07tools/nolibc: add the _syscall() macroThomas Weißschuh1-1/+2
2026-04-07tools/nolibc: move the call to __sysret() into syscall()Thomas Weißschuh1-2/+2
2026-04-07tools/nolibc: rename the internal macros used in syscall()Thomas Weißschuh1-5/+5
2026-04-06tools/nolibc: check for overflow in calloc() without divisionsThomas Weißschuh1-2/+2
2026-04-06tools/nolibc: add support for asprintf()Thomas Weißschuh1-0/+50
2026-04-04tools/nolibc: use __builtin_offsetof()Thomas Weißschuh1-1/+1
2026-04-04tools/nolibc: use makedev() in fstatat()Thomas Weißschuh1-6/+3
2026-04-04tools/nolibc: handle all major and minor numbers in makedev() and friendsThomas Weißschuh1-4/+4
2026-04-04tools/nolibc: make dev_t 64 bits wideThomas Weißschuh1-1/+1
2026-04-04tools/nolibc: move the logic of makedev() and friends into functionsThomas Weißschuh1-3/+20
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov2-1/+11
2026-04-02tools/nolibc: explicitly list architecture headersThomas Weißschuh1-1/+2
2026-04-02tools/nolibc: drop superfluous definition of QThomas Weißschuh1-6/+0
2026-04-02tools/nolibc: drop superfluous invocation of mkdirThomas Weißschuh1-1/+0
2026-04-02tools/nolibc: drop superfluous invocation of 'make headers'Thomas Weißschuh1-1/+0
2026-04-01tools/nolibc/printf: Support negative variable width and precisionDavid Laight1-30/+38
2026-04-01bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()Eyal Birger1-1/+3
2026-03-26btf: Add BTF kind layout encoding to UAPIAlan Maguire1-0/+12
2026-03-25tools uapi headers: add linux/module_signature.hThomas Weißschuh1-0/+41
2026-03-23tools headers: Synchronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2026-03-23tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+8
2026-03-22tools/nolibc: rename sys_foo() functions to _sys_foo()Thomas Weißschuh27-192/+192
2026-03-22tools/nolibc: avoid -Wundef warning for __STDC_VERSION__Thomas Weißschuh1-1/+7
2026-03-22tools/nolibc: add err.hThomas Weißschuh3-0/+89
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh2-0/+30
2026-03-20tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAsThomas Weißschuh1-3/+12
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight1-15/+35
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight1-16/+64
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight1-1/+5
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight1-11/+27
2026-03-20tools/nolibc/printf: Add support for conversion flags space and plusDavid Laight1-1/+5
2026-03-20tools/nolibc/printf: Prepend sign to converted numberDavid Laight1-9/+27
2026-03-20tools/nolibc/printf: Handle "%s" with the numeric formatsDavid Laight1-10/+11
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight1-11/+16
2026-03-20tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...David Laight1-48/+106
2026-03-20tools/nolibc/printf: Use goto and reduce indentationDavid Laight1-78/+93
2026-03-20tools/nolibc/printf: Simplify __nolibc_printf()David Laight1-51/+53
2026-03-20tools/nolibc/printf: Output pad characters in 16 byte chunksDavid Laight1-5/+9
2026-03-20tools/nolibc: Rename the 'errnum' parameter to strerror()David Laight1-2/+2
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight1-3/+19
2026-03-20tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.hDavid Laight1-0/+3