index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Age
Commit message (
Expand
)
Author
2015-09-21
fs: create and use seq_show_option for escaping
Kees Cook
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2015-07-01
sysfs: Create mountpoints with sysfs_create_mount_point
Eric W. Biederman
2015-06-18
cgroup: require write perm on common ancestor when moving processes on the de...
Tejun Heo
2015-06-18
cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()
Tejun Heo
2015-06-10
cgroup: fix uninitialised iterator in for_each_subsys_which
Aleksa Sarai
2015-06-08
cgroup: replace explicit ss_mask checking with for_each_subsys_which
Aleksa Sarai
2015-06-08
cgroup: use bitmask to filter for_each_subsys
Aleksa Sarai
2015-05-26
cgroup: simplify threadgroup locking
Tejun Heo
2015-05-26
sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem
Tejun Heo
2015-05-26
sched, cgroup: reorganize threadgroup locking
Tejun Heo
2015-05-18
cgroup: switch to unsigned long for bitmasks
Aleksa Sarai
2015-04-23
cgroup: fix some comment typos
Chen Hanxiao
2015-04-15
cgroup: remove use of seq_printf return value
Joe Perches
2015-04-15
memcg: zap mem_cgroup_lookup()
Vladimir Davydov
2015-03-03
cgroup: Use kvfree in pidlist_free()
Bandan Das
2015-03-02
cgroup: call cgroup_subsys->bind on cgroup subsys initialization
Vladimir Davydov
2015-02-13
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
2015-02-12
cgroup: release css->id after css_free
Vladimir Davydov
2015-01-22
cgroup: prevent mount hang due to memory controller lifetime
Johannes Weiner
2014-11-18
cgroup: implement cgroup_get_e_css()
Tejun Heo
2014-11-18
cgroup: add cgroup_subsys->css_e_css_changed()
Tejun Heo
2014-11-18
cgroup: add cgroup_subsys->css_released()
Tejun Heo
2014-11-18
cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()
Tejun Heo
2014-11-18
cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()
Tejun Heo
2014-11-18
cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_chil...
Tejun Heo
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-09-26
Revert "cgroup: remove redundant variable in cgroup_mount()"
Zefan Li
2014-09-24
percpu_ref: add PERCPU_REF_INIT_* flags
Tejun Heo
2014-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...
Tejun Heo
2014-09-20
cgroup: remove redundant variable in cgroup_mount()
Zefan Li
2014-09-20
cgroup: fix missing unlock in cgroup_release_agent()
Zefan Li
2014-09-19
cgroup: remove CGRP_RELEASABLE flag
Zefan Li
2014-09-18
cgroup: simplify proc_cgroup_show()
Zefan Li
2014-09-18
cgroup: use a per-cgroup work for release agent
Zefan Li
2014-09-18
cgroup: fix unbalanced locking
Zefan Li
2014-09-18
cgroup: remove bogus comments
Li Zefan
2014-09-18
cgroup: remove redundant code in cgroup_rmdir()
Li Zefan
2014-09-18
cgroup: remove some useless forward declarations
Li Zefan
2014-09-18
Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/c...
Tejun Heo
2014-09-08
percpu-refcount: add @gfp to percpu_ref_init()
Tejun Heo
2014-09-05
cgroup: check cgroup liveliness before unbreaking kernfs
Li Zefan
2014-09-05
cgroup: delay the clearing of cgrp->kn->priv
Li Zefan
2014-08-25
cgroup: fix a typo in comment.
Dongsheng Yang
2014-08-22
cgroup: Display legacy cgroup files on default hierarchy
Vivek Goyal
2014-08-18
cgroup: reject cgroup names with '\n'
Alban Crequy
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-07-15
cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test
Tejun Heo
[next]