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
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
2017-09-09
cpumask: make cpumask_next() out-of-line
Alexey Dobriyan
1
-14
/
+1
2017-09-09
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-3
/
+3
2017-05-23
smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()
Peter Zijlstra
1
-0
/
+11
2017-05-15
sched/fair, cpumask: Export for_each_cpu_wrap()
Peter Zijlstra
1
-0
/
+17
2017-05-09
cpumask: make "nr_cpumask_bits" unsigned
Alexey Dobriyan
1
-2
/
+2
2017-04-14
cpumask: Add helper cpumask_available()
Matthias Kaehlcke
1
-0
/
+10
2017-02-20
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+6
2017-02-09
cpumask: use nr_cpumask_bits for parsing functions
Tejun Heo
1
-4
/
+4
2017-02-04
tick/broadcast: Reduce lock cacheline contention
Waiman Long
1
-1
/
+6
2016-12-15
x86/smpboot: Prevent false positive out of bounds cpumask access warning
Thomas Gleixner
1
-0
/
+5
2016-08-03
cpumask: fix code comment
Geliang Tang
1
-1
/
+1
2016-05-06
sched: Allow per-cpu kernel threads to run on online && !active
Peter Zijlstra (Intel)
1
-4
/
+2
2016-03-23
cpumask: remove incorrect information from comment
Eric Biggers
1
-2
/
+0
2016-01-21
kernel/cpu.c: make set_cpu_* static inlines
Rasmus Villemoes
1
-4
/
+39
2016-01-21
kernel/cpu.c: eliminate cpu_*_mask
Rasmus Villemoes
1
-4
/
+4
2016-01-21
kernel/cpu.c: export __cpu_*_mask
Rasmus Villemoes
1
-0
/
+4
2015-05-28
cpumask_set_cpu_local_first => cpumask_local_spread, lament
Rusty Russell
1
-4
/
+2
2015-04-16
cpumask: resurrect CPU_MASK_CPU0
Rusty Russell
1
-0
/
+5
2015-03-31
linux/cpumask.h: add typechecking to cpumask_test_cpu
Rasmus Villemoes
1
-4
/
+4
2015-03-10
cpumask: only allocate nr_cpumask_bits.
Rusty Russell
1
-3
/
+2
2015-03-10
cpumask: remove deprecated functions.
Rusty Russell
1
-151
/
+0
2015-03-05
CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.
Rusty Russell
1
-19
/
+12
2015-02-14
bitmap, cpumask, nodemask: remove dedicated formatting functions
Tejun Heo
1
-31
/
+0
2015-02-14
cpumask, nodemask: implement cpumask/nodemask_pr_args()
Tejun Heo
1
-0
/
+8
2015-02-14
cpumask: always use nr_cpu_ids in formatting and parsing functions
Tejun Heo
1
-7
/
+7
2015-02-13
linux/cpumask.h: update bitmap wrappers to take unsigned int
Rasmus Villemoes
1
-11
/
+11
2014-11-07
cpumask: factor out show_cpumap into separate helper function
Sudeep Holla
1
-0
/
+17
2014-08-28
percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t
Christoph Lameter
1
-0
/
+11
2014-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+8
2014-06-12
cpumask: Utility function to set n'th cpu - local cpu first
Amir Vadai
1
-0
/
+8
2014-06-02
net: Revert mlx4 cpumask changes.
David S. Miller
1
-2
/
+0
2014-06-02
cpumask: Utility function to set n'th cpu - local cpu first
Amir Vadai
1
-0
/
+2
2014-05-14
cpumask.h: silence warning with -Wsign-compare
Brian W Hart
1
-1
/
+1
2013-03-12
cpumask: implement cpumask_parse()
Tejun Heo
1
-0
/
+15
2012-07-27
cpumask: cpulist_parse() comments correction
Alex Shi
1
-2
/
+1
[next]