arch-power: Refactor process initialization
[gem5.git] / src / mem /
2020-10-09 Tiago Muckmem-ruby: MessageBuffer capacity check
2020-10-08 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's status
2020-10-08 Daniel R. Carvalhomem-cache: Isolate compression bit
2020-10-08 Daniel R. Carvalhomem-cache: Isolate prefetching bit
2020-10-08 Daniel R. Carvalhomem-cache: Create a tagged entry class
2020-10-08 Daniel R. Carvalhomem-cache: Debug with blk's information instead of...
2020-10-08 Daniel R. Carvalhomem-cache: Add missing StridePrefetcher invalidation
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's srcRequestorId
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's tickInserted
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's refCount
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's task_id
2020-10-06 Daniel R. Carvalhomem-cache: Protect tag from being mishandled
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-30 Matthew Porembamem-ruby: Fixing token port responses in GPUCoalescer
2020-09-30 Giacomo Travaglinicpu: Never use a empty byteEnable
2020-09-28 Nikos Nikolerismem: Fix some reference use in range loops
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Gabe Blackbase,mem: Use the standard [[deprecated]] attribute.
2020-09-26 Gabe Blackmem: When loading an image directly in memory, use...
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Gabe Blackmem-ruby: Remove conditional includes based on THE_ISA...
2020-09-15 Gabe Blackmem: Remove #if THE_ISA in the AbstractMemory class.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Jason Lowe-Powermem-ruby: Update port names in Ruby
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-11 Srikant Bharadwajmem-garnet: Upgrade garnet version to 3.0
2020-09-11 Srikant Bharadwajmem-garnet: Allow empty vnet list for garnet network...
2020-09-11 Srikant Bharadwajmem-garnet: Fix default value of network bridge
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-09 Gabe Blackmem: Remove the unused nvm private member from NVMInter...
2020-09-08 Michael Boyermem-ruby: Check number of vnets when creating links
2020-09-08 Wendy Elsassermem: Clean up Memory Controller
2020-09-08 Wendy Elsassermem: Add NVM interface
2020-09-08 Wendy Elsassermem: Make MemCtrl a ClockedObject
2020-09-08 Wendy Elsassermem: Factor out DRAM interface
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-09-08 Timothy Hayesmem-ruby: HTM mem implementation
2020-09-08 Timothy Hayesmem: Add HTM fields to the Packet object
2020-09-07 Gabe Blackmem: Re-remove the arch/isa_traits.hh include in the...
2020-09-07 Timothy Hayesmem: Add HTM fields to Request
2020-09-04 Srikant Bharadwajmem-garnet: Separable allocator in Garnet not fair...
2020-09-04 Srikant Bharadwajmem-garnet: Add a check to see if router is already...
2020-09-04 Srikant Bharadwajmem-garnet: Flexible VCs per Vnet for each router
2020-09-04 Michael LeBeanemem-garnet: Initialize unused Credit members
2020-09-04 Srikant Bharadwajmem-garnet: Integration of HeteroGarnet
2020-09-02 Mahyar Samanimem,ext: Integrating DRAMSim3 with gem5
2020-09-02 Mahyar Samanimem,ext: Fixed DRAMSim2 Integration
2020-09-02 Timothy Hayesmem: Relax packet limit in packet queue
2020-09-02 Timothy Hayesarch, mem: Initial Hardware Transactional Memory implem...
2020-09-01 Daniel R. Carvalhomem-cache: Fix copy ellision on base compressor
2020-08-31 Sampad Mohapatramem-ruby: Change request to response in MOESI_AMD_Base...
2020-08-31 Daniel R. Carvalhomem-cache: Use cache's max CR on perfect compressor
2020-08-31 Daniel R. Carvalhomem-cache: Explicitly define threshold of BDI's sub...
2020-08-31 Daniel R. Carvalhomem-cache: Make compression size threshold a percentage
2020-08-31 Daniel R. Carvalhomem-cache: Add stats for failed compressions
2020-08-31 Daniel R. Carvalhomem-cache: Handle zero sizes on compression
2020-08-31 Daniel R. Carvalhomem-cache: Add an extra decomp lat to multi compressor
2020-08-31 Daniel R. Carvalhomem-cache: Store BDI's encoding in tags
2020-08-31 Daniel R. Carvalhomem-cache: Add encoding bits to the data of multi compr...
2020-08-31 Daniel R. Carvalhomem-cache: Standardize data parsing in compressors
2020-08-31 Daniel R. Carvalhomem-cache: Allow inheriting from DitionaryCompressor...
2020-08-31 Daniel R. Carvalhomem-cache: Upgrade Compressor::Multi's stats
2020-08-31 Daniel R. Carvalhomem-cache: Upgrade BaseDictionaryCompressor's stats
2020-08-31 Daniel R. Carvalhomem-cache: Fix RepeatedQwords compressor
2020-08-31 Daniel R. Carvalhomem-cache: Fix integer promotion of mask
2020-08-31 eavivimem: convert base prefetcher and queued to new style...
2020-08-28 Gabe Blackmisc: Clean up usage of arch/isa_traits.hh.
2020-08-26 Shivani Parekhmem: Update port terminology
2020-08-26 Emily Brickeymisc: Updated port classes & refs to remove slaveBind...
2020-08-26 Shivanimem: Deprecate SlavePort and MasterPort classes
2020-08-25 Daniel R. Carvalhomem-cache: Create Compressor namespace
2020-08-21 Gabe Blackmem: Use getGuestByteOrder in the indirect memory prefe...
2020-08-20 Gabe Blackmem: Use the System object's getGuestByteOrder in Abstr...
2020-08-18 Kyle Roartyconfigs,gpu-compute,mem-ruby: connect gmTokenPorts...
2020-08-18 Gabe Blackmisc: Rename CallbackQueue2 to CallbackQueue.
2020-08-18 Gabe Blackmisc: Make the stats callbacks use CallbackQueue2.
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-08-18 Gabe Blackmem: Use the new type of CallbackQueue in the MemBackdoor.
2020-08-17 Isaac Sánchez Barreramem-cache,python: Allow custom TLB and events in each...
2020-08-13 Pouya Fotouhimem-ruby: Fix debug prints for regular Stores
2020-08-13 Kyle Roartymem-ruby: fix races between data and DMA in MOESI_AMD_B...
2020-07-30 Ian Jiangsim: Move checkpoint parameters for ptable into seperat...
2020-07-28 Tony Gutierrezconfigs, mem: Support running VIPER with GCN3
2020-07-25 Daniel R. Carvalhomem-ruby: Use lookup function in cache
2020-07-25 Daniel R. Carvalhomem-ruby: Cleanup replacement_data usage
2020-07-24 Matthew Porembamem-ruby: Getter/setter for atomic ops in WriteMask
2020-07-20 Nikos Nikolerismem: Use beats_per_clock as the DDR data rate for DRAMPower
2020-07-17 Mahyar Samanisim: Fixed error when compiling gem5 with dramsim2.
2020-07-15 Tony Gutierrezmem-ruby: Add support for MemSync reqs in VIPER
2020-07-15 seanzwmem-ruby: Fix type casting in makeNextStrideAddress
2020-07-13 Xianwei Zhanggpu-compute: enable kernel-end WB functionality
2020-07-08 Boris Shingarovmem: Optionally share the backing store
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-07-01 Matthew Porembamem-ruby: Support device memories
2020-07-01 Hoa Nguyenmem: Fix python3 incompatibility issue in slicc's HTML...
2020-06-20 Kyle Roartymem-ruby: add cache hit/miss statistics for TCP and TCC
2020-06-19 Matt Sinclairarch-gcn3: add support for unaligned accesses
2020-06-19 Tony Gutierrezmem-ruby: Add DMA support to MOESI_AMD_Base-dir.sm
next