aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpumask: make cpumask_next_wrap available without smpWillem de Bruijn2018-08-131-0/+7
* net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2018-07-011-3/+8
* cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley2018-02-161-0/+2
* cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-061-1/+1
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick2017-10-241-0/+16
|/
* cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2017-09-081-14/+1
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-3/+3
* smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra2017-05-231-0/+11
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-05-151-0/+17
* cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-081-2/+2
* cpumask: Add helper cpumask_available()Matthias Kaehlcke2017-04-141-0/+10
* 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-271-4/+2
* cpumask: resurrect CPU_MASK_CPU0Rusty Russell2015-04-151-0/+5
* linux/cpumask.h: add typechecking to cpumask_test_cpuRasmus Villemoes2015-03-301-4/+4
* cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-091-3/+2
* cpumask: remove deprecated functions.Rusty Russell2015-03-091-151/+0
* CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.Rusty Russell2015-03-041-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-131-1/+1
|/
* cpumask: implement cpumask_parse()Tejun Heo2013-03-121-0/+15
* cpumask: cpulist_parse() comments correctionAlex Shi2012-07-261-2/+1
* cpumask: add a few comments of cpumask functionsAlex Shi2012-07-261-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