index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2024-08-08
cpumask: Fix crash on updating CPU enabled mask
Gavin Shan
1
-1
/
+1
2024-07-26
Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux
Linus Torvalds
1
-43
/
+7
2024-07-22
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-55
/
+1
2024-06-28
cpumask: Add enabled cpumask for present CPUs that can be brought online
James Morse
1
-0
/
+25
2024-06-25
cpumask: split out include/linux/cpumask_types.h
Yury Norov
1
-55
/
+1
2024-06-18
cpumask: introduce assign_cpu() macro
Yury Norov
1
-34
/
+6
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+16
2024-05-22
Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linux
Linus Torvalds
1
-0
/
+10
2024-05-20
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-5
/
+0
2024-05-15
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+1
2024-05-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+23
2024-05-09
cpumask: Add for_each_cpu_from()
Kyle Meyer
1
-0
/
+10
2024-05-08
cpumask: delete unused reset_cpu_possible_mask()
Alexey Dobriyan
1
-5
/
+0
2024-04-30
Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...
Palmer Dabbelt
1
-0
/
+16
2024-04-24
cpumask: Introduce cpumask_first_and_and()
Dawei Li
1
-0
/
+17
2024-04-18
cpumask: Add assign cpu
Charlie Jenkins
1
-0
/
+16
2024-04-09
cpumask: add cpumask_any_and_but()
Mark Rutland
1
-0
/
+23
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
1
-1
/
+1
2024-02-01
cpumask: define cleanup function for cpumasks
Yury Norov
1
-0
/
+3
2024-02-01
cpumask: add cpumask_weight_andnot()
Yury Norov
1
-0
/
+13
2023-10-15
cpumask: kernel-doc cleanups and additions
Randy Dunlap
1
-44
/
+69
2023-07-18
cpumask: eliminate kernel-doc warnings
Randy Dunlap
1
-2
/
+6
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-1
/
+1
2023-03-25
Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+17
2023-03-19
cpumask: introduce for_each_cpu_or
Dave Chinner
1
-0
/
+17
2023-03-12
cpumask: relax sanity checking constraints
Linus Torvalds
1
-1
/
+1
2023-03-07
cpumask: be more careful with 'cpumask_setall()'
Linus Torvalds
1
-5
/
+5
2023-03-06
cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits
Andy Shevchenko
1
-1
/
+1
2023-03-06
cpumask: re-introduce constant-sized cpumask optimizations
Linus Torvalds
1
-55
/
+70
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+20
2023-02-08
cpumask: introduce cpumask_nth_and_andnot
Yury Norov
1
-0
/
+20
2023-01-13
cpuidle, ACPI: Make noinstr clean
Peter Zijlstra
1
-2
/
+2
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
[next]