index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-24
cgroups: remove node_ prefix_from ns subsystem
Cedric Le Goater
1
-1
/
+1
2008-04-30
mm: bdi: add separate writeback accounting capability
Miklos Szeredi
1
-1
/
+1
2008-04-29
cgroups: add an owner to the mm_struct
Balbir Singh
1
-0
/
+30
2008-04-29
cgroups: introduce cft->read_seq()
Serge E. Hallyn
1
-6
/
+9
2008-04-29
cgroups: remove the css_set linked-list
Li Zefan
1
-20
/
+20
2008-04-29
cgroups: simplify init_subsys()
Li Zefan
1
-26
/
+9
2008-04-29
cgroups: use a hash table for css_set finding
Li Zefan
1
-12
/
+47
2008-04-29
cgroups: add the trigger callback to struct cftype
Pavel Emelyanov
1
-0
/
+4
2008-04-29
cgroup: switch to proc_create()
Li Zefan
1
-4
/
+1
2008-04-29
cgroup: annotate cgroup_init_subsys with __init
Li Zefan
1
-1
/
+1
2008-04-29
CGroups _s64 files: add cgroups read_s64/write_s64 file methods
Paul Menage
1
-10
/
+28
2008-04-29
CGroup API files: move "releasable" to cgroup_debug subsystem
Paul Menage
1
-23
/
+0
2008-04-29
CGroup API files: add cgroup map data type
Paul Menage
1
-1
/
+52
2008-04-29
CGroup API files: strip all trailing whitespace in cgroup_write_u64
Paul Menage
1
-4
/
+1
2008-04-29
CGroup API files: rename read/write_uint methods to read_write_u64
Paul Menage
1
-16
/
+16
2008-04-29
cgroup: fix sparse warning of shadow symbol in cgroup.c
Paul Jackson
1
-5
/
+5
2008-04-29
make cgroup_enable_task_cg_lists() static
Adrian Bunk
1
-1
/
+1
2008-04-18
cgroup: fix a race condition in manipulating tsk->cg_list
Li Zefan
1
-1
/
+6
2008-04-11
cgroups: include hierarchy ids in /proc/<pid>/cgroup
Paul Menage
1
-0
/
+1
2008-04-05
cgroups: add cgroup support for enabling controllers at boot time
Paul Menage
1
-5
/
+37
2008-03-31
NULL noise: fs/*, mm/*, kernel/*
Al Viro
1
-2
/
+2
2008-03-05
cgroup: fix default notify_on_release setting
Li Zefan
1
-1
/
+3
2008-02-24
cgroup: remove dead code in cgroup_get_rootdir()
Li Zefan
1
-1
/
+0
2008-02-24
cgroup: remove duplicate code in find_css_set()
Li Zefan
1
-1
/
+0
2008-02-24
cgroup: fix subsys bitops
Li Zefan
1
-2
/
+2
2008-02-24
cgroup: fix memory leak in cgroup_get_sb()
Li Zefan
1
-1
/
+4
2008-02-24
cgroup: fix comments
Li Zefan
1
-63
/
+79
2008-02-07
Handle pid namespaces in cgroups code
Pavel Emelyanov
1
-2
/
+2
2008-02-07
hotplug cpu: move tasks in empty cpusets to parent
Cliff Wickman
1
-11
/
+11
2008-02-07
cgroups: mechanism to process each task in a cgroup
Cliff Wickman
1
-12
/
+186
2008-02-07
memory cgroup enhancements: add- pre_destroy() handler
KAMEZAWA Hiroyuki
1
-0
/
+22
2008-02-07
kernel/cgroup.c: make 2 functions static
Adrian Bunk
1
-2
/
+2
2008-02-07
cgroups: move cgroups destroy() callbacks to cgroup_diput()
Paul Menage
1
-12
/
+24
2008-02-07
cgroup simplify space stripping
Paul Jackson
1
-14
/
+3
2008-02-07
cgroup brace coding style fix
Paul Jackson
1
-10
/
+5
2008-02-07
kernel/cgroup.c: remove dead code
Adrian Bunk
1
-10
/
+8
2007-11-15
Improve cgroup printks
Diego Calleja
1
-5
/
+4
2007-10-24
cgroup: kill unused variable
Jeff Garzik
1
-1
/
+0
2007-10-19
Control groups: Replace "cont" with "cgrp" and other misc renaming
Paul Menage
1
-247
/
+247
2007-10-19
Use task_pid_nr() instead of pid_nr(task_pid())
Pavel Emelyanov
1
-1
/
+1
2007-10-19
Add cgroupstats
Balbir Singh
1
-0
/
+55
2007-10-19
Task Control Groups: automatic userspace notification of idle cgroups
Paul Menage
1
-42
/
+386
2007-10-19
Task Control Groups: shared cgroup subsystem group arrays
Paul Menage
1
-114
/
+535
2007-10-19
Task Control Groups: add procfs interface
Paul Menage
1
-3
/
+143
2007-10-19
Task Control Groups: add cgroup_clone() interface
Paul Menage
1
-0
/
+135
2007-10-19
Task Control Groups: add fork()/exit() hooks
Paul Menage
1
-0
/
+121
2007-10-19
Add cgroup write_uint() helper method
Paul Menage
1
-4
/
+38
2007-10-19
Task Control Groups: add tasks file interface
Paul Menage
1
-1
/
+358
2007-10-19
Task Control Groups: basic task cgroup framework
Paul Menage
1
-0
/
+1198