aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell1-1/+10
2008-12-30cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell1-46/+7
2008-12-30cpumask: make cpumask.h eat its own dogfood.Rusty Russell1-37/+38
2008-12-30cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell1-46/+29
2008-12-19cpumask: Add alloc_cpumask_var_node()Mike Travis1-0/+7
2008-12-13cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACKRusty Russell1-4/+7
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-30/+57
2008-11-09cpumask: introduce new API, without changing anything, v3Rusty Russell1-6/+52
2008-11-07cpumask: new API, v2Rusty Russell1-0/+11
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell1-2/+500
2008-07-30cpumask: statement expressions confuse some versions of gccStephen Rothwell1-1/+1
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds1-3/+23
2008-07-26cpumask: make cpumask_of_cpu_map genericMike Travis1-38/+3
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+5
2008-07-20cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis1-7/+26
2008-07-18cpumask: Provide a generic set of CPUMASK_ALLOC macrosMike Travis1-0/+21
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-5/+27
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2)Max Krasnyansky1-1/+5
2008-07-06Revert "cpumask: introduce new APIs"Ingo Molnar1-4/+0
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-0/+4
2008-07-04cpumask: introduce new APIsStephen Rothwell1-0/+4
2008-05-23cpumask: make for_each_cpu_mask a bit smallerAlexander van Heukelum1-8/+8
2008-05-23x86: Add performance variants of cpumask operatorsMike Travis1-30/+62
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson1-7/+0
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson1-1/+21
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis1-3/+9
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis1-0/+6
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis1-0/+7
2008-01-30x86: avoid build warningIngo Molnar1-2/+2
2008-01-06CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPUIngo Molnar1-0/+2
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter1-2/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-7/+7
2006-06-25[PATCH] for_each_cpu_mask() warning fixAndrew Morton1-1/+2
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton1-1/+0
2006-03-28[PATCH] for_each_possible_cpu: defines for_each_possible_cpuKAMEZAWA Hiroyuki1-2/+3
2006-03-25[PATCH] cpumask: uninline any_online_cpu()Andrew Morton1-10/+3
2006-03-25[PATCH] cpumask: uninline highest_possible_processor_id()Andrew Morton1-9/+6
2006-03-25[PATCH] cpumask: uninline next_cpu()Andrew Morton1-7/+4
2006-03-25[PATCH] cpumask: uninline first_cpu()Andrew Morton1-5/+6
2006-02-10[PATCH] x86: don't initialise cpu_possible_map to all onesAndrew Morton1-1/+1
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsPaul Jackson1-0/+20
2005-10-16[PATCH]: highest_possible_processor_id() has to be a macroAl Viro1-9/+7
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller1-0/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+395