-
Notifications
You must be signed in to change notification settings - Fork 14
/
MAINTAINERS.yaml
336 lines (286 loc) · 7.61 KB
/
MAINTAINERS.yaml
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
# See CONTRIBUTING.md for details of gem5's contribution process.
#
# This file contains a list of gem5's subsystems and their
# maintainers. The key used to identifity a subsystem should be used
# as a tag in commit messages targetting that subsystem. At least one
# (not all) of these maintainers must review the patch before it can
# be pushed. These people will automatically be emailed when you
# upload the patch to Gerrit (https://gem5-review.googlesource.com).
# These subsystem keys mostly follow the directory structure.
#
# Maintainers have the following responsibilities:
# 1. That at least one maintainer of each subsystem reviews all
# changes to that subsystem (they will be automatically tagged and
# emailed on each new change).
# 2. They will complete your reviews in a timely manner (within a few
# business days).
# 3. They pledge to uphold gem5's community standards and its code of
# conduct by being polite and professional in their code
# reviews. See CODE-OF-CONDUCT.md.
#
#
# Entries in this file have the following format:
# key:
# desc: >-
# Optional description of the subsystem.
# status: maintained
# maintainers:
# - John Doe <[email protected]>
# - Jane Doe <[email protected]>
#
#
# The status field should have one of the following values:
# - maintained: The component has an active maintainer.
# - orphaned: The component is looking for a new owner.
pmc:
desc: >-
PMC Members (general maintainers):
status: maintained
maintainers:
- Andreas Sandberg <[email protected]>
- Brad Beckmann <[email protected]>
- David Wood <[email protected]>
- Gabe Black <[email protected]>
- Giacomo Travaglini <[email protected]>
- Jason Lowe-Power <[email protected]> (chair)
- Matt Sinclair <[email protected]>
- Tony Gutierrez <[email protected]>
- Steve Reinhardt <[email protected]>
arch:
desc: >-
General architecture-specific components
status: maintained
maintainers:
- Gabe Black <[email protected]>
arch-arm:
status: maintained
maintainers:
- Andreas Sandberg <[email protected]>
- Giacomo Travaglini <[email protected]>
arch-gcn3:
status: maintained
maintainers:
- Matt Poremba <[email protected]>
- Matt Sinclair <[email protected]>
arch-vega:
status: maintained
maintainers:
- Matt Poremba <[email protected]>
- Matt Sinclair <[email protected]>
arch-mips:
status: orphaned
arch-power:
status: maintained
maintainers:
- Boris Shingarov <[email protected]>
arch-riscv:
status: orphaned
arch-sparc:
status: maintained
maintainers:
- Gabe Black <[email protected]>
arch-x86:
status: maintained
maintainers:
- Gabe Black <[email protected]>
base:
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
- Daniel Carvalho <[email protected]>
base-stats:
status: orphaned
configs:
status: maintained
maintainers:
- Jason Lowe-Power <[email protected]>
cpu:
desc: >-
General changes to all CPU models (e.g., BaseCPU)
status: maintained
maintainers:
- Gabe Black <[email protected]>
- Jason Lowe-Power <[email protected]>
cpu-kvm:
status: maintained
maintainers:
- Andreas Sandberg <[email protected]>
cpu-minor:
status: maintained
maintainers:
- Zhengrong Wang <[email protected]>
cpu-o3:
status: orphaned
cpu-simple:
status: maintained
maintainers:
- Jason Lowe-Power <[email protected]>
- Gabe Black <[email protected]>
dev:
status: maintained
maintainers:
- Gabe Black <[email protected]>
dev-hsa:
status: maintained
maintainers:
- Matt Poremba <[email protected]>
dev-amdgpu:
status: maintained
maintainers:
- Matt Poremba <[email protected]>
dev-virtio:
status: maintained
maintainers:
- Andreas Sandberg <[email protected]>
dev-arm:
status: maintained
maintainers:
- Andreas Sandberg <[email protected]>
- Giacomo Travaglini <[email protected]>
doc:
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
ext:
desc: >-
Components external to gem5
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
- Jason Lowe-Power <[email protected]>
ext-testlib:
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
- Hoa Nguyen <[email protected]>
fastmodel:
desc: >-
Changes relating to ARM Fast Models
status: maintained
maintainers:
- Gabe Black <[email protected]>
gpu-compute:
status: maintained
maintainers:
- Matt Poremba <[email protected]>
- Matt Sinclair <[email protected]>
learning-gem5:
desc: >-
The code and configs for the Learning gem5 book
status: maintained
maintainers:
- Jason Lowe-Power <[email protected]>
stdlib:
desc: >-
The gem5 standard library found under `src/python/gem5`
status: maintained
maintainers:
- Bobby R. Bruce <[email protected]>
mem:
desc: >-
General memory system (e.g., XBar, Packet)
status: maintained
maintainers:
- Nikos Nikoleris <[email protected]>
mem-cache:
desc: >-
Classic caches and coherence
status: maintained
maintainers:
- Nikos Nikoleris <[email protected]>
- Daniel Carvalho <[email protected]>
mem-dram:
status: maintained
maintainers:
- Nikos Nikoleris <[email protected]>
mem-garnet:
desc: >-
Garnet subcomponent of Ruby
status: maintained
maintainers:
- Srikant Bharadwaj <[email protected]>
mem-ruby:
desc: >-
Ruby structures and protocols
status: maintained
maintainers:
- Jason Lowe-Power <[email protected]>
- Matt Sinclair <[email protected]>
misc:
desc: >-
Anything outside of the other categories
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
- Jason Lowe-Power <[email protected]>
python:
desc: >-
Python SimObject wrapping and infrastructure
status: maintained
maintainers:
- Andreas Sandberg <[email protected]>
- Jason Lowe-Power <[email protected]>
resources:
desc: >-
The gem5-resources repo with auxiliary resources for simulation
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
- Jason Lowe-Power <[email protected]>
scons:
desc: >-
Build system
status: maintained
maintainers:
- Gabe Black <[email protected]>
sim:
desc: >-
General simulation components
status: maintained
maintainers:
- Jason Lowe-Power <[email protected]>
sim-se:
desc: >-
Syscall emulation
status: orphaned
system-arm:
status: maintained
maintainers:
- Andreas Sandberg <[email protected]>
- Giacomo Travaglini <[email protected]>
systemc:
desc: >-
Code for the gem5 SystemC implementation and interface
status: maintained
maintainers:
- Gabe Black <[email protected]>
tests:
desc: >-
testing changes
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
util:
status: maintained
maintainers:
- Gabe Black <[email protected]>
util-docker:
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
util-m5:
status: maintained
maintainers:
- Gabe Black <[email protected]>
util-gem5art:
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
- Jason Lowe-Power <[email protected]>
website:
desc: >-
The gem5-website repo which contains the gem5.org site
status: maintained
maintainers:
- Bobby Bruce <[email protected]>
- Hoa Nguyen <[email protected]>