-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS
296 lines (242 loc) · 8.13 KB
/
MAINTAINERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
List of maintainers and how to submit changes
=============================================
Please try to follow the guidelines below. This will make things
easier on the maintainers. Not all of these guidelines matter for every
trivial patch so apply some common sense.
1. Always _test_ your changes, however small, on at least 4 or
5 people, preferably many more.
2. Make sure your changes compile correctly in multiple
configurations. For example, both 32- and 64-bit x86.
3. Make a patch available to the relevant maintainer in the list. Use
'diff -u' to make the patch easy to merge. Be prepared to get your
changes sent back with seemingly silly requests about formatting
and variable names. These aren't as silly as they seem. One
job the maintainers do is to keep things looking the same.
PLEASE see http://wiki.xen.org/wiki/Submitting_Xen_Patches for
hints on how to submit a patch to xen-unstable in a suitable
form.
PLEASE try to include any credit lines you want added with the
patch. It avoids people being missed off by mistake and makes
it easier to know who wants adding and who doesn't.
PLEASE document known bugs. If it doesn't work for everything
or does something very odd once a month document it.
PLEASE remember that submissions must be made under the terms
of the "Developer's Certificate of Origin" (DCO) and should include
a Signed-off-by: line.
4. Make sure you have the right to send any changes you make. If you
do changes at work you may find your employer owns the patch
not you.
5. Happy hacking.
Stable Release Maintenance
==========================
The policy for inclusion in a Xen stable release is different to that
for inclusion in xen-unstable.
Please see http://wiki.xen.org/wiki/Xen_Maintenance_Releases for more
information.
Remember to copy the stable branch maintainer. The maintainer for this
branch is:
Jan Beulich <[email protected]>
Tools backport requests should also be copied to:
Ian Jackson <[email protected]>
Unstable Subsystem Maintainers
==============================
Descriptions of section entries:
M: Mail patches to: FullName <address@domain>
L: Mailing list that is relevant to this area
W: Web-page with status/info
T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
S: Status, one of the following:
Supported: Someone is actually paid to look after this.
Maintained: Someone actually looks after it.
Odd Fixes: It has a maintainer but they don't have time to do
much other than throw the odd patch in. See below..
Orphan: No current maintainer [but maybe you could take the
role as you write your new code].
Obsolete: Old code. Something tagged obsolete generally means
it has been replaced by a better system and you
should be using that.
F: Files and directories with wildcard patterns.
A trailing slash includes all files and subdirectory files.
F: drivers/net/ all files in and below drivers/net
F: drivers/net/* all files in drivers/net, but not below
F: */net/* all files in "any top level directory"/net
One pattern per line. Multiple F: lines acceptable.
X: Files and directories that are NOT maintained, same rules as F:
Files exclusions are tested before file matches.
Can be useful for excluding a specific subdirectory, for instance:
F: net/
X: net/ipv6/
matches all files in and below net excluding net/ipv6/
K: Keyword perl extended regex pattern to match content in a
patch or file. For instance:
K: of_get_profile
matches patches or files that contain "of_get_profile"
K: \b(printk|pr_(info|err))\b
matches patches or files that contain one or more of the words
printk, pr_info or pr_err
One regex pattern per line. Multiple K: lines acceptable.
Maintainers List (try to look for most precise areas first)
-----------------------------------
ACPI & POWER MANAGEMENT
M: Winston Wang <[email protected]>
M: Gang Wei <[email protected]>
M: Mark Langsdorf <[email protected]>
M: Jan Beulich <[email protected]>
S: Supported
F: xen/arch/x86/acpi/
F: xen/drivers/acpi/
F: xen/drivers/cpufreq/
AMD IOMMU
M: Wei Wang <[email protected]>
S: Supported
F: xen/drivers/passthrough/amd/
AMD SVM
M: Andre Przywara <[email protected]>
M: Christoph Egger <[email protected]>
M: Wei Huang <[email protected]>
S: Supported
F: xen/arch/x86/hvm/svm/
ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
M: Ian Campbell <[email protected]>
M: Stefano Stabellini <[email protected]>
M: Tim Deegan <[email protected]>
S: Supported
F: xen/arch/arm/
F: xen/include/asm-arm/
CPU POOLS
M: Juergen Gross <[email protected]>
S: Supported
F: xen/common/cpupool.c
DEVICE TREE
M: David Vrabel <[email protected]>
S: Supported
F: xen/common/libfdt/
F: xen/common/device_tree.c
F: xen/include/xen/libfdt/
F: xen/include/xen/device_tree.h
EFI
M: Jan Beulich <[email protected]>
S: Supported
F: xen/arch/x86/efi/
F: xen/include/efi/
F: xen/include/asm-x86/efi*.h
F: xen/include/asm-x86/x86_*/efi*.h
GDBSX DEBUGGER
M: Mukesh Rathor <[email protected]>
S: Supported
F: xen/arch/x86/debug.c
F: tools/debugger/gdbsx/
KDD DEBUGGER
M: Tim Deegan <[email protected]>
S: Supported
F: tools/debugger/kdd/
INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
M: Joseph Cihula <[email protected]>
M: Gang Wei <[email protected]>
M: Shane Wang <[email protected]>
S: Supported
F: xen/arch/x86/tboot.c
F: xen/include/asm-x86/tboot.h
INTEL(R) VT FOR DIRECTED I/O (VT-D)
M: Xiantao Zhang <[email protected]>
S: Supported
F: xen/drivers/passthrough/vtd/
INTEL(R) VT FOR X86 (VT-X)
M: Jun Nakajima <[email protected]>
M: Eddie Dong <[email protected]>
S: Supported
F: xen/arch/x86/hvm/vmx/
F: xen/arch/x86/mm/hap/p2m-ept.c
F: xen/include/asm-x86/hvm/vmx/
LINUX (PV_OPS)
M: Jeremy Fitzhardinge <[email protected]>
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
LINUX (XCP)
M: Ian Campbell <[email protected]>
S: Supported
T: hg http://xenbits.xen.org/XCP/linux-2.6.*.pq.hg
MACHINE CHECK (MCA) & RAS
M: Christoph Egger <[email protected]>
M: Yunhong Jiang <[email protected]>
S: Supported
F: xen/arch/x86/cpu/mcheck/
MINI-OS
M: Stefano Stabellini <[email protected]>
S: Supported
F: extras/mini-os/
QEMU-DM
M: Ian Jackson <[email protected]>
S: Supported
T: git git://xenbits.xen.org/qemu-xen-*.git
QEMU UPSTREAM
M: Stefano Stabellini <[email protected]>
S: Supported
T: git git://xenbits.xen.org/qemu-upstream-*.git
REMUS
M: Shriram Rajagopalan <[email protected]>
S: Maintained
F: tools/remus/
F: tools/python/xen/remus/
F: tools/python/xen/lowlevel/checkpoint/
F: tools/blktap2/drivers/block-remus.c
F: tools/blktap2/drivers/hashtable*
SCHEDULING
M: George Dunlap <[email protected]>
S: Supported
F: xen/common/sched*
SEABIOS UPSTREAM
M: Ian Campbell <[email protected]>
S: Supported
T: git git://xenbits.xen.org/seabios.git
STUB DOMAINS
M: Stefano Stabellini <[email protected]>
S: Supported
F: stubdom/
TOOLSTACK
M: Ian Jackson <[email protected]>
M: Stefano Stabellini <[email protected]>
M: Ian Campbell <[email protected]>
S: Supported
F: tools/
TRANSCENDENT MEMORY (TMEM)
M: Dan Magenheimer <[email protected]>
W: http://oss.oracle.com/projects/tmem
S: Supported
F: xen/common/tmem*
F: xen/include/xen/tmem*
F: docs/misc/tmem*
UNMODIFIED LINUX PV DRIVERS
M: Keir Fraser <[email protected]>
M: Jan Beulich <[email protected]>
S: Obsolete
F: unmodified_drivers/linux-2.6/
USB PV DRIVERS
M: Noboru Iwamatsu <[email protected]>
S: Supported
T: hg http://xenbits.xen.org/linux-2.6.18-xen.hg
F: drivers/xen/usb*/
X86 ARCHITECTURE
M: Keir Fraser <[email protected]>
M: Jan Beulich <[email protected]>
S: Supported
F: xen/arch/x86/
F: xen/include/asm-x86/
X86 MEMORY MANAGEMENT
M: Tim Deegan <[email protected]>
S: Supported
F: xen/arch/x86/mm/
XENTRACE
M: George Dunlap <[email protected]>
S: Supported
F: tools/xentrace/
F: xen/common/trace.c
THE REST
M: Keir Fraser <[email protected]>
S: Supported
F: *
F: */