| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-01 | rv: Allow epoll in rtapp-sleep monitor | Nam Cao | 1 | -0/+1 |
| 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 | rv: Add nomiss deadline monitor | Gabriele Monaco | 1 | -0/+41 |
| 2026-03-31 | verification/rvgen: Add support for per-obj monitors | Gabriele Monaco | 2 | -5/+14 |
| 2026-03-31 | rv: Convert the opid monitor to a hybrid automaton | Gabriele Monaco | 1 | -29/+7 |
| 2026-03-31 | rv: Add sample hybrid monitor stall | Gabriele Monaco | 1 | -0/+22 |
| 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 |
| 2026-01-12 | verification/dot2c: Remove superfluous enum assignment and add last comma | Gabriele Monaco | 1 | -24/+12 |
| 2026-01-12 | verification/dot2c: Remove __buff_to_string() and cleanup | Gabriele Monaco | 1 | -29/+6 |
| 2026-01-12 | verification/rvgen: Annotate DA functions with types | Gabriele Monaco | 3 | -41/+41 |
| 2026-01-12 | verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.h | Gabriele Monaco | 2 | -18/+13 |
| 2025-07-28 | rv: Add opid per-cpu monitor | Gabriele Monaco | 1 | -0/+35 |
| 2025-07-28 | rv: Add nrp and sssw per-task monitors | Gabriele Monaco | 2 | -0/+59 |
| 2025-07-28 | rv: Replace tss and sncid monitors with more complete sts | Gabriele Monaco | 3 | -36/+38 |
| 2025-07-24 | rv: Return init error when registering monitors | Gabriele Monaco | 2 | -4/+2 |
| 2025-07-24 | verification/rvgen: Organise Kconfig entries for nested monitors | Gabriele Monaco | 2 | -5/+21 |
| 2025-07-24 | tools/dot2c: Fix generated files going over 100 column limit | Gabriele Monaco | 1 | -9/+11 |
| 2025-07-24 | tools/rv: Stop gracefully also on SIGTERM | Gabriele Monaco | 1 | -0/+1 |
| 2025-07-24 | tools/rv: Do not skip idle in trace | Gabriele Monaco | 1 | -2/+2 |
| 2025-07-24 | verification/rvgen: Do not generate unused variables | Nam Cao | 1 | -4/+21 |
| 2025-07-24 | verification/rvgen: Generate each variable definition only once | Nam Cao | 1 | -3/+5 |
| 2025-07-24 | verification/rvgen: Support the 'next' operator | Nam Cao | 1 | -0/+26 |
| 2025-07-24 | verification/rvgen: Add support for linear temporal logic | Nam Cao | 7 | -1/+915 |
| 2025-07-24 | verification/rvgen: Restructure the classes to prepare for LTL inclusion | Nam Cao | 5 | -261/+308 |
| 2025-07-24 | verification/rvgen: Restructure the templates files | Nam Cao | 8 | -32/+20 |
| 2025-07-24 | verification/dot2k: Prepare the frontend for LTL inclusion | Nam Cao | 12 | -17/+25 |
| 2025-07-24 | verification/dot2k: Replace is_container() hack with subparsers | Nam Cao | 2 | -18/+21 |
| 2025-07-24 | verification/dot2k: Remove __buff_to_string() | Nam Cao | 1 | -15/+6 |
| 2025-07-24 | verification/dot2k: Make a separate dot2k_templates/Kconfig_container | Nam Cao | 2 | -1/+7 |
| 2025-07-09 | rv: Add rtapp_sleep monitor | Nam Cao | 1 | -0/+22 |
| 2025-07-09 | rv: Add rtapp_pagefault monitor | Nam Cao | 1 | -0/+1 |
| 2025-03-27 | Merge tag 'trace-tools-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-27 | Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 16 | -93/+463 |
| 2025-03-24 | tools/rv: Allow rv list to filter for container | Gabriele Monaco | 3 | -22/+52 |
| 2025-03-24 | verification/dot2k: Add support for nested monitors | Gabriele Monaco | 6 | -25/+123 |
| 2025-03-24 | tools/rv: Add support for nested monitors | Gabriele Monaco | 2 | -48/+179 |
| 2025-03-24 | rv: Add scpd, snep and sncid per-cpu monitors | Gabriele Monaco | 3 | -0/+54 |
| 2025-03-24 | rv: Add snroc per-task monitor | Gabriele Monaco | 1 | -0/+18 |
| 2025-03-24 | rv: Add sco and tss per-cpu monitors | Gabriele Monaco | 2 | -0/+36 |
| 2025-03-24 | sched: Add sched tracepoints for RV task model | Gabriele Monaco | 1 | -1/+1 |
| 2025-03-04 | tools/rv: Keep user LDFLAGS in build | Tomas Glozar | 1 | -1/+1 |
| 2025-03-04 | rv: Add license identifiers to monitor files | Gabriele Monaco | 2 | -0/+3 |
| 2025-02-25 | Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p... | Linus Torvalds | 1 | -6/+0 |
| 2025-02-18 | tools: Remove redundant quiet setup | Charlie Jenkins | 1 | -6/+0 |
| 2024-12-27 | verification/dot2k: Implement event type detection | Gabriele Monaco | 2 | -2/+41 |
| 2024-12-27 | verification/dot2k: Auto patch current kernel source | Gabriele Monaco | 2 | -15/+82 |
| 2024-12-27 | verification/dot2k: Simplify manual steps in monitor creation | Gabriele Monaco | 5 | -5/+110 |
| 2024-12-27 | verification/dot2k: Add support for name and description options | Gabriele Monaco | 5 | -14/+12 |
| 2024-12-27 | verification/dot2k: More robust template variables | Gabriele Monaco | 2 | -32/+32 |
| 2024-12-27 | verification/dot2k: Unify main.c templates | Gabriele Monaco | 4 | -184/+7 |
| 2024-12-27 | verification/dot2k: Fix template directory detection | Gabriele Monaco | 1 | -8/+8 |
| 2024-11-19 | verification/dot2: Improve dot parser robustness | Gabriele Monaco | 1 | -9/+9 |
| 2024-10-04 | tools/rv: Correct the grammatical errors in the comments | Ba Jing | 1 | -1/+1 |
| 2024-10-04 | tools/rv: Correct the grammatical errors in the comments | Ba Jing | 1 | -2/+2 |
| 2024-07-17 | tools/verification: Use pkg-config in lib_setup of Makefile.config | Guilherme Amadio | 1 | -1/+2 |
| 2024-03-20 | tools/verification: Use tools/build makefiles on rv | Daniel Bristot de Oliveira | 6 | -121/+171 |
| 2024-02-12 | tools/rv: Fix curr_reactor uninitialized variable | Daniel Bristot de Oliveira | 1 | -1/+1 |
| 2024-02-12 | tools/rv: Fix Makefile compiler options for clang | Daniel Bristot de Oliveira | 1 | -1/+6 |
| 2023-10-30 | verification/dot2k: Delete duplicate imports | Alessandro Carminati (Red Hat) | 1 | -2/+0 |
| 2023-04-25 | rv: Fix addition on an uninitialized variable 'run' | Colin Ian King | 1 | -1/+1 |
| 2023-01-31 | tools/rv: Remove unneeded semicolon | zhang songyi | 1 | -1/+1 |
| 2022-12-21 | Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-20 | rv/monitors: Move monitor structure in rodata | Alessandro Carminati | 1 | -1/+1 |
| 2022-12-09 | Documentation/rv: Add verification/rv man pages | Daniel Bristot de Oliveira | 1 | -2/+24 |
| 2022-12-09 | tools/rv: Add in-kernel monitor interface | Daniel Bristot de Oliveira | 3 | -0/+704 |
| 2022-12-09 | rv: Add rv tool | Daniel Bristot de Oliveira | 8 | -0/+558 |
| 2022-10-20 | rv/dot2c: Make automaton definition static | Daniel Bristot de Oliveira | 1 | -1/+1 |
| 2022-09-26 | rv/monitor: Add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 3 | -6/+6 |
| 2022-09-26 | rv/dot2K: add 'static' qualifier for local variable | Zeng Heng | 3 | -6/+6 |
| 2022-07-30 | rv/monitor: Add the wwnr monitor | Daniel Bristot de Oliveira | 1 | -0/+16 |
| 2022-07-30 | rv/monitor: Add the wip monitor | Daniel Bristot de Oliveira | 1 | -0/+16 |
| 2022-07-30 | Documentation/rv: Add deterministic automata monitor synthesis documentation | Daniel Bristot de Oliveira | 2 | -0/+6 |
| 2022-07-30 | tools/rv: Add dot2k | Daniel Bristot de Oliveira | 6 | -0/+496 |
| 2022-07-30 | Documentation/rv: Add deterministic automaton documentation | Daniel Bristot de Oliveira | 3 | -0/+9 |
| 2022-07-30 | tools/rv: Add dot2c | Daniel Bristot de Oliveira | 4 | -0/+466 |