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
path:
root
/
kernel
/
cgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-7
/
+5
*
cgroup: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-19
/
+8
*
cgroup: don't use idr_remove_all()
Tejun Heo
2013-02-27
1
-3
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-3
/
+3
|
\
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-3
/
+3
*
|
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
*
|
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
*
|
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 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-12-17
1
-1
/
+0
|
\
|
*
kernel: remove reference to feature-removal-schedule.txt
Tao Ma
2012-12-17
1
-1
/
+0
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-12-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
pidns: Use task_active_pid_ns where appropriate
Eric W. Biederman
2012-11-19
1
-1
/
+1
*
|
cgroup_rm_file: don't delete the uncreated files
Gao feng
2012-12-06
1
-6
/
+6
*
|
cgroup: remove subsystem files when remounting cgroup
Gao feng
2012-12-03
1
-2
/
+9
*
|
cgroup: use cgroup_addrm_files() in cgroup_clear_directory()
Gao feng
2012-11-30
1
-1
/
+3
*
|
cgroup: warn about broken hierarchies only after css_online
Glauber Costa
2012-11-30
1
-9
/
+9
*
|
cgroup: list_del_init() on removed events
Greg Thelen
2012-11-28
1
-2
/
+2
*
|
cgroup: fix lockdep warning for event_control
Greg Thelen
2012-11-28
1
-3
/
+8
*
|
cgroup: move list add after list head initilization
Li Zhong
2012-11-28
1
-1
/
+1
*
|
cgroup: remove obsolete guarantee from cgroup_task_migrate.
Tao Ma
2012-11-20
1
-5
/
+3
*
|
cgroup: add cgroup->id
Tejun Heo
2012-11-19
1
-1
/
+14
*
|
cgroup, cpuset: remove cgroup_subsys->post_clone()
Tejun Heo
2012-11-19
1
-4
/
+0
*
|
cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
Tejun Heo
2012-11-19
1
-16
/
+12
*
|
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
2012-11-19
1
-25
/
+26
*
|
cgroup: allow ->post_create() to fail
Tejun Heo
2012-11-19
1
-10
/
+19
*
|
cgroup: update cgroup_create() failure path
Tejun Heo
2012-11-19
1
-7
/
+14
*
|
cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
Tejun Heo
2012-11-19
1
-3
/
+9
*
|
cgroup: simplify cgroup_load_subsys() failure path
Tejun Heo
2012-11-19
1
-11
/
+10
*
|
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
Tejun Heo
2012-11-19
1
-23
/
+42
*
|
cgroup: separate out cgroup_destroy_locked()
Tejun Heo
2012-11-19
1
-15
/
+25
*
|
cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...
Tejun Heo
2012-11-19
1
-1
/
+14
*
|
cgroup: lock cgroup_mutex in cgroup_init_subsys()
Tejun Heo
2012-11-19
1
-0
/
+4
*
|
cgroup: trivial cleanup for cgroup_init/load_subsys()
Tejun Heo
2012-11-19
1
-3
/
+3
*
|
cgroup: make CSS_* flags bit masks instead of bit positions
Tejun Heo
2012-11-19
1
-1
/
+1
*
|
cgroup: cgroup->dentry isn't a RCU pointer
Tejun Heo
2012-11-19
1
-5
/
+6
*
|
cgroup: create directory before linking while creating a new cgroup
Tejun Heo
2012-11-19
1
-18
/
+12
*
|
cgroup: open-code cgroup_create_dir()
Tejun Heo
2012-11-19
1
-25
/
+5
*
|
cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
Tejun Heo
2012-11-19
1
-0
/
+1
*
|
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
Tejun Heo
2012-11-19
1
-2
/
+0
*
|
cgroup: implement generic child / descendant walk macros
Tejun Heo
2012-11-09
1
-0
/
+86
[next]