aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nodemask.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-2/+2
2018-08-22mm: fix comment for NODEMASK_ALLOCOscar Salvador1-1/+1
2017-11-17mm: fix nodemask printingArnd Bergmann1-3/+10
2017-11-15mm: simplify nodemask printingMichal Hocko1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko1-4/+0
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-1/+10
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-26/+7
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo1-0/+8
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-13/+13
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+10
2013-07-25numa: Mark __node_set() as __always_inlineTom Rini1-1/+10
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan1-0/+4
2012-12-12mm: node_states: introduce N_MEMORYLai Jiangshan1-0/+1
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-0/+13
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-8/+0
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+8
2010-03-12nodemask: fix the declaration of NODEMASK_ALLOC()Miao Xie1-1/+1
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-11/+0
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes1-9/+12
2009-12-15hugetlb: factor init_nodemask_of_node()Lee Schermerhorn1-3/+8
2009-12-15nodemask: make NODEMASK_ALLOC more generalDavid Rientjes1-7/+8
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki1-0/+28
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in fast pathsChristoph Lameter1-3/+16
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson1-1/+21
2007-10-16Memoryless nodes: Add N_CPU node stateChristoph Lameter1-0/+1
2007-10-16Memoryless nodes: introduce mask of nodes with memoryChristoph Lameter1-2/+8
2007-10-16Memoryless nodes: Generic management of nodemasks for various purposesChristoph Lameter1-16/+71
2007-02-20[PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter1-2/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-7/+7
2006-10-02[PATCH] cpumask: add highest_possible_node_idGreg Banks1-0/+2
2006-03-27[PATCH] define for_each_online_pgdatKAMEZAWA Hiroyuki1-0/+4
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsPaul Jackson1-0/+20
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+356