aboutsummaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)AuthorFilesLines
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...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 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...Linus 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/vb...Linus Torvalds1-5/+2
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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
2024-06-12selftests/bpf: Add uretprobe syscall test for regs integrityJiri Olsa1-0/+4
2024-06-05mm/memblock: use PAGE_ALIGN_DOWN to get pgend in free_memmapWei Yang1-0/+1
2024-05-21Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds1-7/+1
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2024-05-08tools lib rbtree: pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo1-2/+2
2024-05-03bitops: Change function return types from long to intThorsten Blum1-1/+1
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+18
2024-04-26tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-7/+1
2024-04-26tools lib rbtree: Pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo1-2/+2
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+25
2024-04-08Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+25
2024-04-04selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko1-0/+18
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-04-04memblock tests: fix undefined reference to `panic'Wei Yang2-0/+20
2024-04-04memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang1-0/+5
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin1-3/+4
2024-04-01tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin3-5/+14
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin1-0/+2
2024-03-28tools/resolve_btfids: fix build with musl libcNatanael Copa1-0/+2
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+11
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+4
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-0/+11
2024-03-22selftests/bpf: Mark uprobe trigger functions with nocf_check attributeJiri Olsa1-0/+4