summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2024-04-14tools/nolibc: add support for uname(2)Thomas Weißschuh
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-11tools/include: Sync asm-generic/bitops/fls.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/linux/fs.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-10tools/nolibc/string: remove open-coded strnlen()Thomas Weißschuh
2024-04-10tools/nolibc: Fix strlcpy() return code and size usageRodrigo Campos
2024-04-10tools/nolibc: Fix strlcat() return code and size usageRodrigo Campos
2024-04-10tools/nolibc/string: export strlen()Rodrigo Campos
2024-04-10tools/nolibc/stdlib: fix memory error in realloc()Brennan Xavier McManus
2024-04-08Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-04-04selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04bpf: Pack struct bpf_fib_lookupAnton Protopopov
2024-04-04memblock tests: fix undefined reference to `panic'Wei Yang
2024-04-04memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang
2024-04-03tools: Add ethtool.h header to tooling infraTushar Vyavahare
2024-04-02bpf: Fix typo in uapi doc commentsDavid Lechner
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin
2024-04-01tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2024-03-28tools/resolve_btfids: fix build with musl libcNatanael Copa
2024-03-28bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-25bpf: Sync uapi bpf.h to tools directoryYonghong Song
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2024-03-22selftests/bpf: Mark uprobe trigger functions with nocf_check attributeJiri Olsa
2024-03-21perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build ...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo
2024-03-21tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...Arnaldo Carvalho de Melo
2024-03-21tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/sound/asound.h copy out of the directory used to build...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-11objtool/LoongArch: Implement instruction decoderTiezhu Yang
2024-03-07netdev: add queue stat for alloc failuresJakub Kicinski
2024-03-07netdev: add per-queue statisticsJakub Kicinski
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-03-05slab: remove PARTIAL_NODE slab_stateChengming Zhou