aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)Author
2010-03-06cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra
2009-09-24cpumask: Move deprecated functions to end of header.Rusty Russell
2009-09-24cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell
2009-09-24cpumask: remove unused cpu_mask_allRusty Russell
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell
2009-09-23generic-ipi: make struct call_function_data locklessXiao Guangrong
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds
2009-06-09cpumask: introduce zalloc_cpumask_varYinghai Lu
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell
2008-12-30cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell
2008-12-30cpumask: make cpumask.h eat its own dogfood.Rusty Russell
2008-12-30cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell
2008-12-19cpumask: Add alloc_cpumask_var_node()Mike Travis
2008-12-13cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACKRusty Russell
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-11-09cpumask: introduce new API, without changing anything, v3Rusty Russell
2008-11-07cpumask: new API, v2Rusty Russell
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell
2008-07-30cpumask: statement expressions confuse some versions of gccStephen Rothwell
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds
2008-07-26cpumask: make cpumask_of_cpu_map genericMike Travis
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-07-20cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis
2008-07-18cpumask: Provide a generic set of CPUMASK_ALLOC macrosMike Travis
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky
2008-07-06Revert "cpumask: introduce new APIs"Ingo Molnar
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar
2008-07-04cpumask: introduce new APIsStephen Rothwell
2008-05-23cpumask: make for_each_cpu_mask a bit smallerAlexander van Heukelum
2008-05-23x86: Add performance variants of cpumask operatorsMike Travis
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis
2008-01-30x86: avoid build warningIngo Molnar
2008-01-06CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPUIngo Molnar
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre
2006-06-25[PATCH] for_each_cpu_mask() warning fixAndrew Morton
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton
2006-03-28[PATCH] for_each_possible_cpu: defines for_each_possible_cpuKAMEZAWA Hiroyuki
2006-03-25[PATCH] cpumask: uninline any_online_cpu()Andrew Morton
2006-03-25[PATCH] cpumask: uninline highest_possible_processor_id()Andrew Morton
2006-03-25[PATCH] cpumask: uninline next_cpu()Andrew Morton
2006-03-25[PATCH] cpumask: uninline first_cpu()Andrew Morton
2006-02-10[PATCH] x86: don't initialise cpu_possible_map to all onesAndrew Morton