summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing1-0/+1
2025-07-10kallsyms: fix build without execinfoAchill Gilgenast1-0/+4
2025-07-09KVM: x86: Provide a capability to disable APERF/MPERF read interceptsJim Mattson1-0/+1
2025-07-08uapi: bitops: use UAPI-safe variant of BITS_PER_LONG again (2)Thomas Weißschuh1-2/+2
2025-07-08tools/nolibc: drop s390 clang target overrideThomas Weißschuh1-3/+0
2025-07-07tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()Thomas Weißschuh1-1/+1
2025-07-06selftests/nolibc: correctly report errors from printf() and friendsThomas Weißschuh1-2/+2
2025-07-06tools/nolibc: add support for clock_nanosleep() and nanosleep()Thomas Weißschuh1-0/+34
2025-07-04tools/nolibc: Provide vfork()Mark Brown2-0/+45
2025-07-04tools/nolibc: Replace ifdef with if defined() in sys.hMark Brown1-15/+15
2025-07-04tools/nolibc: add support for SuperHThomas Weißschuh2-0/+164
2025-07-04bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi1-0/+24
2025-06-28tools/nolibc: MIPS: add support for N64 and N32 ABIsThomas Weißschuh1-15/+90
2025-06-28tools/nolibc: MIPS: drop noreorder optionThomas Weißschuh1-4/+0
2025-06-28tools/nolibc: MIPS: drop manual stack pointer alignmentThomas Weißschuh1-2/+0
2025-06-28tools/nolibc: MIPS: drop $gp setupThomas Weißschuh1-6/+0
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov8-11/+88
2025-06-24tools/nolibc: use arm64 name over aarch64Thomas Weißschuh3-8/+7
2025-06-24tools/nolibc: hide headers_check command by defaultThomas Weißschuh1-1/+1
2025-06-22tools/nolibc: merge i386 and x86_64 into a single x86 archWilly Tarreau4-195/+179
2025-06-22tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macrosWilly Tarreau1-2/+2
2025-06-17tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+55
2025-06-16tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2-5/+13
2025-06-16tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2025-06-16tools headers UAPI: Sync the drm/drm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2025-06-16tools headers: Update the fs headers with the kernel sourcesArnaldo Carvalho de Melo2-4/+10
2025-06-13syscall_user_dispatch: Add PR_SYS_DISPATCH_INCLUSIVE_ONDmitry Vyukov1-1/+6
2025-06-12tools: add coredump.h headerChristian Brauner1-0/+104
2025-06-10bpf: adjust path to trace_output sample eBPF programTobias Klauser1-1/+1
2025-06-10bpf: Add cookie to tracing bpf_link_infoTao Chen1-0/+2
2025-06-10bpf: Implement mprog API on top of existing cgroup progsYonghong Song1-0/+7
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen1-0/+2
2025-06-04Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds4-15/+32
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+18
2025-05-31bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2
2025-05-29Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-7/+12
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-3/+6
2025-05-28selftests/bpf: Fix bpf selftest build warningSaket Kumar Bhaskar1-3/+3
2025-05-27Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds50-515/+2014
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-323/+334
2025-05-27Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+44
2025-05-26Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+554
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-0/+2
2025-05-22perf/uapi: Clean up <uapi/linux/perf_event.h> a bitIngo Molnar1-321/+331
2025-05-22perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>Ian Rogers1-2/+3
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh4-9/+26
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh4-27/+44
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh4-5/+22
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh5-39/+55