arch-power: Add fields for DS form instructions
[gem5.git] / src / dev /
2021-02-10 Giacomo Travaglinidev-arm: Add VRAM to VExpress_GEM5_Base
2021-02-10 Hoa Nguyendev,dev-arm: Remove units from stats description
2021-02-10 Hoa Nguyendev,dev-arm: Add units to stats in /src/dev
2021-02-08 Giacomo Travaglinidev-arm: Reduce boilerplate when read/writing to Pio...
2021-02-07 Daniel R. Carvalhodev: Fix register bank unit test in .debug
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Gabe Blackmisc: Re-remove Authors lines from source files.
2021-01-31 Kyle Roartydev-hsa: Add missing include to hsa_driver.hh
2021-01-31 Sooraj Puthoordev-hsa: enable interruptible hsa signal support
2021-01-27 Giacomo Travaglinidev: Fix reset of virtio devices
2021-01-26 Gabe Blackdev: Set the "status" field of the HDLCD device tree...
2021-01-26 Andreas Sandbergsim: Use the Temperature type in power/thermal models
2021-01-26 Giacomo Travaglinidev-arm: Instantiate Generic Watchdog in Foundation...
2021-01-26 Giacomo Travaglinidev-arm: Implement Generic Watchdog
2021-01-26 Giacomo Travaglinidev-arm: A SystemCounterListener doesn't have to be...
2021-01-26 Giacomo Travaglinidev-arm: Add a PL111 to the VExpress_GEM5_Foundation
2021-01-26 Giacomo Travaglinidev-arm: Add a fake SP810 to the VExpress_GEM5_Foundation
2021-01-26 Giacomo Travaglinidev-arm, system-arm: Remove HDLcd from VExpress_GEM5_VX...
2021-01-24 Andreas Sandbergarch-arm, dev-arm: Consistently use ISO prefixes
2021-01-23 Gabe Blackdev: Stop "using namespace std"
2021-01-22 Andreas Sandbergdev: Consistently use ISO prefixes
2021-01-22 Andreas Sandbergarch-arm, dev-arm: Remove Python 2 compatibility code
2021-01-21 Hoa Nguyendev: Fixing EtherDevice stats initialization order
2021-01-15 Daniel R. Carvalhomisc: Fix some includes
2021-01-13 Gabe Blackdev: Let the pixel pump bypass the DMA FIFO in non...
2021-01-13 Ciro Santilliarch-arm: inform bootloader of kernel position with...
2021-01-13 Gabe Blackdev: Use regular atomic accesses for DMA in bypass...
2021-01-13 Gabe Blackdev: Teach the DmaPort to use atomic memory backdoors.
2021-01-13 Gabe Blackdev: Generate DMA packets as needed.
2021-01-07 Adrian Herreradev-arm: SMMUv3, enable interrupt interface
2021-01-06 Gabe Blackdev: Remove the return type from DmaPort::dmaAction.
2021-01-06 Gabe Blackdev: Fix style in the pixel pump base class.
2021-01-06 Gabe Blackdev: Style fixes in the ARM HDLCD device.
2021-01-05 Gabe Blackdev: Cache the cacheLineSize in the DMA read FIFO.
2020-12-31 Gabe Blackdev: Make DMA devices use their own ports for functiona...
2020-12-31 Gabe Blackdev: Style fixes in src/dev/dma_device.(cc|hh).
2020-12-18 Gabe Blackdev: Use BitUnions and a RegisterBank in the Uart8250.
2020-12-14 Yu-hsin Wangmem: Align the Substream naming in Request
2020-11-28 Gabe Blackdev-arm: Set frequency ranges in OSC device tree nodes.
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-25 Giacomo Travaglinidev: -Wdeprecated-copy not available on all supported...
2020-11-19 Hoa Nguyendev,stats: Update stats style for CopyEngine and IdeDisk
2020-11-19 Hoa Nguyendev,stats: Update stats style of src/dev/net
2020-11-19 Hoa Nguyendev-arm,stats: Update stats style of src/dev/arm
2020-11-17 Gabe Blackdev: Delete the unused DLAB member in the 8250 UART.
2020-11-17 Gabe Blackdev: Convert the IDE controller to use the RegisterBank...
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-16 Daniel Gerzhoydev-hsa,gpu-compute: Agent Packet handler implemented.
2020-11-11 Bobby R. Brucedev-arm,misc: Added missing override to scmi_platform...
2020-11-03 Gabe Blackdev: Convert the x86 i8237 DMA controller to use RegBank.
2020-11-03 Yu-hsin Wangdev-arm: Fix VExpressFastmodel timer configs
2020-11-02 Giacomo Travaglinidev-arm: Instantiate SCMI in VExpress_GEM5 platforms
2020-11-02 Giacomo Travaglinidev-arm: SCMI Implementation
2020-11-02 Giacomo Travaglinidev-arm: Implement Arm MHU (Message Handling Unit)
2020-11-02 Giacomo Travaglinidev-arm: Add doorbell interface class
2020-11-02 Giacomo Travaglinidev-arm: Define a ParentMem object for DTB autogen
2020-11-01 Gabe Blackdev: Add a new RegisterBank which helps handle device...
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-23 Yu-hsin Wangdev-arm: Fix VExpressFastmodel interrupt configs
2020-10-21 Gabe Blackmisc: Fix a few accidental transitive includes.
2020-10-20 Giacomo Travaglinidev-arm: Adding a SRAM in VExpress_GEM5_V1
2020-10-17 Giacomo Travaglinidev: Use generateFdtProperty in the PioDevice
2020-10-17 Giacomo Travaglinidev-arm: Use generateFdtProperty in the GenericTimer
2020-10-17 Giacomo Travaglinidev-arm: Automate FdtProperty generation with ArmInterr...
2020-10-17 Giacomo Travaglinidev-arm, fastmodel: Rewrite Gic.interruptCells
2020-10-17 Giacomo Travaglinidev-arm: Define ArmInterruptType
2020-10-15 Gabe Blackdev: Rework how PCI BARs are set up in python and C++.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-10 Gabe Blackx86: Change how IO port devices are structured in the...
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-29 Adrian Herreradev-arm: SMMUv3, default CMDQ entries to 128
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Gabe Blackbase,dev: Use the standard attribute [[noreturn]].
2020-09-28 Gabe Blackarch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro.
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-24 Gabe Blackarm,fastmodel: Update the VExpressFastModel to use...
2020-09-24 Adrian Herreradev-arm: FVPBasePwrCtrl, fix vector resizing
2020-09-22 Giacomo Travaglinidev-arm: Implement GICv4.1 GICD_TYPER2 as RES0
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-20 Gabe Blackdev: Stop using the OS page size in the IDE controller.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-14 Jason Lowe-Powerdev: Fix port name in x86 device
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-10 Andreas Sandbergdev: Use the new ByteOrder param type in VirtIO devices
2020-09-10 Andreas Sandbergdev: Use the new ByteOrder param type in SimpleUart
2020-09-08 Gabe Blackarm: Remove "using namespace ArmISA" from arch/arm...
2020-09-08 Gabe Blackdev,arm: Use the ArmSystem::PageBytes constant in the...
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-09-01 Bobby R. Brucearch-gcn3: Added missing header to hsa_driver.cc
2020-08-31 Kyle Roartymisc: Use VPtr in hsa_driver.cc
2020-08-29 Kyle Roartymisc: Fix db_offset calculation
2020-08-28 Gabe Blackmisc: Clean up usage of arch/isa_traits.hh.
2020-08-26 Shivani Parekhdev: Update port terminology
2020-08-25 Gabe Blackarm: Clear out isa_traits.hh.
2020-08-23 Gabe Blackmisc: Delete the critical path annotation code.
2020-08-20 Gabe Blackdev,arm: Stop using TheISA in ARM specific files.
2020-08-19 Gabe Blackmisc: Replace scalar TypedBufferArg with VPtr.
2020-08-18 Gabe Blackdev: Replace Callback in the virtio device with a lambda.
2020-08-18 Gabe Blackdev: Replace the Callback class with lambdas in ARM...
2020-08-18 Gabe Blackdev: Use lambdas instead of the Callback type for seria...
next