index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: relocate setting of CGRP_DEAD
Tejun Heo
2014-03-19
1
-9
/
+9
*
cpuset: use rcu_read_lock() to protect task_cs()
Li Zefan
2014-03-03
1
-11
/
+13
*
cgroup_freezer: document freezer_fork() subtleties
Tejun Heo
2014-02-25
1
-3
/
+25
*
cgroup: update cgroup_transfer_tasks() to either succeed or fail
Tejun Heo
2014-02-25
1
-5
/
+23
*
cgroup: drop task_lock() protection around task->cgroups
Tejun Heo
2014-02-25
2
-75
/
+28
*
cgroup: update how a newly forked task gets associated with css_set
Tejun Heo
2014-02-25
1
-31
/
+55
*
cgroup: split process / task migration into four steps
Tejun Heo
2014-02-25
2
-59
/
+182
*
cgroup: separate out cset_group_from_root() from task_cgroup_from_root()
Tejun Heo
2014-02-25
1
-12
/
+17
*
cgroup: use css_set->mg_tasks to track target tasks during migration
Tejun Heo
2014-02-25
2
-108
/
+131
*
cgroup: add css_set->mg_tasks
Tejun Heo
2014-02-25
2
-21
/
+43
*
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
2014-02-25
1
-6
/
+6
|
\
|
*
cgroup: update cgroup_enable_task_cg_lists() to grab siglock
Tejun Heo
2014-02-18
1
-0
/
+5
|
*
Revert "cgroup: use an ordered workqueue for cgroup destruction"
Tejun Heo
2014-02-12
1
-6
/
+2
*
|
cgroup: add a validation check to cgroup_add_cftyps()
Li Zefan
2014-02-18
1
-0
/
+3
*
|
cgroup: deal with dummp_top in cgroup_name() and cgroup_path()
Li Zefan
2014-02-14
1
-2
/
+10
*
|
cgroup: fix memory leak in cgroup_mount()
Li Zefan
2014-02-14
1
-0
/
+2
*
|
cgroup: fix locking in cgroupstats_build()
Li Zefan
2014-02-14
1
-2
/
+6
*
|
cgroup: fix coccinelle warnings
Fengguang Wu
2014-02-13
1
-3
/
+1
*
|
sparc: fix implicit include of slab.h in leon_pci_grpci2.c
Paul Gortmaker
2014-02-13
1
-0
/
+1
*
|
cgroup: unexport functions
Tejun Heo
2014-02-13
1
-8
/
+0
*
|
cgroup: cosmetic updates to cgroup_attach_task()
Tejun Heo
2014-02-13
1
-22
/
+23
*
|
cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()
Tejun Heo
2014-02-13
2
-33
/
+0
*
|
cpuset: don't use cgroup_taskset_cur_css()
Tejun Heo
2014-02-13
1
-3
/
+6
*
|
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
2014-02-13
8
-15
/
+11
*
|
cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()
Tejun Heo
2014-02-13
1
-5
/
+11
*
|
cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
Tejun Heo
2014-02-13
1
-27
/
+23
*
|
cgroup: remove css_scan_tasks()
Tejun Heo
2014-02-13
2
-168
/
+0
*
|
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
Tejun Heo
2014-02-13
1
-128
/
+58
*
|
cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
Tejun Heo
2014-02-13
1
-47
/
+57
*
|
cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()
Tejun Heo
2014-02-13
1
-11
/
+20
*
|
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
2014-02-13
4
-6
/
+10
*
|
cgroup: relocate cgroup_enable_task_cg_lists()
Tejun Heo
2014-02-13
1
-55
/
+48
*
|
cgroup: enable task_cg_lists on the first cgroup mount
Tejun Heo
2014-02-13
1
-14
/
+27
*
|
cgroup: drop CGRP_ROOT_SUBSYS_BOUND
Tejun Heo
2014-02-13
2
-26
/
+4
*
|
cgroup: disallow xattr, release_agent and name if sane_behavior
Tejun Heo
2014-02-13
2
-13
/
+7
*
|
sun4M: add include of slab.h for kzalloc
Stephen Rothwell
2014-02-12
1
-0
/
+2
*
|
cgroup: remove cgroupfs_root->refcnt
Tejun Heo
2014-02-12
2
-51
/
+39
*
|
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...
Tejun Heo
2014-02-12
2
-11
/
+9
*
|
cgroup: remove cgroup->name
Tejun Heo
2014-02-12
7
-210
/
+110
*
|
cgroup: make cgroup hold onto its kernfs_node
Tejun Heo
2014-02-12
1
-7
/
+9
*
|
cgroup: simplify dynamic cftype addition and removal
Tejun Heo
2014-02-12
1
-55
/
+32
*
|
cgroup: remove cftype_set
Tejun Heo
2014-02-12
2
-45
/
+22
*
|
cgroup: relocate cgroup_rm_cftypes()
Tejun Heo
2014-02-12
1
-35
/
+35
*
|
cgroup: warn if "xattr" is specified with "sane_behavior"
Tejun Heo
2014-02-12
2
-0
/
+5
*
|
cgroup: convert to kernfs
Tejun Heo
2014-02-11
3
-785
/
+383
*
|
cgroup: relocate functions in preparation of kernfs conversion
Tejun Heo
2014-02-11
1
-115
/
+117
*
|
cgroup: misc preps for kernfs conversion
Tejun Heo
2014-02-11
2
-38
/
+55
*
|
cgroup: introduce cgroup_ino()
Tejun Heo
2014-02-11
3
-7
/
+15
*
|
cgroup: introduce cgroup_init/exit_cftypes()
Tejun Heo
2014-02-11
1
-7
/
+25
*
|
cgroup: update the meaning of cftype->max_write_len
Tejun Heo
2014-02-11
4
-19
/
+11
[next]