summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-03-09docs: kdoc_output: use a method to emit the .TH headerMauro Carvalho Chehab1-8/+26
2026-03-09docs: sphinx-build-wrapper: don't allow "/" on file namesMauro Carvalho Chehab1-1/+3
2026-03-09docs: sphinx-build-wrapper: better handle troff .TH markupsMauro Carvalho Chehab1-4/+4
2026-03-09tracing: selftests: Add trace remote testsVincent Donnefort6-0/+498
2026-03-09selftests/bpf: Move sleepable refcounted_kptr tests to syscallsViktor Malik2-3/+3
2026-03-09docs: kdoc_files: document KernelFiles() ABIMauro Carvalho Chehab1-1/+43
2026-03-09docs: kdoc_files: allows the caller to use a different xforms classMauro Carvalho Chehab1-2/+7
2026-03-09tools/docs/checktransupdate.py: add support for scanning directoryHaoyang LIU1-1/+13
2026-03-09objtool: Fix another stack overflow in validate_branch()Josh Poimboeuf1-5/+5
2026-03-09objtool: Handle Clang RSP musical chairsJosh Poimboeuf2-39/+37
2026-03-09ktest: Add a --dry-run modeRicardo B. Marlière1-26/+63
2026-03-09ktest: Run POST_KTEST hooks on failure and cancellationRicardo B. Marlière1-5/+22
2026-03-09ktest: Add PRE_KTEST_DIE for PRE_KTEST failuresRicardo B. Marlière2-1/+13
2026-03-09ktest: Stop dropping console output during power-cycle rebootRicardo B. Marlière1-5/+6
2026-03-09ktest: Run commands through list-form shell openRicardo B. Marlière1-1/+4
2026-03-09ktest: Honor empty per-test option overridesRicardo B. Marlière1-2/+4
2026-03-09ktest: Treat undefined self-reference as emptyRicardo B. Marlière1-0/+8
2026-03-09ktest: Resolve LOG_FILE in test option contextRicardo B. Marlière1-1/+1
2026-03-09ktest: Avoid undef warning when WARNINGS_FILE is unsetRicardo B. Marlière1-1/+1
2026-03-09tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpuCosta Shulyupin6-21/+20
2026-03-09tools/rtla: Remove unneeded nr_cpus membersCosta Shulyupin5-50/+38
2026-03-09tools/rtla: Remove unneeded nr_cpus argumentsCosta Shulyupin7-51/+34
2026-03-09tools/rtla: Consolidate nr_cpus usage across all toolsCosta Shulyupin12-60/+29
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov58-283/+1160
2026-03-07tools/sched_ext/include: Regenerate enum_defs.autogen.hTejun Heo1-12/+37
2026-03-07tools/sched_ext/include: Add libbpf version guard for assoc_struct_opsTejun Heo1-6/+29
2026-03-07tools/sched_ext/include: Add __COMPAT_HAS_scx_bpf_select_cpu_and macroTejun Heo1-0/+8
2026-03-07tools/sched_ext/include: Add missing helpers to common.bpf.hTejun Heo1-0/+277
2026-03-07tools/sched_ext/include: Sync bpf_arena_common.bpf.h with scx repoTejun Heo1-2/+6
2026-03-07tools/sched_ext/include: Remove dead sdt_task_defs.h guard from common.hTejun Heo1-4/+0
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-56/+231
2026-03-07Merge tag 'rcu-fixes.v7.0-20260307a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-18/+39
2026-03-07tools/workqueue/wq_dump.py: add NODE prefix to all node columnsBreno Leitao1-6/+1
2026-03-07tools/workqueue/wq_dump.py: fix column alignment in node_nr/max_active sectionBreno Leitao1-7/+7
2026-03-07tools/workqueue/wq_dump.py: remove backslash separator from node_nr/max_activ...Breno Leitao1-1/+1
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai2-2/+8
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo1-2/+55
2026-03-07sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueueTejun Heo3-4/+33
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman1-0/+64
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman3-35/+63
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+5
2026-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2026-03-06selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupportedAleksei Oladko1-1/+1
2026-03-06Revert "selftests/bpf: Update reg_bound range refinement logic"Eduard Zingerman1-14/+0
2026-03-06selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-1/+38
2026-03-06bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-4/+58
2026-03-06selftests: net: forwarding: fix IPv6 address leak in cleanupAleksei Oladko4-4/+4
2026-03-06selftests: drv-net: iou-zcrx: wait for memory cleanup of probe runDragos Tatulea1-0/+1
2026-03-06selftests/net: Add netkit container ping testDavid Wei3-0/+33
2026-03-06selftests/net: Add env for container based testsDavid Wei4-6/+253