dev: Make the virtio devices track endianness explicitly.
[gem5.git] / src / dev /
2019-10-30 Gabe Blackdev: Make the virtio devices track endianness explicitly.
2019-10-30 Pouya Fotouhidev: Adding support for large BAR
2019-10-30 Gabe Blackdev: Remove TheISA from ns_gige.cc.
2019-10-30 Gabe Blackdev: Stop including config/the_isa.hh unnecessarily.
2019-10-30 Gabe Blackdev: Get PageBytes from the system in the ARM generic...
2019-10-30 Gabe Blackdev: Get PageBytes from the system in the ide_disk...
2019-10-30 Gabe Blackdev: Remove using namespace std and TheISA from ide_dis...
2019-10-30 Gabe Blackarm: Get rid of using namespace std and TheISA in realv...
2019-10-30 Gabe Blackdev: Remove SINIC_VTOPHYS and related code.
2019-10-30 Gabe Blackalpha: Remove TheISA from the Alpha devices.
2019-10-30 Gabe Blackx86: Remove TheISA from x86 devices.
2019-10-22 Giacomo Travagliniconfigs: Clean setupBootLoader signature
2019-10-22 Giacomo Travaglinidev-arm, configs: Using _on_chip_memory for on chip...
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-18 Tiago Muckdev-arm: Check for gem5 extensions in GicV2
2019-10-15 Gabe Blackx86: Use a std::function to handle MSI completion.
2019-10-15 Giacomo Travaglinidev-arm: Carve out a portion of VExpress_GEM5 for the...
2019-10-15 Gabe Blackx86: De-x86ify the IntMasterPort.
2019-10-14 Gabe Blackx86: Simplify and consolidate the code that assembles...
2019-10-12 Gabe Blackx86: Stop using and delete the x86 IntDevice class.
2019-10-10 Giacomo Travaglinidev-arm, configs: Remove RealViewPBX platform
2019-10-03 Bobby R. Brucedev, misc: Fixing "may be used unitialized" compilation...
2019-10-02 Marc Mari Barcelodev-arm: Improve fault message on SMMUv3 translation...
2019-10-02 Marc Mari Barcelodev-arm: Fix address used to update the SMMUv3 Walk...
2019-10-02 Gabe Blackx86: Switch from MessageReq and Resp to WriteReq and...
2019-09-21 Gabe Blackx86: Templatize the IntMasterPort.
2019-09-21 Gabe Blackx86: Templatize IntSlavePort.
2019-09-20 Gabe Blackdev, x86: Delete the now unused X86 specific interrupt...
2019-09-20 Gabe Blackdev, x86: Convert x86 devices to the generic int pins.
2019-09-19 Andrea Mondellidev: Terminal output's dump name conflicts
2019-09-19 Giacomo Travaglinidev-arm: Conditionally enable HDLcd when doing DTB...
2019-09-19 Giacomo Travaglinidev-arm: Add HDLcd DTB autogeneration
2019-09-16 Giacomo Travaglinidev-arm: Allow IOMMU binding to HDLcd
2019-09-13 Giacomo Travaglinidev-arm: Store the IOMMU reference from within the...
2019-09-13 Giacomo Travaglinidev: Enable DTB IOMMU binding with a DMA object
2019-09-12 Gabe Blackdev: Generalize the x86 int source/sink pins.
2019-09-09 Giacomo Travaglinidev-arm: Reset HPPI when clearing an LPI
2019-09-09 Giacomo Travaglinidev-arm: Add resetHppi method in the GICv3 cpu interface
2019-09-09 Giacomo Travaglinidev-arm: Cleanup GICv3 initialization
2019-09-09 Giacomo Travaglinidev-arm: Initialize GICD_TYPER once at construction...
2019-09-09 Giacomo Travaglinidev-arm: Writes to IGRPEN1_EL3 triggering update
2019-09-09 Giacomo Travaglinidev-arm: Fix GICv3 ITS cmdq wrapping
2019-09-09 Giacomo Travaglinidev-arm: Fix mapping between IGRPEN1_EL3 and IGRPEN1_EL1
2019-09-09 Giacomo Travaglinidev-arm: Implement message-based SPIs
2019-09-09 Gabe Blackdev: Scrub out some lingering uses of MemObject.
2019-09-07 Giacomo Travaglinidev-arm: Add GICD_SGIR register
2019-09-06 Giacomo Travaglinidev: Enable Terminal output's dump to stdout
2019-09-06 Giacomo Travaglinidev-arm: State update when setting MISCREG_ICC_IGRPENx...
2019-09-06 Giacomo Travagliniarch-arm, dev-arm: MISCREG_ICC_IGRPEN1_EL1 using AA64...
2019-09-06 Giacomo Travagliniarch-arm, dev-arm: MISCREG_ICC_AP1R0_EL1 using AA64...
2019-09-06 Giacomo Travagliniarch-arm, dev-arm: MISCREG_ICC_CTLR_EL1 using AA64...
2019-09-06 Giacomo Travaglinidev-arm: Add read/writeBanked helpers to GICv3
2019-09-06 Chun-Chen TK Hsudev: Fix segmentation fault in VirtIOBlock
2019-09-06 Giacomo Travaglinidev-arm: Rewrite ICC_BPR0/ICC_BPR1 handling
2019-09-06 Giacomo Travaglinidev-arm: Add GICv3 unimplemented Hyp Active Priorities...
2019-09-06 Giacomo Travaglinidev-arm: Allow 32-bit access to GITS_TYPER
2019-09-06 Giacomo Travaglinidev-arm: Cpu interface groupEnabled check for global...
2019-09-06 Giacomo Travaglinidev-arm: Check if INTID group is enabled when reading...
2019-09-06 Giacomo Travaglinidev-arm: Writing GICD_CTLR should trigger an update
2019-09-06 Giacomo Travaglinidev-arm: Rewrite GICv3 update
2019-09-06 Giacomo Travaglinidev-arm: Fix GICv3 IGRPMOD writes
2019-09-06 Giacomo Travaglinidev-arm: Fix SGI generation
2019-09-06 Adrian Herreradev-arm: Gicv3 ITS device tree autogen
2019-09-06 Adrian Herreradev-arm: modify GICv3 ITS default addr
2019-09-05 Giacomo Travaglinidev-arm: Improper translation slot release in SMMUv3
2019-09-05 Jan-Peter Larssondev-arm: Implement invalidateASID in SMMUv3 WalkCache
2019-09-05 Adrian Herreradev-arm: Implement invalidateVA/VAA in SMMUv3 WalkCache
2019-09-04 Gabe Blackdev: Templatize PioPort.
2019-08-27 Gabe Blackcpu, dev, mem: Use the new Port methods.
2019-08-26 Giacomo Travaglinidev-arm: Fix GICv3 ITS indexing error
2019-08-26 Giacomo Travaglinidev-arm: Fix GITS_BASER initialization/access
2019-08-22 Giacomo Travaglinidev-arm: Start using GITS_CTLR.quiescent bit
2019-08-22 Giacomo Travaglinidev-arm: Allow 32 bit accesses to GITS_C(WRITER/READR...
2019-08-22 Adrian Herreradev-arm,system-arm: missing GICv3 ranges property
2019-08-20 Giacomo Travaglinidev-arm: Add redistributor-stride property to GICv3
2019-08-20 Giacomo Travaglinidev-arm: Add GITS_PIDR2 register to the ITS memory map
2019-08-20 Giacomo Travaglinidev-arm: Add Gicv3Distributor members for GICv3 GICD_PIDRx
2019-08-12 Giacomo Travaglinidev-arm: Enable DTB autogeneration in GICv3
2019-08-12 Giacomo Travaglinidev-arm: Fix PCI node's interrupt-map property
2019-08-12 Giacomo Travaglinidev-arm: Use FdtState to generate GIC properites
2019-08-07 Giacomo Travaglinidev-arm: Perform SMMUv3 CFG Invalidation at device...
2019-07-30 Giacomo Travaglinidev-arm: Rewrite SMMUv3 Commands
2019-07-25 Giacomo Travaglinidev-arm: Fix SMMUv3 CMDQ wrapping
2019-07-25 Giacomo Travaglinidev-arm: Polish SMMUv3 CMDQ setup
2019-07-25 Giacomo Travaglinidev-arm: Define enum masks for SMMU_CR0 register
2019-07-25 Giacomo Travaglinidev-arm: TnSZ fields need to be cached in SMMUv3::Confi...
2019-07-25 Giacomo Travaglinidev-arm: SMMUv3 Table walks using TnSZ
2019-07-25 Giacomo Travaglinidev-arm: Use override keyword for SMMUv3 PTOPS
2019-07-25 Michiel Van Toldev-arm: Add 16K granule support to SMMUv3 model
2019-07-19 Matteo Andreozzidev-arm: clang compatibility fix, added missing overrides
2019-07-16 Giacomo Travaglinidev-arm: Fix SMMUv3 ContextDescriptor pointer shift
2019-07-10 Tiago Muckdev-arm: A9SCU fixup
2019-07-01 Giacomo Travaglinidev-arm: Use global import path for MemObject
2019-06-26 Giacomo Travaglinidev-arm: Remove un-needed Q_CONS_PROD_MASK macro
2019-06-26 Adrian Herreradev-arm: drain implementation for SMMUv3
2019-06-26 Adrian Herreradev-arm: pending SMMU transl update on constructor...
2019-06-17 Giacomo Travaglinidev-arm: Reapply GICv3 changes that were lost during...
2019-06-06 Stanislaw Czerniawskidev-arm: Implement a SMMUv3 model
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-05-22 Giacomo Travaglinidev-arm: Provide a GICv3 ITS Implementation
next