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
*
memcg: fix css_is_ancestor() RCU locking
KAMEZAWA Hiroyuki
2010-05-11
*
memcg: fix css_id() RCU locking for real
KAMEZAWA Hiroyuki
2010-05-11
*
cgroup: Fix an RCU warning in alloc_css_id()
Li Zefan
2010-05-04
*
cgroup: Fix an RCU warning in cgroup_path()
Li Zefan
2010-05-04
*
cgroups: remove duplicate include
Li Zefan
2010-03-24
*
cgroups: remove events before destroying subsystem state objects
Kirill A. Shutemov
2010-03-12
*
cgroups: fix race between userspace and kernelspace
Kirill A. Shutemov
2010-03-12
*
cgroup: implement eventfd-based generic API for notifications
Kirill A. Shutemov
2010-03-12
*
cgroups: clean up cgroup_pidlist_find() a bit
Li Zefan
2010-03-12
*
cgroups: blkio subsystem as module
Ben Blum
2010-03-12
*
cgroups: subsystem module unloading
Ben Blum
2010-03-12
*
cgroups: subsystem module loading interface
Ben Blum
2010-03-12
*
cgroups: revamp subsys array
Ben Blum
2010-03-12
*
cgroup: introduce coalesce css_get() and css_put()
Daisuke Nishimura
2010-03-12
*
cgroup: introduce cancel_attach()
Daisuke Nishimura
2010-03-12
*
sched, cgroups: Fix module export
Ingo Molnar
2010-02-25
*
sched: Use lockdep-based checking on rcu_dereference()
Paul E. McKenney
2010-02-25
*
cgroups: fix to return errno in a failure path
Li Zefan
2010-02-02
*
cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
Dave Anderson
2010-01-11
*
cgroup: fix strstrip() misuse
KOSAKI Motohiro
2009-10-29
*
cgroup: catch bad css refcnt at css_put
KAMEZAWA Hiroyuki
2009-10-01
*
const: constify remaining file_operations
Alexey Dobriyan
2009-10-01
*
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
Ben Blum
2009-09-24
*
cgroups: change css_set freeing mechanism to be under RCU
Ben Blum
2009-09-24
*
cgroups: use vmalloc for large cgroups pidlist allocations
Ben Blum
2009-09-24
*
cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...
Ben Blum
2009-09-24
*
cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...
Ben Blum
2009-09-24
*
cgroups: revert "cgroups: fix pid namespace bug"
Paul Menage
2009-09-24
*
cgroups: allow cgroup hierarchies to be created with no bound subsystems
Paul Menage
2009-09-24
*
cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroup
Paul Menage
2009-09-24
*
cgroups: move the cgroup debug subsys into cgroup.c to access internal state
Paul Menage
2009-09-24
*
cgroups: support named cgroups hierarchies
Paul Menage
2009-09-24
*
cgroups: make unlock sequence in cgroup_get_sb consistent
Xiaotian Feng
2009-09-24
*
seq_file: constify seq_operations
James Morris
2009-09-23
*
const: mark remaining inode_operations as const
Alexey Dobriyan
2009-09-22
*
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
*
writeback: add name to backing_dev_info
Jens Axboe
2009-09-11
*
cgroup avoid permanent sleep at rmdir
KAMEZAWA Hiroyuki
2009-07-29
*
cgroups: fix pid namespace bug
Li Zefan
2009-07-29
*
cgroups: forbid noprefix if mounting more than just cpuset subsystem
Li Zefan
2009-06-18
*
Push BKL down into ->remount_fs()
Alessio Igor Bogani
2009-06-11
*
Convert obvious places to deactivate_locked_super()
Al Viro
2009-05-09
*
memcg: fix OOM killer under memcg
KAMEZAWA Hiroyuki
2009-04-02
*
cgroups: don't change release_agent when remount failed
Li Zefan
2009-04-02
*
cgroups: show correct file mode
Li Zefan
2009-04-02
*
kernel/cgroup.c: kfree(NULL) is legal
Jesper Juhl
2009-04-02
*
cgroup: fix frequent -EBUSY at rmdir
KAMEZAWA Hiroyuki
2009-04-02
*
cgroup: CSS ID support
KAMEZAWA Hiroyuki
2009-04-02
*
cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups
Grzegorz Nosek
2009-04-02
*
vfs: simple_set_mnt() should return void
Sukadev Bhattiprolu
2009-03-27
[next]