aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-17tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+55
2025-06-16tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2-5/+13
2025-05-20tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-3/+2
2025-05-20tools headers compiler: Pick the const_true() define from the kernel sourcesArnaldo Carvalho de Melo1-0/+22
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim1-0/+45
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-13/+106
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+5
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 Yang6-13/+83
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-0/+5
2025-03-05treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'Vincent Mailhol1-1/+1
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+15
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+10
2025-01-12tools: arm64: Update sysreg.h header filesJames Clark1-0/+15
2024-12-12bpftool: Probe for ISA v4 instruction set extensionSimone Magnani1-0/+10
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert instrumentation_{begin,end}() to ANNOTATEPeter Zijlstra1-0/+2
2024-12-02objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert ANNOTATE_NOENDBR to ANNOTATEPeter Zijlstra1-0/+5
2024-11-11Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-10-28tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo1-10/+1
2024-10-28tools headers: Synchronize {uapi/}linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+15
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-0/+157
2024-09-28Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+3
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds6-4/+55
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
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/linux/kernel/git/perf/perf-toolsLinus Torvalds2-4/+15
2024-09-20tools: Optimize ring buffer for riscvCharlie Jenkins1-1/+1
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella1-0/+4
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-11mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang1-0/+1
2024-08-06memblock test: fix implicit declaration of function 'strscpy'Wei Yang1-0/+2
2024-08-06memblock test: fix implicit declaration of function 'memparse'Wei Yang1-0/+1
2024-08-06memblock test: add the definition of __setup()Wei Yang1-0/+3
2024-08-06memblock test: fix implicit declaration of function 'virt_to_phys'Wei Yang1-0/+6
2024-08-06tools/testing: abstract two init.h into common include directoryWei Yang2-4/+40
2024-08-06memblock tests: include export.h in linkage.h as kernel doseWei Yang1-0/+2
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev1-0/+2
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds1-1/+16
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-5/+2
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds2-0/+6
2024-07-10radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang1-1/+16
2024-07-05memblock tests: fix implicit declaration of function 'numa_valid_node'Wei Yang1-0/+5
2024-06-24slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou1-5/+2