summaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)Author
2023-10-14cpumask: kernel-doc cleanups and additionsRandy Dunlap
2023-07-17cpumask: eliminate kernel-doc warningsRandy Dunlap
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner
2023-03-12cpumask: relax sanity checking constraintsLinus Torvalds
2023-03-07cpumask: be more careful with 'cpumask_setall()'Linus Torvalds
2023-03-06cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bitsAndy Shevchenko
2023-03-05cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-07cpumask: introduce cpumask_nth_and_andnotYury Norov
2023-01-13cpuidle, ACPI: Make noinstr cleanPeter Zijlstra
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa
2022-10-06cpumask: Introduce for_each_cpu_andnot()Valentin Schneider
2022-10-01cpumask: fix checking valid cpu rangeYury Norov
2022-10-01lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov
2022-10-01cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov
2022-09-26cpumask: add cpumask_nth_{,and,andnot}Yury Norov
2022-09-26lib/bitmap: add bitmap_weight_and()Yury Norov
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov
2022-09-19lib/cpumask: deprecate nr_cpumask_bitsYury Norov
2022-09-19lib/cpumask: delete misleading commentYury Norov
2022-09-19smp: add set_nr_cpu_ids()Yury Norov
2022-09-09drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld
2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule
2022-08-15cpumask: align signatures of UP implementationsSander Vanheule
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-17cpumask: update cpumask_next_wrap() signatureSander Vanheule
2022-07-17cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule
2022-07-17cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld
2022-07-15lib/cpumask: move some one-line wrappers to header fileYury Norov
2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov
2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov
2022-07-15cpumask: change return types to bool where appropriateYury Norov
2022-02-12cpumask: Add a x86-specific cpumask_clear_cpu() helperBorislav Petkov
2022-01-25cpumask: Always inline helpers which use bit manipulation functionsBorislav Petkov
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov
2022-01-15cpumask: use find_first_and_bit()Yury Norov
2021-09-21cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_bufTobias Klauser
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...Tian Tao
2021-07-08lib: fix spelling mistakes in header filesZhen Lei
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-16cpumask: Introduce DYING maskPeter Zijlstra
2021-04-16cpumask: Make cpu_{online,possible,present,active}() inlinePeter Zijlstra
2021-03-06cpumask: Mark functions as pureNadav Amit
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner
2020-02-04include/linux/cpumask.h: don't calculate length of the input stringYury Norov