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-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
2012-06-07
cgroup: remove hierarchy_mutex
Li Zefan
1
-15
/
+2
2012-04-11
cgroup: remove cgroup_subsys->populate()
Tejun Heo
1
-1
/
+0
2012-04-01
cgroup: make css->refcnt clearing on cgroup removal optional
Tejun Heo
1
-0
/
+17
2012-04-01
cgroup: use negative bias on css->refcnt to block css_tryget()
Tejun Heo
1
-8
/
+4
2012-04-01
cgroup: implement cgroup_rm_cftypes()
Tejun Heo
1
-0
/
+1
2012-04-01
cgroup: introduce struct cfent
Tejun Heo
1
-0
/
+1
2012-04-01
cgroup: remove cgroup_add_file[s]()
Tejun Heo
1
-16
/
+0
2012-04-01
cgroup: implement cgroup_add_cftypes() and friends
Tejun Heo
1
-2
/
+31
2012-04-01
cgroup: build list of all cgroups under a given cgroupfs_root
Tejun Heo
1
-0
/
+2
2012-03-22
cgroup: revert ss_id_lock to spinlock
Hugh Dickins
1
-1
/
+1
2012-02-02
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
1
-17
/
+12
2012-01-20
cgroup: move struct cgroup_pidlist out from the header file
Li Zefan
1
-32
/
+0
2012-01-20
cgroup: remove cgroup_attach_task_current_cg()
Li Zefan
1
-9
/
+0
2012-01-10
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-6
/
+25
2012-01-04
cgroup: propagate mode_t
Al Viro
1
-1
/
+1
2011-12-13
cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()
Tejun Heo
1
-3
/
+0
2011-12-13
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
1
-3
/
+25
2011-11-03
memcg: replace ss->id_lock with a rwlock
Andrew Bresticker
1
-1
/
+1
2011-07-09
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
Michal Hocko
1
-1
/
+0
2011-05-27
cgroup: remove the ns_cgroup
Daniel Lezcano
1
-3
/
+0
2011-05-27
cgroups: add per-thread subsystem callbacks
Ben Blum
1
-4
/
+6
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
[next]