summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2009-01-30Errors: Use the correct panic/warn/fatal/info message in some places.Ali Saidi
2009-01-29Fix typoNathan Binkert
2009-01-24pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu.Nathan Binkert
2009-01-19python: Rework how things are importedNathan Binkert
2009-01-17Fix issue 326: glibc non-deterministic because it reads /procAli Saidi
2009-01-06Tracing: Make tracing aware of macro and micro ops.Gabe Black
2008-12-17Make Alpha pseudo-insts available from SE mode.Steve Reinhardt
2008-12-08eventq: Add some debugging code to the eventq.Nathan Binkert
2008-12-07imported patch aux-fix.patchLisa Hsu
2008-12-06eventq: use the flags data structureNathan Binkert
2008-12-06eventq: move virtual function definitiions to the .cc file.Nathan Binkert
2008-12-05This brings M5 closer to modernity - the kernel being advertised is newer so ...Lisa Hsu
2008-12-04This patch pulls out the auxiliary vector struct from individual ISALisa Hsu
2008-11-20Assume files w/o obvious OS are Linux (with warning)Steve Reinhardt
2008-11-15syscalls: fix latent brk/obreak bug.Steve Reinhardt
2008-11-10pseudo inst: Add rpns (read processor nanoseconds) instruction.Nathan Binkert
2008-11-10clean: Move some stuff from the hh file to the cc file.Nathan Binkert
2008-11-10python: Fix the reference counting for python events placed on the eventq.Nathan Binkert
2008-11-05Right now a single thread cpu 1 could get assigned context Id != 1, dependingLisa Hsu
2008-11-02Add in Context IDs to the simulator. From now on, cpuId is almost never used,Lisa Hsu
2008-11-02Make it so that all thread contexts are registered with the System, even inLisa Hsu
2008-11-02make BaseCPU the provider of _cpuId, and cpuId() instead of being scatteredLisa Hsu
2008-10-14eventq: revert code for unserializing events.Nathan Binkert
2008-10-12CPU: Create a microcode ROM object in the CPU which is defined by the ISA.Gabe Black
2008-10-10TLB: Make all tlbs derive from a common base class in both python and C++.Gabe Black
2008-10-10Rename the info function to inform to avoid likely name conflictsNathan Binkert
2008-10-10output: Make panic/fatal/warn more flexible so we can add some new ones.Nathan Binkert
2008-10-10gdb: add a debugging function that enters the python interpreter.Nathan Binkert
2008-10-09SimObjects: Clean up handling of C++ namespaces.Nathan Binkert
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-10-09eventq: Major API change for the Event and EventQueue structures.Nathan Binkert
2008-10-09eventq: Don't use inline friend function when a static function will do.Nathan Binkert
2008-10-09SCons: add code to provide a libm5 shared library.Nathan Binkert
2008-10-09eventq: I'm sick of the warning about MaxTick being unused.Nathan Binkert
2008-10-02Output: Verify output files are open after opening them.Ali Saidi
2008-09-29Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency.Steve Reinhardt
2008-09-19We're using the static keyword improperly in some cases.Nathan Binkert
2008-09-19Use the proper version of C++ headersNathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-08-11params: Get rid of the remnants of the old style parameter configuration stuff.Nathan Binkert
2008-08-11params: Convert the CPU objects to use the auto generated param structs.Nathan Binkert
2008-08-04Get rid of outputStream... wasn't really being usedSteve Reinhardt
2008-08-03libm5: Create a libm5 static library for embedding m5.Nathan Binkert
2008-08-03syscall: Avoid a compiler warning which turns into a bug.Nathan Binkert
2008-07-24syscall: Fix TTY emulation in fstat() user-mode simulation for fd 1 (stdout).Michael Adler
2008-07-23process: separate stderr from stdoutMichael Adler
2008-07-23syscalls: Add a bunch of missing system calls.Michael Adler
2008-07-23RemoteGDB: add an m5 command line option for setting or disabling remote gdb.Michael Adler
2008-07-11m5ops: clean up the m5ops stuff.Nathan Binkert
2008-07-11style: fix indentation and formatting of the pseudo insts.Nathan Binkert