ARM: Make sure that software prefetch instructions can't change the state of the TLB
[gem5.git] / src / dev /
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.
2008-03-25 Gabe BlackX86: Change the Opteron platform to be the PC platform.
2008-03-24 Steve ReinhardtDon't FastAlloc MSHRs since we don't allocate them...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Get PCI config space to work, and adjust address...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-11 Ali SaidiIGbE: Fix a couple of bugs.
2008-02-06 Stephen HinesMake the Event::description() a const function
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-31 Ali SaidiBase: Rework the way M5 provides and creates random...
2007-10-08 Gabe BlackX86: Make an x86 platform object.
2007-10-03 Gabe BlackMerge with head.
2007-10-01 Ali SaidiCPU: fix sparc_fs booting with SimpleTimingCPU.
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-26 Gabe BlackMerge with head.
2007-09-25 Gabe BlackX86: Get X86_FS to compile.
2007-09-13 Gabe BlackMerge with head.
2007-09-12 Ali SaidiDevices: More fixes to Intel NIC Model.
2007-08-30 Miles KaufmannFix miscellaneous small typos.
2007-08-30 Miles Kaufmanndevices: Avoid using assert() to catch misconfiguration
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-27 Gabe BlackMerge with head
2007-08-25 Ali SaidiIGbE: Some fixes to the intel nic model.
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-19 Gabe BlackMerge with head.
2007-08-16 Ali SaidiPCI: Move PCI Configuration data into devices now that...
2007-08-16 Ali SaidiDevices: Make EtherInts connect in the same way memory...
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-12 Nathan Binkertmerge
2007-08-10 Ali SaidiDMA: Add IOCache and fix bus bridge to optionally only...
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
next