aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra1-0/+11
2017-05-15sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra1-0/+17
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan1-2/+2
2017-04-14cpumask: Add helper cpumask_available()Matthias Kaehlcke1-0/+10
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2017-02-08cpumask: use nr_cpumask_bits for parsing functionsTejun Heo1-4/+4
2017-02-04tick/broadcast: Reduce lock cacheline contentionWaiman Long1-1/+6
2016-12-15x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner1-0/+5
2016-08-02cpumask: fix code commentGeliang Tang1-1/+1
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)1-4/+2
2016-03-22cpumask: remove incorrect information from commentEric Biggers1-2/+0
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes1-4/+39
2016-01-20kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes1-4/+4
2016-01-20kernel/cpu.c: export __cpu_*_maskRasmus Villemoes1-0/+4
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-4/+2
2015-04-16cpumask: resurrect CPU_MASK_CPU0Rusty Russell1-0/+5
2015-03-31linux/cpumask.h: add typechecking to cpumask_test_cpuRasmus Villemoes1-4/+4
2015-03-10cpumask: only allocate nr_cpumask_bits.Rusty Russell1-3/+2
2015-03-10cpumask: remove deprecated functions.Rusty Russell1-151/+0
2015-03-05CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.Rusty Russell1-19/+12
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-31/+0
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo1-0/+8
2015-02-13cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo1-7/+7
2015-02-12linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-11/+11
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-0/+17
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter1-0/+11
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2014-06-11cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai1-0/+8
2014-06-01net: Revert mlx4 cpumask changes.David S. Miller1-2/+0
2014-06-01cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai1-0/+2
2014-05-14cpumask.h: silence warning with -Wsign-compareBrian W Hart1-1/+1
2013-03-12cpumask: implement cpumask_parse()Tejun Heo1-0/+15
2012-07-27cpumask: cpulist_parse() comments correctionAlex Shi1-2/+1
2012-07-27cpumask: add a few comments of cpumask functionsAlex Shi1-0/+12
2012-03-29cpumask: remove old cpu_*_map.Rusty Russell1-6/+0
2012-03-28lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat1-2/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-07-26cpumask: add cpumask_var_t documentationKOSAKI Motohiro1-0/+14
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-0/+15
2010-03-06cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens1-4/+4
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney1-0/+14
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra1-0/+2
2009-09-24cpumask: Move deprecated functions to end of header.Rusty Russell1-341/+252
2009-09-24cpumask: remove unused deprecated functions, avoid accusations of insanityRusty Russell1-111/+1
2009-09-24cpumask: remove unused cpu_mask_allRusty Russell1-3/+0
2009-09-24cpumask: remove dangerous CPU_MASK_ALL_PTRRusty Russell1-3/+0
2009-09-23generic-ipi: make struct call_function_data locklessXiao Guangrong1-0/+12
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds1-10/+10
2009-06-09cpumask: introduce zalloc_cpumask_varYinghai Lu1-0/+15
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell1-1/+10