aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
9 daysxsk: align TX metadata layout across ABIsStanislav Fomichev1-0/+1
10 daysMerge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
12 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-11/+51
13 daysMerge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds1-3/+3
13 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-0/+5
13 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-17/+178
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2026-08-18Merge tag 'objtool-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2026-08-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-0/+6
2026-08-18Merge tag 'nolibc-20260814-for-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds8-9/+222
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-1/+0
2026-08-17Merge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+5
2026-08-17bpf: Add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulationNick Hudson1-2/+32
2026-08-17bpf: Name the enum for BPF_FUNC_skb_adjust_room flagsNick Hudson1-1/+1
2026-08-14Merge branch 'for-next/uapi' into for-next/coreWill Deacon1-0/+5
2026-08-11objtool/headers: Sync tools/include/linux/objtool_types.h with include/linux/objtool_types.hIngo Molnar1-2/+2
2026-08-07net: devmem: allow rx-page-size > PAGE_SIZE per dmabuf bindingBobby Eshleman1-0/+1
2026-08-07tun/tap: add IFF_BACKPRESSURE flagSimon Schippers1-0/+4
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann4-13/+42
2026-08-06tools: Ensure tools copy of linux/filter.h exports the UAPIMark Brown1-0/+1
2026-08-04selftests/mm: add userfaultfd RWP testsKiryl Shutsemau (Meta)1-4/+50
2026-08-04mm/pagemap: add PAGE_IS_ACCESSED for RWP trackingKiryl Shutsemau (Meta)1-0/+1
2026-08-03tools/compiler: match glibc 2.42 definition of __attribute_const__Joy H.J. Lee1-1/+1
2026-08-02tools/nolibc: add support for AlphaThomas Weißschuh3-1/+162
2026-07-31static_call / jump_label: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth1-2/+2
2026-07-30mm: remove the __GFP_NO_OBJ_EXT flagVlastimil Babka (SUSE)1-7/+0
2026-07-30tools/nolibc/powerpc: mark ctr and xer as clobbered by system callThomas Weißschuh1-1/+1
2026-07-27arch: hookup fchroot() system callChristian Brauner1-1/+5
2026-07-26tools/nolibc: remove dead __ARCH_WANT_SYS_OLD_SELECTAmmar Faizi2-6/+0
2026-07-22bitmap: Replace __ASSEMBLY__ with __ASSEMBLER__ in header filesThomas Huth1-3/+3
2026-07-21tools headers: Sync KVM headers with the kernel sourcesArnaldo Carvalho de Melo1-5/+15
2026-07-21tools headers: Sync linux/gfp_types.h with the kernel sourcesArnaldo Carvalho de Melo1-8/+8
2026-07-21tools headers UAPI: Sync linux/rtnetlink.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2026-07-21tools headers UAPI: Sync linux/const.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+18
2026-07-21tools: linux/types.h: Add 128-bit integer types for arm64 UAPI structuresWill Deacon1-0/+5
2026-07-20fscrypt: Remove FSCRYPT_MODE_MAXEric Biggers1-1/+0
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi1-0/+1
2026-07-15docs: bpf: Document BPF_RB_OVERWRITE_POS in bpf_ringbuf_queryJianlin Shi1-0/+1
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT flag to bpf_fib_lookup() helperAvinash Duduskar1-1/+20
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helperAvinash Duduskar1-1/+32
2026-07-03tools/nolibc: mark arg1 operand in __nolibc_syscall0() as write-onlyThomas Weißschuh1-1/+1
2026-07-03tools/nolibc: unistd: Add readlink()Daniel Palmer1-0/+16
2026-07-03tools/nolibc: unistd: Add getcwd()Daniel Palmer1-0/+42
2026-07-01tools/include: include stdint.h for SIZE_MAX in overflow.hYichong Chen1-0/+1
2026-07-01bpf: Add tracing_multi link info supportJiri Olsa1-0/+9
2026-06-25tools/bpf: Sync btf_ids.h to toolsIhor Solodrai1-5/+73
2026-06-25bpf: Support BPF_F_EGRESS with bpf_redirect_peerJordan Rife1-8/+11
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-13/+46
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-0/+4