summaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-201-1/+6
|\
| * tick/broadcast: Reduce lock cacheline contentionWaiman Long2017-02-041-1/+6
* | cpumask: use nr_cpumask_bits for parsing functionsTejun Heo2017-02-081-4/+4
|/
* x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner2016-12-151-0/+5
* cpumask: fix code commentGeliang Tang2016-08-021-1/+1
* sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)2016-05-061-4/+2
* cpumask: remove incorrect information from commentEric Biggers2016-03-221-2/+0
* kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-201-4/+39
* kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-201-4/+4
* kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-201-0/+4
* cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-4/+2
* cpumask: resurrect CPU_MASK_CPU0Rusty Russell2015-04-161-0/+5
* linux/cpumask.h: add typechecking to cpumask_test_cpuRasmus Villemoes2015-03-311-4/+4
* cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-101-3/+2
* cpumask: remove deprecated functions.Rusty Russell2015-03-101-151/+0
* CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.Rusty Russell2015-03-051-19/+12
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-131-31/+0
* cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2015-02-131-0/+8
* cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo2015-02-131-7/+7
* linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-121-11/+11
* cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-0/+17
* percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-281-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-0/+8
|\
| * cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-111-0/+8
| * net: Revert mlx4 cpumask changes.David S. Miller2014-06-011-2/+0
| * cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-011-0/+2
* | cpumask.h: silence warning with -Wsign-compareBrian W Hart2014-05-141-1/+1
|/
* cpumask: implement cpumask_parse()Tejun Heo2013-03-121-0/+15
* cpumask: cpulist_parse() comments correctionAlex Shi2012-07-271-2/+1
* cpumask: add a few comments of cpumask functionsAlex Shi2012-07-271-0/+12
* cpumask: remove old cpu_*_map.Rusty Russell2012-03-291-6/+0
* lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-281-2/+1
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* cpumask: add cpumask_var_t documentationKOSAKI Motohiro2011-07-261-0/+14
* bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-0/+15
* cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens2010-03-061-4/+4
* rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney2010-02-251-0/+14
* sched: Fix balance vs hotplug racePeter Zijlstra2009-12-061-0/+2
* cpumask: Move deprecated functions to end of header.Rusty Russell2009-09-241-341/+252
* cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell2009-09-241-111/+1
* cpumask: remove unused cpu_mask_allRusty Russell2009-09-241-3/+0
* cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell2009-09-241-3/+0
* generic-ipi: make struct call_function_data locklessXiao Guangrong2009-09-231-0/+12
* Make bitmask 'and' operators return a result codeLinus Torvalds2009-08-211-10/+10
* cpumask: introduce zalloc_cpumask_varYinghai Lu2009-06-091-0/+15
* cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell2009-01-011-1/+10
* cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell2008-12-301-46/+7
* cpumask: make cpumask.h eat its own dogfood.Rusty Russell2008-12-301-37/+38
* cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell2008-12-301-46/+29
* cpumask: Add alloc_cpumask_var_node()Mike Travis2008-12-191-0/+7