index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-13
cgroup: split cgroup destruction into two steps
Tejun Heo
1
-11
/
+27
2013-06-13
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
1
-26
/
+35
2013-06-13
cgroup: remove cgroup->count and use
Tejun Heo
1
-16
/
+5
2013-06-13
cgroup: drop unnecessary RCU dancing from __put_css_set()
Tejun Heo
1
-10
/
+10
2013-06-13
cgroup: rename CGRP_REMOVED to CGRP_DEAD
Tejun Heo
1
-16
/
+14
2013-06-13
cgroup: use kzalloc() instead of kmalloc()
Tejun Heo
1
-7
/
+7
2013-06-13
cgroup: bring some sanity to naming around cg_cgroup_link
Tejun Heo
1
-113
/
+113
2013-06-13
cgroup: consistently use @cset for struct css_set variables
Tejun Heo
1
-107
/
+109
2013-06-13
cgroup: remove now unused css_depth()
Tejun Heo
1
-12
/
+0
2013-06-05
cgroup: clean up the cftype array for the base cgroup files
Tejun Heo
1
-23
/
+24
2013-06-05
cgroup: mark "notify_on_release" and "release_agent" cgroup files insane
Tejun Heo
1
-1
/
+2
2013-06-05
cgroup: mark "tasks" cgroup file as insane
Tejun Heo
1
-0
/
+1
2013-05-29
cgroup: warn about mismatching options of a new mount of an existing hierarchy
Jeff Liu
1
-5
/
+8
2013-05-24
cgroup: update iterators to use cgroup_next_sibling()
Tejun Heo
1
-6
/
+19
2013-05-24
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
Tejun Heo
1
-0
/
+62
2013-05-24
cgroup: make cgroup_is_removed() static
Tejun Heo
1
-1
/
+1
2013-05-24
Merge branch 'for-3.10-fixes' into for-3.11
Tejun Heo
1
-10
/
+8
2013-05-24
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
1
-6
/
+3
2013-05-14
cgroup: implement task_cgroup_path_from_hierarchy()
Tejun Heo
1
-0
/
+32
2013-05-14
cgroup: make hierarchy_id use cyclic idr
Tejun Heo
1
-20
/
+8
2013-05-14
cgroup: drop hierarchy_id_lock
Tejun Heo
1
-6
/
+17
2013-05-14
cgroup: refactor hierarchy_id handling
Tejun Heo
1
-21
/
+35
2013-05-14
cgroup: initialize xattr before calling d_instantiate()
Li Zefan
1
-4
/
+5
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-14
/
+1
2013-05-01
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
1
-14
/
+1
2013-04-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+0
2013-04-29
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-425
/
+299
2013-04-29
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+2
2013-04-29
cgroup: remove css_get_next
Michal Hocko
1
-49
/
+0
2013-04-26
cgroup: restore the call to eventfd->poll()
Li Zefan
1
-0
/
+2
2013-04-26
cgroup: fix use-after-free when umounting cgroupfs
Li Zefan
1
-2
/
+4
2013-04-18
cgroup: fix broken file xattrs
Li Zefan
1
-5
/
+6
2013-04-14
cgroup: remove cgrp->top_cgroup
Li Zefan
1
-2
/
+0
2013-04-14
cgroup: introduce sane_behavior mount option
Tejun Heo
1
-0
/
+48
2013-04-14
move cgroupfs_root to include/linux/cgroup.h
Tejun Heo
1
-57
/
+0
2013-04-14
cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix
Tejun Heo
1
-11
/
+10
2013-04-14
cgroup: make cgroup_path() not print double slashes
Tejun Heo
1
-5
/
+8
2013-04-12
Revert "cgroup: remove bind() method from cgroup_subsys."
Tejun Heo
1
-0
/
+4
2013-04-10
cgroup: implement cgroup_is_descendant()
Li Zefan
1
-0
/
+20
2013-04-10
cgroup: make sure parent won't be destroyed before its children
Li Zefan
1
-0
/
+10
2013-04-10
cgroup: remove bind() method from cgroup_subsys.
Rami Rosen
1
-4
/
+0
2013-04-10
cgroup: Kill subsys.active flag
Li Zefan
1
-3
/
+0
2013-04-07
cgroup: remove cgroup_lock_is_held()
Tejun Heo
1
-14
/
+6
2013-04-07
cgroup: kill cgroup_[un]lock()
Tejun Heo
1
-30
/
+11
2013-04-07
cgroup: unexport locking interface and cgroup_attach_task()
Tejun Heo
1
-6
/
+3
2013-04-07
cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
Tejun Heo
1
-42
/
+42
2013-04-07
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
1
-0
/
+28
2013-04-03
cgroup: remove unused parameter in cgroup_task_migrate().
Kevin Wilson
1
-2
/
+2
2013-03-20
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
1
-89
/
+20
2013-03-20
cgroup: fix an off-by-one bug which may trigger BUG_ON()
Li Zefan
1
-1
/
+1
[prev]
[next]