index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
nodemask.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nodemask: Split out include/linux/nodemask_types.h
Kent Overstreet
2023-12-20
1
-1
/
+1
*
nodemask: Drop duplicate check in for_each_node_mask()
Gavin Shan
2023-06-22
1
-1
/
+1
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-2
/
+12
|
\
|
*
lib/nodemask: optimize node_random for nodemask with single NUMA node
Aneesh Kumar K.V
2022-09-26
1
-3
/
+12
|
*
mm: multi-gen LRU: debugfs interface
Yu Zhao
2022-09-26
1
-0
/
+1
*
|
lib/bitmap: remove bitmap_ord_to_pos
Yury Norov
2022-09-26
1
-2
/
+1
|
/
*
lib/nodemask: inline next_node_in() and node_random()
Yury Norov
2022-08-01
1
-5
/
+19
*
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-06-04
1
-19
/
+19
|
\
|
*
nodemask: Fix return values to be unsigned
Kees Cook
2022-06-03
1
-19
/
+19
*
|
nodemask.h: fix compilation error with GCC12
Christophe de Dinechin
2022-05-19
1
-7
/
+6
|
/
*
lib: fix spelling mistakes in header files
Zhen Lei
2021-07-08
1
-3
/
+3
*
kernel.h: split out min()/max() et al. helpers
Andy Shevchenko
2020-10-16
1
-1
/
+1
*
ACPI: Support Generic Initiator only domains
Jonathan Cameron
2020-10-02
1
-0
/
+1
*
numa: make "nr_online_nodes" unsigned int
Alexey Dobriyan
2019-03-05
1
-2
/
+2
*
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2019-03-05
1
-2
/
+2
*
mm: fix comment for NODEMASK_ALLOC
Oscar Salvador
2018-08-22
1
-1
/
+1
*
mm: fix nodemask printing
Arnd Bergmann
2017-11-17
1
-3
/
+10
*
mm: simplify nodemask printing
Michal Hocko
2017-11-15
1
-1
/
+3
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm, memory_hotplug: drop CONFIG_MOVABLE_NODE
Michal Hocko
2017-07-06
1
-4
/
+0
*
include/linux/nodemask.h: create next_node_in() helper
Andrew Morton
2016-05-19
1
-1
/
+10
*
bitmap, cpumask, nodemask: remove dedicated formatting functions
Tejun Heo
2015-02-13
1
-26
/
+7
*
cpumask, nodemask: implement cpumask/nodemask_pr_args()
Tejun Heo
2015-02-13
1
-0
/
+8
*
linux/nodemask.h: update bitmap wrappers to take unsigned int
Rasmus Villemoes
2015-02-12
1
-13
/
+13
*
mm, oom: ensure memoryless node zonelist always includes zones
David Rientjes
2014-08-06
1
-1
/
+10
*
numa: Mark __node_set() as __always_inline
Tom Rini
2013-07-25
1
-1
/
+10
*
numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
Lai Jiangshan
2012-12-12
1
-0
/
+4
*
mm: node_states: introduce N_MEMORY
Lai Jiangshan
2012-12-12
1
-0
/
+1
*
cpusets: randomize node rotor used in cpuset_mem_spread_node()
Michal Hocko
2011-07-26
1
-0
/
+13
*
Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"
Linus Torvalds
2010-05-30
1
-8
/
+0
*
cpusets: randomize node rotor used in cpuset_mem_spread_node()
Jack Steiner
2010-05-27
1
-0
/
+8
*
nodemask: fix the declaration of NODEMASK_ALLOC()
Miao Xie
2010-03-12
1
-1
/
+1
*
nodemask.h: remove macro any_online_node
H Hartley Sweeten
2010-03-06
1
-11
/
+0
*
mm: add gfp flags for NODEMASK_ALLOC slab allocations
David Rientjes
2009-12-15
1
-9
/
+12
*
hugetlb: factor init_nodemask_of_node()
Lee Schermerhorn
2009-12-15
1
-3
/
+8
*
nodemask: make NODEMASK_ALLOC more general
David Rientjes
2009-12-15
1
-7
/
+8
*
mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware
KAMEZAWA Hiroyuki
2009-08-07
1
-0
/
+28
*
page allocator: use a pre-calculated value instead of num_online_nodes() in f...
Christoph Lameter
2009-06-16
1
-3
/
+16
*
mempolicy: add bitmap_onto() and bitmap_fold() operations
Paul Jackson
2008-04-28
1
-1
/
+21
*
Memoryless nodes: Add N_CPU node state
Christoph Lameter
2007-10-16
1
-0
/
+1
*
Memoryless nodes: introduce mask of nodes with memory
Christoph Lameter
2007-10-16
1
-2
/
+8
*
Memoryless nodes: Generic management of nodemasks for various purposes
Christoph Lameter
2007-10-16
1
-16
/
+71
*
[PATCH] Replace highest_possible_node_id() with nr_node_ids
Christoph Lameter
2007-02-20
1
-2
/
+2
*
[PATCH] bitmap: parse input from kernel and user buffers
Reinette Chatre
2006-10-11
1
-7
/
+7
*
[PATCH] cpumask: add highest_possible_node_id
Greg Banks
2006-10-02
1
-0
/
+2
*
[PATCH] define for_each_online_pgdat
KAMEZAWA Hiroyuki
2006-03-27
1
-0
/
+4
*
[PATCH] remove bogus asm/bug.h includes.
Al Viro
2006-02-07
1
-1
/
+0
*
[PATCH] cpusets: bitmap and mask remap operators
Paul Jackson
2005-10-30
1
-0
/
+20
[next]