Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli
2018-02-07kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini
2017-08-03cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-05-20cpuset: use static key better and convert to new APIVlastimil Babka
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-01-22cpuset: make mm migration asynchronousTejun Heo
2015-11-07mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman
2015-11-06mm, oom: remove task_lock protecting comm printingDavid Rientjes
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-09-25cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li
2014-06-05mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2014-04-04mm: optimize put_mems_allowed() usageMel Gorman
2013-11-06cpuset: Fix potential deadlock w/ set_mems_allowedJohn Stultz
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-02take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro
2013-03-05cpuset: remove include of cgroup.h from cpuset.hLi Zefan
2012-12-13cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat
2012-03-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra
2012-03-22cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov
2009-06-17cpuset,mm: update tasks' mems_allowed in timeMiao Xie
2009-04-03cpusets: replace zone allowed functions with node allowedDavid Rientjes
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan
2009-01-07oom: print triggering task's cpuset and mems allowedDavid Rientjes
2008-11-20cpuset: update top cpuset's mems after adding a nodeMiao Xie
2008-09-06sched: arch_reinit_sched_domains() must destroy domains to force rebuildMax Krasnyansky
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis
2008-02-12mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage