summaryrefslogtreecommitdiffstats
path: root/include/linux/nodemask.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-2/+12
|\
| * lib/nodemask: optimize node_random for nodemask with single NUMA nodeAneesh Kumar K.V2022-09-261-3/+12
| * mm: multi-gen LRU: debugfs interfaceYu Zhao2022-09-261-0/+1
* | lib/bitmap: remove bitmap_ord_to_posYury Norov2022-09-261-2/+1
|/
* lib/nodemask: inline next_node_in() and node_random()Yury Norov2022-08-011-5/+19
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-19/+19
|\
| * nodemask: Fix return values to be unsignedKees Cook2022-06-031-19/+19
* | nodemask.h: fix compilation error with GCC12Christophe de Dinechin2022-05-191-7/+6
|/
* lib: fix spelling mistakes in header filesZhen Lei2021-07-081-3/+3
* kernel.h: split out min()/max() et al. helpersAndy Shevchenko2020-10-161-1/+1
* ACPI: Support Generic Initiator only domainsJonathan Cameron2020-10-021-0/+1
* numa: make "nr_online_nodes" unsigned intAlexey Dobriyan2019-03-051-2/+2
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-2/+2
* mm: fix comment for NODEMASK_ALLOCOscar Salvador2018-08-221-1/+1
* mm: fix nodemask printingArnd Bergmann2017-11-171-3/+10
* mm: simplify nodemask printingMichal Hocko2017-11-151-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko2017-07-061-4/+0
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-1/+10
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-131-26/+7
* cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2015-02-131-0/+8
* linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-121-13/+13
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-061-1/+10
* numa: Mark __node_set() as __always_inlineTom Rini2013-07-251-1/+10
* numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-121-0/+4
* mm: node_states: introduce N_MEMORYLai Jiangshan2012-12-121-0/+1
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-261-0/+13
* Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-301-8/+0
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner2010-05-271-0/+8
* nodemask: fix the declaration of NODEMASK_ALLOC()Miao Xie2010-03-121-1/+1
* nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-061-11/+0
* mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes2009-12-151-9/+12
* hugetlb: factor init_nodemask_of_node()Lee Schermerhorn2009-12-151-3/+8
* nodemask: make NODEMASK_ALLOC more generalDavid Rientjes2009-12-151-7/+8
* mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki2009-08-071-0/+28
* page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter2009-06-161-3/+16
* mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson2008-04-281-1/+21
* Memoryless nodes: Add N_CPU node stateChristoph Lameter2007-10-161-0/+1
* Memoryless nodes: introduce mask of nodes with memoryChristoph Lameter2007-10-161-2/+8
* Memoryless nodes: Generic management of nodemasks for various purposesChristoph Lameter2007-10-161-16/+71
* [PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter2007-02-201-2/+2
* [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-111-7/+7
* [PATCH] cpumask: add highest_possible_node_idGreg Banks2006-10-021-0/+2
* [PATCH] define for_each_online_pgdatKAMEZAWA Hiroyuki2006-03-271-0/+4
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-1/+0
* [PATCH] cpusets: bitmap and mask remap operatorsPaul Jackson2005-10-301-0/+20
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+356