summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)2014-11-192-83/+38
| * | tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)2014-11-191-28/+19
| * | tracing/uprobes: Do not use return values of trace_seq_printf()Steven Rostedt (Red Hat)2014-11-191-13/+10
| * | tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)2014-11-191-4/+6
| * | tracing: Do not check return values of trace_seq_p*() for mmio tracerSteven Rostedt (Red Hat)2014-11-191-31/+21
| * | kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksSteven Rostedt (Red Hat)2014-11-191-26/+16
| * | tracing: Have function_graph use trace_seq_has_overflowed()Steven Rostedt (Red Hat)2014-11-192-266/+118
| * | tracing: Have branch tracer use trace_handle_return() helper functionSteven Rostedt (Red Hat)2014-11-191-8/+7
| * | ring-buffer: Remove check of trace_seq_{puts,printf}() return valuesSteven Rostedt (Red Hat)2014-11-191-39/+36
| * | blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)2014-11-191-82/+66
| * | tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)2014-11-197-300/+231
| * | tracing: Fix trace_seq_bitmask() to start at current positionSteven Rostedt (Red Hat)2014-11-191-1/+1
| * | RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open codedSteven Rostedt (Red Hat)2014-11-191-1/+1
| * | x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()Steven Rostedt (Red Hat)2014-11-191-2/+2
| * | ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)2014-11-194-3/+59
| * | ftrace/x86: Add frames pointers to trampoline as necessarySteven Rostedt (Red Hat)2014-11-191-0/+41
| * | tracing: Fix race of function probes countingSteven Rostedt (Red Hat)2014-11-181-21/+96
| * | function_graph: Fix micro seconds notationsByungchul Park2014-11-141-6/+6
| * | ftrace-graph: show latency-format on print_graph_irq()Daniel Bristot de Oliveira2014-11-141-0/+9
| * | trace: Replace single-character seq_puts with seq_putcRasmus Villemoes2014-11-145-10/+10
| * | tracing: Merge consecutive seq_puts callsRasmus Villemoes2014-11-132-39/+39
| * | tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes2014-11-139-71/+71
| * | tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson2014-11-131-6/+6
| * | tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson2014-11-131-2/+7
| * | tracing: Fix traceoff_on_warning handling on boot command lineLuis Claudio R. Goncalves2014-11-131-2/+3
| * | ftrace: Have the control_ops get a trampolineSteven Rostedt (Red Hat)2014-11-131-0/+2
| * | tracing: Add entry->next_cpu to trace_ctxwake_bin()Jiang Liu2014-11-111-0/+1
| * | tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)2014-11-113-65/+56
| * | tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()Oleg Nesterov2014-11-111-40/+0
| * | tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_sw...Oleg Nesterov2014-11-112-51/+0
| * | ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)2014-11-114-12/+34
| * | ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)2014-11-112-0/+26
| * | ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)2014-10-312-14/+106
| * | ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)2014-10-314-14/+254
* | | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-10142-3940/+3655
|\ \ \
| * | | exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov2014-12-101-4/+24
| * | | exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2014-12-101-0/+2
| * | | exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov2014-12-101-4/+2
| * | | exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov2014-12-101-24/+23
| * | | exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov2014-12-101-0/+3
| * | | exit: reparent: introduce find_alive_thread()Oleg Nesterov2014-12-101-13/+19
| * | | exit: reparent: introduce find_child_reaper()Oleg Nesterov2014-12-101-21/+35
| * | | exit: reparent: document the ->has_child_subreaper checksOleg Nesterov2014-12-101-8/+6
| * | | exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov2014-12-101-5/+3
| * | | exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2014-12-101-2/+4
| * | | exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2014-12-101-1/+1
| * | | exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov2014-12-101-0/+3
| * | | exit: release_task: fix the comment about group leader accountingOleg Nesterov2014-12-101-7/+4
| * | | exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov2014-12-101-7/+5
| * | | exit: wait: don't use zombie->real_parentOleg Nesterov2014-12-101-12/+11
OpenPOWER on IntegriCloud