summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
41 hourstools/nolibc: fix spelling of FD_SETBITMASK in FD_* macrosWilly Tarreau1-2/+2
41 hourstools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh1-1/+3
2025-07-17kallsyms: fix build without execinfoAchill Gilgenast1-0/+4
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2
2025-05-29bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-0/+1
2025-02-08tools: Sync if_xdp.h uapi tooling headerVishal Chourasia1-2/+2
2025-01-02stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin1-4/+11
2024-12-05tools/nolibc: s390: include std.hThomas Weißschuh1-0/+1
2024-10-31Merge tag 'perf-tools-fixes-for-v6.12-2-2024-10-30' of git://git.kernel.org/p...Linus Torvalds5-10/+51
2024-10-28tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo2-10/+16
2024-10-28tools headers: Synchronize {uapi/}linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2-0/+18
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao1-0/+3
2024-10-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-12/+10
2024-10-17tools headers UAPI: Sync linux/const.h with the kernel headersArnaldo Carvalho de Melo1-0/+17
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-3/+3
2024-10-01bpf: Sync uapi bpf.h header to tools directoryDaniel Borkmann1-12/+10
2024-09-30tools headers UAPI: Sync the linux/in.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2024-09-28Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+3
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-4/+55
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+3
2024-09-23tools: Add additional SYM_*() stubs to linkage.hHeiko Carstens1-1/+3
2024-09-22Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...Linus Torvalds2-4/+15
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+9
2024-09-20tools: Optimize ring buffer for riscvCharlie Jenkins1-1/+1
2024-09-20tools: Add riscv barrier implementationCharlie Jenkins1-0/+2
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-0/+18
2024-09-17Merge tag 'linux_kselftest-nolibc-6.12-rc1' of git://git.kernel.org/pub/scm/l...Linus Torvalds16-46/+78
2024-09-16selftests: vDSO: check cpu caps before running chacha testJason A. Donenfeld1-0/+10
2024-09-13selftests: vDSO: don't include generated headers for chacha testJason A. Donenfeld3-0/+0
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella1-0/+4
2024-09-12netdev: add dmabuf introspectionMina Almasry1-0/+2
2024-09-12net: netdev netlink api to bind dma-buf to a net deviceMina Almasry1-0/+11
2024-08-30selftests: vDSO: fix include order in build of test_vdso_chachaChristophe Leroy1-0/+4
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark1-4/+13
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2024-08-24bpf: Add bpf_copy_from_user_str kfuncJordan Rome1-0/+9
2024-08-17Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo7-6/+133
2024-08-16tools/nolibc: x86_64: use local label in memcpy/memmoveThomas Weißschuh1-2/+2
2024-08-16tools/nolibc: stackprotector: mark implicitly used symbols as usedThomas Weißschuh1-2/+2
2024-08-16tools/nolibc: crt: mark _start_c() as usedThomas Weißschuh1-1/+1
2024-08-12tools/nolibc: compiler: use attribute((naked)) if availableThomas Weißschuh1-2/+7
2024-08-12tools/nolibc: move entrypoint specifics to compiler.hThomas Weißschuh10-18/+21
2024-08-11mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang1-0/+1
2024-08-10tools/nolibc: compiler: introduce __nolibc_has_attribute()Thomas Weißschuh1-7/+9
2024-08-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh1-1/+1
2024-08-10tools/nolibc: mips: load current function to $t9Thomas Weißschuh1-1/+3
2024-08-10tools/nolibc: arm: use clang-compatible asm syntaxThomas Weißschuh1-2/+2
2024-08-09tools/nolibc: pass argc, argv and envp to constructorsThomas Weißschuh1-11/+12
2024-08-09bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flagsAlan Maguire1-1/+2