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
/
verification
Age
Commit message (
Expand
)
Author
Lines
2026-04-01
rv: Allow epoll in rtapp-sleep monitor
Nam Cao
-0
/
+1
2026-04-01
rv/rvgen: fix _fill_states() return type annotation
Wander Lairson Costa
-1
/
+1
2026-04-01
rv/rvgen: fix unbound loop variable warning
Wander Lairson Costa
-5
/
+9
2026-04-01
rv/rvgen: enforce presence of initial state
Wander Lairson Costa
-0
/
+4
2026-04-01
rv/rvgen: extract node marker string to class constant
Wander Lairson Costa
-4
/
+5
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-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-01-12
verification/rvgen: Remove unused variable declaration from containers
Gabriele Monaco
-2
/
+0
2026-01-12
verification/dot2c: Remove superfluous enum assignment and add last comma
Gabriele Monaco
-24
/
+12
2026-01-12
verification/dot2c: Remove __buff_to_string() and cleanup
Gabriele Monaco
-29
/
+6
2026-01-12
verification/rvgen: Annotate DA functions with types
Gabriele Monaco
-41
/
+41
2026-01-12
verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.h
Gabriele Monaco
-18
/
+13
2025-07-28
rv: Add opid per-cpu monitor
Gabriele Monaco
-0
/
+35
2025-07-28
rv: Add nrp and sssw per-task monitors
Gabriele Monaco
-0
/
+59
2025-07-28
rv: Replace tss and sncid monitors with more complete sts
Gabriele Monaco
-36
/
+38
2025-07-24
rv: Return init error when registering monitors
Gabriele Monaco
-4
/
+2
2025-07-24
verification/rvgen: Organise Kconfig entries for nested monitors
Gabriele Monaco
-5
/
+21
2025-07-24
tools/dot2c: Fix generated files going over 100 column limit
Gabriele Monaco
-9
/
+11
2025-07-24
tools/rv: Stop gracefully also on SIGTERM
Gabriele Monaco
-0
/
+1
2025-07-24
tools/rv: Do not skip idle in trace
Gabriele Monaco
-2
/
+2
2025-07-24
verification/rvgen: Do not generate unused variables
Nam Cao
-4
/
+21
2025-07-24
verification/rvgen: Generate each variable definition only once
Nam Cao
-3
/
+5
2025-07-24
verification/rvgen: Support the 'next' operator
Nam Cao
-0
/
+26
2025-07-24
verification/rvgen: Add support for linear temporal logic
Nam Cao
-1
/
+915
2025-07-24
verification/rvgen: Restructure the classes to prepare for LTL inclusion
Nam Cao
-261
/
+308
2025-07-24
verification/rvgen: Restructure the templates files
Nam Cao
-32
/
+20
2025-07-24
verification/dot2k: Prepare the frontend for LTL inclusion
Nam Cao
-17
/
+25
2025-07-24
verification/dot2k: Replace is_container() hack with subparsers
Nam Cao
-18
/
+21
2025-07-24
verification/dot2k: Remove __buff_to_string()
Nam Cao
-15
/
+6
2025-07-24
verification/dot2k: Make a separate dot2k_templates/Kconfig_container
Nam Cao
-1
/
+7
2025-07-09
rv: Add rtapp_sleep monitor
Nam Cao
-0
/
+22
[next]