summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-049-99/+329
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-07-1710-155/+450
| |\
| | * rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missingPaul E. McKenney2014-07-161-3/+4
| | *---. Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney2014-07-099-99/+328
| | |\ \ \
| | | | | * torture: Avoid format string leak to thead nameKees Cook2014-07-071-1/+1
| | | |_|/ | | |/| |
| | | | * rcu: Don't offload callbacks unless specifically requestedPaul E. McKenney2014-07-071-0/+3
| | | | * rcu: Parallelize and economize NOCB kthread wakeupsPaul E. McKenney2014-07-072-43/+237
| | | |/ | | |/|
| | | * rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()Pranith Kumar2014-07-091-0/+1
| | | * rcu: Fix a sparse warning in rcu_initiate_boost()Pranith Kumar2014-07-091-0/+2
| | | * rcu: Fix __rcu_reclaim() to use true/false for boolPaul E. McKenney2014-07-091-2/+6
| | | * rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney2014-07-092-8/+0
| | | * rcu: Use __this_cpu_read() instead of per_cpu_ptr()Shan Wei2014-07-091-1/+1
| | | * rcu: Don't use NMIs to dump other CPUs' stacksPaul E. McKenney2014-07-091-7/+3
| | | * rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney2014-07-092-5/+19
| | | * rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-092-14/+14
| | | * rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar2014-07-091-2/+8
| | | * rcu: Allow post-unlock reference for rt_mutexPaul E. McKenney2014-07-092-1/+12
| | | * rcu: Loosen __call_rcu()'s rcu_head alignment constraintPaul E. McKenney2014-07-091-1/+1
| | | * rcu: Eliminate read-modify-write ACCESS_ONCE() callsPaul E. McKenney2014-07-092-8/+8
| | | * rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpuPaul E. McKenney2014-07-091-1/+1
| | | * rcu: Make rcu node arrays static const char * constFabian Frederick2014-07-091-8/+10
| | | * signal: Explain local_irq_save() callPaul E. McKenney2014-07-091-0/+4
| | |/
* | | Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-08-043-61/+19
|\ \ \
| * | | tracing: Kill "filter_string" arg of replace_preds()Oleg Nesterov2014-07-161-6/+3
| * | | tracing: Change apply_subsystem_event_filter() paths to check file->system ==...Oleg Nesterov2014-07-161-23/+16
| * | | tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov2014-07-161-2/+1
| * | | tracing: Kill call_filter_disable()Oleg Nesterov2014-07-161-6/+1
| * | | tracing: Kill destroy_call_preds()Oleg Nesterov2014-07-162-7/+2
| * | | tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov2014-07-162-21/+0
* | | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-08-0413-464/+932
|\ \ \ \
| * | | | ftrace: Add warning if tramp hash does not match nr_trampolinesSteven Rostedt (Red Hat)2014-07-241-0/+3
| * | | | ftrace: Fix trampoline hash update check on rec->flagsSteven Rostedt (Red Hat)2014-07-241-0/+8
| * | | | ring-buffer: Use rb_page_size() instead of open coded head_page sizeSteven Rostedt (Red Hat)2014-07-231-1/+1
| * | | | ftrace: Rename ftrace_ops field from trampolines to nr_trampolinesSteven Rostedt (Red Hat)2014-07-231-5/+5
| * | | | tracing: Convert local function_graph functions to staticSteven Rostedt (Red Hat)2014-07-181-4/+4
| * | | | ftrace: Do not copy old hash when resettingWang Nan2014-07-181-10/+5
| * | | | tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev2014-07-183-7/+67
| * | | | ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()Corey Minyard2014-07-181-20/+4
| * | | | tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)2014-07-182-8/+0
| * | | | ftrace: Remove function_trace_stop check from list funcSteven Rostedt (Red Hat)2014-07-181-6/+2
| * | | | ftrace: Do no disable function tracing on enabling function tracingSteven Rostedt (Red Hat)2014-07-181-7/+0
| * | | | ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()Steven Rostedt (Red Hat)2014-07-181-5/+0
| * | | | ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)2014-07-172-5/+35
| * | | | PM / Sleep: Remove ftrace_stop/start() from suspend and hibernateSteven Rostedt (Red Hat)2014-07-172-8/+0
| * | | | ftrace: Allow archs to specify if they need a separate function graph trampolineSteven Rostedt (Red Hat)2014-07-161-2/+4
| * | | | Merge branch 'trace/ftrace/urgent' into trace/ftrace/coreSteven Rostedt (Red Hat)2014-07-093-24/+30
| |\ \ \ \
| * | | | | tracing: Add description of set_graph_notrace to tracing/READMENamhyung Kim2014-07-011-0/+1
| * | | | | tracing: Improve message of empty set_ftrace_notrace fileNamhyung Kim2014-07-011-3/+8
| * | | | | tracing: Improve message of empty set_graph_notrace fileNamhyung Kim2014-07-011-1/+6
| * | | | | tracing: Add ftrace_graph_notrace boot parameterNamhyung Kim2014-07-011-4/+20
OpenPOWER on IntegriCloud