index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
verification
/
rvgen
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
verification/rvgen: Use .old instead of .bak for kunit backup files
Gabriele Monaco
2
-1
/
+1
2026-07-31
verification/rvgen: Add selftests for rvgen kunit
Gabriele Monaco
26
-0
/
+1278
2026-07-31
verification/rvgen: Add the rvgen kunit subcommand
Gabriele Monaco
5
-3
/
+244
2026-07-31
verification/rvgen: Add selftests
Gabriele Monaco
3
-0
/
+111
2026-07-31
verification/rvgen: Add golden and spec folders for tests
Gabriele Monaco
42
-0
/
+2001
2026-07-31
verification/rvgen: Improve consistency in template files
Gabriele Monaco
4
-4
/
+4
2026-07-31
verification/rvgen: Use pathlib instead of os.path
Gabriele Monaco
1
-13
/
+9
2026-07-31
verification/rvgen: Improve rv_dir discovery in RVGenerator
Gabriele Monaco
1
-11
/
+14
2026-07-31
rv: Use generic rv_this for the rv_monitor variable in LTL
Gabriele Monaco
1
-3
/
+3
2026-07-23
verification/rvgen: Generate cleanup hook for per-obj monitor
Gabriele Monaco
1
-0
/
+15
2026-07-23
rv: Update rvgen monitor synthesis documentation path
Yu Chuanyu
2
-2
/
+2
2026-07-20
verification/rvgen: Remove dead code
Nam Cao
2
-185
/
+1
2026-07-20
verification/rvgen: Remove the old state variables
Nam Cao
3
-14
/
+13
2026-07-20
verification/rvgen: Switch __create_matrix() to Lark
Nam Cao
2
-35
/
+12
2026-07-20
verification/rvgen: Switch __get_event_variables() to Lark
Nam Cao
1
-58
/
+18
2026-07-20
verification/rvgen: Delete __parse_constraint()
Nam Cao
1
-63
/
+4
2026-07-20
verification/rvgen: Simplify the generation for clock variables
Nam Cao
1
-93
/
+3
2026-07-20
verification/rvgen: Convert __fill_verify_guards_func() to Lark
Nam Cao
1
-8
/
+30
2026-07-20
verification/rvgen: Convert __fill_setup_invariants_func() to Lark
Nam Cao
1
-9
/
+39
2026-07-20
verification/rvgen: Convert __fill_verify_invariants_func() to Lark
Nam Cao
1
-11
/
+21
2026-07-20
verification/rvgen: Implement state and transition parser based on Lark
Nam Cao
1
-0
/
+216
2026-07-20
verification/rvgen: Introduce a parse tree for automata using Lark
Nam Cao
1
-0
/
+186
2026-07-20
verification/rvgen: Switch LTL parser to Lark
Nam Cao
2
-116
/
+73
2026-06-04
verification/rvgen: Fix ltl2k writing True as a literal
Gabriele Monaco
1
-4
/
+5
2026-06-04
verification/rvgen: Fix options shared among commands
Gabriele Monaco
1
-4
/
+6
2026-06-04
verification/rvgen: Fix suffix strip in dot2k
Gabriele Monaco
1
-2
/
+2
2026-06-03
rv: Add automatic cleanup handlers for per-task HA monitors
Gabriele Monaco
1
-2
/
+2
2026-04-01
rv/rvgen: fix _fill_states() return type annotation
Wander Lairson Costa
1
-1
/
+1
2026-04-01
rv/rvgen: fix unbound loop variable warning
Wander Lairson Costa
1
-5
/
+9
2026-04-01
rv/rvgen: enforce presence of initial state
Wander Lairson Costa
1
-0
/
+4
2026-04-01
rv/rvgen: extract node marker string to class constant
Wander Lairson Costa
1
-4
/
+5
2026-04-01
rv/rvgen: fix isinstance check in Variable.expand()
Wander Lairson Costa
1
-1
/
+1
2026-04-01
rv/rvgen: make monitor arguments required in rvgen
Wander Lairson Costa
1
-3
/
+4
2026-04-01
rv/rvgen: remove unused __get_main_name method
Wander Lairson Costa
1
-6
/
+0
2026-04-01
rv/rvgen: remove unused sys import from dot2c
Wander Lairson Costa
1
-1
/
+0
2026-04-01
rv/rvgen: refactor automata.py to use iterator-based parsing
Wander Lairson Costa
1
-45
/
+71
2026-04-01
rv/rvgen: use class constant for init marker
Wander Lairson Costa
1
-2
/
+3
2026-04-01
rv/rvgen: fix DOT file validation logic error
Wander Lairson Costa
1
-1
/
+1
2026-04-01
rv/rvgen: fix PEP 8 whitespace violations
Wander Lairson Costa
4
-8
/
+8
2026-04-01
rv/rvgen: fix typos in automata and generator docstring and comments
Wander Lairson Costa
4
-8
/
+8
2026-03-31
rv/rvgen: use context managers for file operations
Wander Lairson Costa
2
-12
/
+6
2026-03-31
rv/rvgen: remove unnecessary semicolons
Wander Lairson Costa
1
-3
/
+3
2026-03-31
rv/rvgen: replace __len__() calls with len()
Wander Lairson Costa
2
-9
/
+9
2026-03-31
rv/rvgen: replace % string formatting with f-strings
Wander Lairson Costa
6
-85
/
+83
2026-03-31
rv/rvgen: remove bare except clauses in generator
Wander Lairson Costa
1
-8
/
+1
2026-03-31
rv/rvgen: introduce AutomataError exception class
Wander Lairson Costa
7
-34
/
+43
2026-03-31
verification/rvgen: Add support for per-obj monitors
Gabriele Monaco
2
-5
/
+14
2026-03-31
verification/rvgen: Add support for Hybrid Automata
Gabriele Monaco
7
-15
/
+678
2026-03-31
verification/rvgen: Allow spaces in and events strings
Gabriele Monaco
1
-5
/
+4
2026-01-12
verification/rvgen: Remove unused variable declaration from containers
Gabriele Monaco
1
-2
/
+0
[next]