aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-12cpumask: implement cpumask_parse()Tejun Heo1-0/+15
2012-07-27cpumask: cpulist_parse() comments correctionAlex Shi1-2/+1
2012-07-27cpumask: add a few comments of cpumask functionsAlex Shi1-0/+12
2012-03-29cpumask: remove old cpu_*_map.Rusty Russell1-6/+0
2012-03-28lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat1-2/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-07-26cpumask: add cpumask_var_t documentationKOSAKI Motohiro1-0/+14
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-0/+15
2010-03-06cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens1-4/+4
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney1-0/+14
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra1-0/+2
2009-09-24cpumask: Move deprecated functions to end of header.Rusty Russell1-341/+252
2009-09-24cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell1-111/+1
2009-09-24cpumask: remove unused cpu_mask_allRusty Russell1-3/+0
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell1-3/+0
2009-09-23generic-ipi: make struct call_function_data locklessXiao Guangrong1-0/+12
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds1-10/+10
2009-06-09cpumask: introduce zalloc_cpumask_varYinghai Lu1-0/+15
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