summaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
13 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+0
14 daysMerge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds1-3/+3
14 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-5/+73
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2026-08-18Merge tag 'objtool-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2026-08-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+6
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/...Ingo Molnar1-2/+2
2026-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann1-8/+8
2026-08-06tools: Ensure tools copy of linux/filter.h exports the UAPIMark Brown1-0/+1
2026-08-04tools/compiler: match glibc 2.42 definition of __attribute_const__Joy H.J. Lee1-1/+1
2026-07-31static_call / jump_label: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth1-2/+2
2026-07-31mm: remove the __GFP_NO_OBJ_EXT flagVlastimil Babka (SUSE)1-7/+0
2026-07-22bitmap: Replace __ASSEMBLY__ with __ASSEMBLER__ in header filesThomas Huth1-3/+3
2026-07-22tools headers: Sync linux/gfp_types.h with the kernel sourcesArnaldo Carvalho de Melo1-8/+8
2026-07-22tools: linux/types.h: Add 128-bit integer types for arm64 UAPI structuresWill Deacon1-0/+5
2026-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi1-0/+1
2026-07-02tools/include: include stdint.h for SIZE_MAX in overflow.hYichong Chen1-0/+1
2026-06-26tools/bpf: Sync btf_ids.h to toolsIhor Solodrai1-5/+73
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig1-1/+1
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2026-04-05tools: bitmap: add missing bitmap_copy() implementationLorenzo Stoakes (Oracle)1-0/+11
2026-04-05mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()Lorenzo Stoakes (Oracle)1-0/+13
2026-04-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)1-0/+1
2026-04-01memblock: move reserve_bootmem_range() to memblock.c and make it staticMike Rapoport (Microsoft)1-2/+0
2026-03-23tools headers: Synchronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2026-03-14Merge tag 'perf-tools-fixes-for-v7.0-1-2026-03-13' of git://git.kernel.org/pu...Linus Torvalds2-26/+7
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds3-0/+32
2026-03-10perf cs-etm: Sync coresight-pmu.h header with the kernel sourcesJames Clark1-24/+0
2026-03-04tools/testing: fix testing/vma and testing/radix-tree buildMike Rapoport (Microsoft)3-0/+32
2026-03-04tools headers: Update the linux/gfp_types.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+7
2026-02-24selftests/bpf: Add simple strscpy() implementationIhor Solodrai1-0/+4
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+11
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+22
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-02-13tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes1-0/+22
2026-02-11Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+22
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-17/+43
2026-01-28tools: Fix bitfield dependency failureLeo Yan1-0/+1
2026-01-28tools: Update context analysis macros in compiler_types.hMarco Elver2-15/+43
2026-01-22tools/lib: Add list_is_first()Swapnil Sapkal1-0/+10
2026-01-14tools headers: Remove unneeded ignoring of warnings in unaligned.hIan Rogers1-4/+0
2026-01-14tools headers: Update the linux/unaligned.h copy with the kernel sourcesIan Rogers1-0/+22
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver1-2/+0
2026-01-05memblock test: include <linux/sizes.h> from tools mm.h stubMike Rapoport (Microsoft)1-0/+1
2026-01-03Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus Torvalds1-6/+0
2025-12-24tools headers: Sync linux/gfp_types.h with kernel sourcesNamhyung Kim1-6/+0
2025-12-24tools include: Add definitions for __aligned_{l,b}e64David Matlack1-0/+8
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+4