gem5.git
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-29 Gabe BlackX86: Use the HandyM5Reg to avoid a register read and...
2012-05-28 Gabe BlackX86: Add a 32 bit hello world test binary.
2012-05-28 Gabe BlackX86: Move the GDT down to where it can be accessed...
2012-05-28 Gabe BlackX86: Truncate addresses to 32 bits except in 64 bit...
2012-05-26 Gabe BlackISA,CPU: Generalize and split out the components of...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-05-25 Gabe BlackCPU: Simplify the implementation of the decode cache.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-05-24 Andreas HanssonCache: Remove dangling doWriteback declaration
2012-05-23 Andreas HanssonPacket: Cleaning up packet command and attribute
2012-05-23 Andreas HanssonConfig: Use the attribute naming and include ports...
2012-05-23 Andreas HanssonDMA: Split the DMA device and IO device into seperate...
2012-05-23 Andreas HanssonMEM: Add a snooping DMA port subclass for table walker
2012-05-23 Andreas HanssonConfig: Exit with fatal if a port is already connected
2012-05-22 Nilay VaishX86 Regression: update stats due to cc register split
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-22 Nilay VaishX86: Split Condition Code register
2012-05-19 Marc Orrx86 ISA: Implement the sse3 haddps instruction.
2012-05-19 Gabe BlackSyscalls: warn when the length argument to mmap is...
2012-05-15 Lena OlsonMem: Fix size check when allocating physical memory
2012-05-16 Andreas HanssonConfig: Fix a typo in the se.py script for setting...
2012-05-10 Ali SaidiARM: update stats for clock frequency fix.
2012-05-10 Koan-Sin TanARM: fix the calculation of the values in the RV clocks
2012-05-10 Ali Saidistats: fix compilation of unit test.
2012-05-10 Ali Saidistats: fix bug in assert for 2d vector
2012-05-10 Chander SudanthiARM: pl011 raw interrupt fix
2012-05-10 Chander SudanthiARM: EMM board address range fix
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-05-10 Uri WienerDOT: fixed broken code for visualizing configuration...
2012-05-10 Dam SunwooARM: guard masked symbol tables by default
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 Saididev: use correct delete operation in SimpleDisk
2012-05-10 Ali SaidiARM: Fix incorrect use of not operators in arm devices
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 use after free issues
2012-05-10 Ali Saidibase: fix a invalid ?: operator
2012-05-10 Ali Saidigem5: Fix a number of incorrect case statements
2012-05-10 Ali SaidiARM: Update m5op assembly for thumb compilation.
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-05-10 Ali SaidiCache: Panic if you attempt to create a checkpoint...
2012-05-10 Pritha GhoshalIGbE: Fix writeback conditions for i8254x GbE in update...
2012-05-09 Nathan Binkertstats: update stats for no_value -> nan
2012-05-09 Nathan Binkertstats: use nan instead of no_value
2012-05-09 Andreas HanssonMEM: Add the communication monitor
2012-05-08 Steve Reinhardtscons: allow override of SWIG binary on command line
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-04 Nilay VaishRegression: Move x86 fs ruby simulation from quick...
2012-05-03 Jayneel GandhiConfig: Fix help msg for option --mem-size
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-30 Nilay VaishRegression: Stats update for X86 Ruby FS test
2012-04-29 Gabe BlackX86: Fix the IMUL_R_P_I macroop.
2012-04-29 Vince WeaverX86: Fix up the open system call's flags.
2012-04-29 Vince WeaverX86: Make gem5 ignore a bunch of syscalls.
2012-04-28 Nilay VaishGarnet: Correct computation of link utilization
2012-04-27 Nilay Vaishutil/regress: Add the missing comma in the list of...
2012-04-26 Nilay VaishRegression: Add a test for x86 timing full system ruby...
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-25 Andreas Hanssonclang/gcc: Use STL hash function for int64_t and uint64_t
2012-04-24 Gabe BlackX86: Update stats for the slightly changed TLB behavior.
2012-04-24 Gabe BlackX86: Clear out duplicate TLB entries when adding a...
2012-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2012-04-23 Steve Reinhardtscons: update minimum SWIG version to 1.3.34
2012-04-22 Gabe Blackbase: Include cassert in trie.hh.
2012-04-21 Gabe BlackX86: Report an error if there's no kernel object, don...
2012-04-17 Jayneel GandhiSE Config: Changed se.py to support multithreaded mode
2012-04-16 Jayneel GandhiConfig: Add command line options for disk image and...
2012-04-15 Gabe BlackCPU: Tidy up some formatting and a DPRINTF in the simpl...
2012-04-15 Gabe BlackX86: Fix a tiny typo in the load/store microop constructor.
2012-04-15 Gabe BlackX86: Use the AddrTrie class to implement the TLB.
2012-04-15 Gabe Blacksim: Update some comments in trie.hh that were meant...
2012-04-15 Gabe Blacksim: A trie data structure specifically to speed up...
2012-04-14 Andreas HanssonRuby: Use MasterPort base-class pointers where possible
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 HanssonRegression: Add ANSI colours to highlight test status
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-13 Steve ReinhardtSCons: restore Werror option in src/SConscript
2012-04-12 Andreas HanssonStats: Update with use of std::map for ordered iteratio...
2012-04-12 Andreas HanssonRuby: Ensure order-dependent iteration uses an ordered map
2012-04-10 Gabe Blacktests: Fix building unit tests.
2012-04-07 Brad Beckmannrubytest: remove spurious printf
2012-04-06 Brad Beckmannregress: ruby random tester and hammer stats updates
2012-04-06 Brad Beckmannruby: set SimpleTiming as the default cpu
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 Beckmannpython: added __nonzero__ function to SimObject Bool...
2012-04-06 Brad BeckmannMOESI_hammer: fixed bug with single cpu + flushes,...
2012-04-06 Brad Beckmannrubytest: seperated read and write ports.
next