Age | Commit message (Expand) | Author |
2015-05-23 | dev, arm: Refactor and clean up the generic timer model | Andreas Sandberg |
2015-05-23 | arm: Workaround incorrect HDLCD register order in kernel | Andreas Sandberg |
2015-05-23 | base: Redesign internal frame buffer handling | Andreas Sandberg |
2015-05-05 | mem: Snoop into caches on uncacheable accesses | Andreas Hansson |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-04-23 | arm, dev: Add a UFS device | Rene de Jong |
2015-04-23 | arm, dev: Add a NAND flash timing model | Rene de Jong |
2015-04-23 | dev: Add support for i2c devices | Peter Enns |
2015-04-23 | misc: Appease gcc 5.1 | Andreas Hansson |
2015-04-08 | config: Support full-system with SST's memory system | Curtis Dunham |
2015-04-03 | dev: (un)serialize fix for the RTC and RTC Timer Interrupt events | Nikos Nikoleris |
2015-04-03 | dev: Extend access width for IDE control registers | Ruslan Bukin |
2015-03-19 | arm: Add a GICv2m device | Matt Evans |
2015-03-19 | arm: Remove the 'magic MSI register' in the GIC (PL390) | Matt Evans |
2015-03-02 | dev, arm: Clean up PL011 and rewrite interrupt handling | Andreas Sandberg |
2015-03-02 | mem: Split port retry for all different packet classes | Andreas Hansson |
2015-02-16 | dev: Fix undefined behaviuor in i8254xGBe | Andreas Hansson |
2015-02-16 | arm: Wire up the GIC with the platform in the base class | Andreas Sandberg |
2015-02-11 | mem: Clarification of packet crossbar timings | Marco Balboni |
2015-02-11 | dev: Remove unused system pointer in the Platform base class | Andreas Sandberg |
2015-02-03 | dev: Correctly clear interrupts in VirtIO PCI | Andreas Sandberg |
2015-01-06 | dev: prevent intel 8254 timer counter events firing before startup | cdirik |
2015-01-03 | dev: prevent RTC events firing before startup | Cagdas Dirik |
2014-12-23 | arm: Add stats to table walker | Curtis Dunham |
2014-12-08 | dev: Add response sanity checks in PioPort | Andreas Sandberg |
2014-12-08 | dev: Correctly transform packets into responses | Andreas Sandberg |
2014-12-03 | ide: Accept the IDLE (0xe3) ATA command. | Gabe Black |
2014-12-03 | dev: Support translating left and right ALT keys. | Gabe Black |
2014-12-02 | mem: Remove redundant Packet::allocate calls | Andreas Hansson |
2014-11-24 | misc: Another round of static analysis fixups | Andreas Hansson |
2014-11-21 | x86: pc: Put a stub IO device at port 0xed which the kernel can use for delays. | Gabe Black |
2014-11-18 | dev: Use fixed size member variables to describe fixed size PL111 registers. | Gabe Black |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-11-12 | base: Revert 9277177eccff and use getenv/setenv for UTC time | Andreas Hansson |
2014-10-20 | misc: Use gmtime for conversion to UTC to avoid getenv/setenv | Andreas Hansson |
2014-10-16 | dev: refactor pci config space for sysfs scanning | Geoffrey Blake |
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 |
2014-09-27 | dev: Output invalid access size in IsaFake panic | Curtis Dunham |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-07-25 | energy: Add the Energy Controller in the right configs | Stephan Diestelhorst |
2014-09-20 | energy: Memory-mapped Energy Controller component | Akash Bagdia |
2014-09-20 | dev: Add support for 9p proxying over VirtIO | Andreas Sandberg |
2014-09-20 | dev: Add a VirtIO block device model | Andreas Sandberg |
2014-09-20 | dev: Add a VirtIO console device model | Andreas Sandberg |
2014-09-20 | dev, pci: Implement basic VirtIO support | Andreas Sandberg |
2014-09-20 | dev: Refactor terminal<->UART interface to make it more generic | Andreas Sandberg |
2014-09-20 | base: Clean up redundant string functions and use C++11 | Andreas Hansson |
2014-09-12 | style: Fix line continuation, especially in debug messages | Andrew Bardsley |
2014-09-03 | dev: seperate legacy io offsets from PCI offset | Ali Saidi |