aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-2/+1
2026-04-18Merge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds3-5429/+0
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+291
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+24
2026-04-14Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+12
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+11
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-1/+15
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds1-0/+41
2026-04-14Merge tag 'nolibc-20260412-for-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds49-657/+1172
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+2
2026-04-09net: Add queue-create operationDaniel Borkmann1-0/+11
2026-04-09tools/nolibc: support UBSAN on gccThomas Weißschuh1-1/+5
2026-04-09tools/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-05tools: bitmap: add missing bitmap_copy() implementationLorenzo Stoakes (Oracle)1-0/+11
2026-04-05mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()Lorenzo Stoakes (Oracle)1-0/+13
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-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)1-0/+1
2026-04-01memblock: move reserve_bootmem_range() to memblock.c and make it staticMike Rapoport (Microsoft)1-2/+0
2026-03-31perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/beauty/include/Arnaldo Carvalho de Melo1-22/+0
2026-03-31perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapiArnaldo Carvalho de Melo2-5407/+0
2026-03-31bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()Eyal Birger1-1/+3
2026-03-27tools headers UAPI: sync linux/taskstats.hThomas Weißschuh1-0/+291
2026-03-26btf: Add BTF kind layout encoding to UAPIAlan Maguire1-0/+12
2026-03-24tools uapi headers: add linux/module_signature.hThomas Weißschuh1-0/+41
2026-03-22tools headers: Synchronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2026-03-22tools 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