summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
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
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu
2023-08-23tools/nolibc: add support for powerpc64Zhangjin Wu
2023-08-23tools/nolibc: add support for powerpcZhangjin Wu
2023-08-23tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh
2023-08-23tools/nolibc: sys: avoid implicit sign castThomas Weißschuh
2023-08-23tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh
2023-08-23tools/nolibc: drop unused variablesThomas Weißschuh
2023-08-23tools/nolibc: add pipe() and pipe2() supportYuan Tan
2023-08-23tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts
2023-08-23tools/nolibc: s390: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu