aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpuset.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-0/+6
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini1-6/+0
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin1-2/+17
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick1-2/+2
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>Ingo Molnar1-0/+1
2016-05-19cpuset: use static key better and convert to new APIVlastimil Babka1-14/+28
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_attach callbackTejun Heo1-6/+0
2016-01-22cpuset: make mm migration asynchronousTejun Heo1-0/+6
2015-11-06mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman1-0/+6
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes1-2/+2
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov1-30/+7
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+2
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-2/+2
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li1-1/+2
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-3/+26
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-13/+14
2013-11-06cpuset: Fix potential deadlock w/ set_mems_allowedJohn Stultz1-0/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-2/+1
2013-03-05cpuset: remove include of cgroup.h from cpuset.hLi Zefan1-1/+0
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat1-2/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra1-4/+2
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-27/+20
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro1-1/+1
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offliningTejun Heo1-0/+6
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-0/+6
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-0/+43
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov1-0/+7
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locked codeOleg Nesterov1-13/+0
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie1-4/+9
2009-04-02cpusets: replace zone allowed functions with node allowedDavid Rientjes1-6/+27
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-2/+2
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan1-4/+6
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+6
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-4/+0
2008-09-06sched: arch_reinit_sched_domains() must destroy domains to force rebuildMax Krasnyansky1-1/+1
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2)Max Krasnyansky1-0/+7
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-2/+2
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-6/+7
2008-02-11mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro1-3/+0
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-4/+5
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman1-0/+5
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-4/+8
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes1-2/+4
2007-10-16Memoryless nodes: Use N_HIGH_MEMORY for cpusetsChristoph Lameter1-1/+1