summaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "cpumask: fix checking valid cpu range".Tetsuo Handa2022-10-161-8/+11
* cpumask: Introduce for_each_cpu_andnot()Valentin Schneider2022-10-061-0/+18
* cpumask: fix checking valid cpu rangeYury Norov2022-10-011-11/+8
* lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov2022-10-011-4/+2
* cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov2022-10-011-9/+3
* cpumask: add cpumask_nth_{,and,andnot}Yury Norov2022-09-261-0/+44
* lib/bitmap: add bitmap_weight_and()Yury Norov2022-09-261-0/+11
* lib/cpumask: add FORCE_NR_CPUS config optionYury Norov2022-09-201-3/+7
* lib/cpumask: deprecate nr_cpumask_bitsYury Norov2022-09-191-6/+1
* lib/cpumask: delete misleading commentYury Norov2022-09-191-4/+0
* smp: add set_nr_cpu_ids()Yury Norov2022-09-191-0/+5
* drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld2022-09-091-2/+3
* lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule2022-08-151-0/+19
* cpumask: align signatures of UP implementationsSander Vanheule2022-08-151-3/+4
* 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
|/