aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa1-8/+11
2022-10-06cpumask: Introduce for_each_cpu_andnot()Valentin Schneider1-0/+18
2022-10-01cpumask: fix checking valid cpu rangeYury Norov1-11/+8
2022-10-01lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov1-4/+2
2022-10-01cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov1-9/+3
2022-09-26cpumask: add cpumask_nth_{,and,andnot}Yury Norov1-0/+44
2022-09-26lib/bitmap: add bitmap_weight_and()Yury Norov1-0/+11
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov1-3/+7
2022-09-19lib/cpumask: deprecate nr_cpumask_bitsYury Norov1-6/+1
2022-09-19lib/cpumask: delete misleading commentYury Norov1-4/+0
2022-09-19smp: add set_nr_cpu_ids()Yury Norov1-0/+5
2022-09-09drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld1-2/+3
2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule1-0/+19
2022-08-15cpumask: align signatures of UP implementationsSander Vanheule1-3/+4
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-22/+100
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-81/+27
2022-07-17cpumask: update cpumask_next_wrap() signatureSander Vanheule1-1/+1
2022-07-17cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule1-80/+19
2022-07-17cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule1-0/+7
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cpulistPhil Auld1-0/+18
2022-07-15lib/cpumask: move some one-line wrappers to header fileYury Norov1-3/+31
2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov1-3/+54
2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov1-7/+7
2022-07-15cpumask: change return types to bool where appropriateYury Norov1-12/+12
2022-02-12cpumask: Add a x86-specific cpumask_clear_cpu() helperBorislav Petkov1-2/+2
2022-01-25cpumask: Always inline helpers which use bit manipulation functionsBorislav Petkov1-7/+7
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov1-0/+16
2022-01-15cpumask: use find_first_and_bit()Yury Norov1-10/+20
2021-09-21cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_bufTobias Klauser1-3/+4
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask and listTian Tao1-0/+38
2021-07-08lib: fix spelling mistakes in header filesZhen Lei1-1/+1
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-04-16cpumask: Introduce DYING maskPeter Zijlstra1-0/+20
2021-04-16cpumask: Make cpu_{online,possible,present,active}() inlinePeter Zijlstra1-31/+66
2021-03-06cpumask: Mark functions as pureNadav Amit1-3/+3
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra1-0/+6
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner1-0/+7
2020-02-04include/linux/cpumask.h: don't calculate length of the input stringYury Norov1-3/+1
2019-09-25cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan1-7/+7
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner1-9/+16
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner1-0/+14
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner1-0/+2
2019-05-14include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov1-2/+1
2018-08-13cpumask: make cpumask_next_wrap available without smpWillem de Bruijn1-0/+7
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar1-3/+8
2018-02-16cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley1-0/+2
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACKRakib Mullick1-0/+16