CacheMemory: add allocateVoid() that is == allocate() but no return value.
[gem5.git] / src / mem /
2011-04-01 Lisa HsuCacheMemory: add allocateVoid() that is == allocate...
2011-04-01 Lisa HsuRuby: Simplify SLICC and Entry/TBE handling.
2011-04-01 Lisa HsuRuby: Add new object called WireBuffer to mimic a Wire.
2011-04-01 Lisa HsuRuby: enable multiple sequencers in one controller.
2011-04-01 Lisa HsuRuby: pass Packet->Req->contextId() to Ruby.
2011-03-31 Lisa HsuRuby: Bug in SLICC forgot semicolon at end of code.
2011-03-28 Somayeh SardashtiThis patch supports cache flushing in MOESI_hammer
2011-03-22 Nilay VaishRuby: Remove CacheMsg class from SLICC
2011-03-22 Tushar KrishnaThis patch makes garnet use the info about active and...
2011-03-22 Tushar Krishnafix garnet fleible pipeline
2011-03-22 Tushar KrishnaThis patch adds the network tester for simple and garne...
2011-03-20 Nilay VaishSLICC: Remove WakeUp* import calls from ast/__init__.py
2011-03-19 Nilay VaishRuby: Convert CacheRequestType to RubyRequestType
2011-03-19 Nilay VaishRuby: Convert AccessModeType to RubyAccessMode
2011-03-19 Brad BeckmannMOESI_hammer: minor fixes to full-bit dir
2011-03-19 Brad BeckmannRuby: dma retry fix
2011-03-19 Brad BeckmannRubyPort: minor fixes to trace flag and dprintfs
2011-03-19 Brad Beckmannruby: added useful dma progress dprintf
2011-03-19 Brad Beckmannslicc: improved invalid transition message
2011-03-19 Brad BeckmannMOESI_hammer: fixed dma bug with shared data
2011-03-19 Brad BeckmannMOESI_CMP_directory: significant dma bug fixes
2011-03-18 Nilay VaishSLICC: Remove external_type for structures
2011-03-18 Nilay VaishSLICC: Remove the keyword wake_up_dependents
2011-03-18 Nilay VaishSLICC: Remove the keyword wake_up_all_dependents
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiMem: Fix issue with dirty block being lost when entire...
2011-03-18 Lisa HsuRuby: minor bugfix, line did not adhere to some macro...
2011-03-18 Lisa HsuRuby: expose a simple mod function in slicc interface.
2011-03-11 Gabe BlackGems: Eliminate the now unused GEMS_ROOT scons variable.
2011-03-11 Gabe BlackRuby: Get rid of the dead ruby tester.
2011-03-04 Gabe BlackSCons: Clean up some inconsistent capitalization in...
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-03-01 Nilay VaishRuby: Fix DPRINTF bugs in PerfectSwitch and MessageBuffer
2011-03-01 Gabe BlackRuby: Mention that Ruby's bound checking option only...
2011-02-27 Nathan Binkertgetopt: Remove GPL code.
2011-02-25 Nilay VaishRuby: Remove store buffer
2011-02-25 Nilay VaishRuby: Remove libruby
2011-02-25 Nilay VaishRuby: Make Address.hh independent of RubySystem
2011-02-25 Nilay VaishRuby: Make DataBlock.hh independent of RubySystem
2011-02-24 Brad Beckmannruby: automate permission setting
2011-02-24 Brad BeckmannMOESI_hammer: cache probe address clean up
2011-02-24 Brad Beckmannruby: cleaned up access permission enum
2011-02-24 Brad Beckmannruby: removed unsupported protocol files
2011-02-23 Ali SaidiMem: Print out memory when access > 8 bytes
2011-02-23 Ali SaidiIncludes: Don't include isa_traits.hh and use the TheIS...
2011-02-23 Korey Sewellruby: extend dprintfs for RubyGenerated TraceFlag
2011-02-23 Korey Sewellruby: cleaning up RubyQueue and RubyNetwork dprintfs
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-19 Nilay VaishRuby: Machine Type missing in MOESI CMP directory protocol
2011-02-19 Nilay VaishRuby: clean MOESI CMP directory protocol
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Nilay VaishRuby: Improve Change PerfectSwitch's wakeup function
2011-02-12 Nilay VaishRuby: Reorder Cache Lookup in Protocol Files
2011-02-10 Brad Beckmannmerged with Ali X11 patch
2011-02-10 Brad BeckmannMOESI_hammer: fixed wakeup for SS->S transistion
2011-02-10 Brad Beckmannruby: removed duplicate make response call
2011-02-08 Nilay VaishMESI CMP: Unset TBE pointer in L2 cache controller
2011-02-07 Nilay VaishOrion: Replace printf() with fatal()
2011-02-07 Korey Sewellruby: add stdio header in SRAM.hh
2011-02-07 Brad Beckmannruby: support to stallAndWait the mandatory queue
2011-02-07 Brad Beckmannruby: minor fix to deadlock panic message
2011-02-07 Joel Hestnessgarnet: Split network power in ruby.stats
2011-02-07 Brad BeckmannMOESI_hammer: fixed dir bug counting received acks
2011-02-07 Brad Beckmannruby: numa bit fix for sparse memory
2011-02-07 Tushar KrishnaMOESI_CMP_token: removed unused message fields
2011-02-07 Brad Beckmannmem: Added support for Null data packet
2011-02-07 Brad Beckmannruby: Fix RubyPort to properly handle retrys
2011-02-07 Joel HestnessRuby: Fix to return cache block size to CPU for split...
2011-02-07 Joel HestnessRuby: Add support for locked memory accesses in X86_FS
2011-02-07 Joel HestnessRuby: Update the Ruby request type names for LL/SC
2011-02-07 Brad Beckmannruby: Assert for x86 misaligned access
2011-02-07 Brad BeckmannMOESI_hammer: Added full-bit directory support
2011-02-07 Joel HestnessMOESI_hammer: trigge queue fix.
2011-02-07 Tushar Krishnagarnet: added orion2.0 for network power calculation
2011-02-07 Tushar Krishnagarnet: separate data and ctrl VCs
2011-01-18 Nilay VaishChange interface between coherence protocols and CacheM...
2011-01-14 Nilay VaishRuby: Fixes MESI CMP directory protocol
2011-01-10 Nathan Binkertruby: get rid of ruby's Debug.hh
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-05 Nilay VaishRuby: Updates MOESI Hammer protocol
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-23 Nilay VaishPerfectCacheMemory: Add return statements to two functions.
2010-12-23 Nilay VaishThis patch removes the WARN_* and ERROR_* from src...
2010-12-09 Gabe BlackMerge.
2010-12-08 Brad Beckmannruby: remove Ruby asserts for m5.fast
2010-12-01 Nilay Vaishruby: Converted old ruby debug calls to M5 debug calls
2010-11-20 Ali SaidiSE: Fix simulating more than 4GB of RAM in SE mode
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali SaidiMem: Finish half-baked support for mmaping file in...
2010-10-18 Steve Reinhardtcache: minor SC assertion fix
2010-10-16 Gabe BlackMem: Reclaim some request flags used by MIPS for alignm...
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-09-30 Ali SaidiCPU/Cache: Fix some errors exposed by valgrind
2010-09-22 Steve Reinhardtcache: improve coherence handling of writebacks
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-09-09 Steve Reinhardtcache: fail SC when invalidated while waiting for bus
next