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