gem5.git
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.
2008-12-09 Richard StrongIDE: Fix serialization for the IDE controller.
2008-12-08 Nathan Binkerteventq: Add some debugging code to the eventq.
2008-12-08 Nathan Binkertoutput: Change default output directory and files and...
2008-12-07 Gabe BlackDevices: Clean up the IDE controller.
2008-12-07 Lisa Hsuimported patch aux-fix.patch
2008-12-06 Gabe BlackX86: Add add_entry back in.
2008-12-06 Nathan Binkerteventq: use the flags data structure
2008-12-06 Nathan Binkerteventq: move virtual function definitiions to the ...
2008-12-06 Nathan Binkerttraceflags: Make "All" a valid trace flag.
2008-12-06 Nathan BinkertSimObject: change naming of vectors so there are the...
2008-12-06 Nathan Binkertscons: only use -Wno-pointer-sign with gcc >= 4.3
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-12-05 Ali SaidiIGbE: Add support for newer 8257x based Intel NICs
2008-12-05 Ali SaidiIGbE: Add support for TCP segment offload
2008-12-05 Ali SaidiINet: Allow updating on id, len, seq, and flag field...
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-12-03 Nathan BinkertAdd the mkblankimage.sh utility to the utils directory.
2008-12-03 Nathan Binkertcprintf: support a configurable width and precision...
2008-12-03 Nathan Binkertutil/m5: Add a new function called pin to bind a progra...
2008-12-03 Nathan Binkertutil/m5: reorganize code so it is easier to add operations
2008-11-21 Steve ReinhardtAssume files w/o obvious OS are Linux (with warning)
2008-11-17 Steve ReinhardtSort trace flags before printing them.
2008-11-17 Steve ReinhardtMinor tracediff bug fixes.
2008-11-17 Steve ReinhardtUpdate stats for brk fix (cset f28f020f3006).
2008-11-16 Clint SmullenOutput: Include gzstream package to allow automatically...
2008-11-15 Steve Reinhardtsyscalls: fix latent brk/obreak bug.
2008-11-15 Clint SmullenRemove the pointless, repository destroying assertion...
2008-11-14 Steve ReinhardtCache: get rid of obsolete Tag methods.
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-14 Gabe BlackCPU: Refactor read/write in the simple timing CPU.
2008-11-14 Gabe BlackX86: Update the mcf stats.
2008-11-10 Nathan BinkertSCons: Allow top level directory of EXTRAS able to...
2008-11-10 Nathan Binkertpseudo inst: Add rpns (read processor nanoseconds)...
2008-11-10 Nathan BinkertClean up the SimpleTimingPort class a little bit.
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...
next