summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2024-08-29tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin
2024-08-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-08-29bitmap: introduce generic optimized bitmap_size()Alexander Lobakin
2024-06-12bpf: Pack struct bpf_fib_lookupAnton Protopopov
2024-06-12tools/nolibc/stdlib: fix memory error in realloc()Brennan Xavier McManus
2024-05-17memblock tests: fix undefined reference to `panic'Wei Yang
2024-05-17memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang
2024-04-03tools/resolve_btfids: fix build with musl libcNatanael Copa
2024-03-26tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-03-06bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2023-11-02maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-10bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2023-10-06bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers
2023-10-06memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)
2023-10-06memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)
2023-10-06bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev
2023-06-05tools headers UAPI: Sync the linux/in.h with the kernel sourcesYanteng Si
2023-05-24open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner
2023-02-01tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau
2023-02-01tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau
2023-02-01tools/nolibc: Fix S_ISxxx macrosWarner Losh
2023-02-01nolibc: fix fd_set typeSven Schnelle
2023-01-18tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau
2023-01-18tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau
2022-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-03tools/headers: Pull in stddef.h to uapi to fix BPF selftests build in CIAndrii Nakryiko
2022-11-01Merge tag 'nolibc-urgent.2022.10.28a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-10-28tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes
2022-10-28tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau
2022-10-26tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo
2022-10-22tools: include: sync include/api/linux/kvm.hPaolo Bonzini
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-06tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernelRavi Bangoria
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04perf branch: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual
2022-10-04perf branch: Add branch privilege information request flagAnshuman Khandual
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual
2022-10-04perf branch: Add system error and not in transaction branch typesAnshuman Khandual
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-10-03hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens