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
2012-05-29
kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite
Johannes Weiner
1
-10
/
+10
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-3
/
+3
2012-05-15
userns: Convert cgroup permission checks to use uid_eq
Eric W. Biederman
1
-3
/
+3
2012-04-23
cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads
Mike Galbraith
1
-0
/
+13
2012-04-11
cgroup: remove cgroup_subsys->populate()
Tejun Heo
1
-3
/
+0
2012-04-01
cgroup: make css->refcnt clearing on cgroup removal optional
Tejun Heo
1
-9
/
+62
2012-04-01
cgroup: use negative bias on css->refcnt to block css_tryget()
Tejun Heo
1
-48
/
+71
2012-04-01
cgroup: implement cgroup_rm_cftypes()
Tejun Heo
1
-10
/
+44
2012-04-01
cgroup: introduce struct cfent
Tejun Heo
1
-36
/
+77
2012-04-01
cgroup: relocate __d_cgrp() and __d_cft()
Tejun Heo
1
-10
/
+10
2012-04-01
cgroup: remove cgroup_add_file[s]()
Tejun Heo
1
-31
/
+20
2012-04-01
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
1
-7
/
+3
2012-04-01
cgroup: merge cft_release_agent cftype array into the base files array
Tejun Heo
1
-12
/
+7
2012-04-01
cgroup: implement cgroup_add_cftypes() and friends
Tejun Heo
1
-1
/
+131
2012-04-01
cgroup: build list of all cgroups under a given cgroupfs_root
Tejun Heo
1
-0
/
+10
2012-04-01
cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()
Tejun Heo
1
-4
/
+2
2012-04-01
cgroup: deprecate remount option changes
Tejun Heo
1
-0
/
+5
2012-03-29
cgroup: cgroup_attach_task() could return -errno after success
Tejun Heo
1
-1
/
+1
2012-03-22
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-10
/
+9
2012-03-21
memcg: let css_get_next() rely upon rcu_read_lock()
Hugh Dickins
1
-3
/
+2
2012-03-21
cgroup: revert ss_id_lock to spinlock
Hugh Dickins
1
-9
/
+9
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+2
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-6
/
+2
2012-02-21
cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list
Frederic Weisbecker
1
-0
/
+20
2012-02-21
cgroup: Remove wrong comment on cgroup_enable_task_cg_list()
Frederic Weisbecker
1
-3
/
+0
2012-02-02
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
1
-22
/
+21
2012-01-30
cgroup: remove extra calls to find_existing_css_set
Mandeep Singh Baines
1
-113
/
+27
2012-01-20
cgroup: replace tasklist_lock with rcu_read_lock
Mandeep Singh Baines
1
-3
/
+7
2012-01-20
cgroup: simplify double-check locking in cgroup_attach_proc
Mandeep Singh Baines
1
-50
/
+29
2012-01-20
cgroup: move struct cgroup_pidlist out from the header file
Li Zefan
1
-0
/
+32
2012-01-09
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-170
/
+231
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-2
/
+2
2012-01-05
cgroup: fix to allow mounting a hierarchy by name
Li Zefan
1
-3
/
+3
2012-01-04
cgroup: move assignement out of condition in cgroup_attach_proc()
Dan Carpenter
1
-2
/
+5
2012-01-03
cgroup: propagate mode_t
Al Viro
1
-7
/
+7
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
1
-2
/
+2
2011-12-27
cgroup: Remove task_lock() from cgroup_post_fork()
Frederic Weisbecker
1
-3
/
+12
2011-12-27
cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()
Kirill A. Shutemov
1
-0
/
+2
2011-12-27
cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
Kirill A. Shutemov
1
-2
/
+2
2011-12-22
cgroup: only need to check oldcgrp==newgrp once
Mandeep Singh Baines
1
-16
/
+6
2011-12-22
cgroup: remove redundant get/put of task struct
Mandeep Singh Baines
1
-9
/
+2
2011-12-22
cgroup: remove redundant get/put of old css_set from migrate
Mandeep Singh Baines
1
-20
/
+8
2011-12-21
cgroup: Remove unnecessary task_lock before fetching css_set on migration
Frederic Weisbecker
1
-10
/
+10
2011-12-21
cgroup: Drop task_lock(parent) on cgroup_fork()
Frederic Weisbecker
1
-6
/
+17
2011-12-19
cgroups: remove redundant get/put of css_set from css_set_check_fetched()
Mandeep Singh Baines
1
-8
/
+2
2011-12-19
cgroups: fix a css_set not found bug in cgroup_attach_proc
Mandeep Singh Baines
1
-5
/
+0
2011-12-12
cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()
Tejun Heo
1
-47
/
+5
2011-12-12
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
1
-10
/
+89
2011-12-12
cgroup: improve old cgroup handling in cgroup_attach_proc()
Tejun Heo
1
-24
/
+42
2011-12-12
cgroup: always lock threadgroup during migration
Tejun Heo
1
-35
/
+27
[next]