index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cpuset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-10-10
1
-12
/
+3
|
\
|
*
cpuset: simplify proc_cpuset_show()
Zefan Li
2014-09-18
1
-12
/
+3
*
|
cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags
Zefan Li
2014-09-24
1
-4
/
+5
|
/
*
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-08-04
1
-194
/
+306
|
\
|
*
cpuset: fix the WARN_ON() in update_nodemasks_hier()
Li Zefan
2014-07-30
1
-1
/
+1
|
*
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
Tejun Heo
2014-07-15
1
-1
/
+1
|
*
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: remove sane_behavior support on non-default hierarchies
Tejun Heo
2014-07-09
1
-18
/
+15
*
|
cpuset: break kernfs active protection in cpuset_write_resmask()
Tejun Heo
2014-07-01
1
-0
/
+12
*
|
cpuset,mempolicy: fix sleeping function called from invalid context
Gu Zheng
2014-06-25
1
-1
/
+7
|
/
*
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-06-09
1
-23
/
+23
|
\
|
*
cgroup: remove css_parent()
Tejun Heo
2014-05-16
1
-1
/
+1
|
*
cgroup: replace cftype->write_string() with cftype->write()
Tejun Heo
2014-05-13
1
-7
/
+9
|
*
cgroup: rename css_tryget*() to css_tryget_online*()
Tejun Heo
2014-05-13
1
-3
/
+3
|
*
kernel/cpuset.c: convert printk to pr_foo()
Fabian Frederick
2014-05-06
1
-7
/
+4
|
*
kernel/cpuset.c: kernel-doc fixes
Fabian Frederick
2014-05-06
1
-5
/
+6
*
|
mm: page_alloc: use jump labels to avoid checking number_of_cpusets
Mel Gorman
2014-06-04
1
-10
/
+4
|
/
*
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-04-03
1
-1
/
+1
|
\
|
*
mm: optimize put_mems_allowed() usage
Mel Gorman
2014-04-03
1
-1
/
+1
*
|
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-04-03
1
-165
/
+97
|
\
\
|
|
/
|
/
|
|
*
cgroup: drop const from @buffer of cftype->write_string()
Tejun Heo
2014-03-19
1
-1
/
+1
|
*
cpuset: use rcu_read_lock() to protect task_cs()
Li Zefan
2014-03-03
1
-11
/
+13
|
*
cpuset: don't use cgroup_taskset_cur_css()
Tejun Heo
2014-02-13
1
-3
/
+6
|
*
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
2014-02-13
1
-2
/
+2
|
*
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
Tejun Heo
2014-02-13
1
-128
/
+58
|
*
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
2014-02-13
1
-1
/
+1
|
*
cgroup: remove cgroup->name
Tejun Heo
2014-02-12
1
-14
/
+13
|
*
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
2014-02-08
1
-6
/
+4
*
|
cpuset: fix a race condition in __cpuset_node_allowed_softwall()
Li Zefan
2014-02-27
1
-1
/
+1
*
|
cpuset: fix a locking issue in cpuset_migrate_mm()
Li Zefan
2014-02-27
1
-6
/
+2
|
/
*
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
2013-12-05
1
-7
/
+5
*
cpuset: convert away from cftype->read()
Tejun Heo
2013-12-05
1
-47
/
+24
*
cpuset: Fix memory allocator deadlock
Peter Zijlstra
2013-11-27
1
-2
/
+6
*
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-09-03
1
-164
/
+153
|
\
|
*
cpuset: remove an unncessary forward declaration
Li Zefan
2013-08-13
1
-3
/
+0
|
*
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
2013-08-08
1
-16
/
+26
|
*
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
1
-10
/
+5
|
*
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
1
-22
/
+19
|
*
cgroup: remove struct cgroup_scanner
Tejun Heo
2013-08-08
1
-37
/
+26
[next]