summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2025-04-06tools/include: make uapi/linux/types.h usable from assemblyThomas Weißschuh1-0/+3
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds9-13/+119
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-2/+11
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-0/+56
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+532
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds2-2/+2
2025-03-24Merge tag 'nolibc-20250308-for-6.15-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-27/+281
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+19
2025-03-20tools headers: Sync uapi/asm-generic/socket.h with the kernel sourcesAlexander Mikhalitsyn1-2/+19
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko1-0/+1
2025-03-17lib/interval_tree: add test case for interval_tree_iter_xxx() helpersWei Yang1-0/+21
2025-03-17lib/rbtree: add random seedWei Yang1-0/+2
2025-03-17lib/rbtree: enable userland test suite for rbtree related data structureWei Yang7-13/+96
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-0/+5
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-0/+3
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-0/+1
2025-03-08tools/nolibc: don't use asm/ UAPI headersThomas Weißschuh3-8/+7
2025-03-06tools/nolibc: drop outdated example from overview commentLouis Taylor1-2/+1
2025-03-06tools/nolibc: process open() vararg as mode_tLouis Taylor1-1/+1
2025-03-06tools/nolibc: always use openat(2) instead of open(2)Louis Taylor1-6/+0
2025-03-06tools/nolibc: add support for openat(2)Louis Taylor1-0/+25
2025-03-05treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'Vincent Mailhol2-2/+2
2025-03-03tools/nolibc: add limits.h shim headerThomas Weißschuh2-0/+8
2025-03-03tools/include: Add uapi/linux/elf.hThomas Weißschuh1-0/+524
2025-02-26tools/nolibc: add support for [v]sscanf()Thomas Weißschuh1-0/+98
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-0/+43
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang2-0/+13
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing1-0/+5
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing1-0/+5
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-0/+4
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing1-0/+4
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing1-0/+5
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing1-0/+7
2025-02-20tools/nolibc: add support for 32-bit s390Thomas Weißschuh2-1/+6
2025-02-17netdev-genl: Add an XSK attribute to queuesJoe Damato1-0/+6
2025-02-12bpf: Sync uapi bpf.h header for the tooling infraYonghong Song1-1/+4
2025-02-09tools/nolibc: add support for directory accessThomas Weißschuh3-0/+100
2025-02-09tools/nolibc: add support for sys_llseek()Thomas Weißschuh1-1/+28
2025-02-06netdev: add io_uring memory provider infoDavid Wei1-0/+7
2025-02-05docs/bpf: Document the semantics of BTF tags with kind_flagIhor Solodrai1-1/+2
2025-02-03tools/nolibc: make signature of ioctl() more flexibleThomas Weißschuh1-8/+4
2025-02-03tools/nolibc: add prototypes for non-static functionsThomas Weißschuh6-0/+11
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+15
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds3-2/+22
2025-01-22Merge tag 'linux_kselftest-nolibc-6.14-rc1' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+18
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+4
2025-01-21Merge tag 'objtool-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2025-01-17tools: Sync if_xdp.h uapi tooling headerVishal Chourasia1-2/+2
2025-01-13tools/nolibc: add support for waitid()Thomas Weißschuh1-0/+18