index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-04-10
13
-1692
/
+5828
|
\
|
*
init, tracing: instrument security and console initcall trace events
Abderrahmane Benbachir
2018-04-06
1
-1
/
+6
|
*
tracing: Add rcu dereference annotation for test func that touches filter->prog
Steven Rostedt (VMware)
2018-04-06
1
-1
/
+6
|
*
tracing: Add rcu dereference annotation for filter->prog
Steven Rostedt (VMware)
2018-04-06
1
-1
/
+2
|
*
tracing: Fixup logic inversion on setting trace_global_clock defaults
Chris Wilson
2018-04-06
1
-1
/
+1
|
*
tracing: Hide global trace clock from lockdep
Steven Rostedt (VMware)
2018-04-06
1
-2
/
+2
|
*
ring-buffer: Add set/clear_current_oom_origin() during allocations
Steven Rostedt (VMware)
2018-04-06
1
-10
/
+38
|
*
ring-buffer: Check if memory is available before allocation
Steven Rostedt (VMware)
2018-04-06
1
-0
/
+5
|
*
lockdep: Add print_irqtrace_events() to __warn
Steven Rostedt (VMware)
2018-04-06
1
-0
/
+2
|
*
tracing: Uninitialized variable in create_tracing_map_fields()
Dan Carpenter
2018-04-06
1
-1
/
+1
|
*
tracing: Make sure variable string fields are NULL-terminated
Tom Zanussi
2018-04-06
1
-2
/
+2
|
*
tracing: Add action comparisons when testing matching hist triggers
Tom Zanussi
2018-04-06
1
-0
/
+50
|
*
tracing: Don't add flag strings when displaying variable references
Tom Zanussi
2018-04-06
1
-1
/
+1
|
*
tracing: Fix display of hist trigger expressions containing timestamps
Tom Zanussi
2018-04-06
1
-14
/
+5
|
*
ftrace: Drop a VLA in module_exists()
Salvatore Mesoraca
2018-04-06
1
-4
/
+3
|
*
tracing: Mention trace_clock=global when warning about unstable clocks
Chris Wilson
2018-04-06
1
-1
/
+2
|
*
tracing: Default to using trace_global_clock if sched_clock is unstable
Chris Wilson
2018-04-06
1
-0
/
+19
|
*
tracing: Fix a potential NULL dereference
Dan Carpenter
2018-03-23
1
-0
/
+1
|
*
tracing: Rewrite filter logic to be simpler and faster
Steven Rostedt (VMware)
2018-03-14
2
-1197
/
+979
|
*
tracing: Clean up and document pred_funcs_##type creation and use
Steven Rostedt (VMware)
2018-03-14
1
-14
/
+32
|
*
tracing: Combine enum and arrays into single macro in filter code
Steven Rostedt (VMware)
2018-03-14
1
-64
/
+48
|
*
tracing: Embed replace_filter_string() helper function
Steven Rostedt (VMware)
2018-03-10
1
-18
/
+9
|
*
tracing: Only add filter list when needed
Steven Rostedt (VMware)
2018-03-10
1
-13
/
+14
|
*
tracing: Remove filter allocator helper
Steven Rostedt (VMware)
2018-03-10
1
-10
/
+2
|
*
tracing: Use trace_seq instead of open code string appending
Steven Rostedt (VMware)
2018-03-10
1
-34
/
+23
|
*
tracing: Remove BUG_ON() from append_filter_string()
Steven Rostedt (VMware)
2018-03-10
1
-1
/
+2
|
*
tracing: Add inter-event blurb to HIST_TRIGGERS config option
Tom Zanussi
2018-03-10
1
-1
/
+4
|
*
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
Steven Rostedt (VMware)
2018-03-10
1
-1
/
+11
|
*
ring-buffer: Add nesting for adding events within events
Steven Rostedt (VMware)
2018-03-10
1
-3
/
+54
|
*
tracing: Add a clock attribute for hist triggers
Tom Zanussi
2018-03-10
1
-3
/
+39
|
*
tracing: Make tracing_set_clock() non-static
Tom Zanussi
2018-03-10
2
-1
/
+2
|
*
tracing: Add 'last error' error facility for hist triggers
Tom Zanussi
2018-03-10
1
-14
/
+150
|
*
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
2018-03-10
1
-7
/
+67
|
*
tracing: Add cpu field for hist triggers
Tom Zanussi
2018-03-10
1
-1
/
+27
|
*
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
2018-03-10
1
-5
/
+32
|
*
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
2018-03-10
1
-35
/
+296
|
*
tracing: Add 'onmatch' hist trigger action support
Tom Zanussi
2018-03-10
1
-13
/
+475
|
*
tracing: Add support for 'field variables'
Tom Zanussi
2018-03-10
1
-1
/
+530
|
*
tracing: Add support for 'synthetic' events
Tom Zanussi
2018-03-10
1
-2
/
+893
|
*
tracing: Add hist trigger action hook
Tom Zanussi
2018-03-10
1
-2
/
+104
|
*
tracing: Add variable reference handling to hist triggers
Tom Zanussi
2018-03-10
4
-16
/
+656
|
*
tracing: Add hist_field 'type' field
Tom Zanussi
2018-03-10
1
-0
/
+33
|
*
tracing: Pass tracing_map_elt to hist_field accessor functions
Tom Zanussi
2018-03-10
1
-34
/
+57
|
*
tracing: Generalize per-element hist trigger data
Tom Zanussi
2018-03-10
1
-33
/
+43
|
*
tracing: Add simple expression support to hist triggers
Tom Zanussi
2018-03-10
1
-74
/
+413
|
*
tracing: Move get_hist_field_flags()
Tom Zanussi
2018-03-10
1
-22
/
+22
|
*
tracing: Account for variables in named trigger compatibility
Tom Zanussi
2018-03-10
1
-1
/
+6
|
*
tracing: Add variable support to hist triggers
Tom Zanussi
2018-03-10
1
-39
/
+331
|
*
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
2018-03-10
3
-8
/
+35
|
*
tracing: Add hist_data member to hist_field
Tom Zanussi
2018-03-10
1
-5
/
+9
[next]