summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
3 daystools: Fix bitfield dependency failureLeo Yan
2026-01-11tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg
2025-11-24tools bitmap: Add missing asm-generic/bitsperlong.h includeIan Rogers
2025-10-15tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host he...Zhouyi Zhou
2025-08-28bonding: Add independent control state machineAahil Awatramani
2025-08-28tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macrosWilly Tarreau
2025-08-28tools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh
2025-07-17kallsyms: fix build without execinfoAchill Gilgenast
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-06-04bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-01-17memblock tests: fix implicit declaration of function 'numa_valid_node'Wei Yang
2025-01-02stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin
2024-12-09tools/nolibc: s390: include std.hThomas Weißschuh
2024-11-01bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa
2024-10-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh
2024-08-29tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin
2024-08-29bitmap: introduce generic optimized bitmap_size()Alexander Lobakin
2024-08-19bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
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-01bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2023-12-03mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest
2023-11-28mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-23Merge tag 'urgent/nolibc.2023.10.16a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-12tools/nolibc: mark start_c as weakThomas Weißschuh
2023-10-12tools/nolibc: i386: Fix a stack misalign bug on _startAmmar Faizi
2023-09-26Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...Linus Torvalds
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-15bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers
2023-09-14memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)
2023-09-14memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)
2023-09-14memblock tests: Fix compilation errors.Rong Tao
2023-09-13tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo
2023-09-13tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo
2023-09-13tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo
2023-09-11bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2023-08-23tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau
2023-08-23tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau
2023-08-23tools/nolibc: silence ppc64 compile warningsZhangjin Wu