cpu,misc: Revert problematic terminology renames in BaseCPU
[gem5.git] / MAINTAINERS
1 See CONTRIBUTING.md for details of gem5's contribution process.
2
3 This file contains the keywords used in commit messages. Each keyword has one
4 or more maintainers. At least one (not all) of these maintainers must review
5 the patch before it can be pushed. These people will automatically be emailed
6 when you upload the patch to Gerrit (https://gem5-review.googlesource.com).
7 These keywords mostly follow the directory structure.
8
9 Individuals on the project management committee are maintainers for all of the
10 gem5 components (i.e., they can review any patch as the maintainer). These
11 individuals are required to review any patches to components without explicit
12 maintainers.
13
14 PMC Members (general maintainers):
15 Ali Saidi <asaidi@gmail.com>
16 Andreas Sandberg <andreas.sandberg@arm.com>
17 Brad Beckmann <brad.beckmann@amd.com>
18 David Wood <david@cs.wisc.edu>
19 Gabe Black <gabeblack@google.com>
20 Giacomo Travaglini <giacomo.travaglini@arm.com>
21 Jason Lowe-Power <jason@lowepower.com> (chair)
22 Matt Sinclair <sinclair@cs.wisc.edu>
23 Tony Gutierrez <anthony.gutierrez@amd.com>
24 Steve Reinhardt <stever@gmail.com>
25
26 arch: General architecture-specific components
27 Gabe Black <gabeblack@google.com>
28 arch-arm:
29 Andreas Sandberg <andreas.sandberg@arm.com>
30 Giacomo Travaglini <giacomo.travaglini@arm.com>
31 arch-gcn3:
32 Tony Gutierrez <anthony.gutierrez@amd.com>
33 arch-mips:
34 arch-power:
35 arch-riscv:
36 Alec Roelke <ar4jc@virginia.edu>
37 arch-sparc:
38 Gabe Black <gabeblack@google.com>
39 arch-x86:
40 Gabe Black <gabeblack@google.com>
41
42 base:
43
44 configs:
45 Jason Lowe-Power <jason@lowepower.com>
46
47 cpu: General changes to all CPU models (e.g., BaseCPU)
48 cpu-kvm:
49 Andreas Sandberg <andreas.sandberg@arm.com>
50 cpu-minor:
51 cpu-o3:
52 cpu-simple:
53
54 dev:
55 dev-hsa:
56 Tony Gutierrez <anthony.gutierrez@amd.com>
57 dev-virtio:
58 Andreas Sandberg <andreas.sandberg@arm.com>
59
60 dev-arm:
61 Andreas Sandberg <andreas.sandberg@arm.com>
62 Giacomo Travaglini <giacomo.travaglini@arm.com>
63
64 ext: Components external to gem5
65
66 fastmodel: Changes relating to ARM Fast Models
67 Gabe Black <gabeblack@google.com>
68
69 gpu-compute:
70 Tony Gutierrez <anthony.gutierrez@amd.com>
71
72 learning-gem5: The code and configs for the Learning gem5 book (see
73 learning.gem5.com)
74 Jason Lowe-Power <jason@lowepower.com>
75
76 mem: General memory system (e.g., XBar, Packet)
77 Nikos Nikoleris <nikos.nikoleris@arm.com>
78 mem-cache: Classic caches and coherence
79 Nikos Nikoleris <nikos.nikoleris@arm.com>
80 mem-garnet: Garnet subcomponent of Ruby
81 Tushar Krishna <tushar@ece.gatech.edu>
82 mem-ruby: Ruby structures and protocols
83 Brad Beckmann <brad.beckmann@amd.com>
84 Jason Lowe-Power <jason@lowepower.com>
85
86 misc: Anything outside of the other categories
87
88 python: Python SimObject wrapping and infrastructure
89 Andreas Sandberg <andreas.sandberg@arm.com>
90
91 scons: Build system
92 Gabe Black <gabeblack@google.com>
93
94 sim: General simulation components
95 Jason Lowe-Power <jason@lowepower.com>
96 sim-se: Syscall emulation
97 Brandon Potter <brandon.potter@amd.com>
98 sim-power: Power modeling
99 Andreas Sandberg <andreas.sandberg@arm.com>
100
101 stats: Updates to statistics for regressions
102
103 system: System boot code and related components
104 system-arm:
105 Andreas Sandberg <andreas.sandberg@arm.com>
106 Giacomo Travaglini <giacomo.travaglini@arm.com>
107
108 systemc: Code for the gem5 SystemC implementation and interface
109 Gabe Black <gabeblack@google.com>
110
111 tests: testing changes (not stats updates for tests. See stats:)
112 Bobby Bruce <bbruce@ucdavis.edu>
113
114 util:
115 Gabe Black <gabeblack@google.com>