index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cpuset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-19
/
+2
2010-06-22
sched, cpuset: Drop __cpuexit from cpu hotplug callbacks
Tejun Heo
1
-1
/
+1
2010-06-16
Merge branch 'master' into for-next
Jiri Kosina
1
-12
/
+66
2010-06-16
fix typos concerning "hierarchy"
Uwe Kleine-König
1
-1
/
+1
2010-06-08
sched: adjust when cpu_active and cpuset configurations are updated during cp...
Tejun Heo
1
-19
/
+2
2010-05-27
cpusets: new round-robin rotor for SLAB allocations
Jack Steiner
1
-4
/
+16
2010-05-25
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
Miao Xie
1
-8
/
+50
2010-05-25
mempolicy: restructure rebinding-mempolicy functions
Miao Xie
1
-2
/
+2
2010-04-02
sched: Make select_fallback_rq() cpuset friendly
Oleg Nesterov
1
-0
/
+42
2010-04-02
sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...
Oleg Nesterov
1
-26
/
+1
2010-03-24
cpuset: alloc nodemask_t on the heap rather than the stack
Miao Xie
1
-28
/
+66
2010-03-24
cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node
Miao Xie
1
-8
/
+12
2009-12-06
sched: Fix balance vs hotplug race
Peter Zijlstra
1
-7
/
+9
2009-12-06
cpumask: Fix generate_sched_domains() for UP
Geert Uytterhoeven
1
-1
/
+1
2009-11-04
cpumask: Partition_sched_domains takes array of cpumask_var_t
Rusty Russell
1
-10
/
+9
2009-10-25
Merge branch 'linus' into sched/core
Ingo Molnar
1
-14
/
+52
2009-09-24
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
Ben Blum
1
-14
/
+52
2009-09-21
sched: Always show Cpus_allowed field in /proc/<pid>/status
Heiko Carstens
1
-7
/
+1
2009-06-16
cpuset,mm: update tasks' mems_allowed in time
Miao Xie
1
-138
/
+46
2009-06-16
cpusets: update tasks' page/slab spread flags in time
Miao Xie
1
-4
/
+55
2009-06-16
cpusets: restructure the function cpuset_update_task_memory_state()
Miao Xie
1
-8
/
+19
2009-06-11
x86: remove some alloc_bootmem_cpumask_var calling
Yinghai Lu
1
-1
/
+1
2009-04-02
cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets
David Rientjes
1
-8
/
+11
2009-04-02
cpusets: allow cpusets to be configured/built on non-SMP systems
Paul Menage
1
-0
/
+15
2009-04-02
cpusets: replace zone allowed functions with node allowed
David Rientjes
1
-34
/
+25
2009-04-02
cpuset: remove struct cpuset_hotplug_scanner
Li Zefan
1
-14
/
+9
2009-04-02
cpuset: avoid changing cpuset's mems when errno returned
Li Zefan
1
-9
/
+16
2009-04-02
cpuset: rewrite update_tasks_nodemask()
Li Zefan
1
-70
/
+39
2009-04-02
cpuset: fix possible races in cpu/memory hotplug
Li Zefan
1
-3
/
+6
2009-04-02
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-15
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-06
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-19
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-13
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
[next]