mem: Fix guest corruption when caches handle uncacheable accesses
[gem5.git] / src / mem /
2012-07-11 Brad Beckmannruby: improved DRAM reset comment
2012-07-11 Brad Beckmann# User Brad Beckmann <Brad.Beckmann@amd.com>
2012-07-11 Brad Beckmann# User Brad Beckmann <Brad.Beckmann@amd.com>
2012-07-11 Brad Beckmannimported patch jason/slicc-external-structure-fix
2012-07-11 Brad Beckmannruby: banked cache array resource model
2012-07-11 Joel Hestnessruby: tag and data cache access support
2012-07-11 Nuwan Jayasenaruby: adds reset function to Ruby memory controllers
2012-07-11 Nuwan Jayasenaruby: memory controllers now inherit from an abstract...
2012-07-11 Brad Beckmannruby: changes how Topologies are created
2012-07-09 Andreas HanssonMem: Make members relating to range and size constant
2012-07-09 Andreas HanssonPort: Hide the queue implementation in SimpleTimingPort
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
2012-07-09 Andreas HanssonBus: Make the default bus width 8 bytes instead of 64
2012-07-09 Andreas HanssonBus: Split the bus into separate request/response layers
2012-07-09 Andreas HanssonBus: Add a notion of layers to the buses
2012-07-09 Andreas HanssonBus: Replace tickNextIdle and inRetry with a state...
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-07-09 Andreas HanssonPort: Add getAddrRanges to master port (asking slave...
2012-07-09 Andreas HanssonPort: Add isSnooping to slave port (asking master port)
2012-07-09 Andreas HanssonPort: Move retry from port base class to Master/SlavePort
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-06-29 Lena OlsonCache: Fix the LRU policy for classic memory hierarchy
2012-06-29 Uri WienerBus: enable non/coherent buses sub-classes
2012-06-29 Dam SunwooMem: fix master id assertion in cache_impl.hh
2012-06-29 Matt EvansMem: Fix a livelock resulting in LLSC/locked memory...
2012-06-29 Ali SaidiCache: Only invalidate a line in the cache when an...
2012-06-07 Ali Saidimem: Delay deleting of incoming packets by one call.
2012-06-05 Dam SunwooMem: add per-master stats to physmem
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-31 Andreas HanssonBus: Split the bus into a non-coherent and coherent bus
2012-05-30 Andreas HanssonBus: Remove redundant packet parameter from isOccupied
2012-05-30 Andreas HanssonBus: Turn the PortId into a transport function parameter
2012-05-30 Andreas HanssonPacket: Unify the use of PortID in packet and port
2012-05-30 Andreas HanssonPacket: Updated comments for src and dest fields
2012-05-30 Andreas HanssonBridge: Split deferred request, response and sender...
2012-05-24 Andreas HanssonCache: Remove dangling doWriteback declaration
2012-05-23 Andreas HanssonPacket: Cleaning up packet command and attribute
2012-05-22 Nilay VaishRuby: Remove the unused src/mem/ruby/common/Driver...
2012-05-22 Nilay VaishRuby Sequencer: Schedule deadlock check event at correc...
2012-05-10 Ali Saidimem: fix bug with CopyStringOut and null string termina...
2012-05-10 Ali SaidiCache: restructure code that actually isn't a loop
2012-05-10 Ali Saidigem5: assert before indexing intro arrays to verify...
2012-05-10 Ali Saidigem5: fix some iterator use and erase bugs
2012-05-10 Ali Saidigem5: Fix a number of incorrect case statements
2012-05-10 Ali SaidiCache: Panic if you attempt to create a checkpoint...
2012-05-09 Andreas HanssonMEM: Add the communication monitor
2012-05-08 Andreas HanssonMEM: Do not forward uncacheable to bus snoopers
2012-05-04 Andreas HanssonRuby: Ensure snoop requests are sent using sendTimingSn...
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-28 Nilay VaishGarnet: Correct computation of link utilization
2012-04-25 Nilay VaishRuby: Remove extra statements from Sequencer
2012-04-25 Andreas HanssonMEM: Use base class Master/SlavePort pointers in the bus
2012-04-25 Andreas HanssonMEM: Add the PortId type and a corresponding id field...
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-12 Andreas HanssonRuby: Ensure order-dependent iteration uses an ordered map
2012-04-06 Lisa Hsuslicc: Controllers attached to Sequencers no longer...
2012-04-06 Brad Beckmannsim-ruby: checkpointing fixes and dependent eventq...
2012-04-06 Brad Beckmannslicc: fixed error message when the type has no inheritance
2012-04-06 Brad BeckmannMOESI_hammer: tbe allocation and dependent wakeup fixes
2012-04-06 Brad BeckmannMOESI_hammer: fixed bug with single cpu + flushes,...
2012-04-06 Brad Beckmannrubytest: seperated read and write ports.
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-30 Andreas HanssonMEM: Remove legacy DRAM in preparation for memory updates
2012-03-30 Andreas HanssonRuby: Remove the physMemPort and instead access memory...
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-23 Andreas HanssonRuby: Fix Set::print for 32-bit hosts
2012-03-22 Andreas HanssonMEM: Unify bus access methods and prepare for master...
2012-03-22 Andreas HanssonMEM: Split SimpleTimingPort into PacketQueue and ports
2012-03-22 Andreas HanssonScons: Remove Werror=False in SConscript files
2012-03-19 Tushar KrishnaGarnet: Stats at vnet granularity + code cleanup
2012-03-09 Ali Saidicache: Allow main memory to be at disjoint address...
2012-03-07 Marc Orrbuild scripts: Made minor modifications to reduce build...
2012-03-02 Andreas HanssonRuby: Rename RubyPort::sendTiming to avoid overriding...
2012-03-01 Ali SaidiCache: Fix an issue with LRU when bonus block is used...
2012-02-29 Andreas HanssonMEM: Make all the port proxy members const
2012-02-24 Andreas HanssonMEM: Simplify cache ports preparing for master/slave...
2012-02-24 Andreas HanssonMEM: Prepare mport for master/slave split
2012-02-24 Andreas HanssonMEM: Move all read/write blob functions from Port to...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-24 Andreas HanssonCPU: Round-two unifying instr/data CPU ports across...
2012-02-24 Andreas HanssonMEM: Fatal when no port can be found for an address
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
2012-02-12 Dam Sunwoomem: fix cache stats to use request ids correctly
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-12 Mrinmoy Ghoshprefetcher: Make prefetcher a sim object instead of...
2012-02-10 Nilay VaishRuby: Remove isTagPresent() calls from Sequencer.cc
2012-02-10 Nilay VaishMESI: Add queues for stalled requests
2012-02-09 Andreas HanssonMEM: Remove onRetryList from BusPort and rely on retryList
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Andreas HanssonMEM: Remove the otherPort from the cache ports
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-30 Andreas HanssonMEM: Make the RubyPort physMemPort a PioPort instead...
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
next