aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTejun Heo2014-05-13 14:49:58 -0500
committerTejun Heo2014-05-19 15:31:00 -0500
commita3e3354d56d8c121dad42ee7f63d96bf81522c0e (patch)
tree751bc18062411626d231864aa4944c7f48406351 /MAINTAINERS
parent6f4524d355a86769b65d5420a6ef47fb0bba9b72 (diff)
downloadkernel-a3e3354d56d8c121dad42ee7f63d96bf81522c0e.tar.gz
kernel-a3e3354d56d8c121dad42ee7f63d96bf81522c0e.tar.xz
kernel-a3e3354d56d8c121dad42ee7f63d96bf81522c0e.zip
cgroup: clean up MAINTAINERS entries
There are currently three cgroup related entries in MAINTAINERS. Make the following updates. * Make the names - both cgroup and cpuset - singular. We're mixing singular and plural all over the place for no good reason. * Drop containers@lists.linux-foundation.org from CGROUP. That list doesn't have much to do with cgroup per-se. * Add Documentation field to CGROUP. * Drop mm/*cgroup* from CGROUP. memcg has separate maintainers. * Prefix the controller-specific ones with "CONTROL CGROUP -" and collect cgroup related entries under the core one. * Add (MEMCG) abbreviation to MEMCG entry. * Drop Balbir Singh and KAMEZAWA Hiroyuki from memcg maintainers. It has been quite a while since both actually worked on memcg. Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS47
1 files changed, 22 insertions, 25 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e67ea2442041..7202beca3448 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2382,16 +2382,35 @@ L: netdev@vger.kernel.org
2382S: Maintained 2382S: Maintained
2383F: drivers/connector/ 2383F: drivers/connector/
2384 2384
2385CONTROL GROUPS (CGROUPS) 2385CONTROL GROUP (CGROUP)
2386M: Tejun Heo <tj@kernel.org> 2386M: Tejun Heo <tj@kernel.org>
2387M: Li Zefan <lizefan@huawei.com> 2387M: Li Zefan <lizefan@huawei.com>
2388L: containers@lists.linux-foundation.org
2389L: cgroups@vger.kernel.org 2388L: cgroups@vger.kernel.org
2390T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git 2389T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2391S: Maintained 2390S: Maintained
2391F: Documentation/cgroups/
2392F: include/linux/cgroup* 2392F: include/linux/cgroup*
2393F: kernel/cgroup* 2393F: kernel/cgroup*
2394F: mm/*cgroup* 2394
2395CONTROL GROUP - CPUSET
2396M: Li Zefan <lizefan@huawei.com>
2397L: cgroups@vger.kernel.org
2398W: http://www.bullopensource.org/cpuset/
2399W: http://oss.sgi.com/projects/cpusets/
2400T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2401S: Maintained
2402F: Documentation/cgroups/cpusets.txt
2403F: include/linux/cpuset.h
2404F: kernel/cpuset.c
2405
2406CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2407M: Johannes Weiner <hannes@cmpxchg.org>
2408M: Michal Hocko <mhocko@suse.cz>
2409L: cgroups@vger.kernel.org
2410L: linux-mm@kvack.org
2411S: Maintained
2412F: mm/memcontrol.c
2413F: mm/page_cgroup.c
2395 2414
2396CORETEMP HARDWARE MONITORING DRIVER 2415CORETEMP HARDWARE MONITORING DRIVER
2397M: Fenghua Yu <fenghua.yu@intel.com> 2416M: Fenghua Yu <fenghua.yu@intel.com>
@@ -2464,17 +2483,6 @@ M: Thomas Renninger <trenn@suse.de>
2464S: Maintained 2483S: Maintained
2465F: tools/power/cpupower/ 2484F: tools/power/cpupower/
2466 2485
2467CPUSETS
2468M: Li Zefan <lizefan@huawei.com>
2469L: cgroups@vger.kernel.org
2470W: http://www.bullopensource.org/cpuset/
2471W: http://oss.sgi.com/projects/cpusets/
2472T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2473S: Maintained
2474F: Documentation/cgroups/cpusets.txt
2475F: include/linux/cpuset.h
2476F: kernel/cpuset.c
2477
2478CRAMFS FILESYSTEM 2486CRAMFS FILESYSTEM
2479W: http://sourceforge.net/projects/cramfs/ 2487W: http://sourceforge.net/projects/cramfs/
2480S: Orphan / Obsolete 2488S: Orphan / Obsolete
@@ -5731,17 +5739,6 @@ F: include/linux/memory_hotplug.h
5731F: include/linux/vmalloc.h 5739F: include/linux/vmalloc.h
5732F: mm/ 5740F: mm/
5733 5741
5734MEMORY RESOURCE CONTROLLER
5735M: Johannes Weiner <hannes@cmpxchg.org>
5736M: Michal Hocko <mhocko@suse.cz>
5737M: Balbir Singh <bsingharora@gmail.com>
5738M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5739L: cgroups@vger.kernel.org
5740L: linux-mm@kvack.org
5741S: Maintained
5742F: mm/memcontrol.c
5743F: mm/page_cgroup.c
5744
5745MEMORY TECHNOLOGY DEVICES (MTD) 5742MEMORY TECHNOLOGY DEVICES (MTD)
5746M: David Woodhouse <dwmw2@infradead.org> 5743M: David Woodhouse <dwmw2@infradead.org>
5747M: Brian Norris <computersforpeace@gmail.com> 5744M: Brian Norris <computersforpeace@gmail.com>