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