X86: Implement the sysret instruction in long mode.
[gem5.git] / src / dev /
2009-02-25 Gabe BlackX86: Add makeAtomicResponse to the read/write functions...
2009-02-23 Nathan Binkertdebug: Move debug_break into src/base
2009-02-18 Steve ReinhardtMake etherdump timestamps zero-based.
2009-02-02 Gabe BlackX86: Add some missing default arguments.
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 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: Rework interrupt pins to allow one to many connect...
2009-02-01 Gabe BlackX86: Initialize the value behind port 61 so unused...
2009-01-31 Ali SaidiConfig: Cause a fatal() when a parameter without a...
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 BlackDev: Make the RTC device ignore writes to a read only...
2009-01-26 Gabe BlackDevices: Make the destructor virtual on the CopyEnginCh...
2009-01-23 Ali SaidiIGbE: Fix two e1000 driver bugs that I missed before.
2009-01-17 Ali SaidiCopyEngine: Implement a I/OAT-like copy engine.
2009-01-06 Ali SaidiIGbE: Implement header splitting with large MTU
2009-01-06 Ali SaidiIGbE: Remove is8257 variable
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-07 Gabe BlackDevices: Clean up the IDE controller.
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-11-10 Steve ReinhardtDmaDevice: fix minor type in error message.
2008-11-06 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-11-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-11-05 Lisa HsuFix SPARC_FS compile
2008-11-05 Nathan BinkertFix a few more places where the context stuff wasn...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-17 Nathan Binkertneed to add packet_access.hh in order to get tempalte...
2008-10-13 Gabe BlackX86: Make auto eoi mode work in the I8259 PIC.
2008-10-13 Gabe BlackX86: Make non-specific EOI commands work.
2008-10-13 Gabe BlackX86: Make the I8259 PIC accept a specific EOI command.
2008-10-12 Gabe BlackX86: Create a mechanism for the IO APIC to access I8259...
2008-10-12 Gabe BlackX86: Actually use the extra vector bits we get from...
2008-10-12 Gabe BlackX86: Make the local APIC handle interrupt messages...
2008-10-12 Gabe BlackX86: Change the default value for the IO APIC redirecti...
2008-10-12 Gabe BlackX86: Make APICs communicate through the memory system.
2008-10-11 Gabe BlackX86: Create an IO APIC device.
2008-10-11 Gabe BlackX86: Set up a mechanism for the I8254 timer to cause...
2008-10-11 Gabe BlackX86: Rename the PC device to Pc.
2008-10-11 Gabe BlackX86: Bring the South Bridge device into dev/x86 and...
2008-10-11 Gabe BlackX86: Change I8254 and PCSpeaker devices from subdevices...
2008-10-11 Gabe BlackDevices: Make the Intel8254Timer device only use pointe...
2008-10-11 Gabe BlackX86: Make the CMOS and I8259 devices use IntDev and...
2008-10-11 Gabe BlackX86: Create the IntDev and IntPin system.
2008-10-11 Gabe BlackX86: Hook the CMOS device to the I8259 PICs.
2008-10-11 Gabe BlackX86: Make the I8259 decipher the commands it's given...
2008-10-11 Gabe BlackX86: Change the I8259 from a subdevice into a real...
2008-10-11 Gabe BlackX86: Change the CMOS from a sub-device to a real SimObject
2008-10-11 Gabe BlackX86: Make the time on the RTC configurable.
2008-10-10 Nathan Binkertautomerge
2008-10-10 Gabe BlackX86: Fix compilation with new eventq API.
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-10-09 Nathan BinkertSINIC: Commit old code from ASPLOS 2006 studies.
2008-09-30 Steve ReinhardtMake overriding port assignments in Python work,
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-19 Nathan Binkertatomicio: provide atomic read and write functions.
2008-09-19 Nathan BinkertCheck the return value of I/O operations for failure
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-08-26 Clint SmullenDevice: Fix bug in DmaPort::recvRetry. The interface...
2008-08-24 Ali SaidiIGbE: Patches I neglected to apply before pushing the...
2008-08-13 Ali SaidiAdd the ability to specify a think time before descript...
2008-08-13 Ali SaidiAdd the ability for a DMA to tack on an extra delay...
2008-08-13 Ali SaidiMore subtle fixes to how interrupts are supposed to...
2008-08-04 Nathan Binkertsockets: Add a function to disable all listening sockets.
2008-07-01 Ali SaidiFix cases where RADV interrupt timer is used and make...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan BinkertEthernet: share statistics between all ethernet devices...
2008-06-18 Nathan Binkertinet: initialization fixes.
2008-06-18 Nathan BinkertPacketFifo: Get slack out of the EthPacketData structur...
2008-06-18 Nathan Binkertrename MipsConsole to MipsBackdoor
2008-06-18 Nathan Binkertrename AlphaConsole to AlphaBackdoor
2008-06-18 Nathan BinkertChange the default output filename for the terminal...
2008-06-18 Nathan BinkertRename SimConsole to Terminal since it makes more sense
2008-06-12 Gabe BlackAlpha: Get rid of an old include of a non-existant...
2008-06-12 Gabe BlackX86: Make the code compile as 32 bit.
2008-06-12 Gabe BlackX86: Make sure there's something to catch when the...
2008-06-12 Gabe BlackX86: Make the platform object initialize channel 0...
2008-06-12 Gabe BlackX86: Hook the speaker device to the pit device.
2008-06-12 Gabe BlackTimer: Fill out the periodic modes a little.
2008-06-12 Gabe BlackDev: Seperate the 8254 timer from tsunami and use it...
2008-05-20 Ali SaidiIGbE: Implement sending packet that is contained in... copyright_update
2008-05-15 Ali SaidiMake sure that output files are always checked success...
2008-03-25 Ali SaidiIGbE: Fix bug that limits wire performance a bit
2008-03-25 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-03-25 Gabe BlackX86: Put an RTC into the CMOS part of the southbridge.
2008-03-25 Gabe BlackDevices: Separate out the MC146818 RTC so both Alpha...
2008-03-25 Gabe BlackX86: Turn #defines into consts.
2008-03-25 Gabe BlackX86: Start implementing the south bridge stuff.
next