summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers11-51/+51
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers11-58/+67
2026-01-23perf maps: Fix reference count leak in maps__find_ams()Ian Rogers1-0/+1
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers7-38/+47
2026-01-23perf header: Fix memory leaks in process_cpu_domain_info()Ian Rogers1-13/+4
2026-01-23selftest: tun: Add test data for success and failure pathsXu Du1-2/+113
2026-01-23selftest: tun: Add test for receiving gso packet from tunXu Du1-0/+194
2026-01-23selftest: tun: Add test for sending gso packet into tunXu Du1-9/+135
2026-01-23selftest: tun: Add helpers for GSO over UDP tunnelXu Du1-0/+425
2026-01-23selftest: tun: Refactor tun_delete to use tuntap_helpersXu Du2-40/+15
2026-01-23selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testingXu Du1-0/+390
2026-01-23selftest: tun: Format tun.c existing codeXu Du1-10/+15
2026-01-23selftests: net: tests for add double tunneling GRO/GSOPaolo Abeni3-0/+395
2026-01-23Merge branch 'mauro' into docs-mwJonathan Corbet15-255/+394
2026-01-23docs: parse_features: make documentation more consistentMauro Carvalho Chehab1-7/+20
2026-01-23docs: jobserver: do some documentation improvementsMauro Carvalho Chehab1-8/+12
2026-01-23docs: kabi: helpers: add documentation for each "enum" valueMauro Carvalho Chehab1-20/+20
2026-01-23docs: kabi: helpers: add helper for debug bits 7 and 8Mauro Carvalho Chehab1-0/+2
2026-01-23docs: kabi: system_symbols: end docstring phrases with a dotMauro Carvalho Chehab1-7/+7
2026-01-23docs: python: abi_regex: do some improvements at documentationMauro Carvalho Chehab1-6/+20
2026-01-23docs: python: abi_parser: do some improvements at documentationMauro Carvalho Chehab1-15/+18
2026-01-23docs: kdoc: python_version: Improve docstrings and commentsMauro Carvalho Chehab1-4/+16
2026-01-23docs: kdoc: enrich_formatter: Improve docstrings and commentsMauro Carvalho Chehab1-5/+15
2026-01-23docs: kdoc: parse_data_structs: Improve docstrings and commentsMauro Carvalho Chehab1-23/+39
2026-01-23docs: kdoc_re: Improve docstrings and commentsMauro Carvalho Chehab1-7/+11
2026-01-23docs: kdoc_output: Improve docstrings and commentsMauro Carvalho Chehab1-25/+35
2026-01-23docs: kdoc_parser: Improve docstrings and commentsMauro Carvalho Chehab1-78/+93
2026-01-23docs: kdoc_item: Improve docstrings and commentsMauro Carvalho Chehab1-0/+18
2026-01-23docs: kdoc_files: Improve docstrings and commentsMauro Carvalho Chehab1-11/+12
2026-01-23docs: kdoc: latex_fonts: Improve docstrings and commentsMauro Carvalho Chehab1-39/+56
2026-01-23tools/docs: sphinx-build-wrapper: only generate rust docs when requestedThomas Weißschuh1-2/+5
2026-01-23tools/docs: sphinx-build-wrapper: compute sphinxdirs_list earlierThomas Weißschuh1-13/+13
2026-01-23tools/docs: sphinx-build-wrapper: make 'rustdoc' a local variableThomas Weißschuh1-9/+8
2026-01-23tools/docs: sphinx-build-wrapper: generate rust docs only onceThomas Weißschuh1-17/+17
2026-01-23Merge tag 'sound-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+0
2026-01-23KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failuresZhiquan Li1-0/+1
2026-01-23tools: usb: usbip: remove dead-link from READMEShuah Khan1-2/+0
2026-01-23selftests: ublk: fix test nameMing Lei2-2/+2
2026-01-23Merge branch kvm-arm64/feat_idst into kvmarm-master/nextMarc Zyngier2-0/+118
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-285/+893
2026-01-23selftests: ublk: support arbitrary threads/queues combinationMing Lei6-48/+302
2026-01-23selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei7-2/+148
2026-01-23selftests: ublk: increase timeout to 150 secondsMing Lei2-0/+3
2026-01-23selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei3-4/+159
2026-01-23selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei3-29/+122
2026-01-23selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei3-12/+174
2026-01-23selftests: ublk: add batch buffer management infrastructureMing Lei4-3/+282
2026-01-23selftests: ublk: add ublk_io_buf_idx() for returning io buffer indexMing Lei5-20/+33
2026-01-23selftests: ublk: replace assert() with ublk_assert()Ming Lei6-9/+19
2026-01-23selftests: ublk: fix user_data truncation for tgt_data >= 256Ming Lei1-1/+1