gem5.git
2019-10-09 Bobby R. Brucetests: Migrated refcnt.cc test from src/unitttest to...
2019-10-09 Chun-Chen TK Hsusystem-arm: Initialize ICC_SRE_EL3 register of all...
2019-10-09 Gabe Blackarch-mips,arch-riscv,base: Get rid of the unused HexFil...
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-08 Gabe Blackbase: Get rid of the unused global pointer in object...
2019-10-08 Gabe Blackbase: Ensure %p format arguments are printed as pointers.
2019-10-07 Gabe Blackfastmodel: Make CortexA76x1's interrupts use gem5's...
2019-10-07 Daniel R. Carvalhoconfigs: Isolate ISA related object lists
2019-10-07 Ciro Santillikvm, arm: fix the size of MISCREG_FPSR and MISCREG_FPCR
2019-10-07 Ciro Santilliconfig: skip access to branchPred in ARM KVM
2019-10-05 Gabe Blackbase: ELF segment types are not bitfields.
2019-10-04 Tommaso Marinellikvm: Rename gettid() to build with glibc 2.30+
2019-10-03 Tommaso Marinellimem: Remove unused variable
2019-10-03 Ayaz Akramtests: Fix a minor bug in fixture.py
2019-10-03 Bobby R. Brucedev, misc: Fixing "may be used unitialized" compilation...
2019-10-03 Jason Lowe... sim-se: Fix invalid delete of params on clone
2019-10-03 Giacomo Travagliniarch-arm: Annotate CM flag in AA64 CM Instructions
2019-10-03 Giacomo Travagliniarch-arm: Set CM bit in DataAbort
2019-10-02 Giacomo Travaglinisim: Mark System::getThreadContext method as const
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 Giacomo Travagliniarch-arm: Create helper for sending events (SEV)
2019-10-02 Gabe Blackfastmodel: Get rid of the back channel mem port in...
2019-10-02 Gabe Blackfastmodel: Implement a custom sendFunctional for Cortex...
2019-10-02 Gabe Blackx86: Switch from MessageReq and Resp to WriteReq and...
2019-10-02 Gabe Blackfastmodel: Let the EVS set an attribute for getSendFunc...
2019-10-01 Georg Kotheimerstyle: normalize filename in SortedIncludes.fix()
2019-10-01 Gabe Blackfastmodel: Add a gem5Cpu attribute to the CortexA76x1.
2019-10-01 Gabe Blackfastmodel: Add a utility class which makes it easier...
2019-10-01 Gabe Blackfastmodel: Pull out and simplify the interrupt mechanis...
2019-10-01 Daniel R. Carvalhomem-cache: Fix invalid whenReady
2019-10-01 Daniel R. Carvalhoconfigs: Port PlatformConfig to the common object list
2019-10-01 Daniel R. Carvalhoconfigs: Port MemConfig to the common object list
2019-10-01 Daniel R. Carvalhoconfigs: Port HWPConfig to the common object list
2019-10-01 Daniel R. Carvalhoconfigs: Port BPConfig to use the common object list
2019-09-30 Daniel R. Carvalhoconfigs: Port CPUConfig to use the common object list
2019-09-30 Daniel R. Carvalhoconfigs: Create a basic ObjectList
2019-09-30 Daniel R. Carvalhoconfigs: Remove is_atomic_cpu check
2019-09-30 Daniel R. Carvalhomem-ruby: Remove inexistent functions from Util
2019-09-30 Daniel R. Carvalhomem-ruby: Make bitSelect use bits<Addr>
2019-09-30 Daniel R. Carvalhomem-ruby: Fix maskLowOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove shiftLowOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove maskHighOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove bitRemove
2019-09-30 Nikos Nikoleriscpu: Make use of DRAMCtrl::AddrMap in the traffic gener...
2019-09-30 Bobby R. Brucemisc: Added line wrapping functionality for Sim-Object...
2019-09-30 Andreas Sandbergmem: Use new-style stats in the XBar models
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2019-09-30 Andreas Sandbergmem: Convert DRAM controller to new-style stats
2019-09-28 Timothy Hayesruby: 2x protocols has typo/syntax error that fails...
2019-09-27 Gabe Blackfastmodel: Add glue code which adapts fastmodels to...
2019-09-26 Andreas Sandbergsim: Convert power modelling framework to new-style...
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-09-26 Andreas Sandbergstats: Don't output index in vectors of length 1
2019-09-26 Andreas Sandbergstats: Correctly print new-style dist stat names
2019-09-25 Jing Qumem-ruby: prevent cacheProbe being called multiple...
2019-09-24 Bobby R. Bruceext: Updated Pybind11 to version 2.4.1.
2019-09-24 Nikos Nikoleriscpu: Fix checker cpu instantiation
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-09-21 Gabe Blackmem: Delete the now unused Message*Port classes.
2019-09-21 Gabe Blackx86: Templatize the IntMasterPort.
2019-09-21 Gabe Blackx86: Templatize IntSlavePort.
2019-09-21 Gabe Blackx86: Turn the local APIC into a PioDevice instead of...
2019-09-20 Jing Qugpu-compute: Fix overriden errors
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-20 Pouya Fotouhiarch-x86: ignore non-temporal hint for movntps/movntpd...
2019-09-19 Andrea Mondellidev: Terminal output's dump name conflicts
2019-09-19 Hoa Nguyenarch-x86: Change warn to warn_once for NT instructions
2019-09-19 Gabe Blackpython: Don't try to bind a stat group to the NULL...
2019-09-19 Jason Lowe... misc: Update MAINTAINERS
2019-09-19 Giacomo Travaglinidev-arm: Conditionally enable HDLcd when doing DTB...
2019-09-19 Giacomo Travaglinidev-arm: Add HDLcd DTB autogeneration
2019-09-19 Giacomo Travagliniarch-arm: PSTATE.PAN changes should inval cached regs...
2019-09-18 Adrian Herrerasystem-arm: Add ITS node in platforms/vexpress_gem5_v2_...
2019-09-18 Giacomo Travagliniarch-arm: Fix Data Abort ISS when caused by Atomic...
2019-09-18 Giacomo Travagliniarch-arm: ISV bit in DataAbort should check for transla...
2019-09-18 Giacomo Travagliniarch-arm: PSTATE.PAN affecting EL2 only when HCR_EL2...
2019-09-18 Gabe Blackarch, x86: Rework the debug faults and microops.
2019-09-17 Gabe Blacksystemc: Make TLM port wrappers for tlm_base_(target...
2019-09-17 Gabe Blacksystemc: Expose the utility functions for payload-...
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-13 Gabe Blacksparc: Fix a warning/error in tlb.cc.
2019-09-12 Gabe Blackdev: Generalize the x86 int source/sink pins.
2019-09-12 Daniel R. Carvalhomem-cache: Fix BDI size calculation
2019-09-12 Daniel R. Carvalhobase: Add a perfect bloom filter
2019-09-10 Tommaso Marinellistats: Add M5_VAR_USED to variable
2019-09-10 Andreas Sandbergstats: Fix incorrect name conflict panic with grouped...
2019-09-10 Chun-Chen TK Hsustats: Ignore non-Group objects in stat hierarchy
2019-09-10 Daniel R. Carvalhobase: Make Bloom Filter counting by default
2019-09-10 Daniel R. Carvalhobase: Make Bulk inherit from MultiBitSel Bloom Filter
2019-09-10 Daniel R. Carvalhomem-ruby: Move Bloom Filters to base
2019-09-10 Gabe Blackmem: Mark MemObject as deprecated.
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
next