summaryrefslogtreecommitdiffstats
path: root/lib/cpumask.c
Commit message (Expand)AuthorAgeFilesLines
* cpumask: Export cpumask_any_but()Thomas Gleixner2016-02-291-0/+1
* revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton2015-06-181-5/+4
* cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-48/+26
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-28/+0
|\
| * cpumask: remove __first_cpu / __next_cpuRusty Russell2015-04-191-21/+0
| * cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-101-7/+0
* | cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky2015-04-171-4/+5
|/
* lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai2014-07-021-1/+1
* cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-111-0/+63
* net: Revert mlx4 cpumask changes.David S. Miller2014-06-011-64/+0
* cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-011-0/+64
* lib/cpumask.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-2/+2
* bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-111-1/+1
* lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-281-12/+0
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* cpumask: alloc_cpumask_var() use NUMA_NO_NODEKOSAKI Motohiro2011-07-261-1/+1
* cpumask: convert for_each_cpumask() with for_each_cpu()KOSAKI Motohiro2011-07-261-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-9/+2
* cpumask: introduce zalloc_cpumask_varYinghai Lu2009-06-091-0/+12
* cpumask: fix slab corruption caused by alloc_cpumask_var_node()Jack Steiner2009-04-021-2/+2
* cpumask: zero extra bits in alloc_cpumask_var_nodeRusty Russell2009-01-011-0/+8
* cpumask: fix bogus kernel-docLi Zefan2009-01-011-1/+1
* cpumask: documentation for cpumask_var_tMike Travis2008-12-191-0/+43
* cpumask: Add alloc_cpumask_var_node()Mike Travis2008-12-191-3/+8
* cpumask: introduce new API, without changing anything, v3Rusty Russell2008-11-091-1/+2
* cpumask: new API, v2Rusty Russell2008-11-071-0/+5
* cpumask: introduce new API, without changing anythingRusty Russell2008-11-061-0/+73
* x86: Add performance variants of cpumask operatorsMike Travis2008-05-231-0/+9
* Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter2007-05-071-3/+0
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-201-16/+2
* [PATCH] highest_possible_node_id() linkage fixAndrew Morton2006-10-201-16/+0
* [PATCH] cpumask: add highest_possible_node_idGreg Banks2006-10-021-0/+16
* [PATCH] cpumask: uninline any_online_cpu()Andrew Morton2006-03-251-0/+12
* [PATCH] cpumask: uninline highest_possible_processor_id()Andrew Morton2006-03-251-0/+17
* [PATCH] cpumask: uninline next_cpu()Andrew Morton2006-03-251-0/+5
* [PATCH] cpumask: uninline first_cpu()Andrew Morton2006-03-251-0/+11