gem5.git
2009-02-16 Steve ReinhardtFixes to get prefetching working again.
2009-02-16 Gabe BlackX86: Make the loader recognize 32 bit x86 processes.
2009-02-16 Nathan Binkerttraceflags: fix --trace-help
2009-02-16 Nathan BinkertSCons: Fix read_command so it can properly deal with...
2009-02-12 Nathan Binkertscons: clean up the main SConstruct file more.
2009-02-11 Nathan Binkertstyle
2009-02-10 Korey SewellConfigs: Add support for the InOrder CPU model
2009-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.
2009-02-10 Korey Sewellsyscall: Expose ioctl for MIPS
2009-02-10 Korey SewellExeTrace: Allow subclasses of the tracer to define...
2009-02-10 Korey SewellCPU: Prepare CPU models for the new in-order CPU model.
2009-02-10 Nathan Binkertcopyright: This file need not have had the more restric...
2009-02-10 Nathan Binkertscons: Require SCons version 0.98.1
2009-02-10 Nathan Binkertscons: Don't build the intermediate static library...
2009-02-07 Nathan BinkertQuell g++ 4.3 warning about operator ambiguity
2009-02-05 Nathan Binkertsome new files are missing copyright notices
2009-02-02 Gabe BlackX86: Add some missing default arguments.
2009-02-02 Gabe BlackX86: All x86 fault classes now attempt to do something...
2009-02-02 Gabe BlackX86: Make the fault classes handle error codes better.
2009-02-02 Gabe BlackX86: Make the long mode interrupt/exception microcode...
2009-02-02 Gabe BlackX86: Distinguish between hardware and software interrup...
2009-02-02 Gabe BlackX86: Fix the upper bound on some ranges that were setti...
2009-02-02 Gabe BlackX86: Make the chks microop check for the right int...
2009-02-02 Gabe BlackX86: Touch up the interrupt entering microcode.
2009-02-02 Gabe BlackX86: Keep track of the vector for all exceptions/faults.
2009-02-02 Gabe BlackX86: Update stats now that the micropc isn't always...
2009-02-01 Gabe BlackCPU: Don't always reset the micro pc on faults. Let...
2009-02-01 Gabe BlackX86: Fix the time keeping of the Local APIC timer.
2009-02-01 Gabe BlackX86: Find the natural lpj for this configuration.
2009-02-01 Gabe BlackX86: Fix the microcode for the LODS instruction.
2009-02-01 Gabe BlackX86: Add a root device to the kernel command line.
2009-02-01 Gabe BlackX86: Implement pciToDma.
2009-02-01 Gabe BlackX86: Configure the first PCI interrupt.
2009-02-01 Gabe BlackX86: Hook up the IDE controller interrupt line.
2009-02-01 Gabe BlackX86: Hook in a hard drive image.
2009-02-01 Gabe BlackX86: Take out the IDE noprobe kernel arguments.
2009-02-01 Gabe BlackX86: Fix some incorrect register widths.
2009-02-01 Gabe BlackX86: Add extended Intel MP entries correctly.
2009-02-01 Gabe BlackX86: Compute PCI config addresses correctly.
2009-02-01 Gabe BlackX86: Calculate flags based on the actual result.
2009-02-01 Gabe BlackX86: Make sure the predecoder is cleared out for interr...
2009-02-01 Gabe BlackDevices: Add support for legacy fixed IO locations...
2009-02-01 Gabe BlackX86: Plug in an IDE controller.
2009-02-01 Gabe BlackX86: Refactor and clean up the keyboard controller.
2009-02-01 Gabe BlackX86: Add a keyboard controller device.
2009-02-01 Gabe BlackX86: Set up the console interrupt and add some DPRINTFs.
2009-02-01 Gabe BlackX86: Configure the IO APIC more.
2009-02-01 Gabe BlackX86: Add some interrupt info to the intel MP tables.
2009-02-01 Gabe BlackX86: Rework interrupt pins to allow one to many connect...
2009-02-01 Gabe BlackX86: Initialize the value behind port 61 so unused...
2009-02-02 Gabe BlackX86: Set/correct some default values for x86 parameters.
2009-01-31 Ali SaidiSCons: Fix how we get Mercurial revision information...
2009-01-31 Ali SaidiErrors: Use the correct panic/warn/fatal/info message...
2009-01-31 Ali SaidiErrors: Print a URL with a hash of the format string...
2009-01-31 Ali SaidiConfig: Cause a fatal() when a parameter without a...
2009-01-30 Nathan BinkertFix typo
2009-01-26 Gabe BlackX86: Prevent Linux for probing for non-existant IDE...
2009-01-26 Gabe BlackX86: Add a dummy minimal DMA controller that doesn...
2009-01-26 Gabe BlackX86: Add a device to back the non-existant floppy drive...
2009-01-26 Gabe BlackX86: Add fake devices for non-existant serial ports.
2009-01-26 Gabe BlackX86: Implement the xadd instruction.
2009-01-26 Gabe BlackX86: Implement the bswap instruction.
2009-01-26 Gabe BlackDev: Make the RTC device ignore writes to a read only...
2009-01-26 Gabe BlackX86: Fix a bug in the iret microcode.
2009-01-26 Gabe BlackX86: Make the interrupt object wake up the CPU when...
2009-01-26 Gabe BlackCPU: Add a setCPU function to the interrupt objects.
2009-01-26 Gabe BlackDevices: Make the destructor virtual on the CopyEnginCh...
2009-01-24 Nathan Binkertpseudo inst: Add new wake cpu instruction for sending...
2009-01-24 Nathan Binkertcpu: provide a wakeup mechanism that can be used to...
2009-01-23 Ali SaidiTrace: Add DPRINTFS macro that takes parameter to call...
2009-01-23 Ali SaidiIGbE: Fix two e1000 driver bugs that I missed before.
2009-01-21 Nathan Binkerto3cpu: give a name to the activity recorder for better...
2009-01-20 Nathan Binkertthread_context: move getSystemPtr so SE mode can get...
2009-01-19 Nathan Binkertpython: add fatal() function to the m5 package and...
2009-01-19 Nathan Binkertpython: Try to isolate the stuff that's in the m5.inter...
2009-01-19 Nathan Binkerttracing: Add help strings for some of the trace flags
2009-01-19 Nathan Binkerttracing: panic() if people try to use tracing, but...
2009-01-19 Nathan Binkertpython: Rework how things are imported
2009-01-19 Nathan Binkertscons: Don't add all objects to the library twice
2009-01-17 Ali SaidiStats: Update parser statistics for Linux special files...
2009-01-17 Ali SaidiFix issue 326: glibc non-deterministic because it reads...
2009-01-17 Ali SaidiCopyEngine: Implement a I/OAT-like copy engine.
2009-01-13 Nathan BinkertSCons: centralize the Dir() workaround for newer versio...
2009-01-13 Ali SaidiFix style hook for Mercurial >= 1.1
2009-01-12 Richard StrongThis fix addresses an ill formed if statement that...
2009-01-07 Gabe BlackX86: Set up support for adding m5 pseudo insts to a...
2009-01-07 Gabe BlackX86: Hook in the M5 pseudo insts.
2009-01-07 Gabe BlackX86: Autogenerate macroop generateDisassemble function.
2009-01-07 Gabe BlackX86: Move the function that prints memory args into...
2009-01-07 Gabe BlackX86: Move the macroop class out of the isa description...
2009-01-07 Gabe BlackX86: Change indentation on microop disassembly.
2009-01-07 Gabe BlackTracing: Make tracing aware of macro and micro ops.
2009-01-06 Ali SaidiIGbE: Implement header splitting with large MTU
2009-01-06 Ali SaidiINET: Add functions to header types to get offset in...
2009-01-06 Ali SaidiIGbE: Remove is8257 variable
2008-12-17 Steve ReinhardtMake Alpha pseudo-insts available from SE mode.
2008-12-17 Gabe BlackSPARC: Truncate syscall args and return values appropri...
2008-12-15 Gabe BlackUpdate the stats for the fixes to the PCI device class.
2008-12-15 Gabe BlackPCI: Add some missing breaks to a couple case statements.
2008-12-15 Author NameThe ide_ctrl serialize and unserialize were broken.
next