Age | Commit message (Expand) | Author |
2011-07-10 | IO: Handle case where ISA Fake device is being used as a fake memory. | Ali Saidi |
2011-07-10 | ARM: Fix mp interrupt bug in GIC. | Daniel Johnson |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert |
2011-05-23 | config: revamp x86 config to avoid appending to SimObjectVectors | Steve Reinhardt |
2011-05-13 | ARM: Better RealView/Versatile EB platform support. | Chander Sudanthi |
2011-05-04 | ARM: Make GIC handle IPIs and multiple processors. | Prakash Ramrakhyani |
2011-05-04 | ARM: Add snoop control unit device. | Ali Saidi |
2011-05-04 | ARM: Add support for some more registers in the real view controller. | Ali Saidi |
2011-05-04 | RealView: Fix the 24 and 100MHz clocks which were providing incorrect values. | Chris Emmons |
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | debug: create a Debug namespace | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-04 | ARM: Include IDE/CF controller by default in PBX model. | Ali Saidi |
2011-04-04 | IDE: Support x86, Alpha, and ARM use of the IDE controller. | Ali Saidi |
2011-04-04 | ARM: Fix checkpointing case where PL111 is powered off. | Ali Saidi |
2011-03-17 | Mem: Fix issue with dirty block being lost when entire block transferred to n... | Ali Saidi |
2011-02-23 | Includes: Don't include isa_traits.hh and use the TheISA namespace unless rea... | Ali Saidi |
2011-02-23 | CLCD: Fix some serialization bugs with the clcd controller. | Ali Saidi |
2011-02-23 | ARM: Add support for read of 100MHz clock in system controller. | Ali Saidi |
2011-02-11 | VNC/ARM: Use VNC server and add support to boot into X11 | Ali Saidi |
2011-02-11 | ARM: Fix timer calculations. | Ali Saidi |
2011-02-06 | dev: fixed bugs to extend interrupt capability beyond 15 cores | Brad Beckmann |
2011-02-06 | x86: Add checkpointing capability to devices | Joel Hestness |
2011-02-06 | MessagePort: implement the virtual recvTiming function to avoid double pkt de... | Joel Hestness |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |
2010-11-26 | IGbE: return 0 on an invalid descriptor size instead of -1. | Ali Saidi |
2010-11-22 | IDE,X86: Fix IDE controller BAR configuration for x86. | Gabe Black |
2010-11-19 | SCons: Support building without an ISA | Ali Saidi |
2010-11-15 | ARM: Add a Keyboard Mouse Interface controller | William Wang |
2010-11-15 | ARM: Implement a CLCD Frame buffer | William Wang |
2010-11-15 | ARM: Add support for a dumb IDE controller | Ali Saidi |
2010-11-08 | ARM: Add checkpointing support | Ali Saidi |
2010-11-08 | ARM: Keep the warnings to a minimum. | Ali Saidi |
2010-11-08 | Bus: Have the I/O devices that return address ranges print them out. | Ali Saidi |
2010-11-08 | sim: Use forward declarations for ports. | Ali Saidi |
2010-10-17 | MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha. | Gabe Black |
2010-10-09 | UART: Make the 8250's MCR return a deterministic value. | Gabe Black |
2010-10-01 | ARM: Add a fake flash controller so that unmodified linux can boot | Ali Saidi |
2010-10-01 | ARM: Fix some subtle bugs in the GIC | Prakash Ramrakhyani |
2010-09-16 | devices: undo cset 017baf09599f that added timer drain functions. | Steve Reinhardt |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-08-23 | Devices: Allow a device to specify that a request is uncachable. | Gene Wu |
2010-08-23 | ARM: Change how the AMBA device ID checking is done to make it more generic | Ali Saidi |
2010-08-23 | ARM: Add I/O devices for booting linux | Ali Saidi |
2010-08-20 | devices: Fixed periodic interrupts to work with draining | Brad Beckmann |
2010-08-17 | bus: clean up default responder code. | Steve Reinhardt |