Fix SConstruct for asan build
[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 Hansson <andreas.hansson@arm.com>
17 Andreas Sandberg <andreas.sandberg@arm.com>
18 Tony Gutierrez <anthony.gutierrez@amd.com>
19 Brad Beckmann <brad.beckmann@amd.com>
20 Jason Lowe-Power <jason@lowepower.com>
21 Nathan Binkert <nate@binkert.org>
22 Steve Reinhardt <stever@gmail.com>
23
24 arch: General architecture-specific components
25 Gabe Black <gabeblack@google.com>
26 arch-alpha:
27 arch-arm:
28 Andreas Sandberg <andreas.sandberg@arm.com>
29 arch-hsail:
30 Tony Gutierrez <anthony.gutierrez@amd.com>
31 arch-mips:
32 arch-power:
33 arch-riscv:
34 Alec Roelke <ar4jc@virginia.edu>
35 arch-sparc:
36 Gabe Black <gabeblack@google.com>
37 arch-x86:
38 Gabe Black <gabeblack@google.com>
39
40 base:
41
42 configs:
43 Jason Lowe-Power <jason@lowepower.com>
44
45 cpu: General changes to all CPU models (e.g., BaseCPU)
46 cpu-kvm:
47 Andreas Sandberg <andreas.sandberg@arm.com>
48 cpu-minor:
49 cpu-o3:
50 cpu-simple:
51
52 dev:
53 dev-virtio:
54 Andreas Sandberg <andreas.sandberg@arm.com>
55
56 ext: Components external to gem5
57
58 gpu-compute:
59 Tony Gutierrez <anthony.gutierrez@amd.com>
60
61 learning-gem5: The code and configs for the Learning gem5 book (see
62 learning.gem5.com)
63 Jason Lowe-Power <jason@lowepower.com>
64
65 mem: General memory system (e.g., XBar, Packet)
66 Nikos Nikoleris <nikos.nikoleris@arm.com>
67 mem-cache: Classic caches and coherence
68 Nikos Nikoleris <nikos.nikoleris@arm.com>
69 mem-garnet: Garnet subcomponent of Ruby
70 Tushar Krishna <tushar@ece.gatech.edu>
71 mem-ruby: Ruby structures and protocols
72 Brad Beckmann <brad.beckmann@amd.com>
73 Jason Lowe-Power <jason@lowepower.com>
74
75 misc: Anything outside of the other categories
76
77 python: Python SimObject wrapping and infrastructure
78 Andreas Sandberg <andreas.sandberg@arm.com>
79
80 scons: Build system
81
82 sim: General simulation components
83 Jason Lowe-Power <jason@lowepower.com>
84 sim-se: Syscall emulation
85 Brandon Potter <brandon.potter@amd.com>
86 sim-power: Power modeling
87 Andreas Sandberg <andreas.sandberg@arm.com>
88
89 stats: Updates to statistics for regressions
90
91 tests: testing changes (not stats updates for tests. See stats:)
92 Andreas Sandberg <andreas.sandberg@arm.com>
93
94 util: