- 5365c18 arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. by Gabe Black · 6 years ago
- dd8a769 sim-se: change syscall function signature by Brandon Potter · 6 years ago
- 972c38b arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. by Gabe Black · 6 years ago
- cdcc55a mem: Minimize the use of MemObject. by Gabe Black · 6 years ago
- d3d2483 arch, cpu, dev, gpu, mem, sim, python: start using getPort. by Gabe Black · 6 years ago
- ef71a98 python: Don't assume SimObjects live in the global namespace by Andreas Sandberg · 6 years ago
- cf0f625 cpu: dev: sim: gpu-compute: Banish some ISA specific register types. by Gabe Black · 6 years ago
- 12311c5 arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. by Gabe Black · 6 years ago
- 095d7fb gpu-compute: Explicitly use little endian packet accessors. by Gabe Black · 6 years ago
- 28d65f8 hsail-x86: fix gpu dynamic instruction error by Brandon Potter · 6 years ago
- c560756 hsail-x86: fix addr_range_map error by Brandon Potter · 6 years ago
- 90d4480 gpu-compute: Remove unneeded Request::setVirt call by Alexandru Dutu · 7 years ago
- f54020e misc: Using smart pointers for memory Requests by Giacomo Travaglini · 7 years ago
- 2113b21 misc: Substitute pointer to Request with aliased RequestPtr by Giacomo Travaglini · 7 years ago
- b9f8a54 gpu-compute: use X86ISA::TlbEntry over GpuTlbEntry by Brandon Potter · 7 years ago
- abb21ba style: fix amd license and style issues by Tony Gutierrez · 7 years ago
- 7c46a8e gpu-compute: Cleanup the scheduler a bit by Tony Gutierrez · 7 years ago
- 5187a24 sim,cpu,mem,arch: Introduced MasterInfo data structure by Giacomo Travaglini · 7 years ago
- e3dd3c7 gpu-compute: fix bad asserts in gpu tlb and cu tlb port by Tony Gutierrez · 7 years ago
- e09a581 hsail: Get rid of an inert private member of StorageSpace. by Gabe Black · 7 years ago
- a4e7227 tarch, mem: Abstract the data stored in the SE page tables. by Gabe Black · 7 years ago
- 2a15bfd arch, mem: Make the page table lookup function return a pointer. by Gabe Black · 7 years ago
- 1088f0c misc: Rename misc.(hh|cc) to logging.(hh|cc) by Gabe Black · 7 years ago
- 741261f gpu-compute: Refactor some Event subclasses to lambdas by Sean Wilson · 8 years ago
- ebe5f0d cpu, gpu-compute: Replace EventWrapper use with EventFunctionWrapper by Sean Wilson · 8 years ago
- 43418e7 syscall-emul: Move memState into its own file by Brandon Potter · 8 years ago
- b043dcf gpu-compute: Fix Python/C++ object hierarchy discrepancies by Andreas Sandberg · 8 years ago
- 2367198 syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations by Brandon Potter · 8 years ago
- 8602aea gpu-compute: remove unnecessary member from class by Tony Gutierrez · 8 years ago
- 833fb10 gpu-compute: mark functions with override if replacing virtual by Brandon Potter · 8 years ago
- d3d983c syscall_emul: [patch 10/22] refactor fdentry and add fdarray class by Brandon Potter · 8 years ago
- 3886c4a syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead by Brandon Potter · 8 years ago
- a928a43 style: [patch 3/22] reduce include dependencies in some headers by Brandon Potter · 8 years ago
- 35ba103 hsail: remove the panic guarding function directives by Brandon Potter · 8 years ago
- 14deacf gpu-compute: fix segfault when constructing GPUExecContext by Tony Gutierrez · 8 years ago
- a0d4019 gpu-compute: init valid field of GpuTlbEntry in default ctor by Tony Gutierrez · 8 years ago
- 74249f8 hsail,gpu-compute: fixes to appease clang++ by Tony Gutierrez · 8 years ago
- de72e36 gpu-compute: support in-order data delivery in GM pipe by Tony Gutierrez · 8 years ago
- b63eb13 gpu-compute, hsail: pass GPUDynInstPtr to getRegisterIndex() by Tony Gutierrez · 8 years ago
- aa73642 gpu-compute: use System cache line size in the GPU by Tony Gutierrez · 8 years ago
- 844fb84 gpu-compute, hsail: make the PC a byte address, not an instruction index by Tony Gutierrez · 8 years ago
- d327cdb gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WF by Tony Gutierrez · 8 years ago
- 98d8a70 gpu-compute: add instruction mix stats for the gpu by Tony Gutierrez · 8 years ago
- c7a79c9 gpu-compute, hsail: call discardFetch() from the WF by Tony Gutierrez · 8 years ago
- 00a6346 hsail, gpu-compute: remove doGm/SmReturn add completeAcc by Tony Gutierrez · 8 years ago
- 7ac3884 gpu-compute: remove inst enums and use bit flag for attributes by Tony Gutierrez · 8 years ago
- e1ad803 gpu-compute: move disassemle() implementation to GPUStaticInst by Tony Gutierrez · 8 years ago
- 0a6cdff gpu-compute, arch: add some methods to the base inst classes for ISA support by Tony Gutierrez · 8 years ago
- c8cf71f gpu-compute: Added method to compute the actual workgroup size by Alexandru Dutu · 8 years ago
- 84f9747 gpu-compute: fix typo in GPUDispatcher by Tony Gutierrez · 8 years ago
- bd65ec0 gpu-compute: Adding context serialization methods to Wavefront by Alexandru Dutu · 8 years ago
- e9b14d5 gpu-compute: Refactoring Wavefront::dynWaveId by Alexandru Dutu · 8 years ago
- 498d0e6 gpu-compute: Adding vector register file debug messages by Alexandru Dutu · 8 years ago
- 7918376 gpu-compute: Changing reconvergenceStack type by Alexandru Dutu · 8 years ago
- d5c8c5d gpu-compute: Adding ioctl for HW context size by Alexandru Dutu · 8 years ago
- 589e13a gpu-compute: Wavefront refactoring by Alexandru Dutu · 8 years ago
- e9fe1b8 gpu-compute: Remove WFContext by Alexandru Dutu · 8 years ago
- 6a668d0 gpu-compute: Fix bug with return in cfg by Michael LeBeane · 8 years ago
- 3724fb1 gpu-compute: parametrize Wavefront size by jkalamat · 9 years ago
- 70798b1 stats: Fixing regStats function for some SimObjects by David Guillen Fandos · 9 years ago
- b6d20c2 gpu-compute: Fixed a bug in global memory pipeline by Tuan Ta · 9 years ago
- 7dad437 gpu-compute: fix bug in GPUDynInst::isScalarRegister() by Tony Gutierrez · 9 years ago
- bb83fa2 gpu-compute: fix spacing in GPUDynInst ctor by Tony Gutierrez · 9 years ago
- 4f3139e gpu-compute: fix uninitialized member bug in GPUDynInst by Tony Gutierrez · 9 years ago
- c75ff71 mem: Remove threadId from memory request class by Mitch Hayenga · 9 years ago
- 1ab75c3 gpu-compute: remove unused variable from scoreboard check stage by jkalamat · 9 years ago
- f6cd7a4 syscall_emul: move mmapGrowsDown() to LiveProcess by Steve Reinhardt · 9 years ago
- 8faeec4 base: Fix gpu-compute output stream creation by Andreas Hansson · 9 years ago
- a28a234 gpu: fix bugs with MemFence, Flat Instrs and Resource utilization by John Kalamatianos · 9 years ago
- 9a0f1be gpu-compute: remove brig_object.hh from hsa_object.cc by Tony Gutierrez · 9 years ago
- 1a7d3f9 gpu-compute: AMD's baseline GPU model by Tony Gutierrez · 9 years ago