aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-07-15cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]Tejun Heo1-28/+48
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-15PM / sleep: fix freeze_ops NULL pointer dereferencesZhang Rui1-2/+2
2014-07-15PM / sleep: Fix request_firmware() error at resumeTakashi Iwai1-0/+1
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov1-0/+1
2014-07-13Merge 3.16-rc5 into staging-nextGreg Kroah-Hartman3-10/+71
2014-07-11workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan1-1/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+69
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2014-07-09cpuset: export effective masks to userspaceLi Zefan1-0/+20
2014-07-09cpuset: allow writing offlined masks to cpuset.cpus/memsLi Zefan1-3/+4
2014-07-09cpuset: enable onlined cpu/node in effective masksLi Zefan1-29/+36
2014-07-09cpuset: refactor cpuset_hotplug_update_tasks()Li Zefan1-55/+66
2014-07-09cpuset: make cs->{cpus, mems}_allowed as user-configured masksLi Zefan1-6/+29
2014-07-09cpuset: apply cs->effective_{cpus,mems}Li Zefan1-69/+14
2014-07-09cpuset: initialize top_cpuset's configured masks at mountLi Zefan1-9/+28
2014-07-09cpuset: use effective cpumask to build sched domainsLi Zefan1-11/+17
2014-07-09cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes emptyLi Zefan1-0/+22
2014-07-09cpuset: update cs->effective_{cpus, mems} when config changesLi Zefan1-34/+54
2014-07-09cpuset: update cpuset->effective_{cpus,mems} at hotplugLi Zefan1-0/+4
2014-07-09cpuset: add cs->effective_cpus and cs->effective_memsLi Zefan1-11/+48
2014-07-09Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney9-99/+328
2014-07-09rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()Pranith Kumar1-0/+1
2014-07-09rcu: Fix a sparse warning in rcu_initiate_boost()Pranith Kumar1-0/+2
2014-07-09rcu: Fix __rcu_reclaim() to use true/false for boolPaul E. McKenney1-2/+6
2014-07-09rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney2-8/+0
2014-07-09rcu: Use __this_cpu_read() instead of per_cpu_ptr()Shan Wei1-1/+1
2014-07-09rcu: Don't use NMIs to dump other CPUs' stacksPaul E. McKenney1-7/+3
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney2-5/+19
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2-14/+14
2014-07-09rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar1-2/+8
2014-07-09rcu: Allow post-unlock reference for rt_mutexPaul E. McKenney2-1/+12
2014-07-09rcu: Loosen __call_rcu()'s rcu_head alignment constraintPaul E. McKenney1-1/+1
2014-07-09rcu: Eliminate read-modify-write ACCESS_ONCE() callsPaul E. McKenney2-8/+8
2014-07-09rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpuPaul E. McKenney1-1/+1
2014-07-09rcu: Make rcu node arrays static const char * constFabian Frederick1-8/+10
2014-07-09signal: Explain local_irq_save() callPaul E. McKenney1-0/+4
2014-07-09Merge branch 'trace/ftrace/urgent' into trace/ftrace/coreSteven Rostedt (Red Hat)3-24/+30
2014-07-09cgroup: clean up sane_behavior handlingTejun Heo1-39/+27
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo2-27/+25
2014-07-09cgroup: make interface file "cgroup.sane_behavior" legacy-onlyTejun Heo1-4/+2
2014-07-09cgroup: remove CGRP_ROOT_OPTION_MASKTejun Heo1-4/+3
2014-07-08cgroup: implement cgroup_subsys->depends_onTejun Heo1-1/+48
2014-07-08cgroup: implement cgroup_subsys->css_reset()Tejun Heo1-4/+12
2014-07-08cgroup: make interface files visible iff enabled on cgroup->subtree_controlTejun Heo1-14/+64
2014-07-08cgroup: introduce cgroup->subtree_controlTejun Heo1-17/+29
2014-07-08cgroup: reorganize cgroup_subtree_control_write()Tejun Heo1-17/+17
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz1-2/+18
2014-07-07Merge 3.16-rc4 into staging-nextGreg Kroah-Hartman11-79/+164
2014-07-07rcu: Don't offload callbacks unless specifically requestedPaul E. McKenney1-0/+3