Age | Commit message (Expand) | Author |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-09-10 | Device: Bump PIO and PCI latencies to more reasonable values | Andreas Hansson |
2012-09-07 | dev: Fix bifield definition in timer_cpulocal.hh | Ali Saidi |
2012-09-07 | Igbe: Newer kernels seem to allow TSO headers and packet data to be in one desc | Ali Saidi |
2012-09-07 | ARM: Fix one of the timers used in the VExpress EMM platform. | 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-22 | DMA: Refactor the DMA device and align timing and atomic | Andreas Hansson |
2012-08-22 | Packet: Remove NACKs from packet and its use in endpoints | Andreas Hansson |
2012-08-22 | Port: Extend the QueuedPort interface and use where appropriate | Andreas Hansson |
2012-08-21 | Device: Remove overloaded pio_latency parameter | 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-27 | dma: remove unused variable | Anthony Gutierrez |
2012-07-09 | Port: Align port names in C++ and Python | Andreas Hansson |
2012-07-09 | Port: Make getAddrRanges const | Andreas Hansson |
2012-07-09 | Fix: Address a few benign memory leaks | Andreas Hansson |
2012-06-27 | ARM: Fix address range issue with VExpress EMM | Ali Saidi |
2012-06-05 | ARM: Add PCIe support to VExpress_EMM model and remove deprecated ELT | Geoffrey Blake |
2012-06-05 | ARM: PS2 encoding fix | Chander Sudanthi |
2012-06-05 | sim: Remove FastAlloc | Ali Saidi |
2012-06-05 | ARM: Fix over-eager assert in gic. | Ali Saidi |
2012-05-23 | DMA: Split the DMA device and IO device into seperate files | Andreas Hansson |
2012-05-23 | MEM: Add a snooping DMA port subclass for table walker | Andreas Hansson |
2012-05-10 | ARM: fix the calculation of the values in the RV clocks | Koan-Sin Tan |
2012-05-10 | ARM: pl011 raw interrupt fix | Chander Sudanthi |
2012-05-10 | ARM: EMM board address range fix | Chander Sudanthi |
2012-05-10 | dev: use correct delete operation in SimpleDisk | Ali Saidi |
2012-05-10 | ARM: Fix incorrect use of not operators in arm devices | Ali Saidi |
2012-05-10 | gem5: assert before indexing intro arrays to verify bounds | Ali Saidi |
2012-05-10 | gem5: Fix a number of incorrect case statements | Ali Saidi |
2012-05-10 | IGbE: Fix writeback conditions for i8254x GbE in updated data sheet. | Pritha Ghoshal |
2012-05-01 | MEM: Separate requests and responses for timing accesses | Andreas Hansson |
2012-04-14 | MEM: Remove the Broadcast destination from the packet | Andreas Hansson |
2012-04-14 | MEM: Separate snoops and normal memory requests/responses | Andreas Hansson |
2012-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-04-05 | Config: corrects the way Ruby attaches to the DMA ports | Nilay Vaish |
2012-03-30 | MEM: Introduce the master/slave port sub-classes in C++ | William Wang |
2012-03-22 | MEM: Split SimpleTimingPort into PacketQueue and ports | Andreas Hansson |
2012-03-21 | ARM: Add RTC to PBX System | Koan-Sin Tan |
2012-03-21 | ARM: Fix uninitialized value in ARM RTC model. | Ali Saidi |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2012-03-01 | ARM: FIx missing cf controller connection. | Ali Saidi |
2012-03-01 | ARM: Add support for Versatile Express extended memory map | Ali Saidi |
2012-03-01 | ARM: Add RTC device for ARM platforms. | Ali Saidi |
2012-02-24 | MEM: Prepare mport for master/slave split | Andreas Hansson |
2012-02-24 | MEM: Move all read/write blob functions from Port to PortProxy | Andreas Hansson |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-02-24 | MEM: Move port creation to the memory object(s) construction | Andreas Hansson |
2012-02-14 | MEM: Fix residual bus ports and make them master/slave | Andreas Hansson |