summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-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 branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra
2014-07-16sched/numa: Revert "Use effective_load() to balance NUMA loads"Peter Zijlstra
2014-07-16sched: Fix static_key race with sched_feat()Jason Baron
2014-07-16sched: Remove extra static_key*() function indirectionJason Baron
2014-07-16sched/rt: Fix replenish_dl_entity() comments to match the current upstream codexiaofeng.yan
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik
2014-07-16perf: Add vm_ops->name call for mmap event name retrievalJiri Olsa
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low
2014-07-16perf: Fix lockdep warning on process exitPeter Zijlstra
2014-07-16perf: Revert ("perf: Always destroy groups on exit")Peter Zijlstra
2014-07-15ring-buffer: Fix polling on trace_pipeMartin Lau
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-15workqueue: alloc struct worker on its local nodeLai Jiangshan
2014-07-15tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)
2014-07-15cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files testTejun Heo
2014-07-15cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup coreTejun Heo
2014-07-15cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo
2014-07-15cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]Tejun Heo