aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpuset.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-19cpuset: use static key better and convert to new APIGravatar Vlastimil Babka 1-14/+28
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Gravatar Tejun Heo 1-6/+0
2016-01-22cpuset: make mm migration asynchronousGravatar Tejun Heo 1-0/+6
2015-11-06mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledGravatar Mel Gorman 1-0/+6
2015-11-05mm, oom: remove task_lock protecting comm printingGravatar David Rientjes 1-2/+2
2014-10-27cpuset: simplify cpuset_node_allowed APIGravatar Vladimir Davydov 1-30/+7
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-1/+2
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsGravatar Zefan Li 1-2/+2
2014-09-18cpuset: simplify proc_cpuset_show()Gravatar Zefan Li 1-1/+2
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsGravatar Mel Gorman 1-3/+26
2014-04-03mm: optimize put_mems_allowed() usageGravatar Mel Gorman 1-13/+14
2013-11-06cpuset: Fix potential deadlock w/ set_mems_allowedGravatar John Stultz 1-0/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cGravatar Al Viro 1-2/+1
2013-03-05cpuset: remove include of cgroup.h from cpuset.hGravatar Li Zefan 1-1/+0
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYGravatar Lai Jiangshan 1-1/+1
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugGravatar Srivatsa S. Bhat 1-2/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+2
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlineGravatar Peter Zijlstra 1-4/+2
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Gravatar Mel Gorman 1-27/+20
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedGravatar KOSAKI Motohiro 1-1/+1
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Gravatar Tejun Heo 1-0/+6
2010-05-27cpusets: new round-robin rotor for SLAB allocationsGravatar Jack Steiner 1-0/+6
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsGravatar Miao Xie 1-0/+43
2010-04-02sched: Make select_fallback_rq() cpuset friendlyGravatar Oleg Nesterov 1-0/+7
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Gravatar Oleg Nesterov 1-13/+0
2009-06-16cpuset,mm: update tasks' mems_allowed in timeGravatar Miao Xie 1-4/+9
2009-04-02cpusets: replace zone allowed functions with node allowedGravatar David Rientjes 1-6/+27
2009-03-30cpumask: use new cpumask_ functions in core code.Gravatar Rusty Russell 1-2/+2
2009-01-08cpuset: remove remaining pointers to cpumask_tGravatar Li Zefan 1-4/+6
2009-01-06oom: print triggering task's cpuset and mems allowedGravatar David Rientjes 1-0/+6
2008-11-19cpuset: update top cpuset's mems after adding a nodeGravatar Miao Xie 1-4/+0
2008-09-06sched: arch_reinit_sched_domains() must destroy domains to force rebuildGravatar Max Krasnyansky 1-1/+1
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Gravatar Max Krasnyansky 1-0/+7
2008-04-28mm: filter based on a nodemask as well as a gfp_maskGravatar Mel Gorman 1-2/+2
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerGravatar Mike Travis 1-6/+7
2008-02-11mempolicy: silently restrict nodemask to allowed nodesGravatar KOSAKI Motohiro 1-3/+0
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesGravatar Eric W. Biederman 1-4/+5
2007-10-19hotplug cpu: migrate a task within its cpusetGravatar Cliff Wickman 1-0/+5
2007-10-19Task Control Groups: make cpusets a client of cgroupsGravatar Paul Menage 1-4/+8
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsGravatar David Rientjes 1-2/+4
2007-10-16Memoryless nodes: Use N_HIGH_MEMORY for cpusetsGravatar Christoph Lameter 1-1/+1
2007-02-12[PATCH] mark struct file_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-12-30[PATCH] cpuset procfs warning fixGravatar Andrew Morton 1-1/+1
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiGravatar Paul Jackson 1-4/+18
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupGravatar Paul Jackson 1-0/+2
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapGravatar Paul Jackson 1-0/+4
2006-03-24[PATCH] cpuset memory spread basic implementationGravatar Paul Jackson 1-1/+28
2006-01-14[PATCH] cpuset oom lock fixGravatar Paul Jackson 1-0/+6