index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
cpumask.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-16
Revert "cpumask: fix checking valid cpu range".
Tetsuo Handa
1
-8
/
+11
2022-10-06
cpumask: Introduce for_each_cpu_andnot()
Valentin Schneider
1
-0
/
+18
2022-10-01
cpumask: fix checking valid cpu range
Yury Norov
1
-11
/
+8
2022-10-01
lib/bitmap: introduce for_each_set_bit_wrap() macro
Yury Norov
1
-4
/
+2
2022-10-01
cpumask: switch for_each_cpu{,_not} to use for_each_bit()
Yury Norov
1
-9
/
+3
2022-09-26
cpumask: add cpumask_nth_{,and,andnot}
Yury Norov
1
-0
/
+44
2022-09-26
lib/bitmap: add bitmap_weight_and()
Yury Norov
1
-0
/
+11
2022-09-21
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
1
-3
/
+7
2022-09-20
lib/cpumask: deprecate nr_cpumask_bits
Yury Norov
1
-6
/
+1
2022-09-20
lib/cpumask: delete misleading comment
Yury Norov
1
-4
/
+0
2022-09-20
smp: add set_nr_cpu_ids()
Yury Norov
1
-0
/
+5
2022-09-09
drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
Phil Auld
1
-2
/
+3
2022-08-15
lib/cpumask: add inline cpumask_next_wrap() for UP
Sander Vanheule
1
-0
/
+19
2022-08-15
cpumask: align signatures of UP implementations
Sander Vanheule
1
-3
/
+4
2022-08-08
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-22
/
+100
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-81
/
+27
2022-07-18
cpumask: update cpumask_next_wrap() signature
Sander Vanheule
1
-1
/
+1
2022-07-18
cpumask: Fix invalid uniprocessor mask assumption
Sander Vanheule
1
-80
/
+19
2022-07-18
cpumask: add UP optimised for_each_*_cpu versions
Sander Vanheule
1
-0
/
+7
2022-07-15
drivers/base: fix userspace break from using bin_attributes for cpumap and cp...
Phil Auld
1
-0
/
+18
2022-07-15
lib/cpumask: move some one-line wrappers to header file
Yury Norov
1
-3
/
+31
2022-07-15
lib/cpumask: move trivial wrappers around find_bit to the header
Yury Norov
1
-3
/
+54
2022-07-15
lib/cpumask: change return types to unsigned where appropriate
Yury Norov
1
-7
/
+7
2022-07-15
cpumask: change return types to bool where appropriate
Yury Norov
1
-12
/
+12
2022-02-12
cpumask: Add a x86-specific cpumask_clear_cpu() helper
Borislav Petkov
1
-2
/
+2
2022-01-26
cpumask: Always inline helpers which use bit manipulation functions
Borislav Petkov
1
-7
/
+7
2022-01-15
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
1
-0
/
+16
2022-01-15
cpumask: use find_first_and_bit()
Yury Norov
1
-10
/
+20
2021-09-21
cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf
Tobias Klauser
1
-3
/
+4
2021-08-13
cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...
Tian Tao
1
-0
/
+38
2021-07-08
lib: fix spelling mistakes in header files
Zhen Lei
1
-1
/
+1
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2021-04-16
cpumask: Introduce DYING mask
Peter Zijlstra
1
-0
/
+20
2021-04-16
cpumask: Make cpu_{online,possible,present,active}() inline
Peter Zijlstra
1
-31
/
+66
2021-03-06
cpumask: Mark functions as pure
Nadav Amit
1
-3
/
+3
2020-11-10
sched,rt: Use cpumask_any*_distribute()
Peter Zijlstra
1
-0
/
+6
2020-03-20
sched/core: Distribute tasks within affinity masks
Paul Turner
1
-0
/
+7
2020-02-04
include/linux/cpumask.h: don't calculate length of the input string
Yury Norov
1
-3
/
+1
2019-09-26
cpumask: nicer for_each_cpumask_and() signature
Alexey Dobriyan
1
-7
/
+7
2019-07-25
cpu/hotplug: Cache number of online CPUs
Thomas Gleixner
1
-9
/
+16
2019-07-25
cpumask: Implement cpumask_or_equal()
Thomas Gleixner
1
-0
/
+14
2019-07-25
smp/hotplug: Track booted once CPUs in a cpumask
Thomas Gleixner
1
-0
/
+2
2019-05-15
include/linux/cpumask.h: fix double string traverse in cpumask_parse
Yury Norov
1
-2
/
+1
2018-08-13
cpumask: make cpumask_next_wrap available without smp
Willem de Bruijn
1
-0
/
+7
2018-07-02
net: Refactor XPS for CPUs and Rx queues
Amritha Nambiar
1
-3
/
+8
2018-02-16
cpumask: Make for_each_cpu_wrap() available on UP as well
Michael Kelley
1
-0
/
+2
2018-02-07
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
1
-1
/
+1
2017-11-08
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...
Rakib Mullick
1
-0
/
+16
[next]