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
/
lib
/
cpumask.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Restrict cpumask_local_spread to houskeeping CPUs
Alex Belits
2020-07-08
1
-5
/
+11
*
sched/core: Distribute tasks within affinity masks
Paul Turner
2020-03-20
1
-0
/
+29
*
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-0
/
+3
*
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-03-05
1
-1
/
+2
*
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
1
-1
/
+1
*
lib: optimize cpumask_next_and()
Clement Courbet
2018-02-06
1
-4
/
+5
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
cpumask: make cpumask_next() out-of-line
Alexey Dobriyan
2017-09-08
1
-0
/
+16
*
sched/fair, cpumask: Export for_each_cpu_wrap()
Peter Zijlstra
2017-05-15
1
-0
/
+32
*
cpumask: Export cpumask_any_but()
Thomas Gleixner
2016-02-29
1
-0
/
+1
*
revert "cpumask: don't perform while loop in cpumask_next_and()"
Andrew Morton
2015-06-18
1
-5
/
+4
*
cpumask_set_cpu_local_first => cpumask_local_spread, lament
Rusty Russell
2015-05-28
1
-48
/
+26
*
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-04-20
1
-28
/
+0
|
\
|
*
cpumask: remove __first_cpu / __next_cpu
Rusty Russell
2015-04-19
1
-21
/
+0
|
*
cpumask: only allocate nr_cpumask_bits.
Rusty Russell
2015-03-10
1
-7
/
+0
*
|
cpumask: don't perform while loop in cpumask_next_and()
Sergey Senozhatsky
2015-04-17
1
-4
/
+5
|
/
*
lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...
Amir Vadai
2014-07-02
1
-1
/
+1
*
cpumask: Utility function to set n'th cpu - local cpu first
Amir Vadai
2014-06-11
1
-0
/
+63
*
net: Revert mlx4 cpumask changes.
David S. Miller
2014-06-01
1
-64
/
+0
*
cpumask: Utility function to set n'th cpu - local cpu first
Amir Vadai
2014-06-01
1
-0
/
+64
*
lib/cpumask.c: use memblock apis for early memory allocations
Santosh Shilimkar
2014-01-21
1
-2
/
+2
*
bootmem: fix wrong call parameter for free_bootmem()
Joonsoo Kim
2012-12-11
1
-1
/
+1
*
lib/cpumask.c: remove __any_online_cpu()
Srivatsa S. Bhat
2012-03-28
1
-12
/
+0
*
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-07
1
-1
/
+1
*
cpumask: alloc_cpumask_var() use NUMA_NO_NODE
KOSAKI Motohiro
2011-07-26
1
-1
/
+1
*
cpumask: convert for_each_cpumask() with for_each_cpu()
KOSAKI Motohiro
2011-07-26
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
x86: remove some alloc_bootmem_cpumask_var calling
Yinghai Lu
2009-06-11
1
-9
/
+2
*
cpumask: introduce zalloc_cpumask_var
Yinghai Lu
2009-06-09
1
-0
/
+12
*
cpumask: fix slab corruption caused by alloc_cpumask_var_node()
Jack Steiner
2009-04-02
1
-2
/
+2
*
cpumask: zero extra bits in alloc_cpumask_var_node
Rusty Russell
2009-01-01
1
-0
/
+8
*
cpumask: fix bogus kernel-doc
Li Zefan
2009-01-01
1
-1
/
+1
*
cpumask: documentation for cpumask_var_t
Mike Travis
2008-12-19
1
-0
/
+43
*
cpumask: Add alloc_cpumask_var_node()
Mike Travis
2008-12-19
1
-3
/
+8
*
cpumask: introduce new API, without changing anything, v3
Rusty Russell
2008-11-09
1
-1
/
+2
*
cpumask: new API, v2
Rusty Russell
2008-11-07
1
-0
/
+5
*
cpumask: introduce new API, without changing anything
Rusty Russell
2008-11-06
1
-0
/
+73
*
x86: Add performance variants of cpumask operators
Mike Travis
2008-05-23
1
-0
/
+9
*
Safer nr_node_ids and nr_node_ids determination and initial values
Christoph Lameter
2007-05-07
1
-3
/
+0
*
[PATCH] Convert highest_possible_processor_id to nr_cpu_ids
Christoph Lameter
2007-02-20
1
-16
/
+2
*
[PATCH] highest_possible_node_id() linkage fix
Andrew Morton
2006-10-20
1
-16
/
+0
*
[PATCH] cpumask: add highest_possible_node_id
Greg Banks
2006-10-02
1
-0
/
+16
*
[PATCH] cpumask: uninline any_online_cpu()
Andrew Morton
2006-03-25
1
-0
/
+12
*
[PATCH] cpumask: uninline highest_possible_processor_id()
Andrew Morton
2006-03-25
1
-0
/
+17
*
[PATCH] cpumask: uninline next_cpu()
Andrew Morton
2006-03-25
1
-0
/
+5
*
[PATCH] cpumask: uninline first_cpu()
Andrew Morton
2006-03-25
1
-0
/
+11