summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-15PM / sleep: fix freeze_ops NULL pointer dereferencesZhang Rui
2014-07-15PM / sleep: Fix request_firmware() error at resumeTakashi Iwai
2014-07-15PM / sleep / irq: Do not suspend wakeup interruptsRafael J. Wysocki
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov
2014-07-13Merge 3.16-rc5 into staging-nextGreg Kroah-Hartman
2014-07-11workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-09cpuset: export effective masks to userspaceLi Zefan
2014-07-09cpuset: allow writing offlined masks to cpuset.cpus/memsLi Zefan
2014-07-09cpuset: enable onlined cpu/node in effective masksLi Zefan
2014-07-09cpuset: refactor cpuset_hotplug_update_tasks()Li Zefan
2014-07-09cpuset: make cs->{cpus, mems}_allowed as user-configured masksLi Zefan
2014-07-09cpuset: apply cs->effective_{cpus,mems}Li Zefan
2014-07-09cpuset: initialize top_cpuset's configured masks at mountLi Zefan
2014-07-09cpuset: use effective cpumask to build sched domainsLi Zefan
2014-07-09cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes emptyLi Zefan
2014-07-09cpuset: update cs->effective_{cpus, mems} when config changesLi Zefan
2014-07-09cpuset: update cpuset->effective_{cpus,mems} at hotplugLi Zefan
2014-07-09cpuset: add cs->effective_cpus and cs->effective_memsLi Zefan
2014-07-09Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney
2014-07-09rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()Pranith Kumar
2014-07-09rcu: Fix a sparse warning in rcu_initiate_boost()Pranith Kumar
2014-07-09rcu: Fix __rcu_reclaim() to use true/false for boolPaul E. McKenney
2014-07-09rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney
2014-07-09rcu: Use __this_cpu_read() instead of per_cpu_ptr()Shan Wei
2014-07-09rcu: Don't use NMIs to dump other CPUs' stacksPaul E. McKenney
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney
2014-07-09rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar
2014-07-09rcu: Allow post-unlock reference for rt_mutexPaul E. McKenney
2014-07-09rcu: Loosen __call_rcu()'s rcu_head alignment constraintPaul E. McKenney
2014-07-09rcu: Eliminate read-modify-write ACCESS_ONCE() callsPaul E. McKenney
2014-07-09rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpuPaul E. McKenney
2014-07-09rcu: Make rcu node arrays static const char * constFabian Frederick