aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan1-7/+7
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner1-9/+16
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner1-0/+14
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner1-0/+2
2019-05-14include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov1-2/+1
2018-08-13cpumask: make cpumask_next_wrap available without smpWillem de Bruijn1-0/+7
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar1-3/+8
2018-02-16cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley1-0/+2
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACKRakib Mullick1-0/+16
2017-09-08cpumask: make cpumask_next() out-of-lineAlexey Dobriyan1-14/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-3/+3
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