summaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+16
2024-05-22Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds1-0/+10
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+0
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+23
2024-05-09cpumask: Add for_each_cpu_from()Kyle Meyer1-0/+10
2024-05-08cpumask: delete unused reset_cpu_possible_mask()Alexey Dobriyan1-5/+0
2024-04-30Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...Palmer Dabbelt1-0/+16
2024-04-24cpumask: Introduce cpumask_first_and_and()Dawei Li1-0/+17
2024-04-18cpumask: Add assign cpuCharlie Jenkins1-0/+16
2024-04-09cpumask: add cpumask_any_and_but()Mark Rutland1-0/+23
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin1-1/+1
2024-02-01cpumask: define cleanup function for cpumasksYury Norov1-0/+3
2024-02-01cpumask: add cpumask_weight_andnot()Yury Norov1-0/+13
2023-10-15cpumask: kernel-doc cleanups and additionsRandy Dunlap1-44/+69
2023-07-18cpumask: eliminate kernel-doc warningsRandy Dunlap1-2/+6
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland1-1/+1
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+17
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner1-0/+17
2023-03-12cpumask: relax sanity checking constraintsLinus Torvalds1-1/+1
2023-03-07cpumask: be more careful with 'cpumask_setall()'Linus Torvalds1-5/+5
2023-03-06cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bitsAndy Shevchenko1-1/+1
2023-03-06cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds1-55/+70
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+20
2023-02-08cpumask: introduce cpumask_nth_and_andnotYury Norov1-0/+20
2023-01-13cpuidle, ACPI: Make noinstr cleanPeter Zijlstra1-2/+2
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-21lib/cpumask: add FORCE_NR_CPUS config optionYury Norov1-3/+7
2022-09-20lib/cpumask: deprecate nr_cpumask_bitsYury Norov1-6/+1
2022-09-20lib/cpumask: delete misleading commentYury Norov1-4/+0
2022-09-20smp: 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-08Merge 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/linu...Linus Torvalds1-81/+27
2022-07-18cpumask: update cpumask_next_wrap() signatureSander Vanheule1-1/+1
2022-07-18cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule1-80/+19
2022-07-18cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule1-0/+7
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil 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