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-04-01
rv/rvgen: fix isinstance check in Variable.expand()
Wander Lairson Costa
-1
/
+1
2026-04-01
rv/rvgen: make monitor arguments required in rvgen
Wander Lairson Costa
-3
/
+4
2026-04-01
rv/rvgen: remove unused __get_main_name method
Wander Lairson Costa
-6
/
+0
2026-04-01
rv/rvgen: remove unused sys import from dot2c
Wander Lairson Costa
-1
/
+0
2026-04-01
rv/rvgen: refactor automata.py to use iterator-based parsing
Wander Lairson Costa
-45
/
+71
2026-04-01
rv/rvgen: use class constant for init marker
Wander Lairson Costa
-2
/
+3
2026-04-01
rv/rvgen: fix DOT file validation logic error
Wander Lairson Costa
-1
/
+1
2026-04-01
rv/rvgen: fix PEP 8 whitespace violations
Wander Lairson Costa
-8
/
+8
2026-04-01
rv/rvgen: fix typos in automata and generator docstring and comments
Wander Lairson Costa
-8
/
+8
2026-04-01
selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15
Amit Machhiwal
-1
/
+1
2026-03-31
perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/b...
Arnaldo Carvalho de Melo
-4
/
+4
2026-03-31
perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi
Arnaldo Carvalho de Melo
-4
/
+4
2026-03-31
perf build: Add -funsigned-char to default CFLAGS
Ian Rogers
-0
/
+1
2026-03-31
selftests: drv-net: update the README with variants
Jakub Kicinski
-0
/
+33
2026-03-31
lkdtm/fortify: Drop unneeded FORTIFY_STR_OBJECT test
Kees Cook
-1
/
+0
2026-03-31
selftests/bpf: Suppress veristat error messages in non-verbose mode
Mykyta Yatsenko
-2
/
+3
2026-03-31
selftests/bpf: Test access to ringbuf position with map pointer
Menglong Dong
-0
/
+17
2026-03-31
bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()
Eyal Birger
-1
/
+3
2026-03-31
selftests/run_kselftest.sh: Remove unused $ROOT
Ricardo B. Marlière
-1
/
+0
2026-03-31
selftests/cpu-hotplug: Fix check for cpu hotplug not supported
Dmytro Maluka
-1
/
+1
2026-03-31
Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-0
/
+263
2026-03-31
selftests/mqueue: Fix incorrectly named file
Simon Liebold
-0
/
+0
2026-03-31
Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-4
/
+23
2026-03-31
selftests: Use ktap helpers for runner.sh
Hangbin Liu
-43
/
+73
2026-03-31
selftests: harness: Validate intermixing of kselftest and harness functionality
Thomas Weißschuh
-9
/
+46
2026-03-31
selftests: harness: Detect illegal mixing of kselftest and harness functionality
Thomas Weißschuh
-0
/
+9
2026-03-31
selftests: kselftest: Add ksft_reset_state()
Thomas Weißschuh
-0
/
+11
2026-03-31
selftests: harness: Validate that explicit kselftest exitcodes are handled
Thomas Weißschuh
-9
/
+46
2026-03-31
selftests: kselftest: Treat xpass as successful result
Thomas Weißschuh
-0
/
+1
2026-03-31
selftests/tracing: Fix to check awk supports non POSIX strtonum()
Masami Hiramatsu (Google)
-0
/
+6
2026-03-31
selftests/tracing: Fix to make --logdir option work again
Masami Hiramatsu (Google)
-6
/
+12
2026-03-31
rv/rvgen: use context managers for file operations
Wander Lairson Costa
-12
/
+6
2026-03-31
rv/rvgen: remove unnecessary semicolons
Wander Lairson Costa
-3
/
+3
2026-03-31
rv/rvgen: replace __len__() calls with len()
Wander Lairson Costa
-9
/
+9
2026-03-31
rv/rvgen: replace % string formatting with f-strings
Wander Lairson Costa
-85
/
+83
2026-03-31
rv/rvgen: remove bare except clauses in generator
Wander Lairson Costa
-8
/
+1
2026-03-31
rv/rvgen: introduce AutomataError exception class
Wander Lairson Costa
-34
/
+43
2026-03-31
rv: Add nomiss deadline monitor
Gabriele Monaco
-0
/
+41
2026-03-31
verification/rvgen: Add support for per-obj monitors
Gabriele Monaco
-5
/
+14
2026-03-31
rv: Convert the opid monitor to a hybrid automaton
Gabriele Monaco
-29
/
+7
2026-03-31
rv: Add sample hybrid monitor stall
Gabriele Monaco
-0
/
+22
2026-03-31
verification/rvgen: Add support for Hybrid Automata
Gabriele Monaco
-16
/
+679
2026-03-31
verification/rvgen: Allow spaces in and events strings
Gabriele Monaco
-5
/
+4
2026-03-30
selftests/bpf: Test that dst is cleared on same-protocol encap
Jakub Kicinski
-0
/
+112
2026-03-30
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
-1
/
+1
2026-03-30
Merge tag 'trace-rtla-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+0
2026-03-30
rcutorture: Add NOCB02 config for nocb poll mode testing
Joel Fernandes
-0
/
+23
2026-03-30
rcutorture: Add NOCB01 config for RCU_LAZY torture testing
Joel Fernandes
-0
/
+23
2026-03-30
rcuscale: Ditch rcu_scale_shutdown in favor of torture_shutdown_init()
Paul E. McKenney
-1
/
+1
2026-03-30
refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()
Paul E. McKenney
-1
/
+1
[prev]
[next]