index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-02-20
1
-389
/
+483
|
\
|
*
cpuset: drop spurious retval assignment in proc_cpuset_show()
Li Zefan
2013-01-15
1
-1
/
+0
|
*
cpuset: fix RCU lockdep splat
Li Zefan
2013-01-15
1
-4
/
+4
|
*
cpuset: remove cpuset->parent
Tejun Heo
2013-01-07
1
-11
/
+17
|
*
cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()
Tejun Heo
2013-01-07
1
-75
/
+48
|
*
cpuset: replace cgroup_mutex locking with cpuset internal locking
Tejun Heo
2013-01-07
1
-81
/
+107
|
*
cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty
Tejun Heo
2013-01-07
1
-0
/
+14
|
*
cpuset: pin down cpus and mems while a task is being attached
Tejun Heo
2013-01-07
1
-2
/
+26
|
*
cpuset: make CPU / memory hotplug propagation asynchronous
Tejun Heo
2013-01-07
1
-6
/
+48
|
*
cpuset: drop async_rebuild_sched_domains()
Tejun Heo
2013-01-07
1
-60
/
+16
|
*
cpuset: don't nest cgroup_mutex inside get_online_cpus()
Tejun Heo
2013-01-07
1
-4
/
+35
|
*
cpuset: reorganize CPU / memory hotplug handling
Tejun Heo
2013-01-07
1
-117
/
+104
|
*
cpuset: cleanup cpuset[_can]_attach()
Tejun Heo
2013-01-07
1
-17
/
+18
|
*
cpuset: introduce cpuset_for_each_child()
Tejun Heo
2013-01-07
1
-31
/
+54
|
*
cpuset: introduce CS_ONLINE
Tejun Heo
2013-01-07
1
-1
/
+10
|
*
cpuset: introduce ->css_on/offline()
Tejun Heo
2013-01-07
1
-22
/
+44
|
*
cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()
Tejun Heo
2013-01-07
1
-8
/
+0
|
*
cpuset: remove unused cpuset_unlock()
Tejun Heo
2013-01-07
1
-11
/
+0
*
|
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2013-02-20
5
-139
/
+220
|
\
\
|
*
|
cgroup: fail if monitored file and event_control are in different cgroup
Li Zefan
2013-02-18
1
-0
/
+11
|
*
|
cgroup: fix cgroup_rmdir() vs close(eventfd) race
Li Zefan
2013-02-18
1
-16
/
+25
|
*
|
cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
Li Zefan
2013-02-18
1
-2
/
+10
|
*
|
cgroup: fix exit() vs rmdir() race
Li Zefan
2013-02-18
1
-0
/
+8
|
*
|
cgroup: remove bogus comments in cgroup_diput()
Li Zefan
2013-01-24
1
-6
/
+0
|
*
|
cgroup: remove synchronize_rcu() from cgroup_diput()
Li Zefan
2013-01-24
1
-29
/
+43
|
*
|
cgroup: remove duplicate RCU free on struct cgroup
Li Zefan
2013-01-24
1
-1
/
+1
|
*
|
sched: remove redundant NULL cgroup check in task_group_path()
Li Zefan
2013-01-24
1
-7
/
+0
|
*
|
sched: split out css_online/css_offline from tg creation/destruction
Li Zefan
2013-01-24
2
-10
/
+42
|
*
|
cgroup: initialize cgrp->dentry before css_alloc()
Li Zefan
2013-01-24
1
-3
/
+4
|
*
|
cgroup: remove a NULL check in cgroup_exit()
Li Zefan
2013-01-24
1
-2
/
+1
|
*
|
cgroup: fix bogus kernel warnings when cgroup_create() failed
Li Zefan
2013-01-22
1
-9
/
+12
|
*
|
cgroup: remove synchronize_rcu() from rebind_subsystems()
Li Zefan
2013-01-14
1
-1
/
+0
|
*
|
cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()
Li Zefan
2013-01-14
1
-2
/
+0
|
*
|
cgroup: use new hashtable implementation
Li Zefan
2013-01-10
1
-53
/
+39
|
|
/
|
*
cgroup: implement cgroup_rightmost_descendant()
Tejun Heo
2013-01-07
1
-0
/
+26
*
|
Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-02-19
2
-95
/
+67
|
\
\
|
*
|
async: initialise list heads to fix crash
James Hogan
2013-01-25
1
-0
/
+2
|
*
|
async: replace list of active domains with global list of pending items
Tejun Heo
2013-01-23
1
-34
/
+29
|
*
|
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
2013-01-23
1
-49
/
+14
|
*
|
async: use ULLONG_MAX for infinity cookie value
Tejun Heo
2013-01-23
1
-5
/
+6
|
*
|
async: bring sanity to the use of words domain and running
Tejun Heo
2013-01-23
1
-34
/
+34
|
*
|
Merge branch 'master' into for-3.9-async
Tejun Heo
2013-01-23
34
-389
/
+832
|
|
\
\
|
*
|
|
async, kmod: warn on synchronous request_module() from async workers
Tejun Heo
2013-01-22
1
-0
/
+9
*
|
|
|
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2013-02-19
5
-830
/
+790
|
\
\
\
\
|
*
|
|
|
workqueue: un-GPL function delayed_work_timer_fn()
Konstantin Khlebnikov
2013-02-19
1
-1
/
+1
|
*
|
|
|
workqueue: rename cpu_workqueue to pool_workqueue
Tejun Heo
2013-02-13
2
-218
/
+217
|
*
|
|
|
workqueue: reimplement is_chained_work() using current_wq_worker()
Tejun Heo
2013-02-13
1
-25
/
+8
|
*
|
|
|
workqueue: fix is_chained_work() regression
Tejun Heo
2013-02-13
1
-1
/
+1
|
*
|
|
|
workqueue: pick cwq instead of pool in __queue_work()
Lai Jiangshan
2013-02-07
1
-16
/
+13
|
*
|
|
|
workqueue: make get_work_pool_id() cheaper
Lai Jiangshan
2013-02-07
1
-2
/
+6
[next]