summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
2018-02-13dev: Remove unused interrupt controller in TerminalAndreas Sandberg
2018-02-09dev: Fix i8042 device errorsJason Lowe-Power
2018-01-29arm: DT autogeneration - generate PCI nodeGlenn Bergmans
2018-01-29arm: DT autogeneration - Generate energy controller nodeGlenn Bergmans
2018-01-29arm: DT autogeneration - autogenerate RealView Platform devicesGlenn Bergmans
2018-01-29arm: DT autogeneration - Generate cpus nodeGlenn Bergmans
2018-01-29arm: make Arm GenericTimer a ClockedObjectCurtis Dunham
2018-01-20base: Rework bitunions so they can be more flexible.Gabe Black
2018-01-10style: change C/C++ source permissions to noexecBKP
2017-12-14misc: Updates for gcc7.2 for x86Jason Lowe-Power
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-11-20dev: Fix the SPARC and X86 platform devices.Gabe Black
2017-11-17sim: Implement load_addr_mask auto-calculationGeoffrey Blake
2017-11-08dev: Move generic serial devices to src/dev/serialAndreas Sandberg
2017-11-08dev: Add a dummy serial deviceAndreas Sandberg
2017-11-08dev: Refactor UART->Terminal interfaceAndreas Sandberg
2017-10-31dev: Using Configurable image writer in HDLcdGiacomo Travaglini
2017-10-31base: Introducing utility for writing raw data in png formatGiacomo Travaglini
2017-09-26dev: Make the IDE controller handle NULL simobject pointers.Gabe Black
2017-09-25dev, virtio: Improvements to diod process handlingAnouk Van Laer
2017-08-12dev: Fix an IDE error check.Gabe Black
2017-08-01kvm, arm: Switch to the device EQ when accessing ISA devicesAndreas Sandberg
2017-07-12arm: Refactor some Event subclasses to lambdasSean Wilson
2017-07-12dev: Refactor some Event subclasses to lambdasSean Wilson
2017-07-12net: Refactor some Event subclasses to lambdasSean Wilson
2017-07-10dev-arm: Add ID registers to the GIC modelJose Marinho
2017-07-10dev-arm: Don't unconditionally overwrite bootloader paramsJose Marinho
2017-07-10dev: Fix OnIdle test in DmaReadFifoRohit Kurup
2017-07-10dev: Fix address type promotion issues in VirtIO devicesSascha Bischoff
2017-07-07kvm, arm: don't create interrupt events while saving GIC stateCurtis Dunham
2017-07-05dev,arm: add Kvm mode of operation for CP15 timerCurtis Dunham
2017-07-05dev,arm: remove and recreate timer events around drainsCurtis Dunham
2017-06-29arm: Fix memleak in Pl390 by adding destructorSean Wilson
2017-06-29arm: Fix memleak in VGic by adding destructorSean Wilson
2017-06-20dev: Replace EventWrapper use with EventFunctionWrapperSean Wilson
2017-06-20arm: Replace EventWrapper use with EventFunctionWrapperSean Wilson
2017-06-19arm: ignore writes to the reset_ctl registerGedare Bloom
2017-06-19dev, arm: add a9mpcore global timer deviceGedare Bloom
2017-06-16dev, virtio: Use of Unix socket for virtIO 9P deviceAnouk Van Laer
2017-06-13arm: Refactor the VExpress_EMM system creationNikos Nikoleris
2017-06-09dev: Avoid arbitrarily deep stack depth in the i8254xGBe model.Gabe Black
2017-06-03config: Adjust load_addr_mask in VExpress_GEM5_V1Weiping Liao
2017-06-03dev: Add a version of EtherTap which uses the tap driver.Gabe Black
2017-06-03dev: Refactor the EtherTapStub to make room for using tap.Gabe Black
2017-06-03dev: Rename EtherTap to be EtherTapStub.Gabe Black
2017-06-02dev: Add a missing parameter to the EtherTap device.Gabe Black
2017-05-31dev, arm: ignore writes to the SCUGedare Bloom
2017-05-15arm, dev: stub out GIC distributor interrupt groupsCurtis Dunham
2017-05-09arm: Enable m5ops by default for VExpress_GEM5_V1Andreas Sandberg
2017-05-02base, sim, dev: Remove SWIGAndreas Sandberg