summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2026-03-22docs: python: add helpers to run unit testsMauro Carvalho Chehab
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko
2026-03-17jobserver: Fix typo in docstringRicardo Ungerer
2026-03-16libbpf: Start v1.8 development cycleIhor Solodrai
2026-03-09docs: kdoc_output: better handle listsMauro Carvalho Chehab
2026-03-09docs: kdoc_output: add support to handle code blocksMauro Carvalho Chehab
2026-03-09docs: kdoc_output: add a logic to handle tables inside kernel-doc markupsMauro Carvalho Chehab
2026-03-09docs: kdoc_output: Change the logic to handle man highlightMauro Carvalho Chehab
2026-03-09docs: kdoc_output: pick a better default for modulenameMauro Carvalho Chehab
2026-03-09docs: kdoc_output: describe the class init parametersMauro Carvalho Chehab
2026-03-09docs: kdoc_output: fix naming for DOC markupsMauro Carvalho Chehab
2026-03-09docs: kdoc_output: don't use a different modulename for functionsMauro Carvalho Chehab
2026-03-09docs: kdoc_output: use a single manual for everythingMauro Carvalho Chehab
2026-03-09docs: kdoc_output: remove extra attribute on man .TH headersMauro Carvalho Chehab
2026-03-09docs: kdoc_output: use a method to emit the .TH headerMauro Carvalho Chehab
2026-03-09docs: kdoc_files: document KernelFiles() ABIMauro Carvalho Chehab
2026-03-09docs: kdoc_files: allows the caller to use a different xforms classMauro Carvalho Chehab
2026-03-05libbpf: Optimize kprobe.session attachment for exact function namesAndrey Grodzovsky
2026-03-05libbpf: Support appending split BTF in btf__add_btf()Josef Bacik
2026-03-03docs: kdoc_parser: move nested match transforms to xforms_lists.pyMauro Carvalho Chehab
2026-03-03docs: kdoc_re: make NestedMatch use KernReMauro Carvalho Chehab
2026-03-03docs: kdoc_re: Change NestedMath args replacement to \0Mauro Carvalho Chehab
2026-03-03docs: kdoc_re: don't recompile NestedMatch regex every timeMauro Carvalho Chehab
2026-03-03docs: kdoc_re: handle strings and escape chars on NextMatchMauro Carvalho Chehab
2026-03-03docs: xforms_lists: ignore context analysis and lock attributesRandy Dunlap
2026-03-03docs: kdoc_parser: move transform lists to a separate fileMauro Carvalho Chehab
2026-03-03docs: kdoc_re: better show KernRe() at documentationMauro Carvalho Chehab
2026-03-03docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)Randy Dunlap
2026-03-03docs: kdoc_parser: add support for LIST_HEADMauro Carvalho Chehab
2026-03-03docs: kdoc_parser: fix parser to support multi-word typesMauro Carvalho Chehab
2026-03-03docs: kdoc_parser: don't exclude defaults from prototypeMauro Carvalho Chehab
2026-03-03docs: kdoc_parser: fix the default_value logic for variablesMauro Carvalho Chehab
2026-03-03docs: kdoc_parser: fix variable regexes to work with size_tMauro Carvalho Chehab
2026-03-03docs: kdoc_parser: don't mangle with function definesMauro Carvalho Chehab
2026-03-03docs: kdoc_parser: move var transformers to the beginningMauro Carvalho Chehab
2026-03-03docs: kdoc_re: don't go past the end of a lineMauro Carvalho Chehab
2026-03-03docs: kdoc_re: add support for groups()Mauro Carvalho Chehab
2026-03-03libbpf: Add support to detect nop,nop5 instructions combo for usdt probeJiri Olsa
2026-03-03libbpf: Add uprobe syscall feature detectionJiri Olsa
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-18libbpf: Remove extern declaration of bpf_stream_vprintk()Ihor Solodrai
2026-02-17bpftool: Fix truncated netlink dumpsJakub Kicinski
2026-02-17libbpf: Delay feature gate check until object prepare timeEmil Tsalapatis
2026-02-17libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gatingEmil Tsalapatis
2026-02-15Merge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds
2026-02-13libbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung
2026-02-13libbpf: Add gating for arena globals relocation featureEmil Tsalapatis
2026-02-12tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes