summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorLines
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+4
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds-0/+2
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+3
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-4/+29
2025-12-03Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-162/+275
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-6/+1
2025-12-02tools headers UAPI: Sync linux/perf_event.h for deferred callchainsNamhyung Kim-1/+20
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+20
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+95
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+70
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+1
2025-11-24tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesJames Clark-0/+2
2025-11-20tools/nolibc: remove more __nolibc_enosys() fallbacksThomas Weißschuh-12/+4
2025-11-20tools/nolibc: remove now superfluous overflow check in llseekThomas Weißschuh-2/+0
2025-11-20tools/nolibc: use 64-bit off_tThomas Weißschuh-1/+1
2025-11-20tools/nolibc: prefer the llseek syscallThomas Weißschuh-3/+3
2025-11-20tools/nolibc: handle 64-bit off_t for llseekThomas Weißschuh-2/+1
2025-11-20tools/nolibc: use 64-bit ino_tThomas Weißschuh-1/+1
2025-11-17tools: Remove s390 compat supportHeiko Carstens-6/+1
2025-11-15static_call: allow using STATIC_CALL_TRAMP_STR() from assemblyNaman Jain-0/+4
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-16/+58
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+58
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar-16/+58
2025-11-09tools/nolibc: avoid using plain integer as NULL pointerThomas Weißschuh-6/+6
2025-11-08tools/nolibc: add support for fchdir()Thomas Weißschuh-0/+13
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov-0/+21
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja-0/+1
2025-11-03nsfs: update tools headerChristian Brauner-0/+70
2025-11-03tools headers asm: Sync fls headers header with the kernel sourcesArnaldo Carvalho de Melo-4/+4
2025-11-03tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+3
2025-11-03tools headers UAPI: Update tools's copy of drm.h to pick DRM_IOCTL_GEM_CHANGE...Arnaldo Carvalho de Melo-12/+51
2025-11-02tools/nolibc: clean up outdated comments in generic arch.hWilly Tarreau-9/+0
2025-11-02tools/nolibc: make the "headers" target install all supported archsWilly Tarreau-13/+6
2025-11-02tools/nolibc: add the more portable inttypes.hWilly Tarreau-0/+4
2025-11-02tools/nolibc: provide the portable sys/select.hWilly Tarreau-92/+105
2025-11-02tools/nolibc: add missing memchr() to string.hWilly Tarreau-0/+15
2025-11-02tools/nolibc: fix misleading help message regarding installation pathWilly Tarreau-1/+1
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg-0/+51
2025-10-29tools/nolibc: add option to disable runtimeBenjamin Berg-1/+36
2025-10-29tools/nolibc: use __fallthrough__ rather than fallthroughBenjamin Berg-2/+2
2025-10-29tools/nolibc: implement %m if errno is not definedBenjamin Berg-2/+4
2025-10-29tools/nolibc/dirent: avoid errno in readdir_rBenjamin Berg-3/+3
2025-10-29tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg-0/+4
2025-10-29tools/nolibc: remove outdated comment about __sysret() in mmap()Thomas Weißschuh-5/+0
2025-10-29perf: Support deferred user unwindPeter Zijlstra-1/+20
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai-0/+4
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko-4/+4
2025-10-27tools/nolibc: x86: fix section mismatch caused by asm "mem*" functionsWilly Tarreau-2/+4
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima-0/+1
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf-0/+90