summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-111-1/+1
|\
| * bpf_trace: Make dependent on PERF_EVENTSSteven Rostedt2015-11-101-1/+1
* | Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-101-8/+8
|\ \
| * \ Merge branch 'for-4.4/hotplug' into libnvdimm-for-nextDan Williams2015-11-096-18/+15Star
| |\ \
| * | | pmem, memremap: convert to numa aware allocationsDan Williams2015-10-091-3/+4
| * | | devm_memremap_pages: use numa_mem_idDan Williams2015-10-091-1/+1
| * | | devm_memremap: convert to return ERR_PTRDan Williams2015-10-091-1/+1
| * | | devm_memunmap: use devres_release()Dan Williams2015-10-091-3/+2Star
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-102-2/+2
|\ \ \ \
| * | | | remove abs64()Andrew Morton2015-11-102-2/+2
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-101-8/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | params: don't ignore the rest of cmdline if parse_one() failsOleg Nesterov2015-08-261-8/+9
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-0714-76/+45Star
|\ \ \ \ \
| * | | | | panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2015-11-071-0/+10
| * | | | | pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall2015-11-071-2/+2
| * | | | | kexec: use file name as the output message prefixMinfei Huang2015-11-073-2/+6
| * | | | | coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2015-11-071-1/+1
| * | | | | signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov2015-11-071-50/+1Star
| * | | | | printk: prevent userland from spoofing kernel messagesMathias Krause2015-11-071-5/+8
| * | | | | module: export param_free_charp()Dan Streetman2015-11-071-1/+2
| * | | | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-8/+8
| * | | | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-075-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-042-11/+10Star
| * | | | | tracing: Apply tracer specific options from kernel command line.Jiaxing Wang2015-11-041-9/+36
| * | | | | ring_buffer: Remove unneeded smp_wmb() before wakeup of reader benchmarkSteven Rostedt (Red Hat)2015-11-031-2/+0Star
| * | | | | 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/+0Star
| * | | | | 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-261-0/+22
| * | | | | tracing: Implement event pid filteringSteven Rostedt (Red Hat)2015-10-262-3/+147
| * | | | | 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-261-11/+50
| * | | | | tracing: Remove {start,stop}_branch_traceDmitry Safonov2015-10-211-13/+2Star
| * | | | | tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer2015-10-211-0/+7