summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+11
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+22
11 daysMerge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
13 daystools: 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
2026-01-14tools headers: Update the linux/unaligned.h copy with the kernel sourcesIan Rogers2-6/+57
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-0/+2
2026-01-11treewide: Update email addressThomas Gleixner1-1/+1
2026-01-11tools/nolibc: Add fseek() to stdio.hDaniel Palmer1-0/+19
2026-01-11tools/nolibc: Add fread() to stdio.hDaniel Palmer1-1/+33
2026-01-07bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang1-0/+2
2026-01-06tools/nolibc: align sys_vfork() with sys_fork()Thomas Weißschuh2-13/+13
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh2-0/+22
2026-01-06tools/nolibc: add __nolibc_static_assert()Thomas Weißschuh1-0/+8
2026-01-06tools/nolibc: add compiler version detection macrosThomas Weißschuh1-0/+16
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh2-76/+8
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver1-2/+0
2026-01-05memblock test: include <linux/sizes.h> from tools mm.h stubMike Rapoport (Microsoft)1-0/+1
2026-01-04tools/nolibc: always use 64-bit time typesThomas Weißschuh2-5/+6
2026-01-04tools/nolibc: use custom structs timespec and timevalThomas Weißschuh2-1/+18
2026-01-04tools/nolibc/select: avoid libgcc 64-bit multiplicationsThomas Weißschuh1-2/+2
2026-01-04tools/nolibc/gettimeofday: avoid libgcc 64-bit divisionsThomas Weißschuh1-1/+1
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-03Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus 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