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
/
include
/
linux
/
cgroup.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-05-02
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
1
-1
/
+1
2013-04-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2013-04-30
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-18
/
+152
2013-04-30
cgroup: remove css_get_next
Michal Hocko
1
-7
/
+0
2013-04-19
cgroup: fix broken file xattrs
Li Zefan
1
-3
/
+0
2013-04-16
memcg: force use_hierarchy if sane_behavior
Tejun Heo
1
-0
/
+3
2013-04-15
cgroup: remove cgrp->top_cgroup
Li Zefan
1
-1
/
+0
2013-04-15
cgroup: introduce sane_behavior mount option
Tejun Heo
1
-0
/
+43
2013-04-15
move cgroupfs_root to include/linux/cgroup.h
Tejun Heo
1
-0
/
+57
2013-04-12
Revert "cgroup: remove bind() method from cgroup_subsys."
Tejun Heo
1
-0
/
+2
2013-04-10
cgroup: implement cgroup_is_descendant()
Li Zefan
1
-0
/
+1
2013-04-10
cgroup: remove bind() method from cgroup_subsys.
Rami Rosen
1
-2
/
+0
2013-04-10
cgroup: Kill subsys.active flag
Li Zefan
1
-1
/
+0
2013-04-07
cgroup: remove cgroup_lock_is_held()
Tejun Heo
1
-4
/
+9
2013-04-07
cgroup: unexport locking interface and cgroup_attach_task()
Tejun Heo
1
-5
/
+0
2013-04-07
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
1
-0
/
+1
2013-03-20
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
1
-1
/
+2
2013-03-13
cgroup: remove cgroup_is_descendant()
Li Zefan
1
-3
/
+0
2013-03-05
cgroup: avoid accessing modular cgroup subsys structure without locking
Li Zefan
1
-3
/
+14
2013-03-04
cgroup: fix cgroup_path() vs rename() race
Li Zefan
1
-0
/
+24
2013-01-25
cgroup: remove synchronize_rcu() from cgroup_diput()
Li Zefan
1
-0
/
+1
2013-01-07
cgroup: implement cgroup_rightmost_descendant()
Tejun Heo
1
-0
/
+1
2013-01-07
cgroup: remove unused dummy cgroup_fork_callbacks()
Tejun Heo
1
-1
/
+0
2012-11-20
cgroup: remove obsolete guarantee from cgroup_task_migrate.
Tao Ma
1
-2
/
+2
2012-11-19
cgroup: add cgroup->id
Tejun Heo
1
-0
/
+2
2012-11-19
cgroup, cpuset: remove cgroup_subsys->post_clone()
Tejun Heo
1
-1
/
+0
2012-11-19
cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
Tejun Heo
1
-2
/
+4
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
1
-17
/
+18
2012-11-19
cgroup: allow ->post_create() to fail
Tejun Heo
1
-1
/
+1
2012-11-19
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
Tejun Heo
1
-0
/
+1
2012-11-19
cgroup: make CSS_* flags bit masks instead of bit positions
Tejun Heo
1
-4
/
+4
2012-11-19
cgroup: cgroup->dentry isn't a RCU pointer
Tejun Heo
1
-1
/
+1
2012-11-09
cgroup: implement generic child / descendant walk macros
Tejun Heo
1
-0
/
+94
2012-11-09
cgroup: use rculist ops for cgroup->children
Tejun Heo
1
-0
/
+1
2012-11-09
cgroup: add cgroup_subsys->post_create()
Tejun Heo
1
-0
/
+1
2012-11-05
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
Tejun Heo
1
-40
/
+1
2012-11-05
cgroup: make ->pre_destroy() return void
Tejun Heo
1
-1
/
+1
2012-11-05
cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...
Tejun Heo
1
-21
/
+0
2012-11-05
cgroup: kill CSS_REMOVED
Tejun Heo
1
-6
/
+0
2012-11-05
cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
Tejun Heo
1
-12
/
+0
2012-10-17
cgroup: cgroup_subsys->fork() should be called after the task is added to css...
Tejun Heo
1
-1
/
+0
2012-10-02
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+15
2012-09-14
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
1
-0
/
+15
2012-09-14
cgroup: Define CGROUP_SUBSYS_COUNT according the configuration
Daniel Wagner
1
-7
/
+1
2012-09-14
cgroup: Assign subsystem IDs during compile time
Daniel Wagner
1
-1
/
+1
2012-09-14
cgroup: Wrap subsystem selection macro
Daniel Wagner
1
-0
/
+4
2012-09-14
cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNT
Daniel Wagner
1
-1
/
+1
2012-08-25
cgroup: add xattr support
Aristeu Rozanski
1
-3
/
+10
[next]