index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2026-03-22
unittests: test_tokenizer: check if the tokenizer works
Mauro Carvalho Chehab
-2
/
+106
2026-03-22
unittests: test_private: modify it to use CTokenizer directly
Mauro Carvalho Chehab
-24
/
+51
2026-03-22
docs: kdoc: use tokenizer to handle comments on structs
Mauro Carvalho Chehab
-9
/
+4
2026-03-22
docs: add a C tokenizer to be used by kernel-doc
Mauro Carvalho Chehab
-0
/
+292
2026-03-22
docs: kdoc: properly handle empty enum arguments
Mauro Carvalho Chehab
-2
/
+3
2026-03-22
docs: kdoc: don't add broken comments inside prototypes
Mauro Carvalho Chehab
-0
/
+6
2026-03-22
unittests: add a testbench to check public/private kdoc comments
Mauro Carvalho Chehab
-0
/
+331
2026-03-22
docs: python: add helpers to run unit tests
Mauro Carvalho Chehab
-0
/
+353
2026-03-22
tools/docs/checktransupdate.py: fix all issues reported by pylint
Haoyang LIU
-4
/
+4
2026-03-22
tools/sched_ext: Add compat handling for sub-scheduler ops
Andrea Righi
-0
/
+16
2026-03-22
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-4
/
+336
2026-03-22
Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-24
/
+7
2026-03-22
tools/nolibc: rename sys_foo() functions to _sys_foo()
Thomas Weißschuh
-192
/
+192
2026-03-22
selftests/nolibc: enable -Wundef
Thomas Weißschuh
-1
/
+2
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
-1
/
+7
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
-0
/
+89
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
-0
/
+64
2026-03-21
selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagation
Daniel Borkmann
-0
/
+108
2026-03-21
selftests/bpf: Test bpf_program__clone() attach_btf_id override
Mykyta Yatsenko
-0
/
+91
2026-03-21
selftests/bpf: Use bpf_program__clone() in veristat
Mykyta Yatsenko
-60
/
+42
2026-03-21
libbpf: Introduce bpf_program__clone()
Mykyta Yatsenko
-0
/
+96
2026-03-21
selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling
Daniel Wade
-0
/
+94
2026-03-21
selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
Jenny Guanni Qu
-0
/
+58
2026-03-21
selftests/bpf: Add alignment flag for test_verifier 190 testcase
Tiezhu Yang
-0
/
+1
2026-03-21
bpf: Consolidate sleepable checks in check_func_call()
Puranjay Mohan
-5
/
+5
2026-03-21
bpf: Consolidate sleepable checks in check_helper_call()
Puranjay Mohan
-3
/
+3
2026-03-21
selftests/bpf: Add tests for bpf_throw lock leak from subprogs
Ihor Solodrai
-0
/
+47
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
-3
/
+6
2026-03-21
tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()
Ke Zhao
-1
/
+1
2026-03-21
selftests/sched_ext: Return non-zero exit code on test failure
zhidao su
-1
/
+1
2026-03-21
Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+5
2026-03-20
tc-testing: add a test case for ETS offload
Davide Caratti
-0
/
+27
2026-03-20
selftests/vsock: fix vsock_test path shadowing in nested VMs
Bobby Eshleman
-2
/
+3
2026-03-20
selftests/vsock: fix vmtest.sh for read-only nested VM runners
Bobby Eshleman
-2
/
+19
2026-03-20
vfio: selftests: Support DMR and GNR-D DSA devices
Yi Lai
-2
/
+13
2026-03-20
vfio: selftests: Build tests on aarch64
Ted Logan
-1
/
+1
2026-03-20
selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
Thomas Weißschuh
-1
/
+7
2026-03-20
selftests/nolibc: add a variable for nolibc-test source files
Thomas Weißschuh
-6
/
+8
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
-3
/
+12
2026-03-20
selftests/nolibc: Use printf variable field widths and precisions
David Laight
-21
/
+5
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
-18
/
+41
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
-18
/
+81
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
-2
/
+8
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
-11
/
+30
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
-1
/
+5
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
-9
/
+27
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
-10
/
+11
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
-14
/
+27
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
-48
/
+106
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
-78
/
+93
[prev]
[next]