summaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell2023-05-181-70/+70
|\
| * bitmap: switch from inline to __always_inlineYury Norov2023-03-011-71/+71
* | Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-251-0/+17
|\ \
| * | cpumask: introduce for_each_cpu_orDave Chinner2023-03-191-0/+17
* | | cpumask: relax sanity checking constraintsLinus Torvalds2023-03-121-1/+1
* | | cpumask: be more careful with 'cpumask_setall()'Linus Torvalds2023-03-071-5/+5
* | | cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bitsAndy Shevchenko2023-03-061-1/+1
|/ /
* | cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-051-55/+70
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+20
|\
| * cpumask: introduce cpumask_nth_and_andnotYury Norov2023-02-071-0/+20
* | cpuidle, ACPI: Make noinstr cleanPeter Zijlstra2023-01-131-2/+2
|/
* 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