index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
cgroup.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-27
cgroups: make cftype.unregister_event() void-returning
Kirill A. Shutemov
1
-1
/
+1
2010-05-04
cgroup: Check task_lock in task_subsys_state()
Li Zefan
1
-0
/
+1
2010-03-13
cgroups: remove events before destroying subsystem state objects
Kirill A. Shutemov
1
-3
/
+0
2010-03-13
cgroup: implement eventfd-based generic API for notifications
Kirill A. Shutemov
1
-0
/
+24
2010-03-13
cgroups: subsystem module unloading
Ben Blum
1
-1
/
+3
2010-03-13
cgroups: subsystem module loading interface
Ben Blum
1
-0
/
+4
2010-03-13
cgroups: revamp subsys array
Ben Blum
1
-2
/
+8
2010-03-13
cgroup: introduce coalesce css_get() and css_put()
Daisuke Nishimura
1
-3
/
+9
2010-03-13
cgroup: introduce cancel_attach()
Daisuke Nishimura
1
-0
/
+2
2010-02-25
sched: Use lockdep-based checking on rcu_dereference()
Paul E. McKenney
1
-1
/
+4
2009-10-02
const: constify remaining file_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-24
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
Ben Blum
1
-3
/
+4
2009-09-24
cgroups: change css_set freeing mechanism to be under RCU
Ben Blum
1
-0
/
+3
2009-09-24
cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...
Ben Blum
1
-5
/
+29
2009-09-24
cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...
Ben Blum
1
-8
/
+14
2009-09-24
cgroups: revert "cgroups: fix pid namespace bug"
Paul Menage
1
-4
/
+7
2009-07-30
cgroup avoid permanent sleep at rmdir
KAMEZAWA Hiroyuki
1
-0
/
+17
2009-07-30
cgroups: fix pid namespace bug
Li Zefan
1
-7
/
+4
2009-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+4
2009-04-03
cgroups: add 'data' field to struct cgroup_scanner
Li Zefan
1
-0
/
+1
2009-04-03
memcg: fix OOM killer under memcg
KAMEZAWA Hiroyuki
1
-1
/
+1
2009-04-03
cgroups: show correct file mode
Li Zefan
1
-0
/
+5
2009-04-03
cgroup: fix frequent -EBUSY at rmdir
KAMEZAWA Hiroyuki
1
-1
/
+5
2009-04-03
cgroup: CSS ID support
KAMEZAWA Hiroyuki
1
-0
/
+50
2009-04-03
cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups
Grzegorz Nosek
1
-2
/
+2
2009-04-03
cgroups: fix cgroup.h comments
Paul Menage
1
-30
/
+41
2009-03-30
trivial: fix where cgroup documentation is not correctly referred to
Thadeu Lima de Souza Cascardo
1
-1
/
+4
2009-02-12
cgroups: fix lockdep subclasses overflow
Li Zefan
1
-0
/
+1
2009-01-30
cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()
Paul Menage
1
-0
/
+1
2009-01-08
cgroups: add css_tryget()
Paul Menage
1
-6
/
+32
2009-01-08
cgroups: add a per-subsystem hierarchy_mutex
Paul Menage
1
-1
/
+16
2009-01-08
cgroups: make cgroup_path() RCU-safe
Paul Menage
1
-1
/
+4
2009-01-08
cgroups: don't put struct cgroupfs_root protected by RCU
Lai Jiangshan
1
-1
/
+0
2009-01-07
mm: remove cgroup_mm_owner_callbacks
Hugh Dickins
1
-13
/
+1
2008-10-30
cgroups: tiny cleanups
Li Zefan
1
-4
/
+0
2008-10-20
cgroups: fix declaration of cgroup_mm_owner_callbacks
Paul Menage
1
-9
/
+6
2008-10-20
cgroups: convert tasks file to use a seq_file with shared pid array
Paul Menage
1
-0
/
+10
2008-10-20
cgroups: fix probable race with put_css_set[_taskexit] and find_css_set
Lai Jiangshan
1
-2
/
+1
2008-10-16
memrlimit: cgroup mm owner callback changes to add task info
Balbir Singh
1
-1
/
+2
2008-07-25
cgroup_clone: use pid of newly created task for new cgroup
Serge E. Hallyn
1
-1
/
+2
2008-07-25
cgroups: misc cleanups to write_string patchset
Paul Menage
1
-2
/
+2
2008-07-25
cgroup files: move the release_agent file to use typed handlers
Paul Menage
1
-0
/
+2
2008-07-25
cgroup files: add write_string cgroup control file method
Paul Menage
1
-0
/
+14
2008-07-25
cgroup files: clean up whitespace in struct cftype
Paul Menage
1
-16
/
+16
2008-04-29
cgroups: add an owner to the mm_struct
Balbir Singh
1
-0
/
+15
2008-04-29
cgroups: introduce cft->read_seq()
Serge E. Hallyn
1
-0
/
+6
2008-04-29
cgroups: remove the css_set linked-list
Li Zefan
1
-6
/
+0
2008-04-29
cgroups: use a hash table for css_set finding
Li Zefan
1
-1
/
+6
2008-04-29
cgroups: add the trigger callback to struct cftype
Pavel Emelyanov
1
-0
/
+8
2008-04-29
CGroups _s64 files: add cgroups read_s64/write_s64 file methods
Paul Menage
1
-0
/
+8
[next]