summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2024-08-07tools/include: Sync filesystem headers with the kernel sourcesNamhyung Kim1-2/+10
2024-08-07tools/include: Sync network socket headers with the kernel sourcesNamhyung Kim1-0/+2
2024-08-07tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim1-1/+1
2024-08-07tools/include: Sync uapi/linux/perf.h with the kernel sourcesNamhyung Kim1-2/+4
2024-08-06tools/include: Sync uapi/linux/kvm.h with the kernel sourcesNamhyung Kim1-1/+16
2024-08-06tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim1-0/+27
2024-08-06perf tools: Add tools/include/uapi/READMENamhyung Kim1-0/+73
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds1-1/+16
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+4
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+4
2024-07-25selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata testStanislav Fomichev1-0/+4
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+1
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+883
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+10
2024-07-19selftests/vDSO: add tests for vgetrandomJason A. Donenfeld1-0/+0
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-0/+1
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-5/+2
2024-07-19Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+6
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+4
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-5/+12
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+0
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-5/+2
2024-07-13tools: sync uapi/linux/fs.h header into tools subdirAndrii Nakryiko1-10/+170
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-5/+35
2024-07-12KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORYIsaku Yamahata1-2/+12
2024-07-11radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang1-1/+16
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-4/+0
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+2
2024-07-05memblock tests: fix implicit declaration of function 'numa_valid_node'Wei Yang1-0/+5
2024-07-04selftests/mm: kvm, mdwe fixes to avoid requiring "make headers"John Hubbard1-0/+331
2024-07-04selftests/mm: fix vm_util.c build failures: add snapshot of fs.hJohn Hubbard1-0/+392
2024-06-29tools/nolibc: implement strerror()Thomas Weißschuh1-0/+10
2024-06-29tools/nolibc: implement strtol() and friendsThomas Weißschuh1-0/+109
2024-06-29tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llongThomas Weißschuh1-0/+19
2024-06-24slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou1-5/+2
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+37
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko1-0/+2
2024-06-12selftests/bpf: Add uretprobe syscall test for regs integrityJiri Olsa1-0/+4
2024-06-09Merge tag 'perf-tools-fixes-for-v6.10-2-2024-06-09' of git://git.kernel.org/p...Linus Torvalds4-7/+37
2024-06-05mm/memblock: use PAGE_ALIGN_DOWN to get pgend in free_memmapWei Yang1-0/+1
2024-06-03tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_S...Arnaldo Carvalho de Melo1-1/+3
2024-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-05-30netdev: add qstat for csum completeJakub Kicinski1-0/+1
2024-05-28tools headers UAPI: Update i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-3/+28
2024-05-28tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo1-2/+2
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-5/+10
2024-05-28tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo1-1/+4
2024-05-24net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan1-5/+10
2024-05-22Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds13-3171/+20
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+5