diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-09-19 14:33:14 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-09-20 21:48:08 +0200 |
commit | 9068a427ee0beb1365a0925e8c33f338f09f5e97 (patch) | |
tree | 4f24037815cc6a6fc7bddf2eea2d33ce31e5cc65 /MAINTAINERS | |
parent | a8b3bb338e4ee4cc84a2b9a6fdf27049b84baa59 (diff) | |
download | linux-9068a427ee0beb1365a0925e8c33f338f09f5e97.tar.gz linux-9068a427ee0beb1365a0925e8c33f338f09f5e97.tar.bz2 linux-9068a427ee0beb1365a0925e8c33f338f09f5e97.zip |
MAINTAINERS: Add X86 MM entry
Dave, Andy and Peter are de facto overseing the mm parts of X86. Add an
explicit maintainers entry.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Andy Lutomirski <luto@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 140ea6ee3ac8..80a311252b04 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15943,6 +15943,15 @@ M: Borislav Petkov <bp@alien8.de> S: Maintained F: arch/x86/kernel/cpu/microcode/* +X86 MM +M: Dave Hansen <dave.hansen@linux.intel.com> +M: Andy Lutomirski <luto@kernel.org> +M: Peter Zijlstra <peterz@infradead.org> +L: linux-kernel@vger.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm +S: Maintained +F: arch/x86/mm/ + X86 PLATFORM DRIVERS M: Darren Hart <dvhart@infradead.org> M: Andy Shevchenko <andy@infradead.org> |