sim: Add a << overload for the Port class which prints its name.
[gem5.git] / src / dev /
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
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-03 Giacomo Travaglinidev: StreamID generation in DMA device
2019-05-02 Giacomo Travaglinidev-arm: Store a PhysProxy port in Gicv3Redist
2019-05-02 Giacomo Travaglinidev-arm: Add named variable for GICD_TYPER.IDBits
2019-05-02 Giacomo Travaglinidev-arm: Read correct version of ICC_BPR register
2019-05-02 Giacomo Travaglinidev-arm: Get a Gicv3Redistributor ptr from phys address
2019-05-02 Giacomo Travaglinidev-arm: Add several LPI methods in Gicv3Redistributor
2019-05-02 Giacomo Travaglinidev-arm: Take LPIs into account when interacting with...
2019-05-02 Giacomo Travaglinidev-arm: Fix GICv3 LPIs priority value
2019-05-02 Giacomo Travaglinidev-arm: Disable LPI Configuration Table caching
2019-05-02 Giacomo Travaglinidev-arm: Check EnableLPIs before checking for pending...
2019-05-02 Giacomo Travaglinidev-arm: GICv3 LPI tables are using physical addresses
2019-05-02 Giacomo Travaglinidev-arm: Fix GICv3 LPI loop
2019-05-02 Giacomo Travaglinidev-arm: Fix Bitwise operation in GICv3
2019-04-30 Gabe Blacksparc: Move the interrupt types out of isa_traits.hh...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-25 Giacomo Travaglinidev-arm: Move GICv3 (Re)Ditributor address in Realview.py
2019-04-25 Giacomo Travaglinidev-arm: Limit number of max PE in GICv3 to 128
2019-04-25 Giacomo Travaglinidev-arm: Add GICv4 extension switch in GICv3
2019-04-25 Giacomo Travaglinidev-arm: Check for maximum number of supported PE in...
2019-04-24 Gabe Blackdev: Use the new Port role mechanism to make an EtherIn...
2019-04-02 Giacomo Travaglinidev-arm: Make GICv3 maintenance interrupt an ArmInterrupt
2019-03-27 Giacomo Travaglinidev-arm: Rename GIC maintenance interrupt from ppint...
2019-03-27 Giacomo Travaglinidev-arm: Fix GICv3 overflow for INTID > 256
2019-03-27 Giacomo Travaglinidev-arm: Writing ICENABLER for non-SPIs is RAZ/WI ...
2019-03-26 Giacomo Travaglinidev-arm: Set/Unset dma coherent mode from python
2019-03-23 Andrea Mondellimisc: missing override specifier
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-19 Gabe Blackmem: Move bind() and unbind() into the Port class.
2019-03-15 Gabe Blackdev: Make EtherInt inherit from Port.
2019-03-15 Gabe Blackdev: Make the EtherDevice class inherit EtherObject.
2019-03-15 Gabe Blackdev: Turn EtherObject into an interface class.
2019-03-14 Jairo Balartdev-arm: cleanup of gicv3 CPU interface code and fixes
2019-03-12 Jairo Balartdev-arm: cleanup of gicv3 code
2019-03-01 Giacomo Travaglinidev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on reads
2019-03-01 Giacomo Travaglinidev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping...
2019-02-18 Jairo Balartdev-arm: LPI support for GICv3. This doesn't include...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-07 Giacomo Travagliniconfigs, arch-arm: Using AddrRange for Realview mem_regions
2019-02-01 Anouk Van Laerdev, arm: Removed contextId variable
2019-01-24 Ciro Santillidev-arm: fix --generate-dtb for ARM
2019-01-22 Gabe Blackarm: dev: Replace ArmISA::MiscReg with RegVal in the...
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2019-01-10 Jairo Balartdev-arm: Add a VExpress_GEM5_V2 platform with GICv3...
2019-01-10 Jairo Balartdev-arm: Add a GICv3 model
2019-01-04 Jan-Peter Larssondev, arm: Warn on PL011 DMA disable
2019-01-04 Anouk Van Laerdev-arm: Added VGIC GICV_IIDR response
2019-01-04 Giacomo Travaglinidev-arm: Implement GIC-400 model from GicV2
2019-01-04 Giacomo Travaglinidev-arm: Move VGic from Realview.py to Gic.py
2019-01-04 Anouk Van Laerdev-arm: Added unimplemented GICv2 GICC_DIR
2018-10-17 Gabe Blackdev: Remove using namespace TheISA in uart8250.cc.
2018-10-17 Gabe Blackdev: Explicitly specify the endianness for packet acces...
2018-10-17 Gabe Blackdev: Build most of the networking devices in the NULL_I...
2018-10-17 Gabe Blackdev: Build the PCI device models even in NULL_ISA builds.
2018-10-17 Adrien Pesledev-arm: Don't panic when EOIR a non active PPI
2018-10-17 Adrien Pesledev-arm: Fix Gicv2 distributor group register
2018-10-12 Gabe Blackalpha: Use little endian packet accessors.
2018-10-12 Gabe Blacksparc: Use big endian packet accessors.
2018-10-12 Gabe Blackarm: Use little endian packet accessors.
2018-10-12 Gabe Blackx86: Use little endian packet accessors.
2018-10-12 Gabe Blackdev: Include the platform base class even in NULL_ISA...
2018-10-08 Ciro Santillidev, arm: remove the RealViewEB platform
2018-10-01 Giacomo Travaglinidev-arm: Enable FIQ signaling for Group0 interrupts...
2018-10-01 Giacomo Travaglinidev-arm: Create postFiq events for GICv2
2018-10-01 Giacomo Travaglinidev-arm: Implement GICv2 GICD_IGROUPR register
2018-10-01 Giacomo Travaglinidev-arm: Fix GICv2 cpu interrupt enable flag
2018-10-01 Adrien Pesledev-arm: Add basic support for level sensitive SPIs...
2018-09-28 Giacomo Travaglinidev-arm: Make CpuLocalTimer use standard ArmInterruptPin
2018-09-28 Giacomo Travaglinidev-arm: Take into account PPI enable bit
next