aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kravetz <mike.kravetz@oracle.com>2018-05-25 17:47:35 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-05-25 21:12:11 -0400
commitb9ddff9b85036292f8b6d4ac37e21fc229fedea1 (patch)
tree01d3a48b192e83f63cad7fbce6ff6e7e24a02f1d
parent8f89c007b6dec16a1793cb88de88fcc02117bbbc (diff)
MAINTAINERS: change hugetlbfs maintainer and update files
The current hugetlbfs maintainer has not been active for more than a few years. I have been been active in this area for more than two years and plan to remain active in the foreseeable future. Also, update the hugetlbfs entry to include linux-mm mail list and additional hugetlbfs related files. hugetlb.c and hugetlb.h are not 100% hugetlbfs, but a majority of their content is hugetlbfs related. Link: http://lkml.kernel.org/r/20180518225236.19079-1-mike.kravetz@oracle.com Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com> Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Michal Hocko <mhocko@suse.com> Cc: Nadia Yvette Chambers <nyc@holomorphy.com> Cc: "Aneesh Kumar K . V" <aneesh.kumar@linux.vnet.ibm.com> Cc: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--MAINTAINERS8
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a9ca122957e9..89ead18184a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6503,9 +6503,15 @@ F: Documentation/networking/hinic.txt
6503F: drivers/net/ethernet/huawei/hinic/ 6503F: drivers/net/ethernet/huawei/hinic/
6504 6504
6505HUGETLB FILESYSTEM 6505HUGETLB FILESYSTEM
6506M: Nadia Yvette Chambers <nyc@holomorphy.com> 6506M: Mike Kravetz <mike.kravetz@oracle.com>
6507L: linux-mm@kvack.org
6507S: Maintained 6508S: Maintained
6508F: fs/hugetlbfs/ 6509F: fs/hugetlbfs/
6510F: mm/hugetlb.c
6511F: include/linux/hugetlb.h
6512F: Documentation/admin-guide/mm/hugetlbpage.rst
6513F: Documentation/vm/hugetlbfs_reserv.rst
6514F: Documentation/ABI/testing/sysfs-kernel-mm-hugepages
6509 6515
6510HVA ST MEDIA DRIVER 6516HVA ST MEDIA DRIVER
6511M: Jean-Christophe Trotin <jean-christophe.trotin@st.com> 6517M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>