Thread: Use inherited baseCpu rather than cpu in SimpleThread
[gem5.git] / src / sim /
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.
2009-10-24 Timothy M. Jonessyscall: Implementation of the times system call
2009-10-02 Gabe BlackSE mode: Make the direction anonymous mmaps move throug...
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Gabe BlackElf: Add in some new aux vector type constants.
2009-07-27 Ali SaidiARM: Detect OABI binaries and complain that they're...
2009-07-20 Derek Howermerge
2009-07-20 Gabe BlackTracing: Add accessors so tracers can get at data in...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackSPARC: Set up a lookup table for integer register flatt...
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-06-05 Nathan Binkertstyle: cleanup style
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-05 Korey Sewellmerge code
2009-05-04 Nathan Binkertscons: re-work the *Source functions to take more infor...
2009-04-25 Gabe BlackSPARC: Tighten up the clone system call and SPARCs...
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-21 Nathan Binkertpseudo: only include kernel stats if FULL_SYSTEM.
2009-04-21 Steve Reinhardtsyscall_emul: style fixes (mostly wrapping overly long...
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-21 Daniel SanchezCommit m5threads package.
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Nathan Binkertserialize: Allow floats and doubles to be serialized
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-27 Gabe BlackX86: Add a class to support 32 bit x86 linux process.
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-23 Nathan Binkertstats: cleanup static stats to make startup work.
2009-02-23 Nathan Binkertdebug: Move debug_break into src/base
2009-02-16 Lisa Hsusycalls: implement mremap() and add DATA flag for getrl...
2009-02-16 Gabe BlackX86: Make the loader recognize 32 bit x86 processes.
2009-01-31 Ali SaidiErrors: Use the correct panic/warn/fatal/info message...
2009-01-30 Nathan BinkertFix typo
2009-01-24 Nathan Binkertpseudo inst: Add new wake cpu instruction for sending...
2009-01-19 Nathan Binkertpython: Rework how things are imported
2009-01-17 Ali SaidiFix issue 326: glibc non-deterministic because it reads...
2009-01-07 Gabe BlackTracing: Make tracing aware of macro and micro ops.
2008-12-17 Steve ReinhardtMake Alpha pseudo-insts available from SE mode.
2008-12-08 Nathan Binkerteventq: Add some debugging code to the eventq.
2008-12-07 Lisa Hsuimported patch aux-fix.patch
2008-12-06 Nathan Binkerteventq: use the flags data structure
2008-12-06 Nathan Binkerteventq: move virtual function definitiions to the ...
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-05 Lisa HsuThis brings M5 closer to modernity - the kernel being...
2008-12-04 Lisa HsuThis patch pulls out the auxiliary vector struct from...
2008-11-21 Steve ReinhardtAssume files w/o obvious OS are Linux (with warning)
2008-11-15 Steve Reinhardtsyscalls: fix latent brk/obreak bug.
2008-11-10 Nathan Binkertpseudo inst: Add rpns (read processor nanoseconds)...
2008-11-10 Nathan Binkertclean: Move some stuff from the hh file to the cc file.
2008-11-10 Nathan Binkertpython: Fix the reference counting for python events...
2008-11-05 Lisa HsuRight now a single thread cpu 1 could get assigned...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa HsuMake it so that all thread contexts are registered...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-16 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-14 Nathan Binkerteventq: revert code for unserializing events.
2008-10-12 Gabe BlackCPU: Create a microcode ROM object in the CPU which...
next