-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS
90 lines (72 loc) · 2.63 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
See CONTRIBUTING.md for details of gem5's contribution process.
This file contains the keywords used in commit messages. Each keyword has one
or more maintainers. 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 keywords mostly follow the directory structure.
Individuals on the project management committee are maintainers for all of the
gem5 components (i.e., they can review any patch as the maintainer). These
individuals are required to review any patches to components without explicit
maintainers.
PMC Members (general maintainers):
Ali Saidi <[email protected]>
Andreas Hansson <[email protected]>
Andreas Sandberg <[email protected]>
Tony Gutierrez <[email protected]>
Brad Beckmann <[email protected]>
Jason Lowe-Power <[email protected]>
Nathan Binkert <[email protected]>
Steve Reinhardt <[email protected]>
arch: General architecture-specific components
Gabe Black <[email protected]>
arch-alpha:
arch-arm:
Andreas Sandberg <[email protected]>
arch-hsail:
Tony Gutierrez <[email protected]>
arch-mips:
arch-power:
arch-riscv:
Alec Roelke <[email protected]>
arch-sparc:
Gabe Black <[email protected]>
arch-x86:
Gabe Black <[email protected]>
base:
configs:
Jason Lowe-Power <[email protected]>
cpu: General changes to all CPU models (e.g., BaseCPU)
cpu-kvm:
Andreas Sandberg <[email protected]>
cpu-minor:
cpu-o3:
cpu-simple:
dev:
dev-virtio:
Andreas Sandberg <[email protected]>
ext: Components external to gem5
gpu-compute:
Tony Gutierrez <[email protected]>
mem: General memory system (e.g., XBar, Packet)
Nikos Nikoleris <[email protected]>
mem-cache: Classic caches and coherence
Nikos Nikoleris <[email protected]>
mem-garnet: Garnet subcomponent of Ruby
Tushar Krishna <[email protected]>
mem-ruby: Ruby structures and protocols
Brad Beckmann <[email protected]>
Jason Lowe-Power <[email protected]>
misc: Anything outside of the other categories
python: Python SimObject wrapping and infrastructure
Andreas Sandberg <[email protected]>
scons: Build system
sim: General simulation components
Jason Lowe-Power <[email protected]>
sim-se: Syscall emulation
Brandon Potter <[email protected]>
sim-power: Power modeling
Andreas Sandberg <[email protected]>
stats: Updates to statistics for regressions
tests: testing changes (not stats updates for tests. See stats:)
Andreas Sandberg <[email protected]>
util: