aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-25[PATCH] for_each_cpu_mask() warning fixGravatar Andrew Morton 1-1/+2
2006-06-25[PATCH] remove for_each_cpu()Gravatar Andrew Morton 1-1/+0
2006-03-28[PATCH] for_each_possible_cpu: defines for_each_possible_cpuGravatar KAMEZAWA Hiroyuki 1-2/+3
2006-03-25[PATCH] cpumask: uninline any_online_cpu()Gravatar Andrew Morton 1-10/+3
2006-03-25[PATCH] cpumask: uninline highest_possible_processor_id()Gravatar Andrew Morton 1-9/+6
2006-03-25[PATCH] cpumask: uninline next_cpu()Gravatar Andrew Morton 1-7/+4
2006-03-25[PATCH] cpumask: uninline first_cpu()Gravatar Andrew Morton 1-5/+6
2006-02-10[PATCH] x86: don't initialise cpu_possible_map to all onesGravatar Andrew Morton 1-1/+1
2006-02-07[PATCH] remove bogus asm/bug.h includes.Gravatar Al Viro 1-1/+0
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsGravatar Paul Jackson 1-0/+20
2005-10-16[PATCH]: highest_possible_processor_id() has to be a macroGravatar Al Viro 1-9/+7
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.Gravatar David S. Miller 1-0/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+395