index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-08-04
5
-332
/
+627
|
\
|
*
cpuset: fix the WARN_ON() in update_nodemasks_hier()
Li Zefan
2014-07-30
1
-1
/
+1
|
*
cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test
Tejun Heo
2014-07-15
1
-5
/
+4
|
*
cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup core
Tejun Heo
2014-07-15
1
-5
/
+5
|
*
cgroup: distinguish the default and legacy hierarchies when handling cftypes
Tejun Heo
2014-07-15
1
-3
/
+59
|
*
cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
Tejun Heo
2014-07-15
1
-1
/
+6
|
*
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
Tejun Heo
2014-07-15
5
-6
/
+6
|
*
cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]
Tejun Heo
2014-07-15
1
-28
/
+48
|
*
cpuset: export effective masks to userspace
Li Zefan
2014-07-09
1
-0
/
+20
|
*
cpuset: allow writing offlined masks to cpuset.cpus/mems
Li Zefan
2014-07-09
1
-3
/
+4
|
*
cpuset: enable onlined cpu/node in effective masks
Li Zefan
2014-07-09
1
-29
/
+36
|
*
cpuset: refactor cpuset_hotplug_update_tasks()
Li Zefan
2014-07-09
1
-55
/
+66
|
*
cpuset: make cs->{cpus, mems}_allowed as user-configured masks
Li Zefan
2014-07-09
1
-6
/
+29
|
*
cpuset: apply cs->effective_{cpus,mems}
Li Zefan
2014-07-09
1
-69
/
+14
|
*
cpuset: initialize top_cpuset's configured masks at mount
Li Zefan
2014-07-09
1
-9
/
+28
|
*
cpuset: use effective cpumask to build sched domains
Li Zefan
2014-07-09
1
-11
/
+17
|
*
cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes empty
Li Zefan
2014-07-09
1
-0
/
+22
|
*
cpuset: update cs->effective_{cpus, mems} when config changes
Li Zefan
2014-07-09
1
-34
/
+54
|
*
cpuset: update cpuset->effective_{cpus,mems} at hotplug
Li Zefan
2014-07-09
1
-0
/
+4
|
*
cpuset: add cs->effective_cpus and cs->effective_mems
Li Zefan
2014-07-09
1
-11
/
+48
|
*
cgroup: clean up sane_behavior handling
Tejun Heo
2014-07-09
1
-39
/
+27
|
*
cgroup: remove sane_behavior support on non-default hierarchies
Tejun Heo
2014-07-09
2
-27
/
+25
|
*
cgroup: make interface file "cgroup.sane_behavior" legacy-only
Tejun Heo
2014-07-09
1
-4
/
+2
|
*
cgroup: remove CGRP_ROOT_OPTION_MASK
Tejun Heo
2014-07-09
1
-4
/
+3
|
*
cgroup: implement cgroup_subsys->depends_on
Tejun Heo
2014-07-09
1
-1
/
+48
|
*
cgroup: implement cgroup_subsys->css_reset()
Tejun Heo
2014-07-09
1
-4
/
+12
|
*
cgroup: make interface files visible iff enabled on cgroup->subtree_control
Tejun Heo
2014-07-09
1
-14
/
+64
|
*
cgroup: introduce cgroup->subtree_control
Tejun Heo
2014-07-09
1
-17
/
+29
|
*
cgroup: reorganize cgroup_subtree_control_write()
Tejun Heo
2014-07-09
1
-17
/
+17
*
|
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-08-04
2
-6
/
+8
|
\
\
|
*
|
percpu-refcount: require percpu_ref to be exited explicitly
Tejun Heo
2014-06-28
1
-3
/
+5
|
*
|
workqueue: stronger test in process_one_work()
Lai Jiangshan
2014-06-19
1
-7
/
+2
|
*
|
workqueue: clear POOL_DISASSOCIATED in rebind_workers()
Lai Jiangshan
2014-06-19
1
-7
/
+3
*
|
|
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2014-08-04
2
-140
/
+62
|
\
\
\
|
*
|
|
kthread_work: wake up worker only when the worker is idle
Lai Jiangshan
2014-07-28
1
-1
/
+1
|
*
|
|
workqueue: use nr_node_ids instead of wq_numa_tbl_len
Lai Jiangshan
2014-07-22
1
-8
/
+3
|
*
|
|
workqueue: remove the misnamed out_unlock label in get_unbound_pool()
Lai Jiangshan
2014-07-22
1
-2
/
+2
|
*
|
|
workqueue: remove the stale comment in pwq_unbound_release_workfn()
Lai Jiangshan
2014-07-22
1
-9
/
+1
|
*
|
|
workqueue: move rescuer pool detachment to the end
Lai Jiangshan
2014-07-22
1
-8
/
+6
|
*
|
|
workqueue: unfold start_worker() into create_worker()
Lai Jiangshan
2014-07-22
1
-57
/
+18
|
*
|
|
workqueue: remove @wakeup from worker_set_flags()
Lai Jiangshan
2014-07-22
1
-22
/
+11
|
*
|
|
workqueue: remove an unneeded UNBOUND test before waking up the next worker
Lai Jiangshan
2014-07-22
1
-3
/
+6
|
*
|
|
workqueue: wake regular worker if need_more_worker() when rescuer leave the pool
Lai Jiangshan
2014-07-19
1
-2
/
+2
|
*
|
|
workqueue: alloc struct worker on its local node
Lai Jiangshan
2014-07-15
1
-4
/
+4
|
*
|
|
workqueue: reuse the already calculated pwq in try_to_grab_pending()
Lai Jiangshan
2014-07-11
1
-1
/
+1
|
*
|
|
workqueue: stronger test in process_one_work()
Lai Jiangshan
2014-07-01
1
-7
/
+1
|
*
|
|
workqueue: clear POOL_DISASSOCIATED in rebind_workers()
Lai Jiangshan
2014-07-01
1
-4
/
+1
|
*
|
|
workqueue: sanity check pool->cpu in wq_worker_sleeping()
Lai Jiangshan
2014-06-19
1
-1
/
+1
|
*
|
|
workqueue: clear leftover flags when detached
Lai Jiangshan
2014-06-19
1
-0
/
+3
|
*
|
|
workqueue: remove useless WARN_ON_ONCE()
Lai Jiangshan
2014-06-19
1
-2
/
+0
[next]