summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation/rv: Add deterministic automata monitor synthesis documentationDaniel Bristot de Oliveira2022-07-305-0/+157
* tools/rv: Add dot2kDaniel Bristot de Oliveira2022-07-306-0/+496
* Documentation/rv: Add deterministic automaton documentationDaniel Bristot de Oliveira2022-07-305-0/+194
* tools/rv: Add dot2cDaniel Bristot de Oliveira2022-07-304-0/+466
* Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira2022-07-305-0/+247
* rv/include: Add instrumentation helper functionsDaniel Bristot de Oliveira2022-07-301-0/+29
* rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira2022-07-306-0/+701
* rv/include: Add helper functions for deterministic automataDaniel Bristot de Oliveira2022-07-301-0/+75
* rv: Add runtime reactors interfaceDaniel Bristot de Oliveira2022-07-306-0/+581
* rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira2022-07-3010-0/+898
* ftrace/x86: Add back ftrace_expected assignmentSteven Rostedt (Google)2022-07-301-0/+1
* tracing: Use a copy of the va_list for __assign_vstr()Steven Rostedt (Google)2022-07-301-1/+6
* batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-301-7/+2
* USB: mtu3: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-251-4/+2
* selftests/kprobe: Update test for no event name syntax errorMasami Hiramatsu (Google)2022-07-251-0/+1
* tracing: Add example and documentation for new __vstring() macroSteven Rostedt (Google)2022-07-252-6/+40
* selftests/kprobe: Do not test for GRP/ without event failuresSteven Rostedt (Google)2022-07-251-1/+0
* selftests/ftrace: Add test case for GRP/ only inputLinyu Yuan2022-07-252-1/+15
* tracing: Auto generate event name when creating a group of eventsLinyu Yuan2022-07-258-35/+48
* tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan2022-07-251-2/+0
* tracing: eprobe: Add missing log indexLinyu Yuan2022-07-251-0/+1
* mac80211: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-251-4/+2
* scsi: qla2xxx: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-191-2/+2
* scsi: iscsi: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-191-2/+2
* usb: musb: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-191-2/+2
* xhci: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-2/+2
* usb: chipidea: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-2/+2
* tracing/iwlwifi: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-8/+4
* tracing/brcm: Use the new __vstring() helperSteven Rostedt (Google)2022-07-152-16/+8
* tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)2022-07-155-35/+14
* tracing/IB/hfi1: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-6/+2
* tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)2022-07-156-0/+38
* neighbor: tracing: Have neigh_create event use __string()Steven Rostedt (Google)2022-07-151-1/+1
* tracing/ipv4/ipv6: Use static array for name field in fib*_lookup_table eventSteven Rostedt (Google)2022-07-152-7/+7
* tracing: devlink: Use static array for string in devlink_trap_report eventSteven Rostedt (Google)2022-07-141-4/+3
* tracing/histograms: Simplify create_hist_fields()Zheng Yejian2022-07-121-3/+2
* tracing/user_events: Fix syntax errors in commentsXiang wangx2022-07-121-1/+1
* samples: Use KSYM_NAME_LEN for kprobesTiezhu Yang2022-07-122-6/+4
* fprobe/samples: Make sample_probe staticsunliming2022-07-121-1/+1
* blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is assigned an extra sem...Li kunyu2022-07-121-1/+1
* ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)2022-07-121-1/+2
* tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-121-5/+6
* tracing/histograms: Fix memory leak problemZheng Yejian2022-07-121-0/+2
* Linux 5.19-rc5v5.19-rc5Linus Torvalds2022-07-041-1/+1
* lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds2022-07-032-26/+0
* sparse: introduce conditional lock acquire function attributeLinus Torvalds2022-07-032-3/+5
* Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-07-0314-131/+130
|\
| * xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
| * xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
| * xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-295-65/+12