Age | Commit message (Expand) | Author |
2011-04-19 | stats: rename stats so they can be used as python expressions | Nathan Binkert |
2011-04-19 | python: different import for dealing with demandimport | Nathan Binkert |
2011-04-15 | unittest: Make unit tests capable of using swig and python, convert stattest | Nathan Binkert |
2011-04-15 | python: cleanup python code so stuff doesn't automatically happen at startup | Nathan Binkert |
2011-04-15 | scons: make a flexible system for guarding source files | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | debug: create a Debug namespace | Nathan Binkert |
2011-04-15 | includes: fix up code after sorting | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-15 | region: add a utility class for keeping track of regions of some range | Nathan Binkert |
2011-04-15 | SortedDict: add functions for getting ranges of keys, values, items | Nathan Binkert |
2011-04-15 | python: figure out if the m5.internal package exists even with demandimport | Nathan Binkert |
2011-04-13 | refcnt: Update doxygen comments | Nathan Binkert |
2011-04-13 | refcnt: Inline comparison functions | Nathan Binkert |
2011-04-13 | main: separate out interact() so it can be used by other functions | Nathan Binkert |
2011-04-10 | ARM: Fix checkpoint restoration in ARM_SE. | Ali Saidi |
2011-04-10 | ARM: Get rid of some comments/todos that no longer apply. | Ali Saidi |
2011-04-06 | ruby: fixes to support more types of RubyRequests | Brad Beckmann |
2011-04-04 | ARM: Include IDE/CF controller by default in PBX model. | Ali Saidi |
2011-04-04 | ARM: Use CPU local lock before sending load to mem system. | Ali Saidi |
2011-04-04 | ARM: Fix checkpoint restoration into O3 CPU and the way O3 switchCpu works. | Ali Saidi |
2011-04-04 | ARM: Fix bug in MicroLdrNeon templates for initiateAcc(). | Ali Saidi |
2011-04-04 | ARM: Cleanup and small fixes to some NEON ops to match the spec. | William Wang |
2011-04-04 | ARM: Cleanup implementation of ITSTATE and put important code in PCState. | Ali Saidi |
2011-04-04 | ARM: Fix m5op parameters bug. | Ali Saidi |
2011-04-04 | ARM: Tag appropriate instructions as IsReturn | Ali Saidi |
2011-04-04 | ARM: Fix table walk going on while ASID changes error | Ali Saidi |
2011-04-04 | CPU: Remove references to memory copy operations | Ali Saidi |
2011-04-04 | O3: Tighten memory order violation checking to 16 bytes. | Ali Saidi |
2011-04-04 | IDE: Support x86, Alpha, and ARM use of the IDE controller. | Ali Saidi |
2011-04-04 | ARM: Fix checkpointing case where PL111 is powered off. | Ali Saidi |
2011-04-04 | ARM: Remove debugging warn that was accidently left in. | Ali Saidi |
2011-04-04 | ARM: Fix multiplication error in udelay | Ali Saidi |
2011-04-01 | hammer: fixed dma uniproc error | Brad Beckmann |
2011-03-31 | CacheMemory: add allocateVoid() that is == allocate() but no return value. | Lisa Hsu |
2011-03-31 | Ruby: Simplify SLICC and Entry/TBE handling. | Lisa Hsu |
2011-03-31 | Ruby: Add new object called WireBuffer to mimic a Wire. | Lisa Hsu |
2011-03-31 | Ruby: have the rubytester pass contextId to Ruby. | Lisa Hsu |
2011-03-31 | Ruby: enable multiple sequencers in one controller. | Lisa Hsu |
2011-03-31 | Ruby: pass Packet->Req->contextId() to Ruby. | Lisa Hsu |
2011-03-31 | Ruby: Bug in SLICC forgot semicolon at end of code. | Lisa Hsu |
2011-03-29 | sim: typecast Tick to UTick for eventQ assert | Korey Sewell |
2011-03-29 | Power: Fix compilation. | Gabe Black |
2011-03-28 | This patch supports cache flushing in MOESI_hammer | Somayeh Sardashti |
2011-03-26 | mips: cleanup ISA-specific code | Korey Sewell |
2011-03-25 | Arm: Add in a missing miscRegName. | Gabe Black |
2011-03-24 | Arm: Get rid of unused and incomplete setCp15Register and readCp15Register. | Gabe Black |
2011-03-24 | Arm: Get rid of the unused copyStringArray32 method from Arm process classes. | Gabe Black |
2011-03-24 | ISA parser: Set up op_src_decl and op_dest_decl for pc operands. | Gabe Black |
2011-03-22 | This patch fixes a build error in networktest.cc that occurs with gcc4.2 | Tushar Krishna |