Age | Commit message (Expand) | Author |
2022-09-28 | drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES | Phil Auld |
2022-08-31 | drivers/base: fix userspace break from using bin_attributes for cpumap and cp... | Phil Auld |
2021-09-21 | cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf | Tobias Klauser |
2021-08-13 | cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ... | Tian Tao |
2021-07-08 | lib: fix spelling mistakes in header files | Zhen Lei |
2021-04-29 | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-04-16 | cpumask: Introduce DYING mask | Peter Zijlstra |
2021-04-16 | cpumask: Make cpu_{online,possible,present,active}() inline | Peter Zijlstra |
2021-03-06 | cpumask: Mark functions as pure | Nadav Amit |
2020-11-10 | sched,rt: Use cpumask_any*_distribute() | Peter Zijlstra |
2020-03-20 | sched/core: Distribute tasks within affinity masks | Paul Turner |
2020-02-04 | include/linux/cpumask.h: don't calculate length of the input string | Yury Norov |
2019-09-25 | cpumask: nicer for_each_cpumask_and() signature | Alexey Dobriyan |
2019-07-25 | cpu/hotplug: Cache number of online CPUs | Thomas Gleixner |
2019-07-25 | cpumask: Implement cpumask_or_equal() | Thomas Gleixner |
2019-07-25 | smp/hotplug: Track booted once CPUs in a cpumask | Thomas Gleixner |
2019-05-14 | include/linux/cpumask.h: fix double string traverse in cpumask_parse | Yury Norov |
2018-08-13 | cpumask: make cpumask_next_wrap available without smp | Willem de Bruijn |
2018-07-02 | net: Refactor XPS for CPUs and Rx queues | Amritha Nambiar |
2018-02-16 | cpumask: Make for_each_cpu_wrap() available on UP as well | Michael Kelley |
2018-02-06 | cpumask: make cpumask_size() return "unsigned int" | Alexey Dobriyan |
2017-11-08 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-24 | sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_... | Rakib Mullick |
2017-09-08 | cpumask: make cpumask_next() out-of-line | Alexey Dobriyan |
2017-09-08 | treewide: make "nr_cpu_ids" unsigned | Alexey Dobriyan |
2017-05-23 | smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu() | Peter Zijlstra |
2017-05-15 | sched/fair, cpumask: Export for_each_cpu_wrap() | Peter Zijlstra |
2017-05-08 | cpumask: make "nr_cpumask_bits" unsigned | Alexey Dobriyan |
2017-04-14 | cpumask: Add helper cpumask_available() | Matthias Kaehlcke |
2017-02-20 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-02-08 | cpumask: use nr_cpumask_bits for parsing functions | Tejun Heo |
2017-02-04 | tick/broadcast: Reduce lock cacheline contention | Waiman Long |
2016-12-15 | x86/smpboot: Prevent false positive out of bounds cpumask access warning | Thomas Gleixner |
2016-08-02 | cpumask: fix code comment | Geliang Tang |
2016-05-06 | sched: Allow per-cpu kernel threads to run on online && !active | Peter Zijlstra (Intel) |
2016-03-22 | cpumask: remove incorrect information from comment | Eric Biggers |
2016-01-20 | kernel/cpu.c: make set_cpu_* static inlines | Rasmus Villemoes |
2016-01-20 | kernel/cpu.c: eliminate cpu_*_mask | Rasmus Villemoes |
2016-01-20 | kernel/cpu.c: export __cpu_*_mask | Rasmus Villemoes |
2015-05-28 | cpumask_set_cpu_local_first => cpumask_local_spread, lament | Rusty Russell |
2015-04-16 | cpumask: resurrect CPU_MASK_CPU0 | Rusty Russell |
2015-03-31 | linux/cpumask.h: add typechecking to cpumask_test_cpu | Rasmus Villemoes |
2015-03-10 | cpumask: only allocate nr_cpumask_bits. | Rusty Russell |
2015-03-10 | cpumask: remove deprecated functions. | Rusty Russell |
2015-03-05 | CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region. | Rusty Russell |
2015-02-13 | bitmap, cpumask, nodemask: remove dedicated formatting functions | Tejun Heo |
2015-02-13 | cpumask, nodemask: implement cpumask/nodemask_pr_args() | Tejun Heo |
2015-02-13 | cpumask: always use nr_cpu_ids in formatting and parsing functions | Tejun Heo |
2015-02-12 | linux/cpumask.h: update bitmap wrappers to take unsigned int | Rasmus Villemoes |