summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorLines
12 daysMerge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+1
12 daysMerge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/li...Linus Torvalds-5429/+0
13 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
13 daysMerge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+291
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-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-0/+2
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-04-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)-0/+1
2026-04-01memblock: move reserve_bootmem_range() to memblock.c and make it staticMike Rapoport (Microsoft)-2/+0
2026-03-31perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/b...Arnaldo Carvalho de Melo-22/+0
2026-03-31perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapiArnaldo Carvalho de Melo-5407/+0
2026-03-31bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()Eyal Birger-1/+3
2026-03-27tools headers UAPI: sync linux/taskstats.hThomas Weißschuh-0/+291
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