diff options
author | Fenghua Yu <fenghua.yu@intel.com> | 2016-10-28 18:04:49 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-10-30 21:10:17 -0400 |
commit | 48553d103d0b63991a08980889c6a35b3e05b5e3 (patch) | |
tree | 2539c2b632ea91e3d53d5665992114096c8b45ac | |
parent | 4f341a5e48443fcc2e2d935ca990e462c02bb1a6 (diff) |
MAINTAINERS: Add maintainer for Intel RDT resource allocation
We create five new files for Intel RDT resource allocation:
arch/x86/kernel/cpu/intel_rdt.c
arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
arch/x86/kernel/cpu/intel_rdt_schemata.c
arch/x86/include/asm/intel_rdt.h
Documentation/x86/intel_rdt_ui.txt
Fenghua Yu will maintain this code.
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Cc: "Ravi V Shankar" <ravi.v.shankar@intel.com>
Cc: "Tony Luck" <tony.luck@intel.com>
Cc: "Shaohua Li" <shli@fb.com>
Cc: "Sai Prakhya" <sai.praneeth.prakhya@intel.com>
Cc: "Peter Zijlstra" <peterz@infradead.org>
Cc: "Stephane Eranian" <eranian@google.com>
Cc: "Dave Hansen" <dave.hansen@intel.com>
Cc: "David Carrillo-Cisneros" <davidcc@google.com>
Cc: "Nilay Vaish" <nilayvaish@gmail.com>
Cc: "Vikas Shivappa" <vikas.shivappa@linux.intel.com>
Cc: "Ingo Molnar" <mingo@elte.hu>
Cc: "Borislav Petkov" <bp@suse.de>
Cc: "H. Peter Anvin" <h.peter.anvin@intel.com>
Link: http://lkml.kernel.org/r/1477692289-37412-11-git-send-email-fenghua.yu@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c44795306342..4e6a04428c2b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10107,6 +10107,14 @@ L: linux-rdma@vger.kernel.org | |||
10107 | S: Supported | 10107 | S: Supported |
10108 | F: drivers/infiniband/sw/rdmavt | 10108 | F: drivers/infiniband/sw/rdmavt |
10109 | 10109 | ||
10110 | RDT - RESOURCE ALLOCATION | ||
10111 | M: Fenghua Yu <fenghua.yu@intel.com> | ||
10112 | L: linux-kernel@vger.kernel.org | ||
10113 | S: Supported | ||
10114 | F: arch/x86/kernel/cpu/intel_rdt* | ||
10115 | F: arch/x86/include/asm/intel_rdt* | ||
10116 | F: Documentation/x86/intel_rdt* | ||
10117 | |||
10110 | READ-COPY UPDATE (RCU) | 10118 | READ-COPY UPDATE (RCU) |
10111 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 10119 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
10112 | M: Josh Triplett <josh@joshtriplett.org> | 10120 | M: Josh Triplett <josh@joshtriplett.org> |