aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-0/+2
2026-06-06libperf: Document struct perf_cpu int16_t ABI limitationArnaldo Carvalho de Melo2-1/+29
2026-06-05libbpf: Support resizable hashtableMykyta Yatsenko2-0/+4
2026-06-04tools subcmd: Robust fallback and existence checks for process reapingIan Rogers1-4/+65
2026-06-04perf: Fix off-by-one stack buffer overflow in kallsyms__parse()Rui Qi1-1/+4
2026-06-02libbpf: Guard add_data() against size overflowDaniel Borkmann1-1/+7
2026-06-01libbpf: Skip max_entries override on signed loadersDaniel Borkmann1-2/+11
2026-06-01libbpf: Skip initial_value override on signed loadersDaniel Borkmann1-15/+24
2026-06-01libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+17
2026-05-31libbpf: Skip endianness swap when loader generation failedDaniel Borkmann1-2/+2
2026-05-31libbpf: Also reset {insn,data}_cur on realloc failureDaniel Borkmann1-0/+2
2026-05-31libbpf: Skip hash computation when loader generation failedDaniel Borkmann1-4/+4
2026-05-31libbpf: Drop redundant self-loop in emit_check_errDaniel Borkmann1-1/+0
2026-05-29perf tools: Fix event_contains() macro to verify full field extentArnaldo Carvalho de Melo1-1/+8
2026-05-28libbpf: Add __NR_bpf definition for LoongArchTiezhu Yang1-0/+2
2026-05-28libbpf: Fix UAF in strset__add_str()Carlos Llamas1-21/+41
2026-05-28libbpf: Harden parse_vma_segs() path parsingMichael Bommarito1-4/+12
2026-05-28tools subcmd: allow parsing distinct --opt and --no-optTomas Glozar2-4/+9
2026-05-28tools subcmd: support optarg as separate argumentTomas Glozar2-8/+46
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-2/+1
2026-05-23libbpf: fix off-by-one in emit_signature_match jump offsetKP Singh1-2/+1
2026-05-18libbpf: Add OPTS_VALID() for log_opts in bpf_map_createLeon Hwang1-0/+3
2026-05-15scripts/kernel-doc: Detect mismatched inline member documentation tagsShuicheng Lin1-1/+53
2026-05-15kdoc: xforms: move context attrs to function_xforms listRandy Dunlap1-10/+10
2026-05-15docs: kernel-doc: python: strip __counted_by_ptr macroTudor Ambarus1-0/+1
2026-05-13libbpf: Use strscpy() in kernel code for skel_map_create()Kees Cook1-0/+5
2026-05-12libbpf: Add syscall common attributes support for map_createLeon Hwang2-2/+31
2026-05-12libbpf: Add support for extended BPF syscallLeon Hwang3-0/+47
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov1-0/+5
2026-04-27docs: xforms_lists: allow __maybe_unused in func parametersRandy Dunlap1-0/+1
2026-04-22libbpf: Fix deduplication of typedef with base definitionsAntoine Tenart1-1/+3
2026-04-22libbpf: Add section handlers for sleepable tracepointsMykyta Yatsenko1-31/+57
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-0/+5
2026-04-20libbpf: Adjust btf_vlen() to return a __u32Alan Maguire4-39/+53
2026-04-19libbpf: Report error when a negative kprobe offset is specifiedAaron Tomlin1-1/+8
2026-04-18docs: kdoc: Expand 'at_least' when creating parameter listEric Biggers1-0/+5
2026-04-18Merge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds4-35/+34
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-10/+11
2026-04-16libbpf: Prevent double close and leak of btf objectsJiri Olsa1-10/+11
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+10
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds11-227/+859
2026-04-10libbpf: Allow use of feature cache for non-token casesAlan Maguire2-3/+12
2026-04-07bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()Weiming Shi1-0/+2
2026-04-05mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()Lorenzo Stoakes (Oracle)1-0/+10
2026-04-02libbpf: Clarify raw-address single kprobe attach behaviorHoyeon Lee2-7/+34
2026-04-02libbpf: Use direct error codes for kprobe/uprobe attachHoyeon Lee1-2/+2
2026-04-02libbpf: Fix BTF handling in bpf_program__clone()Mykyta Yatsenko2-17/+44
2026-04-01libperf cpumap: Make index and nr types unsignedIan Rogers4-35/+34
2026-03-30tools: unittest_helper: add a quiet modeMauro Carvalho Chehab1-6/+16
2026-03-30doc tools: better handle KBUILD_VERBOSEMauro Carvalho Chehab1-1/+6