aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-6/+1
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+20
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-7/+95
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+70
2025-11-17tools: Remove s390 compat supportHeiko Carstens2-6/+1
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar5-16/+58
2025-11-03nsfs: update tools headerChristian Brauner1-0/+70
2025-11-03tools headers asm: Sync fls headers header with the kernel sourcesArnaldo Carvalho de Melo3-4/+4
2025-11-03tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2025-11-03tools headers UAPI: Update tools's copy of drm.h to pick DRM_IOCTL_GEM_CHANGE_HANDLEArnaldo Carvalho de Melo1-12/+51
2025-10-29perf: Support deferred user unwindPeter Zijlstra1-1/+20
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf2-0/+90
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf1-0/+2
2025-10-14interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf1-1/+1
2025-10-14interval_tree: Sync interval_tree_generic.h with toolsJosh Poimboeuf1-6/+2
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2025-10-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds8-1/+1755
2025-10-07tools headers: kcfi: rename missed CONFIG_CFI_CLANGCarlos Llamas1-1/+1
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao1-1/+1
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds5-1/+501
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+22
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-4/+161
2025-10-02tools include: Add headers to make tools builds more hermeticIan Rogers6-0/+1362
2025-10-02tools include: Replace tools linux/gfp_types.h with kernel versionIan Rogers1-1/+392
2025-10-02tools bitmap: Add missing asm-generic/bitsperlong.h includeIan Rogers1-0/+1
2025-09-30Merge tag 'nolibc-20250928-for-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds9-102/+52
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+22
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+3
2025-09-29tools/testing: Add support for prefilled slab sheafsLiam R. Howlett1-0/+28
2025-09-29tools/testing: Add support for changes to slab for sheavesLiam R. Howlett1-4/+133
2025-09-25tools/nolibc: add stdbool.h to nolibc includesAndré Almeida1-0/+1
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-3/+3
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko1-0/+4
2025-09-22bpf: Implement signature verification for BPF programsKP Singh1-0/+10
2025-09-20tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host headersZhouyi Zhou1-1/+1
2025-09-19tools: update nsfs.h uapi headerChristian Brauner1-2/+15
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh1-0/+2
2025-09-18bpf: Implement exclusive map creationKP Singh1-0/+6
2025-09-13tools/include: implement a couple of atomic_t opsBrendan Jackman1-0/+22
2025-09-01tools/nolibc: drop wait4() supportThomas Weißschuh1-17/+0
2025-09-01tools/nolibc: fold llseek fallback into lseek()Thomas Weißschuh1-28/+14
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from fork functionsThomas Weißschuh1-6/+2
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from dup2()Thomas Weißschuh1-3/+1
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from *at() functionsThomas Weißschuh1-24/+8
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from time64-related functionsThomas Weißschuh4-18/+6
2025-09-01tools/nolibc: use tabs instead of spaces for indentationThomas Weißschuh2-3/+3
2025-09-01tools/nolibc: avoid error in dup2() if old fd equals new fdThomas Weißschuh1-0/+13
2025-08-27Merge tag 'perf-tools-fixes-for-v6.17-2025-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds4-24/+63
2025-08-27tools headers: Add symlink to linux/pci_ids.hDavid Matlack1-0/+1