summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-25X86: Add fake devices for non-existant serial ports.Gabe Black
2009-01-25X86: Implement the xadd instruction.Gabe Black
2009-01-25X86: Implement the bswap instruction.Gabe Black
2009-01-25Dev: Make the RTC device ignore writes to a read only bit.Gabe Black
2009-01-25X86: Fix a bug in the iret microcode.Gabe Black
2009-01-25X86: Make the interrupt object wake up the CPU when something becomes pending.Gabe Black
2009-01-25CPU: Add a setCPU function to the interrupt objects.Gabe Black
2009-01-25Devices: Make the destructor virtual on the CopyEnginChannel object.Gabe Black
2009-01-24pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu.Nathan Binkert
2009-01-24cpu: provide a wakeup mechanism that can be used to pull CPUs out of sleep.Nathan Binkert
2009-01-23Trace: Add DPRINTFS macro that takes parameter to call name() for trace print...Ali Saidi
2009-01-23IGbE: Fix two e1000 driver bugs that I missed before.Ali Saidi
2009-01-21o3cpu: give a name to the activity recorder for better tracingNathan Binkert
2009-01-19thread_context: move getSystemPtr so SE mode can get to it.Nathan Binkert
2009-01-19python: add fatal() function to the m5 package and use itNathan Binkert
2009-01-19python: Try to isolate the stuff that's in the m5.internal package a bit more.Nathan Binkert
2009-01-19tracing: Add help strings for some of the trace flagsNathan Binkert
2009-01-19tracing: panic() if people try to use tracing, but TRACING_ON is not set.Nathan Binkert
2009-01-19python: Rework how things are importedNathan Binkert
2009-01-19scons: Don't add all objects to the library twiceNathan Binkert
2009-01-17Stats: Update parser statistics for Linux special files update (parser runs s...Ali Saidi
2009-01-17Fix issue 326: glibc non-deterministic because it reads /procAli Saidi
2009-01-17CopyEngine: Implement a I/OAT-like copy engine.Ali Saidi
2009-01-13SCons: centralize the Dir() workaround for newer versions of scons.Nathan Binkert
2009-01-13Fix style hook for Mercurial >= 1.1Ali Saidi
2009-01-11This fix addresses an ill formed if statement that failsRichard Strong
2009-01-07X86: Set up support for adding m5 pseudo insts to a binary.Gabe Black
2009-01-06X86: Hook in the M5 pseudo insts.Gabe Black
2009-01-06X86: Autogenerate macroop generateDisassemble function.Gabe Black
2009-01-06X86: Move the function that prints memory args into the inst base class.Gabe Black
2009-01-06X86: Move the macroop class out of the isa description into C++.Gabe Black
2009-01-06X86: Change indentation on microop disassembly.Gabe Black
2009-01-06Tracing: Make tracing aware of macro and micro ops.Gabe Black
2009-01-06IGbE: Implement header splitting with large MTUAli Saidi
2009-01-06INET: Add functions to header types to get offset in packet and start of payl...Ali Saidi
2009-01-06IGbE: Remove is8257 variableAli Saidi
2008-12-17Make Alpha pseudo-insts available from SE mode.Steve Reinhardt
2008-12-16SPARC: Truncate syscall args and return values appropriately.Gabe Black
2008-12-15Update the stats for the fixes to the PCI device class.Gabe Black
2008-12-15PCI: Add some missing breaks to a couple case statements.Gabe Black
2008-12-14The ide_ctrl serialize and unserialize were broken.Author Name
2008-12-09IDE: Fix serialization for the IDE controller.Richard Strong
2008-12-08eventq: Add some debugging code to the eventq.Nathan Binkert
2008-12-08output: Change default output directory and files and update tests.Nathan Binkert
2008-12-07Devices: Clean up the IDE controller.Gabe Black
2008-12-07imported patch aux-fix.patchLisa Hsu
2008-12-06X86: Add add_entry back in.Gabe Black
2008-12-06eventq: use the flags data structureNathan Binkert
2008-12-06eventq: move virtual function definitiions to the .cc file.Nathan Binkert
2008-12-06traceflags: Make "All" a valid trace flag.Nathan Binkert