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