index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-07-24
|
\
|
*
cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode
Tejun Heo
2012-07-09
|
*
cgroup: remove hierarchy_mutex
Li Zefan
2012-06-06
*
|
VFS: Pass mount flags to sget()
David Howells
2012-07-14
*
|
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
*
|
cgroup: fix cgroup hierarchy umount race
Tejun Heo
2012-07-07
*
|
Revert "cgroup: superblock can't be released with active dentries"
Tejun Heo
2012-07-07
*
|
cgroups: Account for CSS_DEACT_BIAS in __css_put
Salman Qazi
2012-06-18
|
/
*
cgroup: make sure that decisions in __css_put are atomic
Salman Qazi
2012-06-06
*
Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-06-05
|
\
|
*
cgroup: superblock can't be released with active dentries
Tejun Heo
2012-05-27
*
|
kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite
Johannes Weiner
2012-05-29
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-05-23
|
\
\
|
|
/
|
/
|
|
*
userns: Convert cgroup permission checks to use uid_eq
Eric W. Biederman
2012-05-15
*
|
cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads
Mike Galbraith
2012-04-23
*
|
cgroup: remove cgroup_subsys->populate()
Tejun Heo
2012-04-11
*
|
cgroup: make css->refcnt clearing on cgroup removal optional
Tejun Heo
2012-04-01
*
|
cgroup: use negative bias on css->refcnt to block css_tryget()
Tejun Heo
2012-04-01
*
|
cgroup: implement cgroup_rm_cftypes()
Tejun Heo
2012-04-01
*
|
cgroup: introduce struct cfent
Tejun Heo
2012-04-01
*
|
cgroup: relocate __d_cgrp() and __d_cft()
Tejun Heo
2012-04-01
*
|
cgroup: remove cgroup_add_file[s]()
Tejun Heo
2012-04-01
*
|
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
2012-04-01
*
|
cgroup: merge cft_release_agent cftype array into the base files array
Tejun Heo
2012-04-01
*
|
cgroup: implement cgroup_add_cftypes() and friends
Tejun Heo
2012-04-01
*
|
cgroup: build list of all cgroups under a given cgroupfs_root
Tejun Heo
2012-04-01
*
|
cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()
Tejun Heo
2012-04-01
*
|
cgroup: deprecate remount option changes
Tejun Heo
2012-04-01
|
/
*
cgroup: cgroup_attach_task() could return -errno after success
Tejun Heo
2012-03-30
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-03-22
|
\
|
*
memcg: let css_get_next() rely upon rcu_read_lock()
Hugh Dickins
2012-03-21
|
*
cgroup: revert ss_id_lock to spinlock
Hugh Dickins
2012-03-21
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-21
|
\
\
|
|
/
|
/
|
|
*
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
*
|
cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list
Frederic Weisbecker
2012-02-21
*
|
cgroup: Remove wrong comment on cgroup_enable_task_cg_list()
Frederic Weisbecker
2012-02-21
*
|
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
2012-02-02
*
|
cgroup: remove extra calls to find_existing_css_set
Mandeep Singh Baines
2012-01-30
*
|
cgroup: replace tasklist_lock with rcu_read_lock
Mandeep Singh Baines
2012-01-20
*
|
cgroup: simplify double-check locking in cgroup_attach_proc
Mandeep Singh Baines
2012-01-20
*
|
cgroup: move struct cgroup_pidlist out from the header file
Li Zefan
2012-01-20
|
/
*
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-01-09
|
\
|
*
cgroup: fix to allow mounting a hierarchy by name
Li Zefan
2012-01-05
|
*
cgroup: move assignement out of condition in cgroup_attach_proc()
Dan Carpenter
2012-01-04
|
*
cgroup: Remove task_lock() from cgroup_post_fork()
Frederic Weisbecker
2011-12-27
|
*
cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()
Kirill A. Shutemov
2011-12-27
|
*
cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
Kirill A. Shutemov
2011-12-27
|
*
cgroup: only need to check oldcgrp==newgrp once
Mandeep Singh Baines
2011-12-22
|
*
cgroup: remove redundant get/put of task struct
Mandeep Singh Baines
2011-12-22
|
*
cgroup: remove redundant get/put of old css_set from migrate
Mandeep Singh Baines
2011-12-22
[next]