index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-06
vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)
Steven Rostedt (VMware)
1
-0
/
+4
2018-04-06
tracing: Uninitialized variable in create_tracing_map_fields()
Dan Carpenter
1
-1
/
+1
2018-04-06
tracing: Make sure variable string fields are NULL-terminated
Tom Zanussi
1
-2
/
+2
2018-04-06
tracing: Add action comparisons when testing matching hist triggers
Tom Zanussi
1
-0
/
+50
2018-04-06
tracing: Don't add flag strings when displaying variable references
Tom Zanussi
1
-1
/
+1
2018-04-06
tracing: Fix display of hist trigger expressions containing timestamps
Tom Zanussi
1
-14
/
+5
2018-04-06
ftrace: Drop a VLA in module_exists()
Salvatore Mesoraca
1
-4
/
+3
2018-04-06
tracing: Mention trace_clock=global when warning about unstable clocks
Chris Wilson
1
-1
/
+2
2018-04-06
tracing: Default to using trace_global_clock if sched_clock is unstable
Chris Wilson
1
-0
/
+19
2018-03-23
init: Fix initcall0 name as it is "pure" not "early"
Steven Rostedt (VMware)
1
-1
/
+1
2018-03-23
tracing: Fix a potential NULL dereference
Dan Carpenter
1
-0
/
+1
2018-03-14
tracing: Rewrite filter logic to be simpler and faster
Steven Rostedt (VMware)
2
-1197
/
+979
2018-03-14
tracing: Clean up and document pred_funcs_##type creation and use
Steven Rostedt (VMware)
1
-14
/
+32
2018-03-14
tracing: Combine enum and arrays into single macro in filter code
Steven Rostedt (VMware)
1
-64
/
+48
2018-03-11
tracing: Embed replace_filter_string() helper function
Steven Rostedt (VMware)
1
-18
/
+9
2018-03-11
tracing: Only add filter list when needed
Steven Rostedt (VMware)
1
-13
/
+14
2018-03-11
tracing: Remove filter allocator helper
Steven Rostedt (VMware)
1
-10
/
+2
2018-03-11
tracing: Use trace_seq instead of open code string appending
Steven Rostedt (VMware)
1
-34
/
+23
2018-03-11
tracing: Remove BUG_ON() from append_filter_string()
Steven Rostedt (VMware)
1
-1
/
+2
2018-03-11
selftests: ftrace: Add inter-event hist triggers testcases
Rajvi Jingar
8
-0
/
+360
2018-03-11
tracing: Add inter-event blurb to HIST_TRIGGERS config option
Tom Zanussi
1
-1
/
+4
2018-03-11
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
Steven Rostedt (VMware)
1
-1
/
+11
2018-03-11
ring-buffer: Add nesting for adding events within events
Steven Rostedt (VMware)
2
-3
/
+57
2018-03-11
tracing: Add a clock attribute for hist triggers
Tom Zanussi
2
-4
/
+49
2018-03-11
tracing: Make tracing_set_clock() non-static
Tom Zanussi
2
-1
/
+2
2018-03-11
tracing: Add inter-event hist trigger Documentation
Tom Zanussi
1
-0
/
+381
2018-03-11
tracing: Add 'last error' error facility for hist triggers
Tom Zanussi
2
-14
/
+170
2018-03-11
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
1
-7
/
+67
2018-03-11
tracing: Add cpu field for hist triggers
Tom Zanussi
2
-1
/
+42
2018-03-11
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
1
-5
/
+32
2018-03-11
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
1
-35
/
+296
2018-03-11
tracing: Add 'onmatch' hist trigger action support
Tom Zanussi
1
-13
/
+475
2018-03-11
tracing: Add support for 'field variables'
Tom Zanussi
1
-1
/
+530
2018-03-11
tracing: Add support for 'synthetic' events
Tom Zanussi
1
-2
/
+893
2018-03-11
tracing: Add hist trigger action hook
Tom Zanussi
1
-2
/
+104
2018-03-11
tracing: Add variable reference handling to hist triggers
Tom Zanussi
4
-16
/
+656
2018-03-11
tracing: Add hist_field 'type' field
Tom Zanussi
1
-0
/
+33
2018-03-11
tracing: Pass tracing_map_elt to hist_field accessor functions
Tom Zanussi
1
-34
/
+57
2018-03-11
tracing: Generalize per-element hist trigger data
Tom Zanussi
1
-33
/
+43
2018-03-11
tracing: Add simple expression support to hist triggers
Tom Zanussi
1
-74
/
+413
2018-03-11
tracing: Move get_hist_field_flags()
Tom Zanussi
1
-22
/
+22
2018-03-11
tracing: Account for variables in named trigger compatibility
Tom Zanussi
1
-1
/
+6
2018-03-11
tracing: Add variable support to hist triggers
Tom Zanussi
1
-39
/
+331
2018-03-11
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
4
-8
/
+36
2018-03-11
tracing: Add hist_data member to hist_field
Tom Zanussi
1
-5
/
+9
2018-03-11
tracing: Add per-element variable support to tracing_map
Tom Zanussi
2
-0
/
+119
2018-03-11
tracing: Add hist trigger timestamp support
Tom Zanussi
1
-23
/
+71
2018-03-11
tracing: Break out hist trigger assignment parsing
Tom Zanussi
1
-21
/
+51
2018-03-11
tracing: Add ring buffer event param to hist field functions
Tom Zanussi
1
-15
/
+24
2018-03-11
tracing: Give event triggers access to ring_buffer_event
Tom Zanussi
4
-32
/
+49
[next]