summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
12 daystools lib api: Fix mount_overload() snprintf truncation and toupper rangeArnaldo Carvalho de Melo1-2/+2
12 daystools lib api: Fix filename__write_int() writing uninitialized stack dataArnaldo Carvalho de Melo1-2/+3
12 daystools lib api: Fix missing null termination in filename__read_int/ull()Arnaldo Carvalho de Melo1-2/+8
12 daysperf: Fix off-by-one stack buffer overflow in kallsyms__parse()Rui Qi1-1/+4
12 dayslibbpf: Skip max_entries override on signed loadersDaniel Borkmann1-2/+11
12 dayslibbpf: Skip initial_value override on signed loadersDaniel Borkmann1-15/+24
12 dayslibbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+17
12 dayslibbpf: Skip endianness swap when loader generation failedDaniel Borkmann1-2/+2
12 dayslibbpf: Skip hash computation when loader generation failedDaniel Borkmann1-4/+4
12 dayslibbpf: Fix UAF in strset__add_str()Carlos Llamas1-21/+41
12 dayslibbpf: Harden parse_vma_segs() path parsingMichael Bommarito1-4/+12
12 dayslibbpf: Fix deduplication of typedef with base definitionsAntoine Tenart1-1/+3
12 dayslibbpf: Report error when a negative kprobe offset is specifiedAaron Tomlin1-1/+8
2026-05-23libbpf: fix off-by-one in emit_signature_match jump offsetKP Singh1-2/+1
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2026-04-19docs: 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/li...Linus Torvalds4-35/+34
2026-04-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-10/+11
2026-04-17libbpf: 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/...Linus Torvalds1-0/+10
2026-04-15Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus 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-02libperf 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
2026-03-26libbpf: Support sanitization of BTF layout for older kernelsAlan Maguire4-36/+127
2026-03-26libbpf: BTF validation can use layout for unknown kindsAlan Maguire1-2/+6
2026-03-26libbpf: Add layout encoding supportAlan Maguire3-2/+83
2026-03-26libbpf: Use layout to compute an unknown kind sizeAlan Maguire1-9/+43
2026-03-26libbpf: Support layout section handling in BTFAlan Maguire1-153/+320
2026-03-25docs: c_lex.py: store logger on its dataMauro Carvalho Chehab1-1/+7
2026-03-25docs: kdoc_output: raise an error if full_proto not available for varMauro Carvalho Chehab1-1/+3
2026-03-25docs: kdoc_yaml_file: use a better name for the testsMauro Carvalho Chehab1-6/+17
2026-03-25docs: kdoc: better handle source when producing YAML outputMauro Carvalho Chehab4-72/+70
2026-03-25docs: kdoc_output: fix handling of simple tablesMauro Carvalho Chehab1-3/+3
2026-03-25docs: kdoc_yaml_file: add a representer to make strings look nicerMauro Carvalho Chehab1-3/+15
2026-03-23docs: kernel-doc: add support to store output on a YAML fileMauro Carvalho Chehab2-7/+67
2026-03-23docs: add a new file to write kernel-doc output to a YAML fileMauro Carvalho Chehab1-0/+155
2026-03-23docs: kdoc_item: fix a typo on sections_start_linesMauro Carvalho Chehab3-5/+5
2026-03-23docs: kdoc_item: add support to generate a KdocItem from a dictMauro Carvalho Chehab1-1/+34
2026-03-23docs: kdoc_item: fix initial value for parameterdesc_start_linesMauro Carvalho Chehab1-1/+1
2026-03-23docs: kdoc_files: move output symbols logic to kdoc_outputMauro Carvalho Chehab2-16/+23
2026-03-23docs: kdoc_files: use a class to group config parametersMauro Carvalho Chehab1-14/+31
2026-03-23docs: kdoc: add c_lex to generated documentationMauro Carvalho Chehab1-4/+5
2026-03-23docs: kdoc_re: better represent long regular expressionsMauro Carvalho Chehab1-2/+7