summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2026-01-14tools headers: Update the linux/unaligned.h copy with the kernel sourcesIan Rogers
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-11tools/nolibc: Add fseek() to stdio.hDaniel Palmer
2026-01-11tools/nolibc: Add fread() to stdio.hDaniel Palmer
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang
2026-01-06tools/nolibc: align sys_vfork() with sys_fork()Thomas Weißschuh
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh
2026-01-06tools/nolibc: add __nolibc_static_assert()Thomas Weißschuh
2026-01-06tools/nolibc: add compiler version detection macrosThomas Weißschuh
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver
2026-01-05memblock test: include <linux/sizes.h> from tools mm.h stubMike Rapoport (Microsoft)
2026-01-04tools/nolibc: always use 64-bit time typesThomas Weißschuh
2026-01-04tools/nolibc: use custom structs timespec and timevalThomas Weißschuh
2026-01-04tools/nolibc/select: avoid libgcc 64-bit multiplicationsThomas Weißschuh
2026-01-04tools/nolibc/gettimeofday: avoid libgcc 64-bit divisionsThomas Weißschuh
2026-01-04tools/nolibc: prefer explicit 64-bit time-related system callsThomas Weißschuh
2026-01-04tools/nolibc/time: drop invocation of gettimeofday system callThomas Weißschuh
2026-01-04tools/nolibc/select: drop non-pselect based implementationsThomas Weißschuh
2026-01-04tools/nolibc/poll: drop __NR_poll fallbackThomas Weißschuh
2026-01-04tools/nolibc/poll: use kernel types for system call invocationsThomas Weißschuh
2026-01-04tools/nolibc: always use 64-bit mode for s390 header checksThomas Weißschuh
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg
2026-01-02Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus Torvalds
2025-12-24tools headers: Sync syscall table with kernel sourcesNamhyung Kim
2025-12-24tools headers: Sync linux/gfp_types.h with kernel sourcesNamhyung Kim
2025-12-24tools headers: Sync UAPI KVM headers with kernel sourcesNamhyung Kim
2025-12-24tools headers: Sync UAPI drm/drm.h with kernel sourcesNamhyung Kim
2025-12-23tools include: Add definitions for __aligned_{l,b}e64David Matlack
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-12-05bpf: Support associating BPF program with struct_opsAmery Hung
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-12-03Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-12-02tools headers UAPI: Sync linux/perf_event.h for deferred callchainsNamhyung Kim
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-24tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesJames Clark
2025-11-20tools/nolibc: remove more __nolibc_enosys() fallbacksThomas Weißschuh
2025-11-20tools/nolibc: remove now superfluous overflow check in llseekThomas Weißschuh
2025-11-20tools/nolibc: use 64-bit off_tThomas Weißschuh
2025-11-20tools/nolibc: prefer the llseek syscallThomas Weißschuh
2025-11-20tools/nolibc: handle 64-bit off_t for llseekThomas Weißschuh
2025-11-20tools/nolibc: use 64-bit ino_tThomas Weißschuh