aboutsummaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+10
6 daysMerge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds11-227/+859
10 dayslibbpf: Allow use of feature cache for non-token casesAlan Maguire2-3/+12
13 daysbpf: 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-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-22docs: kernel-doc: add support to store output on a YAML fileMauro Carvalho Chehab2-7/+67
2026-03-22docs: add a new file to write kernel-doc output to a YAML fileMauro Carvalho Chehab1-0/+155
2026-03-22docs: kdoc_item: fix a typo on sections_start_linesMauro Carvalho Chehab3-5/+5
2026-03-22docs: kdoc_item: add support to generate a KdocItem from a dictMauro Carvalho Chehab1-1/+34
2026-03-22docs: kdoc_item: fix initial value for parameterdesc_start_linesMauro Carvalho Chehab1-1/+1
2026-03-22docs: kdoc_files: move output symbols logic to kdoc_outputMauro Carvalho Chehab2-16/+23
2026-03-22docs: kdoc_files: use a class to group config parametersMauro Carvalho Chehab1-14/+31
2026-03-22docs: kdoc: add c_lex to generated documentationMauro Carvalho Chehab1-4/+5
2026-03-22docs: kdoc_re: better represent long regular expressionsMauro Carvalho Chehab1-2/+7
2026-03-22docs: xforms_lists: use CMatch for all identifiersMauro Carvalho Chehab1-80/+79
2026-03-22docs: kdoc_parser: avoid tokenizing structs everytimeMauro Carvalho Chehab2-7/+24
2026-03-22docs: kdoc: ensure that comments are dropped before calling split_struct_proto()Mauro Carvalho Chehab1-2/+4
2026-03-22docs: c_lex: setup a logger to report tokenizer issuesMauro Carvalho Chehab2-1/+19
2026-03-22docs: xforms_lists: better evaluate struct_group macrosMauro Carvalho Chehab1-4/+10
2026-03-22docs: xforms_lists: handle struct_group directlyMauro Carvalho Chehab1-47/+6
2026-03-22docs: kdoc_re: get rid of NestedMatch classMauro Carvalho Chehab1-201/+0
2026-03-22docs: kdoc: replace NestedMatch with CMatchMauro Carvalho Chehab2-16/+17
2026-03-22docs: c_lex: properly implement a sub() method for CMatchMauro Carvalho Chehab1-13/+259
2026-03-22docs: kdoc: create a CMatch to match nested C blocksMauro Carvalho Chehab1-10/+111
2026-03-22docs: kdoc: use tokenizer to handle comments on structsMauro Carvalho Chehab1-9/+4
2026-03-22docs: add a C tokenizer to be used by kernel-docMauro Carvalho Chehab1-0/+292
2026-03-22docs: kdoc: properly handle empty enum argumentsMauro Carvalho Chehab1-2/+3
2026-03-22docs: kdoc: don't add broken comments inside prototypesMauro Carvalho Chehab1-0/+6
2026-03-22docs: python: add helpers to run unit testsMauro Carvalho Chehab1-0/+353
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko3-0/+96
2026-03-17jobserver: Fix typo in docstringRicardo Ungerer1-2/+2
2026-03-16libbpf: Start v1.8 development cycleIhor Solodrai2-1/+4
2026-03-09docs: kdoc_output: better handle listsMauro Carvalho Chehab1-0/+8
2026-03-09docs: kdoc_output: add support to handle code blocksMauro Carvalho Chehab1-0/+64