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-10
rtla: Simplify code by caching string lengths
Wander Lairson Costa
-6
/
+11
2026-03-10
rtla: Replace magic number with MAX_PATH
Wander Lairson Costa
-13
/
+13
2026-03-10
rtla: Introduce common_threshold_handler() helper
Wander Lairson Costa
-44
/
+86
2026-03-10
rtla/actions: Simplify argument parsing
Wander Lairson Costa
-15
/
+52
2026-03-10
rtla: Use strdup() to simplify code
Wander Lairson Costa
-4
/
+2
2026-03-10
rtla: Exit on memory allocation failures during initialization
Wander Lairson Costa
-132
/
+108
2026-03-09
selftests/tc-testing: Adapt test's output to HFSC's iproute2 printing changes
Victor Nogueira
-1
/
+1
2026-03-09
selftests: fib_tests: fix link-local retrieval in fib6_nexthop()
Alok Tiwari
-1
/
+1
2026-03-09
tools: ynl: convert rt-route sample to selftest
Jakub Kicinski
-36
/
+72
2026-03-09
tools: ynl: convert rt-addr sample to selftest
Jakub Kicinski
-28
/
+65
2026-03-09
tools: ynl: convert ethtool sample to selftest
Jakub Kicinski
-29
/
+62
2026-03-09
tools: ynl: convert devlink sample to selftest
Jakub Kicinski
-36
/
+85
2026-03-09
tools: ynl: add netdevsim wrapper library for YNL tests
Jakub Kicinski
-0
/
+40
2026-03-09
tools: ynl: convert tc and tc-filter-add samples to selftest
Jakub Kicinski
-369
/
+367
2026-03-09
tools: ynl: convert rt-link sample to selftest
Jakub Kicinski
-83
/
+106
2026-03-09
tools: ynl: convert ovs sample to selftest
Jakub Kicinski
-38
/
+88
2026-03-09
tools: ynl: convert netdev sample to selftest
Jakub Kicinski
-72
/
+188
2026-03-09
tools: ynl: move samples to tests
Jakub Kicinski
-45
/
+45
2026-03-09
sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT
Zhao Mengmeng
-2
/
+1
2026-03-09
Merge tag 'linux-cpupower-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Rafael J. Wysocki
-6
/
+61
2026-03-09
docs: kdoc_output: better handle lists
Mauro Carvalho Chehab
-0
/
+8
2026-03-09
docs: kdoc_output: add support to handle code blocks
Mauro Carvalho Chehab
-0
/
+64
2026-03-09
docs: kdoc_output: add a logic to handle tables inside kernel-doc markups
Mauro Carvalho Chehab
-0
/
+130
2026-03-09
docs: kdoc_output: Change the logic to handle man highlight
Mauro Carvalho Chehab
-8
/
+16
2026-03-09
docs: kdoc_output: pick a better default for modulename
Mauro Carvalho Chehab
-4
/
+4
2026-03-09
docs: kdoc_output: describe the class init parameters
Mauro Carvalho Chehab
-1
/
+28
2026-03-09
docs: kdoc_output: fix naming for DOC markups
Mauro Carvalho Chehab
-16
/
+24
2026-03-09
docs: kdoc_output: don't use a different modulename for functions
Mauro Carvalho Chehab
-6
/
+3
2026-03-09
docs: kdoc_output: use a single manual for everything
Mauro Carvalho Chehab
-8
/
+4
2026-03-09
docs: kdoc_output: remove extra attribute on man .TH headers
Mauro Carvalho Chehab
-1
/
+1
2026-03-09
docs: kdoc_output: use a method to emit the .TH header
Mauro Carvalho Chehab
-8
/
+26
2026-03-09
docs: sphinx-build-wrapper: don't allow "/" on file names
Mauro Carvalho Chehab
-1
/
+3
2026-03-09
docs: sphinx-build-wrapper: better handle troff .TH markups
Mauro Carvalho Chehab
-4
/
+4
2026-03-09
tracing: selftests: Add trace remote tests
Vincent Donnefort
-0
/
+498
2026-03-09
selftests/bpf: Move sleepable refcounted_kptr tests to syscalls
Viktor Malik
-3
/
+3
2026-03-09
docs: kdoc_files: document KernelFiles() ABI
Mauro Carvalho Chehab
-1
/
+43
2026-03-09
docs: kdoc_files: allows the caller to use a different xforms class
Mauro Carvalho Chehab
-2
/
+7
2026-03-09
tools/docs/checktransupdate.py: add support for scanning directory
Haoyang LIU
-1
/
+13
2026-03-09
objtool: Fix another stack overflow in validate_branch()
Josh Poimboeuf
-5
/
+5
2026-03-09
objtool: Handle Clang RSP musical chairs
Josh Poimboeuf
-39
/
+37
2026-03-09
ktest: Add a --dry-run mode
Ricardo B. Marlière
-26
/
+63
2026-03-09
ktest: Run POST_KTEST hooks on failure and cancellation
Ricardo B. Marlière
-5
/
+22
2026-03-09
ktest: Add PRE_KTEST_DIE for PRE_KTEST failures
Ricardo B. Marlière
-1
/
+13
2026-03-09
ktest: Stop dropping console output during power-cycle reboot
Ricardo B. Marlière
-5
/
+6
2026-03-09
ktest: Run commands through list-form shell open
Ricardo B. Marlière
-1
/
+4
2026-03-09
ktest: Honor empty per-test option overrides
Ricardo B. Marlière
-2
/
+4
2026-03-09
ktest: Treat undefined self-reference as empty
Ricardo B. Marlière
-0
/
+8
2026-03-09
ktest: Resolve LOG_FILE in test option context
Ricardo B. Marlière
-1
/
+1
2026-03-09
ktest: Avoid undef warning when WARNINGS_FILE is unset
Ricardo B. Marlière
-1
/
+1
2026-03-09
tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu
Costa Shulyupin
-21
/
+20
[prev]
[next]