Param: Transition to Cycles for relevant parameters
[gem5.git] / src / mem / bus.cc
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
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: Move retry from port base class to Master/SlavePort
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-08 Andreas HanssonMEM: Do not forward uncacheable to bus snoopers
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
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-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-22 Andreas HanssonMEM: Unify bus access methods and prepare for master...
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-24 Andreas HanssonMEM: Fatal when no port can be found for an address
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 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Make the bus default port yet another port
2012-01-17 William WangMEM: Remove the functional ports from the memory system
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Remove Port removeConn and MemObject deletePortRefs
2012-01-10 Min Kyu Jeongmem: Change DPRINTF prints more useful destination...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-08-17 Steve Reinhardtbus: clean up default responder code.
2010-01-19 Derek Howermerge
2009-10-04 Steve Reinhardtbus: add assertion to catch illegal retry
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2008-07-16 Steve Reinhardtmem: use single BadAddr responder per system.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-07-15 Steve ReinhardtAdd missing newlines to Bus DPRINTFs.
2008-06-28 Steve ReinhardtAutomated merge after backout.
2008-06-28 Steve ReinhardtBacked out changeset 94a7bb476fca: caused memory leak.
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-21 Steve ReinhardtMake bus address conflict error more informative
2008-06-21 Steve ReinhardtGenerate more useful error messages for unconnected...
2008-03-17 Steve ReinhardtRestructure bus timing calcs to cope with pkt being...
2008-02-26 Gabe BlackBus: Fix the bus timing to be more realistic.
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-11 Nicolas ZeaBus: Only update port cache when there is an item to...
2008-02-06 Stephen HinesMake the Event::description() a const function
2008-01-02 Steve ReinhardtBug fix: functional cache port now needs otherPort...
2007-10-31 Ali Saidino manual changes
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-09-16 Steve Reinhardtmem: clean up bus/cache DPRINTFs a bit
2007-09-06 Gabe BlackMerge with head.
2007-09-05 Ali SaidiBus: Fix drain code; old method could return 1 in atomi...
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-27 Gabe BlackMerge with head
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-12 Ali SaidiMemorySystem: Fix the use of ?: to produce correct...
2007-08-12 Nathan Binkertmerge
2007-08-10 Ali SaidiDMA: Add IOCache and fix bus bridge to optionally only...
2007-08-10 Ali SaidiBus: Only call end() on an stl object once in a loop
2007-08-07 Gabe BlackMerge with head.
2007-08-05 Gabe BlackMerge with head.
2007-08-04 Vincentius Robbyport: Implement cache for port interfaces and ranges
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Steve Reinhardtbus: take out response prioritization (timing was messe...
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Steve Reinhardtbus: Fix default port handling.
2007-07-25 Steve ReinhardtIntegrate snoop loop functions into their respective...
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-17 Steve ReinhardtMake sure responses never get blocked.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-16 Steve ReinhardtFix up a bunch of multilevel coherence issues.
2007-07-16 Steve ReinhardtMake Bus::findPort() a little more useful.
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge of DPRINTF fixes from head.
2007-07-14 Steve ReinhardtFix & tweak DPRINTFs for tracediff w/new cache code.
2007-07-14 Steve ReinhardtMerge in .hgignore from head.
2007-07-14 Steve ReinhardtMerge with head
2007-07-02 Steve Reinhardtbus.cc:
2007-06-30 Steve ReinhardtGet rid of Packet result field. Error responses are
2007-06-29 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-28 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
next