Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
e8e6d97c9bf734c42322dbed0f882ef11bfe7b58
/
kernel
/
cpuset.c
e8e6d97
cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
8f4ab07
kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init
by Rasmus Villemoes
· 10 years ago
2756d37
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
f82f804
sched/deadline: Ensure that updates to exclusive cpusets don't break AC
by Juri Lelli
· 10 years ago
7f51412
sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets
by Juri Lelli
· 10 years ago
cea7446
cpuset: lock vs unlock typo
by Dan Carpenter
· 10 years ago
344736f
cpuset: simplify cpuset_node_allowed API
by Vladimir Davydov
· 10 years ago
8447a0f
cpuset: convert callback_mutex to a spinlock
by Vladimir Davydov
· 10 years ago
b211e9d
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
2ad654b
cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags
by Zefan Li
· 10 years ago
52de477
cpuset: simplify proc_cpuset_show()
by Zefan Li
· 10 years ago
47dfe40
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
a138126
cpuset: fix the WARN_ON() in update_nodemasks_hier()
by Li Zefan
· 10 years ago
5577964
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
by Tejun Heo
· 10 years ago
afd1a8b
cpuset: export effective masks to userspace
by Li Zefan
· 10 years ago
5d8ba82
cpuset: allow writing offlined masks to cpuset.cpus/mems
by Li Zefan
· 10 years ago
be4c9dd
cpuset: enable onlined cpu/node in effective masks
by Li Zefan
· 10 years ago
390a36a
cpuset: refactor cpuset_hotplug_update_tasks()
by Li Zefan
· 10 years ago
7e88291
cpuset: make cs->{cpus, mems}_allowed as user-configured masks
by Li Zefan
· 10 years ago
ae1c802
cpuset: apply cs->effective_{cpus,mems}
by Li Zefan
· 10 years ago
39bd0d1
cpuset: initialize top_cpuset's configured masks at mount
by Li Zefan
· 10 years ago
8b5f1c5
cpuset: use effective cpumask to build sched domains
by Li Zefan
· 10 years ago
554b0d1
cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes empty
by Li Zefan
· 10 years ago
734d451
cpuset: update cs->effective_{cpus, mems} when config changes
by Li Zefan
· 10 years ago
1344ab9
cpuset: update cpuset->effective_{cpus,mems} at hotplug
by Li Zefan
· 10 years ago
e2b9a3d
cpuset: add cs->effective_cpus and cs->effective_mems
by Li Zefan
· 10 years ago
aa6ec29
cgroup: remove sane_behavior support on non-default hierarchies
by Tejun Heo
· 10 years ago
76bb5ab
cpuset: break kernfs active protection in cpuset_write_resmask()
by Tejun Heo
· 11 years ago
391acf9
cpuset,mempolicy: fix sleeping function called from invalid context
by Gu Zheng
· 11 years ago
14208b0
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
664eedd
mm: page_alloc: use jump labels to avoid checking number_of_cpusets
by Mel Gorman
· 11 years ago
5c9d535
cgroup: remove css_parent()
by Tejun Heo
· 11 years ago
451af50
cgroup: replace cftype->write_string() with cftype->write()
by Tejun Heo
· 11 years ago
ec903c0
cgroup: rename css_tryget*() to css_tryget_online*()
by Tejun Heo
· 11 years ago
12d3089
kernel/cpuset.c: convert printk to pr_foo()
by Fabian Frederick
· 11 years ago
fc34ac1
kernel/cpuset.c: kernel-doc fixes
by Fabian Frederick
· 11 years ago
76ca7d1
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
d26914d
mm: optimize put_mems_allowed() usage
by Mel Gorman
· 11 years ago
32d01dc
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
4d3bb51
cgroup: drop const from @buffer of cftype->write_string()
by Tejun Heo
· 11 years ago
b8dadcb
cpuset: use rcu_read_lock() to protect task_cs()
by Li Zefan
· 11 years ago
99afb0f
cpuset: fix a race condition in __cpuset_node_allowed_softwall()
by Li Zefan
· 11 years ago
4729583
cpuset: fix a locking issue in cpuset_migrate_mm()
by Li Zefan
· 11 years ago
57fce0a
cpuset: don't use cgroup_taskset_cur_css()
by Tejun Heo
· 11 years ago
924f0d9
cgroup: drop @skip_css from cgroup_taskset_for_each()
by Tejun Heo
· 11 years ago
d66393e
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
by Tejun Heo
· 11 years ago
07bc356
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
by Tejun Heo
· 11 years ago
e61734c
cgroup: remove cgroup->name
by Tejun Heo
· 11 years ago
073219e
cgroup: clean up cgroup_subsys names and initialization
by Tejun Heo
· 11 years ago
2da8ca8
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
by Tejun Heo
· 11 years ago
51ffe41
cpuset: convert away from cftype->read()
by Tejun Heo
· 11 years ago
0fc0287
cpuset: Fix memory allocator deadlock
by Peter Zijlstra
· 11 years ago
32dad03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
1c09b19
cpuset: fix a regression in validating config change
by Li Zefan
· 11 years ago
ff58ac0
cpuset: remove an unncessary forward declaration
by Li Zefan
· 11 years ago
a903f08
cpuset: fix the return value of cpuset_write_u64()
by Li Zefan
· 11 years ago
bd8815a
cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
by Tejun Heo
· 11 years ago
d99c872
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
72ec702
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
e535837
cgroup: remove struct cgroup_scanner
by Tejun Heo
· 11 years ago
492eb21
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
182446d
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
by Tejun Heo
· 11 years ago
eb95419
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
by Tejun Heo
· 11 years ago
6387698
cgroup: add css_parent()
by Tejun Heo
· 11 years ago
a7c6d55
cgroup: add/update accessors which obtain subsys specific data from css
by Tejun Heo
· 11 years ago
c9710d8
cpuset: drop "const" qualifiers from struct cpuset instances
by Tejun Heo
· 11 years ago
8af01f5
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
by Tejun Heo
· 11 years ago
6f4b7e6
cgroup: more naming cleanups
by Li Zefan
· 11 years ago
0b9e696
cpuset: relocate a misplaced comment
by Zhao Hongjiang
· 11 years ago
9ad9d25
cpuset: get rid of the useless forward declaration of cpuset
by Zhao Hongjiang
· 11 years ago
0b0585c
Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
0a0fca9
sched: Rename sched.c as sched/core.c in comments and Documentation
by Viresh Kumar
· 12 years ago
c9e5fe6
cpuset: rename @cont to @cgrp
by Li Zefan
· 12 years ago
f047cec
cpuset: fix to migrate mm correctly in a corner case
by Li Zefan
· 12 years ago
88fa523
cpuset: allow to move tasks to empty cpusets
by Li Zefan
· 12 years ago
5c5cc62
cpuset: allow to keep tasks in empty cpusets
by Li Zefan
· 12 years ago
070b57f
cpuset: introduce effective_{cpumask|nodemask}_cpuset()
by Li Zefan
· 12 years ago
33ad801
cpuset: record old_mems_allowed in struct cpuset
by Li Zefan
· 12 years ago
388afd8
cpuset: remove async hotplug propagation work
by Li Zefan
· 12 years ago
e44193d
cpuset: let hotplug propagation work wait for task attaching
by Li Zefan
· 12 years ago
a73456f
cpuset: re-structure update_cpumask() a bit
by Li Zefan
· 12 years ago
249cc86
cpuset: remove cpuset_test_cpumask()
by Li Zefan
· 12 years ago
67bd2c5
cpuset: remove unnecessary variable in cpuset_attach()
by Li Zefan
· 12 years ago
40df2de
cpuset: cleanup guarantee_online_{cpus|mems}()
by Li Zefan
· 12 years ago
06d6b3c
cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
by Li Zefan
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8d8b97b
take cgroup_open() and cpuset_open() to fs/proc/base.c
by Al Viro
· 12 years ago
191a712
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
46d9be3
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
d8f10cb
kernel/cpuset.c: use register_hotmemory_notifier()
by Andrew Morton
· 12 years ago
2a0010a
cpuset: fix compile warning when CONFIG_SMP=n
by Li Zefan
· 12 years ago
5b16c2a
cpuset: fix cpu hotplug vs rebuild_sched_domains() race
by Li Zefan
· 12 years ago
e0e80a0
cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()
by Li Zhong
· 12 years ago
8cc9934
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()
by Tejun Heo
· 12 years ago
081aa45
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
by Li Zefan
· 12 years ago
14a40ff
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
by Tejun Heo
· 12 years ago
cfb5966
cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()
by Li Zefan
· 12 years ago
f440d98
cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()
by Li Zefan
· 12 years ago
9ae46e6
Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
63f43f5
cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
by Li Zefan
· 12 years ago
Next »