summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo2014-07-15
| * | | | | | | | | | | | | | | | | | | cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2014-07-15
| * | | | | | | | | | | | | | | | | | | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-15
| * | | | | | | | | | | | | | | | | | | cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]Tejun Heo2014-07-15
| * | | | | | | | | | | | | | | | | | | cpuset: export effective masks to userspaceLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: allow writing offlined masks to cpuset.cpus/memsLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: enable onlined cpu/node in effective masksLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: refactor cpuset_hotplug_update_tasks()Li Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: make cs->{cpus, mems}_allowed as user-configured masksLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: apply cs->effective_{cpus,mems}Li Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: initialize top_cpuset's configured masks at mountLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: use effective cpumask to build sched domainsLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes emptyLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: update cs->effective_{cpus, mems} when config changesLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: update cpuset->effective_{cpus,mems} at hotplugLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cpuset: add cs->effective_cpus and cs->effective_memsLi Zefan2014-07-09
| * | | | | | | | | | | | | | | | | | | cgroup: clean up sane_behavior handlingTejun Heo2014-07-09
| * | | | | | | | | | | | | | | | | | | cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo2014-07-09
| * | | | | | | | | | | | | | | | | | | cgroup: make interface file "cgroup.sane_behavior" legacy-onlyTejun Heo2014-07-09
| * | | | | | | | | | | | | | | | | | | cgroup: remove CGRP_ROOT_OPTION_MASKTejun Heo2014-07-09
| * | | | | | | | | | | | | | | | | | | cgroup: implement cgroup_subsys->depends_onTejun Heo2014-07-08
| * | | | | | | | | | | | | | | | | | | cgroup: implement cgroup_subsys->css_reset()Tejun Heo2014-07-08
| * | | | | | | | | | | | | | | | | | | cgroup: make interface files visible iff enabled on cgroup->subtree_controlTejun Heo2014-07-08
| * | | | | | | | | | | | | | | | | | | cgroup: introduce cgroup->subtree_controlTejun Heo2014-07-08
| * | | | | | | | | | | | | | | | | | | cgroup: reorganize cgroup_subtree_control_write()Tejun Heo2014-07-08
| | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo2014-06-28
| * | | | | | | | | | | | | | | | | | | workqueue: stronger test in process_one_work()Lai Jiangshan2014-06-19
| * | | | | | | | | | | | | | | | | | | workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2014-06-19
| | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | kthread_work: wake up worker only when the worker is idleLai Jiangshan2014-07-28
| * | | | | | | | | | | | | | | | | | | workqueue: use nr_node_ids instead of wq_numa_tbl_lenLai Jiangshan2014-07-22
| * | | | | | | | | | | | | | | | | | | workqueue: remove the misnamed out_unlock label in get_unbound_pool()Lai Jiangshan2014-07-22
| * | | | | | | | | | | | | | | | | | | workqueue: remove the stale comment in pwq_unbound_release_workfn()Lai Jiangshan2014-07-22
| * | | | | | | | | | | | | | | | | | | workqueue: move rescuer pool detachment to the endLai Jiangshan2014-07-22
| * | | | | | | | | | | | | | | | | | | workqueue: unfold start_worker() into create_worker()Lai Jiangshan2014-07-22
| * | | | | | | | | | | | | | | | | | | workqueue: remove @wakeup from worker_set_flags()Lai Jiangshan2014-07-22
| * | | | | | | | | | | | | | | | | | | workqueue: remove an unneeded UNBOUND test before waking up the next workerLai Jiangshan2014-07-22
| * | | | | | | | | | | | | | | | | | | workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan2014-07-18
| * | | | | | | | | | | | | | | | | | | workqueue: alloc struct worker on its local nodeLai Jiangshan2014-07-15
| * | | | | | | | | | | | | | | | | | | workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan2014-07-11
| * | | | | | | | | | | | | | | | | | | workqueue: stronger test in process_one_work()Lai Jiangshan2014-07-01
| * | | | | | | | | | | | | | | | | | | workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2014-07-01
| * | | | | | | | | | | | | | | | | | | workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan2014-06-19
| * | | | | | | | | | | | | | | | | | | workqueue: clear leftover flags when detachedLai Jiangshan2014-06-19
| * | | | | | | | | | | | | | | | | | | workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan2014-06-19
| * | | | | | | | | | | | | | | | | | | workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan2014-06-19
| * | | | | | | | | | | | | | | | | | | workqueue: remove the empty check in too_many_workers()Lai Jiangshan2014-06-19
| * | | | | | | | | | | | | | | | | | | workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan2014-06-19
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | |