summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorLines
2026-01-14tools headers: Update the linux/unaligned.h copy with the kernel sourcesIan Rogers-6/+57
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong-0/+2
2026-01-11treewide: Update email addressThomas Gleixner-1/+1
2026-01-11tools/nolibc: Add fseek() to stdio.hDaniel Palmer-0/+19
2026-01-11tools/nolibc: Add fread() to stdio.hDaniel Palmer-1/+33
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang-0/+2
2026-01-06tools/nolibc: align sys_vfork() with sys_fork()Thomas Weißschuh-13/+13
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh-0/+22
2026-01-06tools/nolibc: add __nolibc_static_assert()Thomas Weißschuh-0/+8
2026-01-06tools/nolibc: add compiler version detection macrosThomas Weißschuh-0/+16
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh-76/+8
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver-2/+0
2026-01-05memblock test: include <linux/sizes.h> from tools mm.h stubMike Rapoport (Microsoft)-0/+1
2026-01-04tools/nolibc: always use 64-bit time typesThomas Weißschuh-5/+6
2026-01-04tools/nolibc: use custom structs timespec and timevalThomas Weißschuh-1/+18
2026-01-04tools/nolibc/select: avoid libgcc 64-bit multiplicationsThomas Weißschuh-2/+2
2026-01-04tools/nolibc/gettimeofday: avoid libgcc 64-bit divisionsThomas Weißschuh-1/+1
2026-01-04tools/nolibc: prefer explicit 64-bit time-related system callsThomas Weißschuh-34/+34
2026-01-04tools/nolibc/time: drop invocation of gettimeofday system callThomas Weißschuh-4/+0
2026-01-04tools/nolibc/select: drop non-pselect based implementationsThomas Weißschuh-12/+1
2026-01-04tools/nolibc/poll: drop __NR_poll fallbackThomas Weißschuh-3/+1
2026-01-04tools/nolibc/poll: use kernel types for system call invocationsThomas Weißschuh-2/+2
2026-01-04tools/nolibc: always use 64-bit mode for s390 header checksThomas Weißschuh-1/+4
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg-0/+35
2026-01-02Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus Torvalds-7/+29
2025-12-24tools headers: Sync syscall table with kernel sourcesNamhyung Kim-1/+3
2025-12-24tools headers: Sync linux/gfp_types.h with kernel sourcesNamhyung Kim-6/+0
2025-12-24tools headers: Sync UAPI KVM headers with kernel sourcesNamhyung Kim-0/+11
2025-12-24tools headers: Sync UAPI drm/drm.h with kernel sourcesNamhyung Kim-0/+15
2025-12-23tools include: Add definitions for __aligned_{l,b}e64David Matlack-0/+8
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov-0/+6
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-05bpf: Support associating BPF program with struct_opsAmery Hung-0/+17
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