aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-12cpumask: implement cpumask_parse()Gravatar Tejun Heo 1-0/+15
2012-07-27cpumask: cpulist_parse() comments correctionGravatar Alex Shi 1-2/+1
2012-07-27cpumask: add a few comments of cpumask functionsGravatar Alex Shi 1-0/+12
2012-03-29cpumask: remove old cpu_*_map.Gravatar Rusty Russell 1-6/+0
2012-03-28lib/cpumask.c: remove __any_online_cpu()Gravatar Srivatsa S. Bhat 1-2/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2011-07-26cpumask: add cpumask_var_t documentationGravatar KOSAKI Motohiro 1-0/+14
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqGravatar Mike Travis 1-0/+15
2010-03-06cpumask: let num_*_cpus() function always return unsigned valuesGravatar Heiko Carstens 1-4/+4
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUGravatar Paul E. McKenney 1-0/+14
2009-12-06sched: Fix balance vs hotplug raceGravatar Peter Zijlstra 1-0/+2
2009-09-24cpumask: Move deprecated functions to end of header.Gravatar Rusty Russell 1-341/+252
2009-09-24cpumask: remove unused deprecated functions, avoid accusations of insanityGravatar Rusty Russell 1-111/+1
2009-09-24cpumask: remove unused cpu_mask_allGravatar Rusty Russell 1-3/+0
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTRGravatar Rusty Russell 1-3/+0
2009-09-23generic-ipi: make struct call_function_data locklessGravatar Xiao Guangrong 1-0/+12
2009-08-21Make bitmask 'and' operators return a result codeGravatar Linus Torvalds 1-10/+10
2009-06-09cpumask: introduce zalloc_cpumask_varGravatar Yinghai Lu 1-0/+15
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSGravatar Rusty Russell 1-1/+10
2008-12-30cpumask: make set_cpu_*/init_cpu_* out-of-lineGravatar Rusty Russell 1-46/+7
2008-12-30cpumask: make cpumask.h eat its own dogfood.Gravatar Rusty Russell 1-37/+38
2008-12-30cpumask: switch over to cpu_online/possible/active/present_mask: coreGravatar Rusty Russell 1-46/+29
2008-12-19cpumask: Add alloc_cpumask_var_node()Gravatar Mike Travis 1-0/+7
2008-12-13cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACKGravatar Rusty Russell 1-4/+7
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Gravatar Rusty Russell 1-30/+57
2008-11-09cpumask: introduce new API, without changing anything, v3Gravatar Rusty Russell 1-6/+52
2008-11-07cpumask: new API, v2Gravatar Rusty Russell 1-0/+11
2008-11-06cpumask: introduce new API, without changing anythingGravatar Rusty Russell 1-2/+500
2008-07-30cpumask: statement expressions confuse some versions of gccGravatar Stephen Rothwell 1-1/+1
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Gravatar Linus Torvalds 1-3/+23
2008-07-26cpumask: make cpumask_of_cpu_map genericGravatar Mike Travis 1-38/+3
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+5
2008-07-20cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPGravatar Mike Travis 1-7/+26
2008-07-18cpumask: Provide a generic set of CPUMASK_ALLOC macrosGravatar Mike Travis 1-0/+21
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrGravatar Mike Travis 1-5/+27
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Gravatar Max Krasnyansky 1-1/+5
2008-07-06Revert "cpumask: introduce new APIs"Gravatar Ingo Molnar 1-4/+0
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Gravatar Ingo Molnar 1-0/+4
2008-07-04cpumask: introduce new APIsGravatar Stephen Rothwell 1-0/+4
2008-05-23cpumask: make for_each_cpu_mask a bit smallerGravatar Alexander van Heukelum 1-8/+8
2008-05-23x86: Add performance variants of cpumask operatorsGravatar Mike Travis 1-30/+62
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenGravatar Paul Jackson 1-7/+0
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsGravatar Paul Jackson 1-1/+21
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayGravatar Mike Travis 1-3/+9
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroGravatar Mike Travis 1-0/+6
2008-04-19cpumask: add cpumask_scnprintf_len functionGravatar Mike Travis 1-0/+7
2008-01-30x86: avoid build warningGravatar Ingo Molnar 1-2/+2
2008-01-06CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPUGravatar Ingo Molnar 1-0/+2
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsGravatar Christoph Lameter 1-2/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersGravatar Reinette Chatre 1-7/+7