summaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+252
* cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell2009-09-241-111/+1
* cpumask: remove unused cpu_mask_allRusty Russell2009-09-241-3/+0
* cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell2009-09-241-3/+0
* 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-301-46/+7
* cpumask: make cpumask.h eat its own dogfood.Rusty Russell2008-12-301-37/+38
* cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell2008-12-301-46/+29
* 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/+3
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-1/+5
|\
| * cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-181-1/+5
* | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis2008-07-201-7/+26
* | cpumask: Provide a generic set of CPUMASK_ALLOC macrosMike Travis2008-07-181-0/+21
* | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-5/+27
* | Revert "cpumask: introduce new APIs"Ingo Molnar2008-07-061-4/+0
* | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-0/+4
|\ \ | |/
| * cpumask: introduce new APIsStephen Rothwell2008-07-041-0/+4
* | cpumask: make for_each_cpu_mask a bit smallerAlexander van Heukelum2008-05-231-8/+8
* | x86: Add performance variants of cpumask operatorsMike Travis2008-05-231-30/+62
|/
* cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson2008-05-131-7/+0
* mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson2008-04-281-1/+21
* x86: convert cpumask_of_cpu macro to allocated arrayMike Travis2008-04-191-3/+9
* cpumask: add CPU_MASK_ALL_PTR macroMike Travis2008-04-191-0/+6
* cpumask: add cpumask_scnprintf_len functionMike Travis2008-04-191-0/+7
* x86: avoid build warningIngo Molnar2008-01-301-2/+2
* CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPUIngo Molnar2008-01-061-0/+2
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-201-2/+2
* [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-111-7/+7
* [PATCH] for_each_cpu_mask() warning fixAndrew Morton2006-06-251-1/+2
* [PATCH] remove for_each_cpu()Andrew Morton2006-06-251-1/+0
* [PATCH] for_each_possible_cpu: defines for_each_possible_cpuKAMEZAWA Hiroyuki2006-03-281-2/+3
* [PATCH] cpumask: uninline any_online_cpu()Andrew Morton2006-03-251-10/+3
* [PATCH] cpumask: uninline highest_possible_processor_id()Andrew Morton2006-03-251-9/+6
* [PATCH] cpumask: uninline next_cpu()Andrew Morton2006-03-251-7/+4
* [PATCH] cpumask: uninline first_cpu()Andrew Morton2006-03-251-5/+6
* [PATCH] x86: don't initialise cpu_possible_map to all onesAndrew Morton2006-02-101-1/+1
OpenPOWER on IntegriCloud