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
/
kernel
/
cpuset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-03
cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets
David Rientjes
1
-8
/
+11
2009-04-03
cpusets: allow cpusets to be configured/built on non-SMP systems
Paul Menage
1
-0
/
+15
2009-04-03
cpusets: replace zone allowed functions with node allowed
David Rientjes
1
-34
/
+25
2009-04-03
cpuset: remove struct cpuset_hotplug_scanner
Li Zefan
1
-14
/
+9
2009-04-03
cpuset: avoid changing cpuset's mems when errno returned
Li Zefan
1
-9
/
+16
2009-04-03
cpuset: rewrite update_tasks_nodemask()
Li Zefan
1
-70
/
+39
2009-04-03
cpuset: fix possible races in cpu/memory hotplug
Li Zefan
1
-3
/
+6
2009-04-03
cgroups: show correct file mode
Li Zefan
1
-0
/
+1
2009-01-19
cpuset: fix possible deadlock in async_rebuild_sched_domains
Miao Xie
1
-1
/
+12
2009-01-16
cgroups: consolidate cgroup documents
Li Zefan
1
-1
/
+1
2009-01-08
cpuset: remove remaining pointers to cpumask_t
Li Zefan
1
-13
/
+15
2009-01-08
cpuset: convert cpuset->cpus_allowed to cpumask_var_t
Li Zefan
1
-40
/
+60
2009-01-08
cpuset: don't allocate trial cpuset on stack
Li Zefan
1
-33
/
+60
2009-01-08
cpuset: convert cpuset_attach() to use cpumask_var_t
Li Zefan
1
-5
/
+9
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_can_attach()
Li Zefan
1
-6
/
+5
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()
Li Zefan
1
-3
/
+3
2009-01-08
cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...
Miao Xie
1
-3
/
+7
2009-01-08
cpuset: rcu_read_lock() to protect task_cs()
Lai Jiangshan
1
-8
/
+3
2009-01-07
oom: print triggering task's cpuset and mems allowed
David Rientjes
1
-0
/
+34
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-2
/
+2
2008-11-29
sched, cpusets: fix warning in kernel/cpuset.c
Ingo Molnar
1
-1
/
+1
2008-11-20
cpuset: update top cpuset's mems after adding a node
Miao Xie
1
-3
/
+16
2008-11-18
cpuset: fix regression when failed to generate sched domains
Li Zefan
1
-4
/
+8
2008-10-20
cpuset: use seq_*mask_* to print masks
Lai Jiangshan
1
-8
/
+4
2008-10-20
cpuset.c: remove extra variable
Rakib Mullick
1
-3
/
+2
2008-10-03
cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so const
Frederic Weisbecker
1
-1
/
+1
2008-09-14
cpuset: avoid changing cpuset's cpus when -errno returned
Li Zefan
1
-22
/
+15
2008-08-14
sched, cpuset: rework sched domains and CPU hotplug handling (v4)
Max Krasnyansky
1
-130
/
+182
2008-07-30
cpuset: clean up cpuset hierarchy traversal code
Li Zefan
1
-13
/
+8
2008-07-30
cpuset: fix wrong calculation of relax domain level
Li Zefan
1
-1
/
+1
2008-07-30
cpuset: speed up sched domain partition
Lai Jiangshan
1
-4
/
+37
2008-07-30
cpuset: a bit cleanup for scan_for_empty_cpusets()
Li Zefan
1
-5
/
+2
2008-07-25
cpuset: two minor code-cleanups
Lai Jiangshan
1
-2
/
+2
2008-07-25
cpuset: code-cleanup for started_after
Lai Jiangshan
1
-31
/
+6
2008-07-25
cpuset: don't pass empty cpumasks to partition_sched_domains()
Lai Jiangshan
1
-0
/
+5
2008-07-25
cpuset: avoid unnecessary sched domains rebuilding
Li Zefan
1
-6
/
+12
2008-07-25
cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...
Miao Xie
1
-0
/
+7
2008-07-25
cpusets: restructure the function update_cpumask() and update_nodemask()
Miao Xie
1
-72
/
+109
2008-07-25
cgroup files: remove cpuset_common_file_write()
Paul Menage
1
-74
/
+35
2008-07-24
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2008-07-22
cpusets: fix wrong domain attr updates
Miao Xie
1
-1
/
+3
2008-07-18
cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...
Max Krasnyansky
1
-1
/
+1
2008-07-14
Merge commit 'v2.6.26' into sched/devel
Ingo Molnar
1
-6
/
+18
2008-07-13
cpusets, hotplug, scheduler: fix scheduler domain breakage
Dmitry Adamushko
1
-6
/
+18
2008-06-23
Merge branch 'linus' into sched/devel
Ingo Molnar
1
-2
/
+2
2008-06-20
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2008-06-19
cpuset: limit the input of cpuset.sched_relax_domain_level
Li Zefan
1
-2
/
+2
2008-06-19
sched: CPU hotplug events must not destroy scheduler domains created by the c...
Max Krasnyansky
1
-0
/
+6
2008-06-16
Merge branch 'linus' into sched-devel
Ingo Molnar
1
-3
/
+7
2008-06-10
sched: prevent bound kthreads from changing cpus_allowed
David Rientjes
1
-1
/
+13
[next]