summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
2015-09-29arch, x86: Delete packet in IntDevice::recvResponseJoel Hestness
2015-09-15dev: IDE Disk: Handle bad IDE image sizeDongxue Zhang
2015-09-11dev: Add an underrun statistic to the HDLCD controllerAndreas Sandberg
2015-09-11dev, arm: Rewrite the HDLCD controllerAndreas Sandberg
2015-09-01dev: Remove auto-serialization dependency in EtherLinkAndreas Sandberg
2015-08-07dev: Implement a simple display timing generatorAndreas Sandberg
2015-08-07arm: Add support for programmable oscillatorsAndreas Sandberg
2015-08-07dev: Add a simple DMA engine that can be used by devicesAndreas Sandberg
2015-08-07base: Rewrite the CircleBuf to fix bugs and add serializationAndreas Sandberg
2015-08-07dev, x86: Fix serialization bug in the i8042 deviceAndreas Sandberg
2015-08-07dev: Make serialization in Sinic constantAndreas Sandberg
2015-08-07base: Declare a type for context IDsAndreas Sandberg
2015-07-15dev: add support for multi gem5 runsGabor Dozsa
2015-07-07dev, arm: Add a device model that uses the NoMali modelAndreas Sandberg
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Make the drain state a global typed enumAndreas Sandberg
2015-07-07sim: Fix broken event unserializationAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-06-09dev, arm: Include PIO size in AmbaDmaDevice constructorAndreas Sandberg
2015-05-23arm, dev: Add support for a memory mapped generic timerAndreas Sandberg
2015-05-23dev, arm: Add virtual timers to the generic timer modelAndreas Sandberg
2015-05-23dev, arm: Refactor and clean up the generic timer modelAndreas Sandberg
2015-05-23arm: Workaround incorrect HDLCD register order in kernelAndreas Sandberg
2015-05-23base: Redesign internal frame buffer handlingAndreas Sandberg
2015-05-05mem: Snoop into caches on uncacheable accessesAndreas Hansson
2015-04-29arch, base, dev, kern, sym: FreeBSD supportRuslan Bukin
2015-04-23arm, dev: Add a UFS deviceRene de Jong
2015-04-23arm, dev: Add a NAND flash timing modelRene de Jong
2015-04-23dev: Add support for i2c devicesPeter Enns
2015-04-23misc: Appease gcc 5.1Andreas Hansson
2015-04-08config: Support full-system with SST's memory systemCurtis Dunham
2015-04-03dev: (un)serialize fix for the RTC and RTC Timer Interrupt eventsNikos Nikoleris
2015-04-03dev: Extend access width for IDE control registersRuslan Bukin
2015-03-19arm: Add a GICv2m deviceMatt Evans
2015-03-19arm: Remove the 'magic MSI register' in the GIC (PL390)Matt Evans
2015-03-02dev, arm: Clean up PL011 and rewrite interrupt handlingAndreas Sandberg
2015-03-02mem: Split port retry for all different packet classesAndreas Hansson
2015-02-16dev: Fix undefined behaviuor in i8254xGBeAndreas Hansson
2015-02-16arm: Wire up the GIC with the platform in the base classAndreas Sandberg
2015-02-11mem: Clarification of packet crossbar timingsMarco Balboni
2015-02-11dev: Remove unused system pointer in the Platform base classAndreas Sandberg
2015-02-03dev: Correctly clear interrupts in VirtIO PCIAndreas Sandberg
2015-01-06dev: prevent intel 8254 timer counter events firing before startupcdirik
2015-01-03dev: prevent RTC events firing before startupCagdas Dirik
2014-12-23arm: Add stats to table walkerCurtis Dunham
2014-12-08dev: Add response sanity checks in PioPortAndreas Sandberg
2014-12-08dev: Correctly transform packets into responsesAndreas Sandberg
2014-12-03ide: Accept the IDLE (0xe3) ATA command.Gabe Black
2014-12-03dev: Support translating left and right ALT keys.Gabe Black