Age | Commit message (Expand) | Author |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Decouple draining from the SimObject hierarchy | Andreas Sandberg |
2015-07-07 | sim: Make the drain state a global typed enum | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-02-16 | dev: Fix undefined behaviuor in i8254xGBe | Andreas Hansson |
2014-12-02 | mem: Remove redundant Packet::allocate calls | Andreas Hansson |
2014-10-16 | dev: Use shared_ptr for EthPacketData | Andreas Hansson |
2014-10-01 | arm: More UBSan cleanups after additional full-system runs | Andreas Hansson |
2013-07-11 | dev: consistently end device classes in 'Device' | Steve Reinhardt |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-09-10 | Device: Bump PIO and PCI latencies to more reasonable values | Andreas Hansson |
2012-09-07 | Igbe: Newer kernels seem to allow TSO headers and packet data to be in one desc | Ali Saidi |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-21 | Clock: Move the clock and related functions to ClockedObject | Andreas Hansson |
2012-08-15 | O3,ARM: fix some problems with drain/switchout functionality and add Drain DP... | Anthony Gutierrez |
2012-07-09 | Fix: Address a few benign memory leaks | Andreas Hansson |
2012-05-10 | IGbE: Fix writeback conditions for i8254x GbE in updated data sheet. | Pritha Ghoshal |
2012-02-24 | MEM: Move port creation to the memory object(s) construction | Andreas Hansson |
2011-12-13 | gcc: fix unused variable warnings from GCC 4.6.1 | Nathan Binkert |
2011-09-13 | IGbE: Clean up debug printing and proprly account for copied bytes. | Ali Saidi |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2009-06-05 | types: need typename keyword to get the type. | Nathan Binkert |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-04-22 | i8254xGBe: major style overhaul. | Steve Reinhardt |
2009-02-26 | CPA: Add annotations to IGbE and CopyEngine device models. | Ali Saidi |
2009-01-23 | IGbE: Fix two e1000 driver bugs that I missed before. | Ali Saidi |
2009-01-06 | IGbE: Implement header splitting with large MTU | Ali Saidi |
2009-01-06 | IGbE: Remove is8257 variable | Ali Saidi |
2008-12-05 | IGbE: Add support for newer 8257x based Intel NICs | Ali Saidi |
2008-12-05 | IGbE: Add support for TCP segment offload | Ali Saidi |
2008-10-09 | eventq: convert all usage of events to use the new API. | Nathan Binkert |
2008-08-24 | IGbE: Patches I neglected to apply before pushing the previous igbe changeset | Ali Saidi |
2008-08-13 | Add the ability to specify a think time before descriptor fetch/writeback sta... | Ali Saidi |
2008-08-13 | More subtle fixes to how interrupts are supposed to work in the device. Fix p... | Ali Saidi |
2008-07-01 | Fix cases where RADV interrupt timer is used and make ITR interrupt moderatio... | Ali Saidi |
2008-06-17 | Ethernet: share statistics between all ethernet devices and apply some | Nathan Binkert |
2008-05-20 | IGbE: Implement sending packet that is contained in more than 2 descriptors. | Ali Saidi |
2008-03-25 | IGbE: Fix bug that limits wire performance a bit | Ali Saidi |
2008-02-10 | IGbE: Fix a couple of bugs. | Ali Saidi |
2007-09-28 | Rename cycles() function to ticks() | Ali Saidi |
2007-09-12 | Devices: More fixes to Intel NIC Model. | Ali Saidi |
2007-08-26 | Merge with head | Gabe Black |
2007-08-16 | Devices: Make EtherInts connect in the same way memory ports currently do. | Ali Saidi |
2007-07-26 | Merge python and x86 changes with cache branch | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-06-30 | Get rid of Packet result field. Error responses are | Steve Reinhardt |