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