summaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-09-281-1/+3
|\
| * tools: Add additional SYM_*() stubs to linkage.hHeiko Carstens2024-09-231-1/+3
* | Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-256-4/+55
|\ \
| * | mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang2024-08-111-0/+1
| * | memblock test: fix implicit declaration of function 'strscpy'Wei Yang2024-08-061-0/+2
| * | memblock test: fix implicit declaration of function 'memparse'Wei Yang2024-08-061-0/+1
| * | memblock test: add the definition of __setup()Wei Yang2024-08-061-0/+3
| * | memblock test: fix implicit declaration of function 'virt_to_phys'Wei Yang2024-08-061-0/+6
| * | tools/testing: abstract two init.h into common include directoryWei Yang2024-08-062-4/+40
| * | memblock tests: include export.h in linkage.h as kernel doseWei Yang2024-08-061-0/+2
* | | Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-242-1/+3
|\ \ \
| * | | tools: Optimize ring buffer for riscvCharlie Jenkins2024-09-201-1/+1
| * | | tools: Add riscv barrier implementationCharlie Jenkins2024-09-201-0/+2
| |/ /
* | | Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-222-4/+15
|\ \ \
| * | | perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark2024-08-291-4/+13
| * | | Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2024-08-177-6/+133
| |\ \ \
| * | | | perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2024-07-311-0/+2
| | |/ / | |/| |
* | | | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-211-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: Add bpf_copy_from_user_str kfuncJordan Rome2024-08-241-0/+9
| | |/ | |/|
* | | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-186-0/+18
|\ \ \
| * | | selftests: vDSO: check cpu caps before running chacha testJason A. Donenfeld2024-09-161-0/+10
| * | | selftests: vDSO: don't include generated headers for chacha testJason A. Donenfeld2024-09-133-0/+0
| * | | arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella2024-09-131-0/+4
| * | | selftests: vDSO: fix include order in build of test_vdso_chachaChristophe Leroy2024-08-301-0/+4
| |/ /
* | | Merge tag 'linux_kselftest-nolibc-6.12-rc1' of git://git.kernel.org/pub/scm/l...Linus Torvalds2024-09-1716-46/+78
|\ \ \
| * | | tools/nolibc: x86_64: use local label in memcpy/memmoveThomas Weißschuh2024-08-161-2/+2
| * | | tools/nolibc: stackprotector: mark implicitly used symbols as usedThomas Weißschuh2024-08-161-2/+2
| * | | tools/nolibc: crt: mark _start_c() as usedThomas Weißschuh2024-08-161-1/+1
| * | | tools/nolibc: compiler: use attribute((naked)) if availableThomas Weißschuh2024-08-121-2/+7
| * | | tools/nolibc: move entrypoint specifics to compiler.hThomas Weißschuh2024-08-1210-18/+21
| * | | tools/nolibc: compiler: introduce __nolibc_has_attribute()Thomas Weißschuh2024-08-101-7/+9
| * | | tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh2024-08-101-1/+1
| * | | tools/nolibc: mips: load current function to $t9Thomas Weißschuh2024-08-101-1/+3
| * | | tools/nolibc: arm: use clang-compatible asm syntaxThomas Weißschuh2024-08-101-2/+2
| * | | tools/nolibc: pass argc, argv and envp to constructorsThomas Weißschuh2024-08-091-11/+12
| * | | tools/nolibc: add stdbool.h headerThomas Weißschuh2024-07-293-1/+19
| * | | tools/nolibc: include arch.h from string.hThomas Weißschuh2024-07-291-0/+1
| | |/ | |/|
* | | netdev: add dmabuf introspectionMina Almasry2024-09-121-0/+2
* | | net: netdev netlink api to bind dma-buf to a net deviceMina Almasry2024-09-121-0/+11
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-08-261-1/+2
|\ \ \ | |_|/ |/| |
| * | bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flagsAlan Maguire2024-08-091-1/+2
| |/
* | tools/include: Sync filesystem headers with the kernel sourcesNamhyung Kim2024-08-071-2/+10
* | tools/include: Sync network socket headers with the kernel sourcesNamhyung Kim2024-08-071-0/+2
* | tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim2024-08-071-1/+1
* | tools/include: Sync uapi/linux/perf.h with the kernel sourcesNamhyung Kim2024-08-061-2/+4
* | tools/include: Sync uapi/linux/kvm.h with the kernel sourcesNamhyung Kim2024-08-061-1/+16
* | tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim2024-08-061-0/+27
* | perf tools: Add tools/include/uapi/READMENamhyung Kim2024-08-061-0/+73
|/
* Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-261-1/+16
|\
| * radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang2024-07-101-1/+16