aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-04tools/nolibc: prefer explicit 64-bit time-related system callsThomas Weißschuh4-34/+34
2026-01-04tools/nolibc/time: drop invocation of gettimeofday system callThomas Weißschuh1-4/+0
2026-01-04tools/nolibc/select: drop non-pselect based implementationsThomas Weißschuh1-12/+1
2026-01-04tools/nolibc/poll: drop __NR_poll fallbackThomas Weißschuh1-3/+1
2026-01-04tools/nolibc/poll: use kernel types for system call invocationsThomas Weißschuh2-2/+2
2026-01-04tools/nolibc: always use 64-bit mode for s390 header checksThomas Weißschuh1-1/+4
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg3-0/+35
2026-01-02Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds4-7/+29
2025-12-24tools headers: Sync syscall table with kernel sourcesNamhyung Kim1-1/+3
2025-12-24tools headers: Sync linux/gfp_types.h with kernel sourcesNamhyung Kim1-6/+0
2025-12-24tools headers: Sync UAPI KVM headers with kernel sourcesNamhyung Kim1-0/+11
2025-12-24tools headers: Sync UAPI drm/drm.h with kernel sourcesNamhyung Kim1-0/+15
2025-12-23tools include: Add definitions for __aligned_{l,b}e64David Matlack1-0/+8
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov2-0/+6
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+4
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds1-0/+2
2025-12-05bpf: Support associating BPF program with struct_opsAmery Hung1-0/+17
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-0/+3
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-4/+29
2025-12-03Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds34-162/+275
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-6/+1
2025-12-02tools headers UAPI: Sync linux/perf_event.h for deferred callchainsNamhyung Kim1-1/+20
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+20
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-7/+95
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+70
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen1-0/+1
2025-11-24tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesJames Clark1-0/+2
2025-11-20tools/nolibc: remove more __nolibc_enosys() fallbacksThomas Weißschuh1-12/+4
2025-11-20tools/nolibc: remove now superfluous overflow check in llseekThomas Weißschuh1-2/+0
2025-11-20tools/nolibc: use 64-bit off_tThomas Weißschuh1-1/+1
2025-11-20tools/nolibc: prefer the llseek syscallThomas Weißschuh1-3/+3
2025-11-20tools/nolibc: handle 64-bit off_t for llseekThomas Weißschuh1-2/+1
2025-11-20tools/nolibc: use 64-bit ino_tThomas Weißschuh1-1/+1
2025-11-17tools: Remove s390 compat supportHeiko Carstens2-6/+1
2025-11-15static_call: allow using STATIC_CALL_TRAMP_STR() from assemblyNaman Jain1-0/+4
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov5-16/+58
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-16/+58
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar5-16/+58
2025-11-09tools/nolibc: avoid using plain integer as NULL pointerThomas Weißschuh4-6/+6
2025-11-08tools/nolibc: add support for fchdir()Thomas Weißschuh1-0/+13
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov1-0/+21
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja1-0/+1
2025-11-03nsfs: update tools headerChristian Brauner1-0/+70
2025-11-03tools headers asm: Sync fls headers header with the kernel sourcesArnaldo Carvalho de Melo3-4/+4
2025-11-03tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2025-11-03tools headers UAPI: Update tools's copy of drm.h to pick DRM_IOCTL_GEM_CHANGE_HANDLEArnaldo Carvalho de Melo1-12/+51
2025-11-02tools/nolibc: clean up outdated comments in generic arch.hWilly Tarreau1-9/+0
2025-11-02tools/nolibc: make the "headers" target install all supported archsWilly Tarreau1-13/+6
2025-11-02tools/nolibc: add the more portable inttypes.hWilly Tarreau2-0/+4
2025-11-02tools/nolibc: provide the portable sys/select.hWilly Tarreau5-92/+105