index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cpuset.c
Age
Commit message (
Expand
)
Author
2014-07-17
cpuset,mempolicy: fix sleeping function called from invalid context
Gu Zheng
2014-03-23
cpuset: fix a race condition in __cpuset_node_allowed_softwall()
Li Zefan
2013-12-04
cpuset: Fix memory allocator deadlock
Peter Zijlstra
2013-08-20
cpuset: fix the return value of cpuset_write_u64()
Li Zefan
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
2013-04-29
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-04-29
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2013-04-29
kernel/cpuset.c: use register_hotmemory_notifier()
Andrew Morton
2013-04-27
cpuset: fix compile warning when CONFIG_SMP=n
Li Zefan
2013-04-27
cpuset: fix cpu hotplug vs rebuild_sched_domains() race
Li Zefan
2013-04-27
cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()
Li Zhong
2013-04-07
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
2013-03-20
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
2013-03-19
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
Tejun Heo
2013-03-12
cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()
Li Zefan
2013-03-04
cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()
Li Zefan
2013-02-20
Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-02-18
cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
Li Zefan
2013-01-15
cpuset: drop spurious retval assignment in proc_cpuset_show()
Li Zefan
2013-01-15
cpuset: fix RCU lockdep splat
Li Zefan
2013-01-07
cpuset: remove cpuset->parent
Tejun Heo
2013-01-07
cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()
Tejun Heo
2013-01-07
cpuset: replace cgroup_mutex locking with cpuset internal locking
Tejun Heo
2013-01-07
cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty
Tejun Heo
2013-01-07
cpuset: pin down cpus and mems while a task is being attached
Tejun Heo
2013-01-07
cpuset: make CPU / memory hotplug propagation asynchronous
Tejun Heo
2013-01-07
cpuset: drop async_rebuild_sched_domains()
Tejun Heo
2013-01-07
cpuset: don't nest cgroup_mutex inside get_online_cpus()
Tejun Heo
2013-01-07
cpuset: reorganize CPU / memory hotplug handling
Tejun Heo
2013-01-07
cpuset: cleanup cpuset[_can]_attach()
Tejun Heo
2013-01-07
cpuset: introduce cpuset_for_each_child()
Tejun Heo
2013-01-07
cpuset: introduce CS_ONLINE
Tejun Heo
2013-01-07
cpuset: introduce ->css_on/offline()
Tejun Heo
2013-01-07
cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()
Tejun Heo
2013-01-07
cpuset: remove unused cpuset_unlock()
Tejun Heo
2012-12-12
cpuset: use N_MEMORY instead N_HIGH_MEMORY
Lai Jiangshan
2012-11-19
cgroup, cpuset: remove cgroup_subsys->post_clone()
Tejun Heo
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
2012-07-24
cpusets: Remove/update outdated comments
Srivatsa S. Bhat
2012-07-24
cpusets, hotplug: Restructure functions that are invoked during hotplug
Srivatsa S. Bhat
2012-07-24
cpusets, hotplug: Implement cpuset tree traversal in a helper function
Srivatsa S. Bhat
2012-07-24
CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume
Srivatsa S. Bhat
2012-05-22
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-04-02
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
2012-04-01
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
2012-03-29
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-03-29
documentation: remove references to cpu_*_map.
Rusty Russell
2012-03-28
cpusets: Remove an unused variable
Dan Carpenter
2012-03-27
sched: Fix select_fallback_rq() vs cpu_active/cpu_online
Peter Zijlstra
[next]