aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nodemask.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-20nodemask: Split out include/linux/nodemask_types.hGravatar Kent Overstreet 1-1/+1
2023-06-22nodemask: Drop duplicate check in for_each_node_mask()Gravatar Gavin Shan 1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+12
2022-09-26lib/nodemask: optimize node_random for nodemask with single NUMA nodeGravatar Aneesh Kumar K.V 1-3/+12
2022-09-26mm: multi-gen LRU: debugfs interfaceGravatar Yu Zhao 1-0/+1
2022-09-26lib/bitmap: remove bitmap_ord_to_posGravatar Yury Norov 1-2/+1
2022-08-01lib/nodemask: inline next_node_in() and node_random()Gravatar Yury Norov 1-5/+19
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-19/+19
2022-06-03nodemask: Fix return values to be unsignedGravatar Kees Cook 1-19/+19
2022-05-19nodemask.h: fix compilation error with GCC12Gravatar Christophe de Dinechin 1-7/+6
2021-07-08lib: fix spelling mistakes in header filesGravatar Zhen Lei 1-3/+3
2020-10-16kernel.h: split out min()/max() et al. helpersGravatar Andy Shevchenko 1-1/+1
2020-10-02ACPI: Support Generic Initiator only domainsGravatar Jonathan Cameron 1-0/+1
2019-03-05numa: make "nr_online_nodes" unsigned intGravatar Alexey Dobriyan 1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intGravatar Alexey Dobriyan 1-2/+2
2018-08-22mm: fix comment for NODEMASK_ALLOCGravatar Oscar Salvador 1-1/+1
2017-11-17mm: fix nodemask printingGravatar Arnd Bergmann 1-3/+10
2017-11-15mm: simplify nodemask printingGravatar Michal Hocko 1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEGravatar Michal Hocko 1-4/+0
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-1/+10
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsGravatar Tejun Heo 1-26/+7
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Gravatar Tejun Heo 1-0/+8
2015-02-12linux/nodemask.h: update bitmap wrappers to take unsigned intGravatar Rasmus Villemoes 1-13/+13
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesGravatar David Rientjes 1-1/+10
2013-07-25numa: Mark __node_set() as __always_inlineGravatar Tom Rini 1-1/+10
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeGravatar Lai Jiangshan 1-0/+4
2012-12-12mm: node_states: introduce N_MEMORYGravatar Lai Jiangshan 1-0/+1
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Michal Hocko 1-0/+13
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Gravatar Linus Torvalds 1-8/+0
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Jack Steiner 1-0/+8
2010-03-12nodemask: fix the declaration of NODEMASK_ALLOC()Gravatar Miao Xie 1-1/+1
2010-03-06nodemask.h: remove macro any_online_nodeGravatar H Hartley Sweeten 1-11/+0
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsGravatar David Rientjes 1-9/+12
2009-12-15hugetlb: factor init_nodemask_of_node()Gravatar Lee Schermerhorn 1-3/+8
2009-12-15nodemask: make NODEMASK_ALLOC more generalGravatar David Rientjes 1-7/+8
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareGravatar KAMEZAWA Hiroyuki 1-0/+28
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in f...Gravatar Christoph Lameter 1-3/+16
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsGravatar Paul Jackson 1-1/+21
2007-10-16Memoryless nodes: Add N_CPU node stateGravatar Christoph Lameter 1-0/+1
2007-10-16Memoryless nodes: introduce mask of nodes with memoryGravatar Christoph Lameter 1-2/+8
2007-10-16Memoryless nodes: Generic management of nodemasks for various purposesGravatar Christoph Lameter 1-16/+71
2007-02-20[PATCH] Replace highest_possible_node_id() with nr_node_idsGravatar Christoph Lameter 1-2/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersGravatar Reinette Chatre 1-7/+7
2006-10-02[PATCH] cpumask: add highest_possible_node_idGravatar Greg Banks 1-0/+2
2006-03-27[PATCH] define for_each_online_pgdatGravatar KAMEZAWA Hiroyuki 1-0/+4
2006-02-07[PATCH] remove bogus asm/bug.h includes.Gravatar Al Viro 1-1/+0
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsGravatar Paul Jackson 1-0/+20