aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)Author
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2015-04-16cpumask: resurrect CPU_MASK_CPU0Rusty Russell
2015-03-31linux/cpumask.h: add typechecking to cpumask_test_cpuRasmus Villemoes
2015-03-10cpumask: only allocate nr_cpumask_bits.Rusty Russell
2015-03-10cpumask: remove deprecated functions.Rusty Russell
2015-03-05CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.Rusty Russell
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo
2015-02-13cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-11cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai
2014-06-01net: Revert mlx4 cpumask changes.David S. Miller
2014-06-01cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai
2014-05-14cpumask.h: silence warning with -Wsign-compareBrian W Hart
2013-03-12cpumask: implement cpumask_parse()Tejun Heo
2012-07-27cpumask: cpulist_parse() comments correctionAlex Shi
2012-07-27cpumask: add a few comments of cpumask functionsAlex Shi
2012-03-29cpumask: remove old cpu_*_map.Rusty Russell
2012-03-28lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-07-26cpumask: add cpumask_var_t documentationKOSAKI Motohiro
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis
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