summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2026-06-07bpf: Add multi tracing attach typesJiri Olsa
2026-06-06libperf: Document struct perf_cpu int16_t ABI limitationArnaldo Carvalho de Melo
2026-06-05libbpf: Support resizable hashtableMykyta Yatsenko
2026-06-04tools subcmd: Robust fallback and existence checks for process reapingIan Rogers
2026-06-04perf: Fix off-by-one stack buffer overflow in kallsyms__parse()Rui Qi
2026-06-02libbpf: Guard add_data() against size overflowDaniel Borkmann
2026-06-01libbpf: Skip max_entries override on signed loadersDaniel Borkmann
2026-06-01libbpf: Skip initial_value override on signed loadersDaniel Borkmann
2026-06-01libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh
2026-05-31libbpf: Skip endianness swap when loader generation failedDaniel Borkmann
2026-05-31libbpf: Also reset {insn,data}_cur on realloc failureDaniel Borkmann
2026-05-31libbpf: Skip hash computation when loader generation failedDaniel Borkmann
2026-05-31libbpf: Drop redundant self-loop in emit_check_errDaniel Borkmann
2026-05-29perf tools: Fix event_contains() macro to verify full field extentArnaldo Carvalho de Melo
2026-05-28libbpf: Add __NR_bpf definition for LoongArchTiezhu Yang
2026-05-28libbpf: Fix UAF in strset__add_str()Carlos Llamas
2026-05-28libbpf: Harden parse_vma_segs() path parsingMichael Bommarito
2026-05-28tools subcmd: allow parsing distinct --opt and --no-optTomas Glozar
2026-05-28tools subcmd: support optarg as separate argumentTomas Glozar
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-23libbpf: fix off-by-one in emit_signature_match jump offsetKP Singh
2026-05-18libbpf: Add OPTS_VALID() for log_opts in bpf_map_createLeon Hwang
2026-05-15scripts/kernel-doc: Detect mismatched inline member documentation tagsShuicheng Lin
2026-05-15kdoc: xforms: move context attrs to function_xforms listRandy Dunlap
2026-05-15docs: kernel-doc: python: strip __counted_by_ptr macroTudor Ambarus
2026-05-13libbpf: Use strscpy() in kernel code for skel_map_create()Kees Cook
2026-05-12libbpf: Add syscall common attributes support for map_createLeon Hwang
2026-05-12libbpf: Add support for extended BPF syscallLeon Hwang
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov
2026-04-27docs: xforms_lists: allow __maybe_unused in func parametersRandy Dunlap
2026-04-22libbpf: Fix deduplication of typedef with base definitionsAntoine Tenart
2026-04-22libbpf: Add section handlers for sleepable tracepointsMykyta Yatsenko
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-20libbpf: Adjust btf_vlen() to return a __u32Alan Maguire
2026-04-19libbpf: Report error when a negative kprobe offset is specifiedAaron Tomlin
2026-04-18docs: kdoc: Expand 'at_least' when creating parameter listEric Biggers
2026-04-18Merge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-16libbpf: Prevent double close and leak of btf objectsJiri Olsa
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-04-10libbpf: Allow use of feature cache for non-token casesAlan Maguire
2026-04-07bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()Weiming Shi
2026-04-05mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()Lorenzo Stoakes (Oracle)
2026-04-02libbpf: Clarify raw-address single kprobe attach behaviorHoyeon Lee
2026-04-02libbpf: Use direct error codes for kprobe/uprobe attachHoyeon Lee
2026-04-02libbpf: Fix BTF handling in bpf_program__clone()Mykyta Yatsenko
2026-04-01libperf cpumap: Make index and nr types unsignedIan Rogers
2026-03-30tools: unittest_helper: add a quiet modeMauro Carvalho Chehab
2026-03-30doc tools: better handle KBUILD_VERBOSEMauro Carvalho Chehab