index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
cpumask.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpumask: kernel-doc cleanups and additions
Randy Dunlap
2023-10-14
1
-44
/
+69
*
cpumask: eliminate kernel-doc warnings
Randy Dunlap
2023-07-17
1
-2
/
+6
*
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
2023-06-05
1
-1
/
+1
*
Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-03-25
1
-0
/
+17
|
\
|
*
cpumask: introduce for_each_cpu_or
Dave Chinner
2023-03-19
1
-0
/
+17
*
|
cpumask: relax sanity checking constraints
Linus Torvalds
2023-03-12
1
-1
/
+1
*
|
cpumask: be more careful with 'cpumask_setall()'
Linus Torvalds
2023-03-07
1
-5
/
+5
*
|
cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits
Andy Shevchenko
2023-03-06
1
-1
/
+1
|
/
*
cpumask: re-introduce constant-sized cpumask optimizations
Linus Torvalds
2023-03-05
1
-55
/
+70
*
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
1
-0
/
+20
|
\
|
*
cpumask: introduce cpumask_nth_and_andnot
Yury Norov
2023-02-07
1
-0
/
+20
*
|
cpuidle, ACPI: Make noinstr clean
Peter Zijlstra
2023-01-13
1
-2
/
+2
|
/
*
Revert "cpumask: fix checking valid cpu range".
Tetsuo Handa
2022-10-16
1
-8
/
+11
*
cpumask: Introduce for_each_cpu_andnot()
Valentin Schneider
2022-10-06
1
-0
/
+18
*
cpumask: fix checking valid cpu range
Yury Norov
2022-10-01
1
-11
/
+8
*
lib/bitmap: introduce for_each_set_bit_wrap() macro
Yury Norov
2022-10-01
1
-4
/
+2
*
cpumask: switch for_each_cpu{,_not} to use for_each_bit()
Yury Norov
2022-10-01
1
-9
/
+3
*
cpumask: add cpumask_nth_{,and,andnot}
Yury Norov
2022-09-26
1
-0
/
+44
*
lib/bitmap: add bitmap_weight_and()
Yury Norov
2022-09-26
1
-0
/
+11
*
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
2022-09-20
1
-3
/
+7
*
lib/cpumask: deprecate nr_cpumask_bits
Yury Norov
2022-09-19
1
-6
/
+1
*
lib/cpumask: delete misleading comment
Yury Norov
2022-09-19
1
-4
/
+0
*
smp: add set_nr_cpu_ids()
Yury Norov
2022-09-19
1
-0
/
+5
*
drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
Phil Auld
2022-09-09
1
-2
/
+3
*
lib/cpumask: add inline cpumask_next_wrap() for UP
Sander Vanheule
2022-08-15
1
-0
/
+19
*
cpumask: align signatures of UP implementations
Sander Vanheule
2022-08-15
1
-3
/
+4
*
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-08-07
1
-22
/
+100
|
\
|
*
lib/cpumask: move some one-line wrappers to header file
Yury Norov
2022-07-15
1
-3
/
+31
|
*
lib/cpumask: move trivial wrappers around find_bit to the header
Yury Norov
2022-07-15
1
-3
/
+54
|
*
lib/cpumask: change return types to unsigned where appropriate
Yury Norov
2022-07-15
1
-7
/
+7
|
*
cpumask: change return types to bool where appropriate
Yury Norov
2022-07-15
1
-12
/
+12
*
|
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-08-07
1
-81
/
+27
|
\
\
|
*
|
cpumask: update cpumask_next_wrap() signature
Sander Vanheule
2022-07-17
1
-1
/
+1
|
*
|
cpumask: Fix invalid uniprocessor mask assumption
Sander Vanheule
2022-07-17
1
-80
/
+19
|
*
|
cpumask: add UP optimised for_each_*_cpu versions
Sander Vanheule
2022-07-17
1
-0
/
+7
|
|
/
*
/
drivers/base: fix userspace break from using bin_attributes for cpumap and cp...
Phil Auld
2022-07-15
1
-0
/
+18
|
/
*
cpumask: Add a x86-specific cpumask_clear_cpu() helper
Borislav Petkov
2022-02-12
1
-2
/
+2
*
cpumask: Always inline helpers which use bit manipulation functions
Borislav Petkov
2022-01-25
1
-7
/
+7
*
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
2022-01-15
1
-0
/
+16
*
cpumask: use find_first_and_bit()
Yury Norov
2022-01-15
1
-10
/
+20
*
cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf
Tobias Klauser
2021-09-21
1
-3
/
+4
*
cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...
Tian Tao
2021-08-13
1
-0
/
+38
*
lib: fix spelling mistakes in header files
Zhen Lei
2021-07-08
1
-1
/
+1
*
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-04-29
1
-3
/
+3
|
\
|
*
cpumask: Mark functions as pure
Nadav Amit
2021-03-06
1
-3
/
+3
*
|
cpumask: Introduce DYING mask
Peter Zijlstra
2021-04-16
1
-0
/
+20
*
|
cpumask: Make cpu_{online,possible,present,active}() inline
Peter Zijlstra
2021-04-16
1
-31
/
+66
|
/
*
sched,rt: Use cpumask_any*_distribute()
Peter Zijlstra
2020-11-10
1
-0
/
+6
*
sched/core: Distribute tasks within affinity masks
Paul Turner
2020-03-20
1
-0
/
+7
*
include/linux/cpumask.h: don't calculate length of the input string
Yury Norov
2020-02-04
1
-3
/
+1
[next]