Age | Commit message (Expand) | Author |
2018-01-23 | tarch, mem: Abstract the data stored in the SE page tables. | Gabe Black |
2018-01-20 | arch, mem: Make the page table lookup function return a pointer. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-07-12 | gpu-compute: Refactor some Event subclasses to lambdas | Sean Wilson |
2017-06-20 | cpu, gpu-compute: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2017-03-09 | syscall-emul: Move memState into its own file | Brandon Potter |
2017-03-07 | gpu-compute: Fix Python/C++ object hierarchy discrepancies | Andreas Sandberg |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2017-02-27 | gpu-compute: remove unnecessary member from class | Tony Gutierrez |
2017-02-27 | gpu-compute: mark functions with override if replacing virtual | Brandon Potter |
2016-11-09 | syscall_emul: [patch 10/22] refactor fdentry and add fdarray class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-12-02 | hsail: remove the panic guarding function directives | Brandon Potter |
2016-11-21 | gpu-compute: fix segfault when constructing GPUExecContext | Tony Gutierrez |
2016-11-21 | gpu-compute: init valid field of GpuTlbEntry in default ctor | Tony Gutierrez |
2016-10-26 | hsail,gpu-compute: fixes to appease clang++ | Tony Gutierrez |
2016-10-26 | gpu-compute: support in-order data delivery in GM pipe | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: pass GPUDynInstPtr to getRegisterIndex() | Tony Gutierrez |
2016-10-26 | gpu-compute: use System cache line size in the GPU | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: make the PC a byte address, not an instruction index | Tony Gutierrez |
2016-10-26 | gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WF | Tony Gutierrez |
2016-10-26 | gpu-compute: add instruction mix stats for the gpu | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: call discardFetch() from the WF | Tony Gutierrez |
2016-10-26 | hsail, gpu-compute: remove doGm/SmReturn add completeAcc | Tony Gutierrez |
2016-10-26 | gpu-compute: remove inst enums and use bit flag for attributes | Tony Gutierrez |
2016-10-26 | gpu-compute: move disassemle() implementation to GPUStaticInst | Tony Gutierrez |
2016-10-26 | gpu-compute, arch: add some methods to the base inst classes for ISA support | Tony Gutierrez |
2016-10-04 | gpu-compute: Added method to compute the actual workgroup size | Alexandru Dutu |
2016-09-16 | gpu-compute: fix typo in GPUDispatcher | Tony Gutierrez |
2016-09-16 | gpu-compute: Adding context serialization methods to Wavefront | Alexandru Dutu |
2016-09-16 | gpu-compute: Refactoring Wavefront::dynWaveId | Alexandru Dutu |
2016-09-16 | gpu-compute: Adding vector register file debug messages | Alexandru Dutu |
2016-09-16 | gpu-compute: Changing reconvergenceStack type | Alexandru Dutu |
2016-09-16 | gpu-compute: Adding ioctl for HW context size | Alexandru Dutu |
2016-09-16 | gpu-compute: Wavefront refactoring | Alexandru Dutu |
2016-09-16 | gpu-compute: Remove WFContext | Alexandru Dutu |
2016-09-13 | gpu-compute: Fix bug with return in cfg | Michael LeBeane |
2016-06-09 | gpu-compute: parametrize Wavefront size | jkalamat |
2016-06-06 | stats: Fixing regStats function for some SimObjects | David Guillen Fandos |
2016-06-03 | gpu-compute: Fixed a bug in global memory pipeline | Tuan Ta |
2016-05-16 | gpu-compute: fix bug in GPUDynInst::isScalarRegister() | Tony Gutierrez |
2016-05-06 | gpu-compute: fix spacing in GPUDynInst ctor | Tony Gutierrez |
2016-05-06 | gpu-compute: fix uninitialized member bug in GPUDynInst | Tony Gutierrez |
2016-04-07 | mem: Remove threadId from memory request class | Mitch Hayenga |
2016-03-21 | gpu-compute: remove unused variable from scoreboard check stage | jkalamat |
2016-03-17 | syscall_emul: move mmapGrowsDown() to LiveProcess | Steve Reinhardt |
2016-03-04 | base: Fix gpu-compute output stream creation | Andreas Hansson |
2016-02-18 | gpu: fix bugs with MemFence, Flat Instrs and Resource utilization | John Kalamatianos |
2016-02-17 | gpu-compute: remove brig_object.hh from hsa_object.cc | Tony Gutierrez |