summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-0714-76/+45
|\
| * panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2015-11-061-0/+10
| * pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall2015-11-061-2/+2
| * kexec: use file name as the output message prefixMinfei Huang2015-11-063-2/+6
| * coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2015-11-061-1/+1
| * signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov2015-11-061-50/+1
| * printk: prevent userland from spoofing kernel messagesMathias Krause2015-11-061-5/+8
| * module: export param_free_charp()Dan Streetman2015-11-061-1/+2
| * mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-8/+8
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-065-7/+7
* | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-0624-662/+1387
|\ \ | |/ |/|
| * tracing: Put back comma for empty fields in boot string parsingSteven Rostedt (Red Hat)2015-11-032-11/+10
| * tracing: Apply tracer specific options from kernel command line.Jiaxing Wang2015-11-031-9/+36
| * 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-031-8/+8
| * tracing: Allow arch-specific stack tracerAKASHI Takahiro2015-11-031-37/+43
| * 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-021-5/+5
| * 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
| * 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
| * 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-251-0/+22
| * tracing: Implement event pid filteringSteven Rostedt (Red Hat)2015-10-252-3/+147
| * tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)2015-10-252-0/+294
| * tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)2015-10-251-11/+50
| * tracing: Remove {start,stop}_branch_traceDmitry Safonov2015-10-211-13/+2
| * tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer2015-10-201-0/+7
| * ftrace: add module globbingDmitry Safonov2015-10-201-15/+36
| * ftrace: Introduce ftrace_glob structureDmitry Safonov2015-10-201-38/+46
| * ftrace: Clarify code for mod commandDmitry Safonov2015-10-161-27/+10
| * ftrace: Remove redundant strsep in mod_callbackDmitry Safonov2015-10-131-10/+5
| * ftrace: Remove redundant swap functionRasmus Villemoes2015-10-011-12/+1
| * tracing: Use kstrdup_const instead of private implementationRasmus Villemoes2015-10-011-16/+8
| * tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)2015-09-302-22/+67
| * tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)2015-09-301-5/+14
| * tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)2015-09-302-13/+16
| * tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)2015-09-302-7/+63
| * tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-3010-101/+135
| * tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)2015-09-304-10/+35