summaryrefslogtreecommitdiff
path: root/kernel/trace/rv/rv.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31rv: Add KUnit mock for currentGabriele Monaco1-0/+26
2026-07-31rv: Add KUnit tests for some DA/HA monitorsGabriele Monaco1-0/+40
2026-07-31rv: Export task monitor slot and react symbolsGabriele Monaco1-0/+2
2026-07-23rv: Simplify task monitor slot managementLi Qiang1-13/+5
2025-12-02rv: Convert to use __freeNam Cao1-37/+26
2025-12-02rv: Convert to use lock guardNam Cao1-26/+13
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao1-6/+6
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni1-1/+1
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao1-1/+1
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-6/+0
2025-07-28rv: Fix wrong type cast in monitors_show()Nam Cao1-1/+1
2025-07-25rv: Remove rv_reactor's reference counterNam Cao1-1/+0
2025-07-25rv: Merge struct rv_monitor_def into struct rv_monitorNam Cao1-118/+93
2025-07-22tracing: Remove pointless memory barriersNam Cao1-6/+0
2025-07-09rv: Allow to configure the number of per-task monitorNam Cao1-4/+4
2025-07-09rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTSNam Cao1-1/+1
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao1-1/+6
2025-04-02rv: Fix missing unlock on double nested monitors return pathGabriele Monaco1-1/+2
2025-03-24rv: Add option for nested monitors and include schedGabriele Monaco1-23/+131
2024-12-27rv: Simplify manual steps in monitor creationGabriele Monaco1-1/+1
2024-10-04rv: Fix a typoAndrew Kreimer1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-3/+0
2024-05-21rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li1-0/+2
2023-04-25rv: Remove redundant assignment to variable retvalColin Ian King1-2/+0
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King1-1/+1
2022-07-30Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira1-0/+3
2022-07-30rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira1-0/+5
2022-07-30rv: Add runtime reactors interfaceDaniel Bristot de Oliveira1-0/+9
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira1-0/+782