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