mem-cache: Fix setting prefetch bit
[gem5.git] / src / mem /
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
2020-06-19 Tuan Tamem-ruby: GCN3 and VIPER integration
2020-06-18 Gabe Blackmem: fixupAddr should not panic if it fails.
2020-06-16 Gabe Blackmem: Use the new unbound port reporting mechanism in...
2020-06-16 Nikos Nikolerismem: Fix latency handling in MemDelay
2020-06-15 Tony Gutierrezgpu-compute, mem-ruby, configs: Add GCN3 ISA support...
2020-06-15 Nikos Nikolerismem: Add a header latency parameter to the XBar
2020-06-12 Gabe Blackmem-ruby: Add a missing override.
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-09 Gabe Blackarch,base,cpu,kerm,sim: Build a symbol table for object...
2020-06-09 Xianwei Zhangmem-ruby: Add codes for pure virtual functions for...
2020-06-09 Tuan Tamem-ruby: update memory interfaces to support GPU ISA
2020-06-09 Gabe Blackmem: Default the SE translating port proxy alloc method...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-08 Matthew Porembamem-ruby: Allow MachineID to be unordered key
2020-06-05 seanzwmem-ruby: Fix Prefetcher to RubyPrefetcher in StateMachine.
2020-06-04 Tommaso Marinellimem-cache: prevent prefetcher from saturating the write...
2020-06-04 Gabe Blacksim,mem,dev: Merge eventq_impl.hh into eventq.hh.
2020-06-03 Gabe Blackmisc: Make many includes explicit.
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-29 adarshpatilmem-ruby: Fix for Invalid transition in MOESI_CMP_directory
2020-05-28 Onur Kayiranmem-ruby: Generate address with masking cacheline bits
2020-05-28 Tuan Tamem-ruby: add function to check for stalled msgs of...
2020-05-28 Tuan Tamem-ruby: add slicc stm to defer enqueueing a message
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-28 Bobby R. Brucemem-ruby,misc: Fixed clang template def error
2020-05-27 Matthew Porembamem-ruby,mem-garnet: Multiple networks per RubySystem
2020-05-21 Polydoros Petrakismem-garnet: Remove extraneous loop in Router resetStats.
2020-05-21 Polydoros Petrakismem-garnet,mem-ruby: Properly reset garnet2.0 statistics.
2020-05-20 Bobby R. Brucemem-ruby: Added M5_CLASS_VAR_USED to m_id in OutputUnit
2020-05-19 Gabe Blackarch,base,cpu,sim: Statically allocate debugSymbolTable.
2020-05-19 Bobby R. Brucemisc,sim: Tagged API methods in sim/serialize.hh
2020-05-13 Mark Hildebrandmisc: Get gem5 to build with Clang 8
2020-05-12 Matthew Porembamem: Remove infinite queue between Ruby and memory
2020-05-11 Matthew Porembagpu-compute,mem-ruby: Refactor GPU coalescer
2020-05-11 Matthew Porembamem: Defer deletion of respQueue.front() in DRAMCtrl
2020-05-11 Timothy Hayesmem-ruby: MESI_Two_Level missing function compilation fix
next