summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-07-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-19Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner
2014-07-18Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-18tracing: Convert local function_graph functions to staticSteven Rostedt (Red Hat)
2014-07-18workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan
2014-07-18ftrace: Do not copy old hash when resettingWang Nan
2014-07-18tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook
2014-07-18seccomp: allow mode setting across threadsKees Cook
2014-07-18seccomp: introduce writer lockingKees Cook
2014-07-18seccomp: split filter prep from check and applyKees Cook
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook
2014-07-18seccomp: add "seccomp" syscallKees Cook
2014-07-18seccomp: split mode setting routinesKees Cook
2014-07-18seccomp: extract check/assign mode helpersKees Cook
2014-07-18seccomp: create internal mode-setting functionKees Cook
2014-07-18ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()Corey Minyard
2014-07-18tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)
2014-07-18ftrace: Remove function_trace_stop check from list funcSteven Rostedt (Red Hat)
2014-07-18ftrace: Do no disable function tracing on enabling function tracingSteven Rostedt (Red Hat)
2014-07-18ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()Steven Rostedt (Red Hat)
2014-07-18kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu
2014-07-17Add module param type 'ullong'Hannes Reinecke
2014-07-17Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-17ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)
2014-07-17PM / Sleep: Remove ftrace_stop/start() from suspend and hibernateSteven Rostedt (Red Hat)
2014-07-17KEYS: validate certificate trust only with builtin keysDmitry Kasatkin
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2014-07-17locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar
2014-07-17Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-16Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner
2014-07-16tracing: Kill "filter_string" arg of replace_preds()Oleg Nesterov
2014-07-16tracing: Change apply_subsystem_event_filter() paths to check file->system ==...Oleg Nesterov
2014-07-16tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov
2014-07-16tracing: Kill call_filter_disable()Oleg Nesterov
2014-07-16tracing: Kill destroy_call_preds()Oleg Nesterov
2014-07-16tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov
2014-07-16rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missingPaul E. McKenney
2014-07-16ftrace: Allow archs to specify if they need a separate function graph trampolineSteven Rostedt (Red Hat)
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-07-16Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso