Merge with main repository.
[gem5.git] / src / sim /
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackSE/FS: Make SE vs. FS mode a runtime parameter.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-25 Ali Saidisim: display final value of curTick in stats
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-17 Andreas HanssonMEM: Add the system port as a central access point
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-05 Nilay Vaisheventq: add a function for replacing head of the queue
2011-12-01 Ali SaidiSE: Don't warn when not extending stack as it's too...
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in sim.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-31 Gabe BlackSE/FS: Compile in system events in SE mode.
2011-10-31 Gabe BlackSystem: Push boot_cpu_frequency down into the subclasse...
2011-10-30 Gabe BlackSE/FS: Build syscall_emul.cc in FS mode.
2011-10-30 Gabe BlackSE/FS: Make the system object more consistent between...
2011-10-30 Gabe BlackSE/FS: Build the base process class in FS.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-10-20 Steve ReinhardtSimObject: add export_method* hooks to export C++ metho...
2011-10-20 Steve Reinhardtscons/swig: refactor some of the scons/SWIG code
2011-10-16 Gabe BlackSE/FS: Make some system funcs available in SE and FS.
2011-09-30 Gabe BlackSE/FS: Remove System::platform and Platform::intrFrequency.
2011-09-27 Gabe BlackFaults: Make the generic faults more consistent between...
2011-09-26 Gabe BlackSE/FS: Define a const bool FullSystem which will equal...
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-09-23 Steve Reinhardtpseudo_inst: clean up workbegin/workend functions
2011-09-19 Gabe BlackFaults: Get rid of the unused isAlignmentFault and...
2011-09-19 Gabe BlackEndianness: Make it easier to check the compiled in...
2011-09-19 Gabe BlackPseudoInst: Make all the pseudo insts available in...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
2011-09-10 Gabe BlackPseudoInst: Add compiler guards to pseudo_inst.hh.
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-09-03 Lisa HsuTLB: comments and a helpful warning.
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-23 Steve Reinhardtsim: style fixes in sim/process.hh
2011-05-23 Steve Reinhardtsyscall emul: fix Power Linux mmap constant, plus other...
2011-05-23 Steve Reinhardtsim: add some DPRINTFs for debugging unserialization
2011-05-05 Ali SaidiDebug: Add a function to cause the simulator to create...
2011-05-05 Ali SaidiCore: Add some documentation about the sim clocks.
2011-04-20 Nathan Binkertstats: rename stats so they can be used as python expre...
2011-04-15 Nathan Binkertpython: cleanup python code so stuff doesn't automatica...
2011-04-15 Nathan Binkertscons: make a flexible system for guarding source files
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertdebug: create a Debug namespace
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-29 Korey Sewellsim: typecast Tick to UTick for eventQ assert
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Chris EmmonsARM: Add minimal ARM_SE support for m5threads.
2011-03-18 Ali SaidiARM: Allow conditional quiesce instructions.
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Ali SaidiSerialization: Allow serialization of stl lists
2011-02-12 Giacomo GabrielliO3: Enhance data address translation by supporting...
2011-02-12 Ali SaidiTimesync: Make sure timesync event is setup after curTi...
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
2011-02-04 Gabe BlackFault: Forgot to refresh to grab these header guard...
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-01-31 Gabe BlackFault: Move the definition of NoFault from faults.hh...
2011-01-21 Steve Reinhardtcheckpointing: fix bug from curTick accessor conversion.
2011-01-20 Gabe BlackTimeSync: Use the new setTick and getTick functions.
2011-01-19 Gabe BlackTime: Add a mechanism to prevent M5 from running faster...
2011-01-15 Nathan Binkerttime: improve time datastructure
2011-01-10 Gabe BlackRoot: Get rid of unnecessary includes in root.cc.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-08 Steve Reinhardtstats: rename StatEvent() function to schedStatEvent().
2011-01-08 Steve Reinhardtsim: clean up CountedDrainEvent slightly.
2011-01-08 Steve Reinhardtsim: delete unused CheckSwapEvent code.
2011-01-08 Steve Reinhardtpseudoinst: get rid of mainEventQueue references.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-08 Ali SaidiARM: Support switchover with hardware table walkers
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 Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-09 Nathan Binkertinit: don't build files that centralize python and...
2010-09-09 Nathan Binkertscons: use code_formatter wherever we can in the build...
2010-08-26 Ali SaidiTracing: Fix trace so 'Predicated False' doesn't show up
2010-08-23 Gabe BlackFaults: Get rid of some commented out code in sim/fault...
2010-08-23 Min Kyu JeongCPU: Make Exec trace to print predication result (if...
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-23 Ali SaidiCompiler: Fixes for GCC 4.5.
2010-08-17 Steve Reinhardtmisc: add some AMD copyright notices
next