Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | ftrace: Synchronize setting function_trace_op with ftrace_trace_function | Steven Rostedt (Red Hat) | 2014-01-09 | 1 | -15/+72 | |
| * | | | | | | | | | | | | tracing: Show available event triggers when no trigger is set | Steven Rostedt (Red Hat) | 2014-01-09 | 1 | -0/+20 | |
| * | | | | | | | | | | | | tracing: Consolidate event trigger code | Steven Rostedt (Red Hat) | 2014-01-09 | 2 | -80/+16 | |
| * | | | | | | | | | | | | tracing: Fix counter for traceon/off event triggers | Steven Rostedt (Red Hat) | 2014-01-09 | 1 | -2/+8 | |
| * | | | | | | | | | | | | tracing: Remove double-underscore naming in syscall trigger invocations | Tom Zanussi | 2014-01-06 | 1 | -8/+8 | |
| * | | | | | | | | | | | | tracing/kprobes: Add trace event trigger invocations | Tom Zanussi | 2014-01-06 | 1 | -6/+36 | |
| * | | | | | | | | | | | | tracing/probes: Fix build break on !CONFIG_KPROBE_EVENT | Namhyung Kim | 2014-01-03 | 2 | -8/+8 | |
| * | | | | | | | | | | | | tracing/uprobes: Add @+file_offset fetch method | Namhyung Kim | 2014-01-02 | 4 | -1/+62 | |
| * | | | | | | | | | | | | uprobes: Allocate ->utask before handler_chain() for tracing handlers | Oleg Nesterov | 2014-01-02 | 1 | -0/+4 | |
| * | | | | | | | | | | | | tracing/uprobes: Add support for full argument access methods | Namhyung Kim | 2014-01-02 | 1 | -12/+22 | |
| * | | | | | | | | | | | | tracing/uprobes: Fetch args before reserving a ring buffer | Namhyung Kim | 2014-01-02 | 1 | -14/+132 | |
| * | | | | | | | | | | | | tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg() | Namhyung Kim | 2014-01-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | tracing/probes: Implement 'memory' fetch method for uprobes | Namhyung Kim | 2014-01-02 | 4 | -81/+129 | |
| * | | | | | | | | | | | | tracing/probes: Add fetch{,_size} member into deref fetch method | Hyeoncheol Lee | 2014-01-02 | 1 | -2/+20 | |
| * | | | | | | | | | | | | tracing/probes: Move 'symbol' fetch method to kprobes | Namhyung Kim | 2014-01-02 | 4 | -59/+91 | |
| * | | | | | | | | | | | | tracing/probes: Implement 'stack' fetch method for uprobes | Namhyung Kim | 2014-01-02 | 4 | -26/+66 | |
| * | | | | | | | | | | | | tracing/probes: Split [ku]probes_fetch_type_table | Namhyung Kim | 2014-01-02 | 4 | -39/+119 | |
| * | | | | | | | | | | | | tracing/probes: Move fetch function helpers to trace_probe.h | Namhyung Kim | 2014-01-02 | 2 | -61/+78 | |
| * | | | | | | | | | | | | tracing/probes: Integrate duplicate set_print_fmt() | Namhyung Kim | 2014-01-02 | 4 | -116/+66 | |
| * | | | | | | | | | | | | tracing/kprobes: Move common functions to trace_probe.h | Namhyung Kim | 2014-01-02 | 2 | -48/+48 | |
| * | | | | | | | | | | | | tracing/uprobes: Convert to struct trace_probe | Namhyung Kim | 2014-01-02 | 1 | -80/+79 | |
| * | | | | | | | | | | | | tracing/kprobes: Factor out struct trace_probe | Namhyung Kim | 2014-01-02 | 2 | -285/+295 | |
| * | | | | | | | | | | | | tracing/probes: Fix basic print type functions | Namhyung Kim | 2014-01-02 | 1 | -11/+11 | |
| * | | | | | | | | | | | | tracing/uprobes: Fix documentation of uprobe registration syntax | Namhyung Kim | 2014-01-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | tracing: Fix rcu handling of event_trigger_data filter field | Steven Rostedt (Red Hat) | 2014-01-02 | 2 | -4/+6 | |
| * | | | | | | | | | | | | tracing: Add generic tracing_lseek() function | Steven Rostedt (Red Hat) | 2014-01-02 | 5 | -26/+19 | |
| * | | | | | | | | | | | | tracing: Add and use generic set_trigger_filter() implementation | Tom Zanussi | 2013-12-21 | 4 | -14/+219 | |
| * | | | | | | | | | | | | tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdef | Steven Rostedt (Red Hat) | 2013-12-21 | 1 | -13/+13 | |
| * | | | | | | | | | | | | tracing: Add 'enable_event' and 'disable_event' event trigger commands | Tom Zanussi | 2013-12-21 | 3 | -1/+364 | |
| * | | | | | | | | | | | | tracing: Add 'stacktrace' event trigger command | Tom Zanussi | 2013-12-21 | 1 | -0/+79 | |
| * | | | | | | | | | | | | tracing: Add 'snapshot' event trigger command | Tom Zanussi | 2013-12-21 | 3 | -3/+116 | |
| * | | | | | | | | | | | | tracing: Add 'traceon' and 'traceoff' event trigger commands | Tom Zanussi | 2013-12-20 | 1 | -0/+446 | |
| * | | | | | | | | | | | | tracing: Add basic event trigger framework | Tom Zanussi | 2013-12-20 | 5 | -5/+480 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-01-21 | 9 | -45/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sched: add tracepoints related to NUMA task migration | Mel Gorman | 2014-01-21 | 2 | -1/+7 | |
| * | | | | | | | | | | | | kernel/power/snapshot.c: use memblock apis for early memory allocations | Santosh Shilimkar | 2014-01-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | kernel/printk/printk.c: use memblock apis for early memory allocations | Santosh Shilimkar | 2014-01-21 | 1 | -7/+3 | |
| * | | | | | | | | | | | | introduce for_each_thread() to replace the buggy while_each_thread() | Oleg Nesterov | 2014-01-21 | 2 | -0/+8 | |
| * | | | | | | | | | | | | mm: add overcommit_kbytes sysctl variable | Jerome Marchand | 2014-01-21 | 1 | -3/+8 | |
| * | | | | | | | | | | | | fsnotify: remove pointless NULL initializers | Jan Kara | 2014-01-21 | 2 | -5/+0 | |
| * | | | | | | | | | | | | fsnotify: remove .should_send_event callback | Jan Kara | 2014-01-21 | 2 | -20/+1 | |
| * | | | | | | | | | | | | fsnotify: do not share events between notification groups | Jan Kara | 2014-01-21 | 2 | -10/+12 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-01-21 | 5 | -791/+520 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | cgroup: trivial style updates | SeongJae Park | 2014-01-18 | 1 | -2/+3 | |
| * | | | | | | | | | | | | cgroup: fix fail path in cgroup_load_subsys() | Vladimir Davydov | 2013-12-13 | 1 | -3/+9 | |
| * | | | | | | | | | | | | cgroup: fix missing unlock on error in cgroup_load_subsys() | Wei Yongjun | 2013-12-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | cgroup: remove for_each_root_subsys() | Tejun Heo | 2013-12-06 | 1 | -22/+15 | |
| * | | | | | | | | | | | | cgroup: implement for_each_css() | Tejun Heo | 2013-12-06 | 1 | -26/+31 | |
| * | | | | | | | | | | | | cgroup: factor out cgroup_subsys_state creation into create_css() | Tejun Heo | 2013-12-06 | 1 | -38/+57 | |
| * | | | | | | | | | | | | cgroup: combine css handling loops in cgroup_create() | Tejun Heo | 2013-12-06 | 1 | -18/+7 |