summaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-4/+6
2025-12-02Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2025-11-25cpumask: Cache num_possible_cpus()Thomas Gleixner1-2/+8
2025-11-25cpumask: Don't use "proxy" headersAndy Shevchenko1-4/+6
2025-11-20cpumask: Add initialiser to use cleanup helpersYury Norov1-0/+2
2025-11-20cpumask: Introduce cpumask_weighted_or()Thomas Gleixner1-0/+16
2025-08-01Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds1-16/+12
2025-07-31cpumask: Remove unnecessary cpumask_nth_andnot()Shaopeng Tan1-16/+0
2025-07-09cpumask: introduce cpumask_random()Yury Norov [NVIDIA]1-0/+12
2025-06-26cpumask: add cpumask_clear_cpus()Yury Norov [NVIDIA]1-0/+12
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-16/+3
2025-05-15cpumask: Add cpumask_{first,next}_andnot() APIYury Norov [NVIDIA]1-0/+59
2025-05-15cpumask: Relax cpumask_any_but()Yury Norov [NVIDIA]1-4/+12
2025-04-29cpumask: drop cpumask_assign_cpu()Yury Norov1-16/+0
2025-04-29cpumask: add non-atomic __assign_cpu()Yury Norov1-0/+3
2025-03-21cpumask: align text in commentJoel Savitz1-1/+1
2025-02-25cpumask: drop cpumask_next_wrap_old()Yury Norov1-21/+0
2025-02-25cpumask: re-introduce cpumask_next{,_and}_wrap()Yury Norov1-0/+38
2025-02-25cpumask: deprecate cpumask_next_wrap()Yury Norov1-2/+2
2025-02-18cpumask: add for_each_{possible,online}_cpu_wrapYury Norov1-0/+10
2025-01-19cpumask: Rephrase comments for cpumask_any*() APIsI Hsin Cheng1-4/+4
2024-12-30cpu: Remove unused init_cpu_onlineDr. David Alan Gilbert1-1/+0
2024-09-27Merge tag 'bitmap-for-6.12' of https://github.com/norov/linuxLinus Torvalds1-100/+112
2024-08-18cpumask: Switch from inline to __always_inlineBrian Norris1-100/+112
2024-08-08cpumask: Fix crash on updating CPU enabled maskGavin Shan1-1/+1
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds1-43/+7
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-55/+1
2024-06-28cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse1-0/+25
2024-06-25cpumask: split out include/linux/cpumask_types.hYury Norov1-55/+1
2024-06-18cpumask: introduce assign_cpu() macroYury Norov1-34/+6
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