summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0632-100/+103
|\
| * asm-generic: temporarily add back asm-generic/io-64-nonatomic*.hArnd Bergmann2015-10-162-0/+4
| * asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementationsMarek Vasut2015-10-151-4/+7
| * gpio-mxc: stop including <asm-generic/bug>Christoph Hellwig2015-10-151-1/+1
| * n_tracesink: stop including <asm-generic/bug>Christoph Hellwig2015-10-151-1/+1
| * n_tracerouter: stop including <asm-generic/bug>Christoph Hellwig2015-10-151-1/+1
| * mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-154-4/+4
| * hifn_795x: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-2/+0
| * drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-1/+1
| * move count_zeroes.h out of asm-genericChristoph Hellwig2015-10-153-5/+5
| * move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-1515-19/+19
* | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-0639-943/+1787
|\ \
| * | tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann2015-11-051-1/+5
| * | tracing: Put back comma for empty fields in boot string parsingSteven Rostedt (Red Hat)2015-11-042-11/+10
| * | tracing: Apply tracer specific options from kernel command line.Jiaxing Wang2015-11-041-9/+36
| * | tracing: Add some documentation about set_event_pidSteven Rostedt (Red Hat)2015-11-032-0/+24
| * | ring_buffer: Remove unneeded smp_wmb() before wakeup of reader benchmarkSteven Rostedt (Red Hat)2015-11-031-2/+0
| * | tracing: Allow dumping traces without tracking trace started cpusSasha Levin2015-11-031-2/+3
| * | ring_buffer: Fix more races when terminating the producer in the benchmarkPetr Mladek2015-11-031-25/+29
| * | ring_buffer: Do no not complete benchmark reader too earlyPetr Mladek2015-11-031-9/+16
| * | tracing: Remove redundant TP_ARGS redefiningDmitry Safonov2015-11-031-3/+0
| * | tracing: Rename max_stack_lock to stack_trace_max_lockSteven Rostedt (Red Hat)2015-11-032-9/+9
| * | tracing: Allow arch-specific stack tracerAKASHI Takahiro2015-11-032-37/+54
| * | recordmcount: arm64: Replace the ignored mcount call into nopLi Bin2015-11-031-1/+23
| * | recordmcount: Fix endianness handling bug for nop_mcountlibin2015-11-031-1/+1
| * | tracepoints: Fix documentation of RCU lockdep checksMathieu Desnoyers2015-11-021-4/+5
| * | tracing: ftrace_event_is_function() can return booleanYaowei Bai2015-11-022-2/+2
| * | tracing: is_legal_op() can return booleanYaowei Bai2015-11-021-4/+4
| * | ring-buffer: rb_event_is_commit() can return booleanYaowei Bai2015-11-021-2/+2
| * | ring-buffer: rb_per_cpu_empty() can return booleanYaowei Bai2015-11-021-2/+2
| * | ring_buffer: ring_buffer_empty{cpu}() can return booleanYaowei Bai2015-11-022-7/+7
| * | ring-buffer: rb_is_reader_page() can return booleanYaowei Bai2015-11-021-1/+1
| * | tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai2015-11-021-4/+4
| * | tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai2015-11-021-4/+4
| * | Sample: Trace_event: Correct the commentsChunyan Zhang2015-11-021-3/+3
| * | tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang2015-11-021-1/+1
| * | tracing: Only benchmark the time tracepoints take if tracing is onChunyan Zhang2015-11-021-1/+1
| * | recordmcount: x86: Assign a meaningful value to rel_type_nopLi Bin2015-11-021-0/+2
| * | tracing: Call on_each_cpu() when adding or removing single pids from set_even...Steven Rostedt (Red Hat)2015-11-021-6/+7
| * | tracing: Fix sparse RCU warningSteven Rostedt (Red Hat)2015-10-261-0/+2
| * | tracing: Check all tasks on each CPU when filtering pidsSteven Rostedt (Red Hat)2015-10-261-0/+22
| * | tracing: Implement event pid filteringSteven Rostedt (Red Hat)2015-10-263-3/+154
| * | tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)2015-10-262-0/+294
| * | tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)2015-10-262-11/+63
| * | ftrace: Calculate the correct dyn_ftrace number to report to the userspaceMinfei Huang2015-10-221-0/+4
| * | tracing: Remove {start,stop}_branch_traceDmitry Safonov2015-10-211-13/+2
| * | tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer2015-10-212-0/+11
| * | tracing: Allow disabling compilation of specific trace systemsTal Shorer2015-10-212-4/+15
| * | Documentation: ftrace: Module globbing usageDmitry Safonov2015-10-211-0/+17
| * | ftrace: add module globbingDmitry Safonov2015-10-211-15/+36