summaryrefslogtreecommitdiff
path: root/include/linux/cpumask.h
AgeCommit message (Expand)Author
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
2019-09-25cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner
2019-05-14include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov
2018-08-13cpumask: make cpumask_next_wrap available without smpWillem de Bruijn
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar
2018-02-16cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick
2017-09-08cpumask: make cpumask_next() out-of-lineAlexey Dobriyan
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra
2017-05-15sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan
2017-04-14cpumask: Add helper cpumask_available()Matthias Kaehlcke
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-08cpumask: use nr_cpumask_bits for parsing functionsTejun Heo
2017-02-04tick/broadcast: Reduce lock cacheline contentionWaiman Long
2016-12-15x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner
2016-08-02cpumask: fix code commentGeliang Tang
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)
2016-03-22cpumask: remove incorrect information from commentEric Biggers
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes