summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
19 hoursMerge tag 'perf-tools-for-v7.1-2026-04-17' of git://git.kernel.org/pub/scm/li...Linus Torvalds
37 hoursMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
3 dayslibbpf: Prevent double close and leak of btf objectsJiri Olsa
4 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
4 daysMerge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
9 dayslibbpf: Allow use of feature cache for non-token casesAlan Maguire
12 daysbpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()Weiming Shi
14 daysmm/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
2026-03-26libbpf: Support sanitization of BTF layout for older kernelsAlan Maguire
2026-03-26libbpf: BTF validation can use layout for unknown kindsAlan Maguire
2026-03-26libbpf: Add layout encoding supportAlan Maguire
2026-03-26libbpf: Use layout to compute an unknown kind sizeAlan Maguire
2026-03-26libbpf: Support layout section handling in BTFAlan Maguire
2026-03-25docs: c_lex.py: store logger on its dataMauro Carvalho Chehab
2026-03-25docs: kdoc_output: raise an error if full_proto not available for varMauro Carvalho Chehab
2026-03-25docs: kdoc_yaml_file: use a better name for the testsMauro Carvalho Chehab
2026-03-25docs: kdoc: better handle source when producing YAML outputMauro Carvalho Chehab
2026-03-25docs: kdoc_output: fix handling of simple tablesMauro Carvalho Chehab
2026-03-25docs: kdoc_yaml_file: add a representer to make strings look nicerMauro Carvalho Chehab
2026-03-22docs: kernel-doc: add support to store output on a YAML fileMauro Carvalho Chehab
2026-03-22docs: add a new file to write kernel-doc output to a YAML fileMauro Carvalho Chehab
2026-03-22docs: kdoc_item: fix a typo on sections_start_linesMauro Carvalho Chehab
2026-03-22docs: kdoc_item: add support to generate a KdocItem from a dictMauro Carvalho Chehab
2026-03-22docs: kdoc_item: fix initial value for parameterdesc_start_linesMauro Carvalho Chehab
2026-03-22docs: kdoc_files: move output symbols logic to kdoc_outputMauro Carvalho Chehab
2026-03-22docs: kdoc_files: use a class to group config parametersMauro Carvalho Chehab
2026-03-22docs: kdoc: add c_lex to generated documentationMauro Carvalho Chehab
2026-03-22docs: kdoc_re: better represent long regular expressionsMauro Carvalho Chehab
2026-03-22docs: xforms_lists: use CMatch for all identifiersMauro Carvalho Chehab
2026-03-22docs: kdoc_parser: avoid tokenizing structs everytimeMauro Carvalho Chehab
2026-03-22docs: kdoc: ensure that comments are dropped before calling split_struct_proto()Mauro Carvalho Chehab
2026-03-22docs: c_lex: setup a logger to report tokenizer issuesMauro Carvalho Chehab
2026-03-22docs: xforms_lists: better evaluate struct_group macrosMauro Carvalho Chehab
2026-03-22docs: xforms_lists: handle struct_group directlyMauro Carvalho Chehab
2026-03-22docs: kdoc_re: get rid of NestedMatch classMauro Carvalho Chehab
2026-03-22docs: kdoc: replace NestedMatch with CMatchMauro Carvalho Chehab
2026-03-22docs: c_lex: properly implement a sub() method for CMatchMauro Carvalho Chehab
2026-03-22docs: kdoc: create a CMatch to match nested C blocksMauro Carvalho Chehab
2026-03-22docs: kdoc: use tokenizer to handle comments on structsMauro Carvalho Chehab
2026-03-22docs: add a C tokenizer to be used by kernel-docMauro Carvalho Chehab
2026-03-22docs: kdoc: properly handle empty enum argumentsMauro Carvalho Chehab
2026-03-22docs: kdoc: don't add broken comments inside prototypesMauro Carvalho Chehab
2026-03-22docs: python: add helpers to run unit testsMauro Carvalho Chehab
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko