summaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-22/+100
|\
| * lib/cpumask: move some one-line wrappers to header fileYury Norov2022-07-151-3/+31
| * lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov2022-07-151-3/+54
| * lib/cpumask: change return types to unsigned where appropriateYury Norov2022-07-151-7/+7
| * cpumask: change return types to bool where appropriateYury Norov2022-07-151-12/+12
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-81/+27
|\ \
| * | cpumask: update cpumask_next_wrap() signatureSander Vanheule2022-07-171-1/+1
| * | cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule2022-07-171-80/+19
| * | cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule2022-07-171-0/+7
| |/
* / drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld2022-07-151-0/+18
|/
* cpumask: Add a x86-specific cpumask_clear_cpu() helperBorislav Petkov2022-02-121-2/+2
* cpumask: Always inline helpers which use bit manipulation functionsBorislav Petkov2022-01-251-7/+7
* cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-0/+16
* cpumask: use find_first_and_bit()Yury Norov2022-01-151-10/+20
* cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_bufTobias Klauser2021-09-211-3/+4
* cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...Tian Tao2021-08-131-0/+38
* lib: fix spelling mistakes in header filesZhen Lei2021-07-081-1/+1
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-3/+3
|\
| * cpumask: Mark functions as pureNadav Amit2021-03-061-3/+3
* | cpumask: Introduce DYING maskPeter Zijlstra2021-04-161-0/+20
* | cpumask: Make cpu_{online,possible,present,active}() inlinePeter Zijlstra2021-04-161-31/+66
|/
* sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2020-11-101-0/+6
* sched/core: Distribute tasks within affinity masksPaul Turner2020-03-201-0/+7
* include/linux/cpumask.h: don't calculate length of the input stringYury Norov2020-02-041-3/+1
* cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan2019-09-251-7/+7
* cpu/hotplug: Cache number of online CPUsThomas Gleixner2019-07-251-9/+16
* cpumask: Implement cpumask_or_equal()Thomas Gleixner2019-07-251-0/+14
* smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner2019-07-251-0/+2
* include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov2019-05-141-2/+1
* cpumask: make cpumask_next_wrap available without smpWillem de Bruijn2018-08-131-0/+7
* net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2018-07-021-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