summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
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
2014-12-02mem: Remove redundant Packet::allocate callsAndreas Hansson
2014-11-24misc: Another round of static analysis fixupsAndreas Hansson
2014-11-21x86: pc: Put a stub IO device at port 0xed which the kernel can use for delays.Gabe Black
2014-11-18dev: Use fixed size member variables to describe fixed size PL111 registers.Gabe Black
2014-11-14arm: Fixes based on UBSan and static analysisAndreas Hansson
2014-11-12base: Revert 9277177eccff and use getenv/setenv for UTC timeAndreas Hansson
2014-10-20misc: Use gmtime for conversion to UTC to avoid getenv/setenvAndreas Hansson
2014-10-16dev: refactor pci config space for sysfs scanningGeoffrey Blake
2014-10-16dev: Use shared_ptr for EthPacketDataAndreas Hansson
2014-10-01arm: More UBSan cleanups after additional full-system runsAndreas Hansson
2014-09-27dev: Output invalid access size in IsaFake panicCurtis Dunham
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson
2014-07-25energy: Add the Energy Controller in the right configsStephan Diestelhorst
2014-09-20energy: Memory-mapped Energy Controller componentAkash Bagdia
2014-09-20dev: Add support for 9p proxying over VirtIOAndreas Sandberg
2014-09-20dev: Add a VirtIO block device modelAndreas Sandberg
2014-09-20dev: Add a VirtIO console device modelAndreas Sandberg
2014-09-20dev, pci: Implement basic VirtIO supportAndreas Sandberg
2014-09-20dev: Refactor terminal<->UART interface to make it more genericAndreas Sandberg
2014-09-20base: Clean up redundant string functions and use C++11Andreas Hansson
2014-09-12style: Fix line continuation, especially in debug messagesAndrew Bardsley
2014-09-03dev: seperate legacy io offsets from PCI offsetAli Saidi
2014-09-03arm: Support >2GB of memory for AArch64 systemsAli Saidi
2014-09-03dev, arm: Add support for linux generic pci host driverAli Saidi
2014-09-03config: Refactor RealviewEMM to fit into new config systemGeoffrey Blake
2014-09-03dev: Avoid invalid sized reads in PL390 with DPRINTF enabledMitch Hayenga
2014-08-13mips: Remove unused private members to fix compile-time warningAndreas Sandberg
2014-07-18x86: make PioBus return BadAddress errorsBinh Pham
2014-05-09dev: Set HDLCD default pixel clock for 1080p @ 60HzChris Emmons
2014-05-09arm: quick hack to allow a greater number of CPUs to a guest OSMatt Evans
2014-04-09dev: Protect PollEvent processing when running in parallel modeAndreas Sandberg