summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2026-05-02tools/headers: Regenerate stddef.h to fix BPF selftestsPaul Chaignon
2026-04-27tools/nolibc: open files with O_LARGEFILEThomas Weißschuh
2026-04-27tools/nolibc: handle 64-bit system call arguments on MIPS N32Thomas Weißschuh
2026-04-27tools/nolibc: handle 64-bit system call arguments on x32Thomas Weißschuh
2026-04-27tools/nolibc: cast pointers returned from system calls through integersThomas Weißschuh
2026-04-27tools/nolibc: add __nolibc_arg_to_reg()Thomas Weißschuh
2026-04-27tools/nolibc: also handle _llseek system callThomas Weißschuh
2026-04-27tools/nolibc: add creat()Thomas Weißschuh
2026-04-27tools/nolibc: Don't use stack protector before setting it upDaniel Palmer
2026-04-27tools/nolibc: Rename __no_stack_protector to __nolibc_no_stack_protectorDaniel Palmer
2026-04-27tools/nolibc: avoid call to wcslen() in _start_c() inserted by clangThomas Weißschuh
2026-04-27tools/nolibc: make __nolibc_enosys() a compile time errorThomas Weißschuh
2026-04-27tools/nolibc: add alloca()Thomas Weißschuh
2026-04-27tools/nolibc: add assert() and assert.hThomas Weißschuh
2026-04-20bpf: Extend BTF UAPI vlen, kinds to use unused bitsAlan Maguire
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-18Merge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-14Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-14Merge tag 'nolibc-20260412-for-7.1-1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2026-04-09net: Add queue-create operationDaniel Borkmann
2026-04-09tools/nolibc: support UBSAN on gccThomas Weißschuh
2026-04-09tools/nolibc: create __nolibc_no_sanitize_ubsanThomas Weißschuh
2026-04-07tools/nolibc: add byteorder conversionsThomas Weißschuh
2026-04-07tools/nolibc: add the _syscall() macroThomas Weißschuh
2026-04-07tools/nolibc: move the call to __sysret() into syscall()Thomas Weißschuh
2026-04-07tools/nolibc: rename the internal macros used in syscall()Thomas Weißschuh
2026-04-06tools/nolibc: check for overflow in calloc() without divisionsThomas Weißschuh
2026-04-06tools/nolibc: add support for asprintf()Thomas Weißschuh
2026-04-05tools: bitmap: add missing bitmap_copy() implementationLorenzo Stoakes (Oracle)
2026-04-05mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()Lorenzo Stoakes (Oracle)
2026-04-04tools/nolibc: use __builtin_offsetof()Thomas Weißschuh
2026-04-04tools/nolibc: use makedev() in fstatat()Thomas Weißschuh
2026-04-04tools/nolibc: handle all major and minor numbers in makedev() and friendsThomas Weißschuh
2026-04-04tools/nolibc: make dev_t 64 bits wideThomas Weißschuh
2026-04-04tools/nolibc: move the logic of makedev() and friends into functionsThomas Weißschuh
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
2026-04-02tools/nolibc: explicitly list architecture headersThomas Weißschuh
2026-04-02tools/nolibc: drop superfluous definition of QThomas Weißschuh
2026-04-02tools/nolibc: drop superfluous invocation of mkdirThomas Weißschuh
2026-04-02tools/nolibc: drop superfluous invocation of 'make headers'Thomas Weißschuh
2026-04-01tools/nolibc/printf: Support negative variable width and precisionDavid Laight
2026-04-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)
2026-04-01memblock: move reserve_bootmem_range() to memblock.c and make it staticMike Rapoport (Microsoft)