summaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAge
* cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley2018-02-16
* cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-06
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick2017-10-24
|/
* cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2017-09-08
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-08
* smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra2017-05-23
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-05-15
* cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-08
* cpumask: Add helper cpumask_available()Matthias Kaehlcke2017-04-14
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-20
|\
| * tick/broadcast: Reduce lock cacheline contentionWaiman Long2017-02-04
* | cpumask: use nr_cpumask_bits for parsing functionsTejun Heo2017-02-08
|/
* x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner2016-12-15
* cpumask: fix code commentGeliang Tang2016-08-02
* sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)2016-05-06
* cpumask: remove incorrect information from commentEric Biggers2016-03-22
* kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-20
* kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-20
* kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-20
* 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