index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-02
tracing: Introduce trace event injection
Cong Wang
5
-0
/
+348
2019-11-26
tracing: Fix __print_hex_dump scope
Piotr Maziarz
1
-0
/
+1
2019-11-22
tracing: Enable syscall optimization for MIPS
Hassan Naveed
1
-0
/
+1
2019-11-22
tracing: Use xarray for syscall trace events
Hassan Naveed
2
-7
/
+33
2019-11-22
tracing: Sample module to demonstrate kernel access to Ftrace instances.
Divya Indi
5
-0
/
+226
2019-11-22
tracing: Adding new functions for kernel access to Ftrace instances
Divya Indi
5
-24
/
+106
2019-11-22
tracing: Fix Kconfig indentation
Krzysztof Kozlowski
1
-4
/
+4
2019-11-22
ring-buffer: Fix typos in function ring_buffer_producer
Xianting Tian
1
-2
/
+2
2019-11-22
ftrace: Use BIT() macro
Enrico Weigelt, metux IT consult
1
-18
/
+18
2019-11-20
ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configured
Alexei Starovoitov
1
-3
/
+3
2019-11-18
ftrace: Rename ftrace_graph_stub to ftrace_stub_graph
Steven Rostedt (VMware)
2
-7
/
+7
2019-11-18
ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...
Steven Rostedt (VMware)
2
-34
/
+107
2019-11-15
ftrace: Add helper find_direct_entry() to consolidate code
Steven Rostedt (VMware)
1
-30
/
+29
2019-11-15
ftrace: Add another check for match in register_ftrace_direct()
Steven Rostedt (VMware)
1
-1
/
+6
2019-11-15
ftrace: Fix accounting bug with direct->count in register_ftrace_direct()
Steven Rostedt (VMware)
1
-2
/
+1
2019-11-15
ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"
Colin Ian King
3
-4
/
+4
2019-11-15
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
Artem Bityutskiy
1
-1
/
+1
2019-11-14
ftrace/samples: Add a sample module that implements modify_ftrace_direct()
Steven Rostedt (VMware)
2
-0
/
+89
2019-11-14
ftrace: Add modify_ftrace_direct()
Steven Rostedt (VMware)
2
-0
/
+84
2019-11-14
tracing: Add missing "inline" in stub function of latency_fsnotify()
Steven Rostedt (VMware)
1
-1
/
+1
2019-11-14
tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text
Borislav Petkov
1
-2
/
+2
2019-11-14
tracing: Use seq_buf_hex_dump() to dump buffers
Piotr Maziarz
5
-0
/
+60
2019-11-14
seq_buf: Add printing formatted hex dumps
Piotr Maziarz
2
-0
/
+65
2019-11-14
tracing/kprobe: Check whether the non-suffixed symbol is notrace
Masami Hiramatsu
1
-3
/
+24
2019-11-14
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
1
-1
/
+1
2019-11-14
tracing/hwlat: Fix a few trivial nits
Srivatsa S. Bhat (VMware)
1
-2
/
+2
2019-11-14
tracing: Use generic type for comparator function
Andy Shevchenko
4
-15
/
+13
2019-11-14
lib/bsearch: Use generic type for comparator function
Andy Shevchenko
2
-2
/
+2
2019-11-14
lib/sort: Move swap, cmp and cmp_r function types for wider use
Andy Shevchenko
3
-14
/
+14
2019-11-14
tracing/selftests: Turn off timeout setting
Steven Rostedt (VMware)
1
-0
/
+1
2019-11-14
fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub
Steven Rostedt (VMware)
3
-6
/
+27
2019-11-13
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
2
-0
/
+5
2019-11-13
tracing: Verify if trace array exists before destroying it.
Divya Indi
2
-4
/
+17
2019-11-13
tracing: Declare newly exported APIs in include/linux/trace.h
Divya Indi
2
-3
/
+8
2019-11-13
tracing: Make internal ftrace events static
Ben Dooks
1
-2
/
+2
2019-11-13
tracing: Use CONFIG_PREEMPTION
Sebastian Andrzej Siewior
2
-1
/
+3
2019-11-13
preemptirq_delay_test: Add the burst feature and a sysfs trigger
Viktor Rosendahl (BMW)
2
-22
/
+128
2019-11-13
ftrace: Implement fs notification for tracing_max_latency
Viktor Rosendahl (BMW)
3
-6
/
+98
2019-11-13
ftrace: Add information on number of page groups allocated
Steven Rostedt (VMware)
3
-6
/
+31
2019-11-13
ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layout
Josh Poimboeuf
2
-1
/
+19
2019-11-13
ftrace/x86: Add a counter to test function_graph with direct
Steven Rostedt (VMware)
3
-3
/
+11
2019-11-13
ftrace/x86: Add register_ftrace_direct() for custom trampolines
Steven Rostedt (VMware)
5
-7
/
+59
2019-11-13
ftrace/selftests: Update the direct call selftests to test two direct calls
Steven Rostedt (VMware)
2
-23
/
+52
2019-11-13
ftrace: Add another example of register_ftrace_direct() use case
Steven Rostedt (VMware)
2
-0
/
+52
2019-11-13
ftrace/selftest: Add tests to test register_ftrace_direct()
Steven Rostedt (VMware)
2
-0
/
+124
2019-11-13
ftrace: Add sample module that uses register_ftrace_direct()
Steven Rostedt (VMware)
4
-0
/
+57
2019-11-13
ftrace: Add ftrace_find_direct_func()
Steven Rostedt (VMware)
2
-1
/
+84
2019-11-13
ftrace: Add register_ftrace_direct()
Steven Rostedt (VMware)
3
-7
/
+306
2019-11-08
ftrace: Separate out functionality from ftrace_location_range()
Steven Rostedt (VMware)
1
-15
/
+23
2019-11-08
ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()
Steven Rostedt (VMware)
1
-12
/
+17
[next]