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
*
cgroup: fail if monitored file and event_control are in different cgroup
Li Zefan
2013-02-18
*
cgroup: fix cgroup_rmdir() vs close(eventfd) race
Li Zefan
2013-02-18
*
cgroup: fix exit() vs rmdir() race
Li Zefan
2013-02-18
*
cgroup: remove bogus comments in cgroup_diput()
Li Zefan
2013-01-24
*
cgroup: remove synchronize_rcu() from cgroup_diput()
Li Zefan
2013-01-24
*
cgroup: remove duplicate RCU free on struct cgroup
Li Zefan
2013-01-24
*
cgroup: initialize cgrp->dentry before css_alloc()
Li Zefan
2013-01-24
*
cgroup: remove a NULL check in cgroup_exit()
Li Zefan
2013-01-24
*
cgroup: fix bogus kernel warnings when cgroup_create() failed
Li Zefan
2013-01-22
*
cgroup: remove synchronize_rcu() from rebind_subsystems()
Li Zefan
2013-01-14
*
cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()
Li Zefan
2013-01-14
*
cgroup: use new hashtable implementation
Li Zefan
2013-01-10
*
cgroup: implement cgroup_rightmost_descendant()
Tejun Heo
2013-01-07
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-12-17
|
\
|
*
kernel: remove reference to feature-removal-schedule.txt
Tao Ma
2012-12-17
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-12-17
|
\
\
|
|
/
|
/
|
|
*
pidns: Use task_active_pid_ns where appropriate
Eric W. Biederman
2012-11-19
*
|
cgroup_rm_file: don't delete the uncreated files
Gao feng
2012-12-06
*
|
cgroup: remove subsystem files when remounting cgroup
Gao feng
2012-12-03
*
|
cgroup: use cgroup_addrm_files() in cgroup_clear_directory()
Gao feng
2012-11-30
*
|
cgroup: warn about broken hierarchies only after css_online
Glauber Costa
2012-11-30
*
|
cgroup: list_del_init() on removed events
Greg Thelen
2012-11-28
*
|
cgroup: fix lockdep warning for event_control
Greg Thelen
2012-11-28
*
|
cgroup: move list add after list head initilization
Li Zhong
2012-11-28
*
|
cgroup: remove obsolete guarantee from cgroup_task_migrate.
Tao Ma
2012-11-20
*
|
cgroup: add cgroup->id
Tejun Heo
2012-11-19
*
|
cgroup, cpuset: remove cgroup_subsys->post_clone()
Tejun Heo
2012-11-19
*
|
cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
Tejun Heo
2012-11-19
*
|
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
2012-11-19
*
|
cgroup: allow ->post_create() to fail
Tejun Heo
2012-11-19
*
|
cgroup: update cgroup_create() failure path
Tejun Heo
2012-11-19
*
|
cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
Tejun Heo
2012-11-19
*
|
cgroup: simplify cgroup_load_subsys() failure path
Tejun Heo
2012-11-19
*
|
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
Tejun Heo
2012-11-19
*
|
cgroup: separate out cgroup_destroy_locked()
Tejun Heo
2012-11-19
*
|
cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...
Tejun Heo
2012-11-19
*
|
cgroup: lock cgroup_mutex in cgroup_init_subsys()
Tejun Heo
2012-11-19
*
|
cgroup: trivial cleanup for cgroup_init/load_subsys()
Tejun Heo
2012-11-19
*
|
cgroup: make CSS_* flags bit masks instead of bit positions
Tejun Heo
2012-11-19
*
|
cgroup: cgroup->dentry isn't a RCU pointer
Tejun Heo
2012-11-19
*
|
cgroup: create directory before linking while creating a new cgroup
Tejun Heo
2012-11-19
*
|
cgroup: open-code cgroup_create_dir()
Tejun Heo
2012-11-19
*
|
cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
Tejun Heo
2012-11-19
*
|
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
Tejun Heo
2012-11-19
*
|
cgroup: implement generic child / descendant walk macros
Tejun Heo
2012-11-09
*
|
cgroup: use rculist ops for cgroup->children
Tejun Heo
2012-11-09
*
|
cgroup: add cgroup_subsys->post_create()
Tejun Heo
2012-11-09
*
|
cgroup: set 'start' with the right value in cgroup_path.
Tao Ma
2012-11-08
*
|
Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8
Tejun Heo
2012-11-06
|
\
|
|
*
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
Tejun Heo
2012-10-19
[next]