Files
gem5/MAINTAINERS
Tony Gutierrez 15adefd7bc dev-hsa: Add HSA device and HSA packet processor
This change adds support for HSA devices, which are
DMA devices that have an HSA packet processor (HSAPP).

An HSA packet processor model is also included. The
HSAPP is a DMA device that matains AQL packet queues
and handles extraction of AQL packets, scheduling
of AQL queues, and initiates kernel launch for HSA
devices.

Because these devices directly interact with low-level
software and aid in the implementation of the HSA ABI
we also include some headers from the ROCm runtime:
the hsa.h and kfd_ioctl.h headers. These aid with
support ROCm for the HSA devices and drivers.

Change-Id: I24305e0337edc6fa555d436697b4e607a1e097d5
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28128
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
2020-04-30 15:54:38 +00:00

118 lines
3.5 KiB
Plaintext

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 <asaidi@gmail.com>
Andreas Sandberg <andreas.sandberg@arm.com>
Brad Beckmann <brad.beckmann@amd.com>
David Wood <david@cs.wisc.edu>
Gabe Black <gabeblack@google.com>
Giacomo Travaglini <giacomo.travaglini@arm.com>
Jason Lowe-Power <jason@lowepower.com> (chair)
Matt Sinclair <sinclair@cs.wisc.edu>
Tony Gutierrez <anthony.gutierrez@amd.com>
Steve Reinhardt <stever@gmail.com>
arch: General architecture-specific components
Gabe Black <gabeblack@google.com>
arch-arm:
Andreas Sandberg <andreas.sandberg@arm.com>
Giacomo Travaglini <giacomo.travaglini@arm.com>
arch-gcn3:
arch-hsail:
Tony Gutierrez <anthony.gutierrez@amd.com>
arch-mips:
arch-power:
arch-riscv:
Alec Roelke <ar4jc@virginia.edu>
arch-sparc:
Gabe Black <gabeblack@google.com>
arch-x86:
Gabe Black <gabeblack@google.com>
base:
configs:
Jason Lowe-Power <jason@lowepower.com>
cpu: General changes to all CPU models (e.g., BaseCPU)
cpu-kvm:
Andreas Sandberg <andreas.sandberg@arm.com>
cpu-minor:
cpu-o3:
cpu-simple:
dev:
dev-hsa:
Tony Gutierrez <anthony.gutierrez@amd.com>
dev-virtio:
Andreas Sandberg <andreas.sandberg@arm.com>
dev-arm:
Andreas Sandberg <andreas.sandberg@arm.com>
Giacomo Travaglini <giacomo.travaglini@arm.com>
ext: Components external to gem5
fastmodel: Changes relating to ARM Fast Models
Gabe Black <gabeblack@google.com>
gpu-compute:
Tony Gutierrez <anthony.gutierrez@amd.com>
learning-gem5: The code and configs for the Learning gem5 book (see
learning.gem5.com)
Jason Lowe-Power <jason@lowepower.com>
mem: General memory system (e.g., XBar, Packet)
Nikos Nikoleris <nikos.nikoleris@arm.com>
mem-cache: Classic caches and coherence
Nikos Nikoleris <nikos.nikoleris@arm.com>
mem-garnet: Garnet subcomponent of Ruby
Tushar Krishna <tushar@ece.gatech.edu>
mem-ruby: Ruby structures and protocols
Brad Beckmann <brad.beckmann@amd.com>
Jason Lowe-Power <jason@lowepower.com>
misc: Anything outside of the other categories
python: Python SimObject wrapping and infrastructure
Andreas Sandberg <andreas.sandberg@arm.com>
scons: Build system
Gabe Black <gabeblack@google.com>
sim: General simulation components
Jason Lowe-Power <jason@lowepower.com>
sim-se: Syscall emulation
Brandon Potter <brandon.potter@amd.com>
sim-power: Power modeling
Andreas Sandberg <andreas.sandberg@arm.com>
stats: Updates to statistics for regressions
system: System boot code and related components
system-alpha:
system-arm:
Andreas Sandberg <andreas.sandberg@arm.com>
Giacomo Travaglini <giacomo.travaglini@arm.com>
systemc: Code for the gem5 SystemC implementation and interface
Gabe Black <gabeblack@google.com>
tests: testing changes (not stats updates for tests. See stats:)
Bobby Bruce <bbruce@ucdavis.edu>
util:
Gabe Black <gabeblack@google.com>