ARM: Implement WFE/WFI/SEV semantics.
[gem5.git] / src / sim /
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
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-17 Steve Reinhardtsim: move iterating over SimObjects into Python.
2010-08-17 Steve Reinhardtsim: make Python Root object a singleton
2010-07-22 Timothy M. JonesSyscall: Don't close the simulator's standard file...
2010-07-21 Nathan Binkertpython: Add mechanism to override code compiled into...
2010-07-06 Steve Reinhardtcheckpointing: another small overload fix
2010-07-06 Steve Reinhardtsim: fold StartupCallback into SimObject
2010-07-06 Steve Reinhardtcheckpointing: minor cleanup.
2010-07-06 Steve Reinhardtcheckpointing: fix minor bug
2010-07-06 Steve Reinhardtprocess: get rid of some unused code & vars
2010-07-06 Steve Reinhardtprocess: minor format/style cleanup
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-09 Lisa Hsuflags: add comment to avoid future deletions since...
2010-06-09 Lisa Hsuflags: Unserializing old checkpoints before the introdu...
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-06-02 Gabe BlackARM: Allow ARM processes to start in Thumb mode.
2010-06-02 Gabe BlackARM: Detect thumb mode elf images.
2010-05-06 Gabe BlackMerge.
2010-05-06 Nathan Binkertcompile: don't #include unnecessary stuff
2010-04-18 Nathan Binkertstats: make simTicks and simFreq accessible from stats.hh
2010-04-18 Nathan Binkertevent: Allow EventWrapper to take an object reference
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-04-15 Nathan Binkerteventq: move EventQueue constructor to cc file
2010-04-02 Nathan Binkerteventq: allow an implicit cast from an EventManager...
2010-04-02 Nathan Binkerteventq: Clean up some flags
2010-04-02 Nathan Binkerteventq: Make priorities just an integer instead of...
2010-03-13 Nathan Binkerteventq: rearrange a little bit so I can add some stuff
2010-03-13 Nathan Binkerteventq: remove some unused includes
2010-02-27 Nathan Binkertevents: Give EventWrapped a default name and description
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-20 Lisa Hsuutil: do checkpoint aggregation more cleanly, fix last...
2010-01-19 Derek Howermerge
2010-01-18 Lisa HsuAutomated merge with ssh://hsul@localhost:4444//repo/m5
2010-01-18 Lisa Hsu util: make a generic checkpoint aggregator that can...
2010-01-12 Lisa Hsufaults: i think these fault invocations should be panic...
2009-11-14 Ali SaidiSE: Fix SE mode OS X compilation.
2009-11-11 Gabe BlackMerge with the head.
2009-11-09 Vince Weaversyscall: missing initializer in getcwd call
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-30 Vince WeaverSysCalls: Implement truncate64 system call
2009-10-31 Gabe BlackSyscalls: Fix a warning turned error about an unused...
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-24 Timothy M. Jonessyscall: Zero out memory that already exists during...
2009-10-24 Timothy M. Jonessyscall: Fix conversion of the stat64 buffer during...
2009-10-24 Timothy M. Jonessyscall: Implementation of the ftruncate64 system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the time system call.
next