summaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAgeFilesLines
* cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-4/+2Star
* cpumask: resurrect CPU_MASK_CPU0Rusty Russell2015-04-161-0/+5
* linux/cpumask.h: add typechecking to cpumask_test_cpuRasmus Villemoes2015-03-311-4/+4
* cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-101-3/+2Star
* cpumask: remove deprecated functions.Rusty Russell2015-03-101-151/+0Star
* CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.Rusty Russell2015-03-051-19/+12Star
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-141-31/+0Star
* cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2015-02-141-0/+8
* cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo2015-02-141-7/+7
* linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-131-11/+11
* cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-0/+17
* percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-281-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-0/+8
|\
| * cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-111-0/+8
| * net: Revert mlx4 cpumask changes.David S. Miller2014-06-021-2/+0Star
| * cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-021-0/+2
* | cpumask.h: silence warning with -Wsign-compareBrian W Hart2014-05-141-1/+1
|/
* cpumask: implement cpumask_parse()Tejun Heo2013-03-121-0/+15
* cpumask: cpulist_parse() comments correctionAlex Shi2012-07-271-2/+1Star
* cpumask: add a few comments of cpumask functionsAlex Shi2012-07-271-0/+12
* cpumask: remove old cpu_*_map.Rusty Russell2012-03-291-6/+0Star
* lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-291-2/+1Star
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* cpumask: add cpumask_var_t documentationKOSAKI Motohiro2011-07-271-0/+14
* bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-0/+15
* cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens2010-03-061-4/+4
* rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-251-0/+14
* sched: Fix balance vs hotplug racePeter Zijlstra2009-12-061-0/+2
* cpumask: Move deprecated functions to end of header.Rusty Russell2009-09-241-341/+252Star
* cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell2009-09-241-111/+1Star
* cpumask: remove unused cpu_mask_allRusty Russell2009-09-241-3/+0Star
* cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell2009-09-241-3/+0Star
* generic-ipi: make struct call_function_data locklessXiao Guangrong2009-09-231-0/+12
* Make bitmask 'and' operators return a result codeLinus Torvalds2009-08-211-10/+10
* cpumask: introduce zalloc_cpumask_varYinghai Lu2009-06-091-0/+15
* cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell2009-01-011-1/+10
* cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell2008-12-291-46/+7Star
* cpumask: make cpumask.h eat its own dogfood.Rusty Russell2008-12-291-37/+38
* cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell2008-12-291-46/+29Star
* cpumask: Add alloc_cpumask_var_node()Mike Travis2008-12-191-0/+7
* cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACKRusty Russell2008-12-131-4/+7
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-30/+57
* cpumask: introduce new API, without changing anything, v3Rusty Russell2008-11-091-6/+52
* cpumask: new API, v2Rusty Russell2008-11-071-0/+11
* cpumask: introduce new API, without changing anythingRusty Russell2008-11-061-2/+500
* cpumask: statement expressions confuse some versions of gccStephen Rothwell2008-07-301-1/+1
* cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds2008-07-281-3/+23
* cpumask: make cpumask_of_cpu_map genericMike Travis2008-07-261-38/+3Star
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-241-1/+5
|\
| * cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-181-1/+5