base: Teach the socket listeners how to bind to the loopback.
[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 mem: General memory system (e.g., XBar, Packet)
62 Nikos Nikoleris <nikos.nikoleris@arm.com>
63 mem-cache: Classic caches and coherence
64 Nikos Nikoleris <nikos.nikoleris@arm.com>
65 mem-garnet: Garnet subcomponent of Ruby
66 Tushar Krishna <tushar@ece.gatech.edu>
67 mem-ruby: Ruby structures and protocols
68 Brad Beckmann <brad.beckmann@amd.com>
69 Jason Lowe-Power <jason@lowepower.com>
70
71 misc: Anything outside of the other categories
72
73 python: Python SimObject wrapping and infrastructure
74 Andreas Sandberg <andreas.sandberg@arm.com>
75
76 scons: Build system
77
78 sim: General simulation components
79 Jason Lowe-Power <jason@lowepower.com>
80 sim-se: Syscall emulation
81 Brandon Potter <brandon.potter@amd.com>
82 sim-power: Power modeling
83 Andreas Sandberg <andreas.sandberg@arm.com>
84
85 stats: Updates to statistics for regressions
86
87 tests: testing changes (not stats updates for tests. See stats:)
88 Andreas Sandberg <andreas.sandberg@arm.com>
89
90 util: