tests: fix the memcheck test
[gem5.git] / src / gpu-compute /
2020-04-03 Matthew Porembabase,arch-hsail: Fix GPU build
2020-03-25 Matthew Porembasim-se: Switch to new MemState API
2020-03-12 Gabe Blacksim,gpu: Make ioctl unconditionally take an address...
2020-03-07 Gabe Blackarch,cpu,gpu-compute,mem: Remove asid from Request...
2020-03-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackgpu-compute: Delete authors lists from gpu-compute...
2020-01-09 Giacomo Travaglinibase, gpu-compute: Move gpu AMOs into the generic header
2019-09-20 Jing Qugpu-compute: Fix overriden errors
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-21 Brandon Pottersim-se: change syscall function signature
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-10-17 Gabe Blackgpu-compute: Explicitly use little endian packet accessors.
2018-08-17 Brandon Potterhsail-x86: fix gpu dynamic instruction error
2018-08-17 Brandon Potterhsail-x86: fix addr_range_map error
2018-06-26 Alexandru Dutugpu-compute: Remove unneeded Request::setVirt call
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-05-30 Brandon Pottergpu-compute: use X86ISA::TlbEntry over GpuTlbEntry
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
2018-05-15 Tony Gutierrezgpu-compute: Cleanup the scheduler a bit
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-04-17 Tony Gutierrezgpu-compute: fix bad asserts in gpu tlb and cu tlb...
2018-03-22 Gabe Blackhsail: Get rid of an inert private member of StorageSpace.
2018-01-23 Gabe Blacktarch, mem: Abstract the data stored in the SE page...
2018-01-20 Gabe Blackarch, mem: Make the page table lookup function return...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-07-12 Sean Wilsongpu-compute: Refactor some Event subclasses to lambdas
2017-06-20 Sean Wilsoncpu, gpu-compute: Replace EventWrapper use with EventFu...
2017-03-09 Brandon Pottersyscall-emul: Move memState into its own file
2017-03-07 Andreas Sandberggpu-compute: Fix Python/C++ object hierarchy discrepancies
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2017-02-27 Tony Gutierrezgpu-compute: remove unnecessary member from class
2017-02-27 Brandon Pottergpu-compute: mark functions with override if replacing...
2016-11-09 Brandon Pottersyscall_emul: [patch 10/22] refactor fdentry and add...
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-12-02 Brandon Potterhsail: remove the panic guarding function directives
2016-11-21 Tony Gutierrezgpu-compute: fix segfault when constructing GPUExecContext
2016-11-21 Tony Gutierrezgpu-compute: init valid field of GpuTlbEntry in default...
2016-10-27 Tony Gutierrezhsail,gpu-compute: fixes to appease clang++
2016-10-27 Tony Gutierrezgpu-compute: support in-order data delivery in GM pipe
2016-10-27 Tony Gutierrezgpu-compute, hsail: pass GPUDynInstPtr to getRegisterIn...
2016-10-27 Tony Gutierrezgpu-compute: use System cache line size in the GPU
2016-10-27 Tony Gutierrezgpu-compute, hsail: make the PC a byte address, not...
2016-10-27 Tony Gutierrezgpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA...
2016-10-27 Tony Gutierrezgpu-compute: add instruction mix stats for the gpu
2016-10-27 Tony Gutierrezgpu-compute, hsail: call discardFetch() from the WF
2016-10-27 Tony Gutierrezhsail, gpu-compute: remove doGm/SmReturn add completeAcc
2016-10-27 Tony Gutierrezgpu-compute: remove inst enums and use bit flag for...
2016-10-27 Tony Gutierrezgpu-compute: move disassemle() implementation to GPUSta...
2016-10-27 Tony Gutierrezgpu-compute, arch: add some methods to the base inst...
2016-10-04 Alexandru Dutugpu-compute: Added method to compute the actual workgro...
2016-09-16 Tony Gutierrezgpu-compute: fix typo in GPUDispatcher
2016-09-16 Alexandru Dutugpu-compute: Adding context serialization methods to...
2016-09-16 Alexandru Dutugpu-compute: Refactoring Wavefront::dynWaveId
2016-09-16 Alexandru Dutugpu-compute: Adding vector register file debug messages
2016-09-16 Alexandru Dutugpu-compute: Changing reconvergenceStack type
2016-09-16 Alexandru Dutugpu-compute: Adding ioctl for HW context size
2016-09-16 Alexandru Dutugpu-compute: Wavefront refactoring
2016-09-16 Alexandru Dutugpu-compute: Remove WFContext
2016-09-14 Michael LeBeanegpu-compute: Fix bug with return in cfg
2016-06-09 jkalamatgpu-compute: parametrize Wavefront size
2016-06-06 David Guillen Fandosstats: Fixing regStats function for some SimObjects
2016-06-03 Tuan Tagpu-compute: Fixed a bug in global memory pipeline
2016-05-16 Tony Gutierrezgpu-compute: fix bug in GPUDynInst::isScalarRegister()
2016-05-06 Tony Gutierrezgpu-compute: fix spacing in GPUDynInst ctor
2016-05-06 Tony Gutierrezgpu-compute: fix uninitialized member bug in GPUDynInst
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-03-21 jkalamatgpu-compute: remove unused variable from scoreboard...
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-05 Andreas Hanssonbase: Fix gpu-compute output stream creation
2016-02-18 John Kalamatianosgpu: fix bugs with MemFence, Flat Instrs and Resource...
2016-02-17 Tony Gutierrezgpu-compute: remove brig_object.hh from hsa_object.cc
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model