summaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAge
* cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-28
* cpumask: resurrect CPU_MASK_CPU0Rusty Russell2015-04-16
* linux/cpumask.h: add typechecking to cpumask_test_cpuRasmus Villemoes2015-03-31
* cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-10
* cpumask: remove deprecated functions.Rusty Russell2015-03-10
* CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.Rusty Russell2015-03-05
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-13
* cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2015-02-13
* cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo2015-02-13
* linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-12
* cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-07
* percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12
|\
| * cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-11
| * net: Revert mlx4 cpumask changes.David S. Miller2014-06-01
| * cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-01
* | cpumask.h: silence warning with -Wsign-compareBrian W Hart2014-05-14
|/
* cpumask: implement cpumask_parse()Tejun Heo2013-03-12
* cpumask: cpulist_parse() comments correctionAlex Shi2012-07-27
* cpumask: add a few comments of cpumask functionsAlex Shi2012-07-27
* cpumask: remove old cpu_*_map.Rusty Russell2012-03-29
* lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-28
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-04
* cpumask: add cpumask_var_t documentationKOSAKI Motohiro2011-07-26
* bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-25
* cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens2010-03-06
* rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-25
* sched: Fix balance vs hotplug racePeter Zijlstra2009-12-06
* cpumask: Move deprecated functions to end of header.Rusty Russell2009-09-24
* cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell2009-09-24
* cpumask: remove unused cpu_mask_allRusty Russell2009-09-24
* cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell2009-09-24
* generic-ipi: make struct call_function_data locklessXiao Guangrong2009-09-23
* Make bitmask 'and' operators return a result codeLinus Torvalds2009-08-21
* cpumask: introduce zalloc_cpumask_varYinghai Lu2009-06-09
* cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell2009-01-01
* cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell2008-12-30
* cpumask: make cpumask.h eat its own dogfood.Rusty Russell2008-12-30
* cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell2008-12-30
* cpumask: Add alloc_cpumask_var_node()Mike Travis2008-12-19
* cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACKRusty Russell2008-12-13
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-13
* cpumask: introduce new API, without changing anything, v3Rusty Russell2008-11-09
* cpumask: new API, v2Rusty Russell2008-11-07
* cpumask: introduce new API, without changing anythingRusty Russell2008-11-06
* cpumask: statement expressions confuse some versions of gccStephen Rothwell2008-07-30
* cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds2008-07-28
* cpumask: make cpumask_of_cpu_map genericMike Travis2008-07-26
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-23
|\
| * cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-18