diff options
author | Tejun Heo <tj@kernel.org> | 2014-05-13 15:49:58 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-05-19 16:31:00 -0400 |
commit | a3e3354d56d8c121dad42ee7f63d96bf81522c0e (patch) | |
tree | 751bc18062411626d231864aa4944c7f48406351 /MAINTAINERS | |
parent | 6f4524d355a86769b65d5420a6ef47fb0bba9b72 (diff) |
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-- | MAINTAINERS | 47 |
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 | |||
2382 | S: Maintained | 2382 | S: Maintained |
2383 | F: drivers/connector/ | 2383 | F: drivers/connector/ |
2384 | 2384 | ||
2385 | CONTROL GROUPS (CGROUPS) | 2385 | CONTROL GROUP (CGROUP) |
2386 | M: Tejun Heo <tj@kernel.org> | 2386 | M: Tejun Heo <tj@kernel.org> |
2387 | M: Li Zefan <lizefan@huawei.com> | 2387 | M: Li Zefan <lizefan@huawei.com> |
2388 | L: containers@lists.linux-foundation.org | ||
2389 | L: cgroups@vger.kernel.org | 2388 | L: cgroups@vger.kernel.org |
2390 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | 2389 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
2391 | S: Maintained | 2390 | S: Maintained |
2391 | F: Documentation/cgroups/ | ||
2392 | F: include/linux/cgroup* | 2392 | F: include/linux/cgroup* |
2393 | F: kernel/cgroup* | 2393 | F: kernel/cgroup* |
2394 | F: mm/*cgroup* | 2394 | |
2395 | CONTROL GROUP - CPUSET | ||
2396 | M: Li Zefan <lizefan@huawei.com> | ||
2397 | L: cgroups@vger.kernel.org | ||
2398 | W: http://www.bullopensource.org/cpuset/ | ||
2399 | W: http://oss.sgi.com/projects/cpusets/ | ||
2400 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | ||
2401 | S: Maintained | ||
2402 | F: Documentation/cgroups/cpusets.txt | ||
2403 | F: include/linux/cpuset.h | ||
2404 | F: kernel/cpuset.c | ||
2405 | |||
2406 | CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | ||
2407 | M: Johannes Weiner <hannes@cmpxchg.org> | ||
2408 | M: Michal Hocko <mhocko@suse.cz> | ||
2409 | L: cgroups@vger.kernel.org | ||
2410 | L: linux-mm@kvack.org | ||
2411 | S: Maintained | ||
2412 | F: mm/memcontrol.c | ||
2413 | F: mm/page_cgroup.c | ||
2395 | 2414 | ||
2396 | CORETEMP HARDWARE MONITORING DRIVER | 2415 | CORETEMP HARDWARE MONITORING DRIVER |
2397 | M: Fenghua Yu <fenghua.yu@intel.com> | 2416 | M: Fenghua Yu <fenghua.yu@intel.com> |
@@ -2464,17 +2483,6 @@ M: Thomas Renninger <trenn@suse.de> | |||
2464 | S: Maintained | 2483 | S: Maintained |
2465 | F: tools/power/cpupower/ | 2484 | F: tools/power/cpupower/ |
2466 | 2485 | ||
2467 | CPUSETS | ||
2468 | M: Li Zefan <lizefan@huawei.com> | ||
2469 | L: cgroups@vger.kernel.org | ||
2470 | W: http://www.bullopensource.org/cpuset/ | ||
2471 | W: http://oss.sgi.com/projects/cpusets/ | ||
2472 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | ||
2473 | S: Maintained | ||
2474 | F: Documentation/cgroups/cpusets.txt | ||
2475 | F: include/linux/cpuset.h | ||
2476 | F: kernel/cpuset.c | ||
2477 | |||
2478 | CRAMFS FILESYSTEM | 2486 | CRAMFS FILESYSTEM |
2479 | W: http://sourceforge.net/projects/cramfs/ | 2487 | W: http://sourceforge.net/projects/cramfs/ |
2480 | S: Orphan / Obsolete | 2488 | S: Orphan / Obsolete |
@@ -5731,17 +5739,6 @@ F: include/linux/memory_hotplug.h | |||
5731 | F: include/linux/vmalloc.h | 5739 | F: include/linux/vmalloc.h |
5732 | F: mm/ | 5740 | F: mm/ |
5733 | 5741 | ||
5734 | MEMORY RESOURCE CONTROLLER | ||
5735 | M: Johannes Weiner <hannes@cmpxchg.org> | ||
5736 | M: Michal Hocko <mhocko@suse.cz> | ||
5737 | M: Balbir Singh <bsingharora@gmail.com> | ||
5738 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> | ||
5739 | L: cgroups@vger.kernel.org | ||
5740 | L: linux-mm@kvack.org | ||
5741 | S: Maintained | ||
5742 | F: mm/memcontrol.c | ||
5743 | F: mm/page_cgroup.c | ||
5744 | |||
5745 | MEMORY TECHNOLOGY DEVICES (MTD) | 5742 | MEMORY TECHNOLOGY DEVICES (MTD) |
5746 | M: David Woodhouse <dwmw2@infradead.org> | 5743 | M: David Woodhouse <dwmw2@infradead.org> |
5747 | M: Brian Norris <computersforpeace@gmail.com> | 5744 | M: Brian Norris <computersforpeace@gmail.com> |