aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16ftrace/selftests: Return the skip code when tracing directory not configured in kernelSteven Rostedt (VMware)1-6/+32
2019-07-16tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2-14/+15
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu4-28/+40
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu3-23/+33
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu4-23/+41
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu4-101/+109
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu4-36/+28
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu4-58/+58
2019-07-16tracing/uprobe: Set print format when parsing commandMasami Hiramatsu1-18/+7
2019-07-16tracing/kprobe: Set print format right after parsed commandMasami Hiramatsu1-16/+9
2019-07-16kprobes: Fix to init kprobes in subsys_initcallMasami Hiramatsu1-1/+1
2019-06-17tracepoint: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+2
2019-05-28ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)2-29/+4
2019-05-25ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-05-25tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)1-0/+8
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2-2/+12
2019-05-25tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu3-0/+81
2019-05-25kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu1-2/+1
2019-05-25tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu1-1/+3
2019-05-25uaccess: Add a prototype of non-static __probe_user_read()Masami Hiramatsu1-0/+1
2019-05-25tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke1-1/+1
2019-05-25perf-probe: Add user memory access attribute supportMasami Hiramatsu6-8/+35