gem5.git
2019-08-28 Gabe Blackcpu: Make get(Data|Inst)Port return a Port and not...
2019-08-28 Gabe Blackcpu, mem: Add new getSendFunctional method to the base...
2019-08-28 Gabe Blackmem: Make PortProxy use a delegate for a sendFunctional...
2019-08-28 Gabe Blackcpu: Move the instruction port into o3's fetch stage.
2019-08-28 Gabe Blackcpu: Move O3's data port into the LSQ.
2019-08-28 Gabe Blackmem: Eliminate the Base(Slave|Master)Port classes.
2019-08-27 Gabe Blackcpu, dev, mem: Use the new Port methods.
2019-08-27 Gabe Blacksim: Add a << overload for the Port class which prints...
2019-08-27 Gabe Blacksim: Add a takeOverFrom method to the base Port class.
2019-08-27 Gabe Blackmem, sim, systemc: Reorganize Port and co.s bind, unbin...
2019-08-26 Giacomo Travaglinidev-arm: Fix GICv3 ITS indexing error
2019-08-26 Giacomo Travaglinidev-arm: Fix GITS_BASER initialization/access
2019-08-23 Alec Roelkearch-riscv: fix GDB register cache
2019-08-23 Gabe Blackmem: Put gem5 protocols in their own directory.
2019-08-23 Gabe Blackmem: Move ruby protocols into a directory called ruby_p...
2019-08-23 Gabe Blackmem: Split the various protocols out of the gem5 master...
2019-08-22 Ciro Santillimem-ruby: fix build with PROTOCOL=MOESI_hammer
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-21 Adrian Herreraconfigs: root, platform options in fs bigLITTLE
2019-08-21 Yifei Liuarch-riscv: Update register file
2019-08-21 Ciro Santilliarch-arm, cpu: fix ARM ubsan build on GCC 7.4.0
2019-08-21 Ciro Santillibase: assert that stats bucket size is greater than 0
2019-08-21 Chun-Chen TK Hsuarch-arm: Fix implicit fallthrough build errors
2019-08-20 Giacomo Travaglinidev-arm: Add redistributor-stride property to GICv3
2019-08-20 Giacomo Travagliniarch-arm: Replace occ of opModeToEL(currOpMode/cpsr...
2019-08-20 Giacomo Travagliniarch-arm: Replace direct use cpsr.el with currEL helper
2019-08-20 Giacomo Travagliniarch-arm: Overload currEL helper with CPSR argument
2019-08-20 Giacomo Travagliniarch-arm: Rewrite the currEL helper method to use opMod...
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-19 Pablo Prietomem-ruby, arch-hsail: Removed hit latency from VIPERCoa...
2019-08-16 Gabe Blackx86: Stop CPUID from claiming we support xsave.
2019-08-15 Gabe Blackx86: Make unsuccessful CPUID instructions zero the...
2019-08-13 Gabe Blacksim: Add a hook Clocked objects can implement for frequ...
2019-08-13 Gabe Blacksim: Clean up some mild style bugs in clocked_object.hh.
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MI
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MOESI hammer
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MOESI CMP
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MOESI
2019-08-12 Jordi Vaqueroarch-arm: Added LD/ST<op> atomic instruction family...
2019-08-12 Pouya Fotouhimem-ruby: Use check_on_cache_probe to protect locked...
2019-08-12 Pouya Fotouhimem-ruby: Use check_on_cache_probe to protect locked...
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-12 Giacomo Travaglinipython: FdtState using interrupt-cells
2019-08-12 Jordi Vaqueroarch-arm: Adding CAS/CASP AMO instr including new Typed...
2019-08-12 Brandon Pottersim-se: rename Process::setpgid member
2019-08-12 Andreas Sandbergmisc: Update MAINTAINERS with a system tag
2019-08-10 Gabe Blackcpu: Pull more arch specialization to the top of BaseCP...
2019-08-10 Chun-Chen TK Hsusystem-arm: Refactor makefile to create targets with...
2019-08-10 Gabe Blackx86: Move some fixed or dummy config information into...
2019-08-09 Tony Gutierrezarch: Bump MaxVecRegLenInBytes to 4096
2019-08-09 Nikos Nikoleristests: Add Arm full system regressions to the new framework
2019-08-09 Nikos Nikoleristests: Add support for downloaded archive fixtures
2019-08-09 Nikos Nikoleristests: Refactor the Gem5Fixture to derive from UniqueFi...
2019-08-09 Nikos Nikoleristests: Add base class for fixtures that generate a...
2019-08-09 Brandon Pottersim-se: minor refactor for ProcessParams::create
2019-08-09 Brandon Pottersim-se: remove unused parameter
2019-08-07 Brandon Pottersim-se, tests: add a new sim-se test
2019-08-07 Jordi Vaquerocpu-o3: fix atomic instructions non-speculative
2019-08-07 Jordi Vaquerocpu-o3: added _amo_op parameter in o3 LSQ
2019-08-07 Jordi Vaqueroarch-arm: Add TypeAtomicOp class to be used by new...
2019-08-07 Jordi Vaqueroarch-arm: adding register control flags enabling LSE...
2019-08-07 Giacomo Travaglinidev-arm: Perform SMMUv3 CFG Invalidation at device...
2019-08-07 Daniel R. Carvalhomem-cache: Fix non-virtual base destructor of Repl...
2019-08-06 Brandon Pottersim-se: add new getpgrp system call
2019-08-06 Matthew Sinclairsim-se: adding pipe2 syscall
2019-08-05 Giacomo Travagliniarch-arm: Implement ARMv8.1-PAN, Privileged access...
2019-08-05 Giacomo Travagliniarch-arm: Rewrite MSR immediate instruction class
2019-08-05 Chun-Chen TK Hsusystemc: Provide Port wrapper classes for sc_port
2019-08-02 Pouya Fotouhimem-ruby: Remove assertion with incorrect assumption
2019-08-02 Brandon Pottersim-se: small refactor on pipe syscall
2019-08-02 Daniel R. Carvalhomem: Move eraseIfNullEntry to when holder is updated
2019-08-02 Daniel R. Carvalhomem: Encapsulate retry variables of SnoopFilter
2019-08-01 Brandon Pottersim-se: small performance optimization
2019-08-01 Brandon Pottersim-se: fstat64 bugfix
2019-08-01 Brandon Pottersim-se: add new option to getrlimit syscall
2019-07-31 Tiago Mückmem-cache: mark block as dirty when handling SW prefetch
2019-07-31 Daniel R. Carvalhomem-cache: Fix set and way of sub-entries
2019-07-30 Giacomo Travaglinidev-arm: Rewrite SMMUv3 Commands
2019-07-30 Chun-Chen TK Hsuconfigs, arch-arm: Check if gic has cpu_addr attribute
2019-07-30 Chun-Chen TK Hsusystem-arm: Add irq for hypervisor timer in device...
2019-07-30 Chun-Chen TK Hsusystem-arm: Initialize ICC_SRE_EL3 register
2019-07-28 Gabor Dozsacpu: Fix the type of the effective mem request size
2019-07-28 Gabor Dozsacpu-o3: Fix too strict assert condition in writeback()
2019-07-27 Gabor Dozsaarch-arm: Fix reg dependency for SVE gather microops
2019-07-27 Gabor Dozsaarch-arm: Fix tracing code for SVE gather
2019-07-27 Javier Setoainarch-arm: Add SVE LD1RQ[BHWD]
2019-07-27 Adrià Armejacharch-arm: Fix decoding for SVE memory instructions
2019-07-27 Javier Setoainarch-arm: Add support for SVE load/store structures
2019-07-27 Gabor Dozsacpu: Add first-/non-faulting load support to Minor...
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
next