CPU: Refactor read/write in the simple timing CPU.
[gem5.git] / src / mem /
2008-11-14 Gabe BlackCPU: Refactor read/write in the simple timing CPU.
2008-11-10 Nathan BinkertClean up the SimpleTimingPort class a little bit.
2008-11-10 Nathan Binkertstyle: clean up the Packet stuff
2008-11-10 Steve Reinhardtmem: Assert that requests have non-negative size.
2008-11-10 Steve ReinhardtCache: Refactor packet forwarding a bit.
2008-11-04 Lisa Hsudecouple eviction from insertion in the cache.
2008-11-04 Lisa HsuChange the findBlock(addr, lat) to accessBlock, which...
2008-11-04 Lisa Hsuget rid of all instances of readTid() and getThreadNum...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-10-23 Lisa Hsus/cpu_id/cpuId in o3 (to be consistent and match style...
2008-10-23 Lisa Hsuprobe function no longer used anywhere.
2008-10-23 Lisa Hsuremove the totally obsolete split cache
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-16 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-14 Lisa HsuThis function declaration isn't used anywhere.
2008-10-13 Gabe BlackGet rid of some commented out code.
2008-10-12 Gabe BlackCreate a message port for sending messages as apposed...
2008-10-09 Nathan Binkertmem: Add a method for setting the time on a packet.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-10-09 Nathan Binkerteventq: Major API change for the Event and EventQueue...
2008-09-26 Nathan BinkertWhen nesting if statements, use braces to avoid ambiguo...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-08-11 Nathan Binkertparams: Get rid of the remnants of the old style parame...
2008-08-03 Steve ReinhardtMake default PhysicalMemory latency slightly more reali...
2008-07-15 Steve ReinhardtUse ReadResp instead of LoadLockedResp for LoadLockedRe...
2008-07-15 Steve ReinhardtAdd missing newlines to Bus DPRINTFs.
2008-07-01 Ali SaidiRemove delVirtPort() and make getVirtPort() only return...
2008-07-01 Ali SaidiChange everything to use the cached virtPort rather...
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-06-16 Nathan Binkertphysmem: Add a null option to physical memory so it...
2008-06-16 Nathan Binkertport: Clean up default port setup and port switchover...
2008-06-15 Nathan BinkertMemReq: Add option to reset the time on a request.
2008-06-13 Steve ReinhardtAutomated merge with ssh://m5sim.org//repo/m5
2008-06-13 Steve ReinhardtGet rid of bogus bus assertion.
2008-06-13 Steve ReinhardtGet rid of bogus cache assertion.
2008-05-15 Ali SaidiMake sure that output files are always checked success...
2008-04-10 Ali SaidiSCons: add comments to SConscript documenting bug worka...
2008-04-10 Ali SaidiPhysicalMemory: Add parameter for variance in memory...
2008-04-08 Ali SaidiSCons: Manually specifying header only directories...
2008-03-25 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-03-25 Steve ReinhardtFix handling of writeback-induced writebacks in atomic...
2008-03-24 Steve ReinhardtDelete the Request for a no-response Packet
2008-03-24 Steve ReinhardtDon't FastAlloc MSHRs since we don't allocate them...
2008-03-23 Steve ReinhardtFix cache problem with writes to tempBlock
2008-03-17 Steve ReinhardtFix a few Packet memory leaks.
2008-03-17 Steve ReinhardtRestructure bus timing calcs to cope with pkt being...
2008-03-15 Steve ReinhardtFix subtle cache bug where read could return stale...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Steve ReinhardtRevamp cache timing access mshr check to make stats...
2008-02-27 Steve ReinhardtCache: better comments particularly regarding writeback...
2008-02-26 Gabe BlackBus: Fix the bus timing to be more realistic.
2008-02-16 Steve ReinhardtMake L2+ caches allocate new block for writeback misses
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-10 Steve ReinhardtFix #include lines for renamed cache files.
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...
2008-02-06 Stephen HinesMake the Event::description() a const function
2008-01-06 Geoffrey BlakeTemporary fix for ll/sc bug see flyspray task for more...
2008-01-02 Steve ReinhardtAdd ReadRespWithInvalidate to handle multi-level cohere...
2008-01-02 Steve ReinhardtMark cache-to-cache MSHRs as downstreamPending when...
2008-01-02 Steve ReinhardtDon't DPRINTF in the middle of a PrintReq.
2008-01-02 Steve ReinhardtBug fix: functional cache port now needs otherPort...
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
2008-01-02 Steve ReinhardtAdd functional PrintReq command for memory-system debug...
2008-01-02 Steve ReinhardtFix formatting and comments in cache_impl.hh
2007-11-29 Ali Saidimerge, no manual changes
2007-11-28 Gabe BlackMake ports that aren't connected to anything fail more...
2007-11-20 Gabe BlackMerge with head.
2007-11-19 Ali SaidiMemory: Cache the physical memory start and size so...
2007-11-17 Steve ReinhardtTweak check for writable block fill.
2007-11-17 Steve ReinhardtFix bug on exclusive response to ReadReq with pending...
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellbranch merge
2007-11-15 Ali SaidiCheckpointing: Name SE page table entries better so...
2007-11-14 Korey Sewellremove unnecessary debug messages I added
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-04 Ali SaidiCache: Fix for OS X 10.5 compiling.
2007-11-01 Ali SaidiDRAM: Make latency parameters be Param.Latency instead...
2007-10-31 Ali Saidino manual changes
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-26 Gabe BlackTLB: Fix serialization issues with the tlb entries...
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
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-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackMerge with head
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
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
next