summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
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
2026-03-20tools/nolibc/printf: Move snprintf length check to callbackDavid Laight1-27/+67
2026-03-20tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'David Laight1-19/+19
2026-03-20tools/nolibc: Optimise and common up the number to ascii functionsDavid Laight1-87/+82
2026-03-19KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headersSascha Bischoff1-0/+2
2026-03-14Merge tag 'perf-tools-fixes-for-v7.0-1-2026-03-13' of git://git.kernel.org/pu...Linus Torvalds5-29/+35
2026-03-12tools: update mount.h headerChristian Brauner1-2/+12
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds3-0/+32
2026-03-10perf cs-etm: Sync coresight-pmu.h header with the kernel sourcesJames Clark1-24/+0
2026-03-05tools headers: Update the syscall tables and unistd.h, to support the new 'rs...Arnaldo Carvalho de Melo1-1/+4
2026-03-04tools/testing: fix testing/vma and testing/radix-tree buildMike Rapoport (Microsoft)3-0/+32
2026-03-04tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+23
2026-03-04tools headers: Update the linux/gfp_types.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+7
2026-03-04perf beauty: Update the linux/perf_event.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2026-02-25tools/nolibc: rename my_syscallX() to __nolibc_syscallX()Thomas Weißschuh34-218/+220
2026-02-24selftests/bpf: Add simple strscpy() implementationIhor Solodrai1-0/+4
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+11
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+22
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-02-13tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes1-0/+22
2026-02-11Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+57
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-17/+43
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+24
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+28
2026-02-10Merge tag 'nolibc-20260206-for-7.0-1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds14-138/+206
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2026-01-28tools: Fix bitfield dependency failureLeo Yan1-0/+1
2026-01-28tools: Update context analysis macros in compiler_types.hMarco Elver2-15/+43
2026-01-27bpf: add new BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski1-0/+8
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2-16/+45
2026-01-25bpf: add fsession supportMenglong Dong1-0/+1
2026-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+44
2026-01-22tools/lib: Add list_is_first()Swapnil Sapkal1-0/+10
2026-01-21selftests/io_uring: support NO_SQARRAY in miniliburingPavel Begunkov1-7/+27
2026-01-21selftests/io_uring: add io_uring_queue_init_paramsPavel Begunkov1-8/+17
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi1-3/+24
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov6-8/+38
2026-01-14tools headers: Remove unneeded ignoring of warnings in unaligned.hIan Rogers1-4/+0