2019-08-28 |
Gabe Black | mem: Make PortProxy use a delegate for a sendFunctional... |
commit | commitdiff | tree |
2019-08-28 |
Gabe Black | cpu: Move the instruction port into o3's fetch stage. |
commit | commitdiff | tree |
2019-08-28 |
Gabe Black | cpu: Move O3's data port into the LSQ. |
commit | commitdiff | tree |
2019-08-28 |
Gabe Black | mem: Eliminate the Base(Slave|Master)Port classes. |
commit | commitdiff | tree |
2019-08-27 |
Gabe Black | cpu, dev, mem: Use the new Port methods. |
commit | commitdiff | tree |
2019-08-27 |
Gabe Black | sim: Add a << overload for the Port class which prints... |
commit | commitdiff | tree |
2019-08-27 |
Gabe Black | sim: Add a takeOverFrom method to the base Port class. |
commit | commitdiff | tree |
2019-08-27 |
Gabe Black | mem, sim, systemc: Reorganize Port and co.s bind, unbin... |
commit | commitdiff | tree |
2019-08-26 |
Giacomo Travaglini | dev-arm: Fix GICv3 ITS indexing error |
commit | commitdiff | tree |
2019-08-26 |
Giacomo Travaglini | dev-arm: Fix GITS_BASER initialization/access |
commit | commitdiff | tree |
2019-08-23 |
Alec Roelke | arch-riscv: fix GDB register cache |
commit | commitdiff | tree |
2019-08-23 |
Gabe Black | mem: Put gem5 protocols in their own directory. |
commit | commitdiff | tree |
2019-08-23 |
Gabe Black | mem: Move ruby protocols into a directory called ruby_p... |
commit | commitdiff | tree |
2019-08-23 |
Gabe Black | mem: Split the various protocols out of the gem5 master... |
commit | commitdiff | tree |
2019-08-22 |
Ciro Santilli | mem-ruby: fix build with PROTOCOL=MOESI_hammer |
commit | commitdiff | tree |
2019-08-22 |
Giacomo Travaglini | dev-arm: Start using GITS_CTLR.quiescent bit |
commit | commitdiff | tree |
2019-08-22 |
Giacomo Travaglini | dev-arm: Allow 32 bit accesses to GITS_C(WRITER/READR... |
commit | commitdiff | tree |
2019-08-22 |
Adrian Herrera | dev-arm,system-arm: missing GICv3 ranges property |
commit | commitdiff | tree |
2019-08-21 |
Adrian Herrera | configs: root, platform options in fs bigLITTLE |
commit | commitdiff | tree |
2019-08-21 |
Yifei Liu | arch-riscv: Update register file |
commit | commitdiff | tree |
2019-08-21 |
Ciro Santilli | arch-arm, cpu: fix ARM ubsan build on GCC 7.4.0 |
commit | commitdiff | tree |
2019-08-21 |
Ciro Santilli | base: assert that stats bucket size is greater than 0 |
commit | commitdiff | tree |
2019-08-21 |
Chun-Chen TK Hsu | arch-arm: Fix implicit fallthrough build errors |
commit | commitdiff | tree |
2019-08-20 |
Giacomo Travaglini | dev-arm: Add redistributor-stride property to GICv3 |
commit | commitdiff | tree |
2019-08-20 |
Giacomo Travaglini | arch-arm: Replace occ of opModeToEL(currOpMode/cpsr... |
commit | commitdiff | tree |
2019-08-20 |
Giacomo Travaglini | arch-arm: Replace direct use cpsr.el with currEL helper |
commit | commitdiff | tree |
2019-08-20 |
Giacomo Travaglini | arch-arm: Overload currEL helper with CPSR argument |
commit | commitdiff | tree |
2019-08-20 |
Giacomo Travaglini | arch-arm: Rewrite the currEL helper method to use opMod... |
commit | commitdiff | tree |
2019-08-20 |
Giacomo Travaglini | dev-arm: Add GITS_PIDR2 register to the ITS memory map |
commit | commitdiff | tree |
2019-08-20 |
Giacomo Travaglini | dev-arm: Add Gicv3Distributor members for GICv3 GICD_PIDRx |
commit | commitdiff | tree |
2019-08-19 |
Pablo Prieto | mem-ruby, arch-hsail: Removed hit latency from VIPERCoa... |
commit | commitdiff | tree |
2019-08-16 |
Gabe Black | x86: Stop CPUID from claiming we support xsave. |
commit | commitdiff | tree |
2019-08-15 |
Gabe Black | x86: Make unsuccessful CPUID instructions zero the... |
commit | commitdiff | tree |
2019-08-13 |
Gabe Black | sim: Add a hook Clocked objects can implement for frequ... |
commit | commitdiff | tree |
2019-08-13 |
Gabe Black | sim: Clean up some mild style bugs in clocked_object.hh. |
commit | commitdiff | tree |
2019-08-13 |
Pouya Fotouhi | mem-ruby: Use check_on_cache_probe on MI |
commit | commitdiff | tree |
2019-08-13 |
Pouya Fotouhi | mem-ruby: Use check_on_cache_probe on MOESI hammer |
commit | commitdiff | tree |
2019-08-13 |
Pouya Fotouhi | mem-ruby: Use check_on_cache_probe on MOESI CMP |
commit | commitdiff | tree |
2019-08-13 |
Pouya Fotouhi | mem-ruby: Use check_on_cache_probe on MOESI |
commit | commitdiff | tree |
2019-08-12 |
Jordi Vaquero | arch-arm: Added LD/ST<op> atomic instruction family... |
commit | commitdiff | tree |
2019-08-12 |
Pouya Fotouhi | mem-ruby: Use check_on_cache_probe to protect locked... |
commit | commitdiff | tree |
2019-08-12 |
Pouya Fotouhi | mem-ruby: Use check_on_cache_probe to protect locked... |
commit | commitdiff | tree |
2019-08-12 |
Giacomo Travaglini | dev-arm: Enable DTB autogeneration in GICv3 |
commit | commitdiff | tree |
2019-08-12 |
Giacomo Travaglini | dev-arm: Fix PCI node's interrupt-map property |
commit | commitdiff | tree |
2019-08-12 |
Giacomo Travaglini | dev-arm: Use FdtState to generate GIC properites |
commit | commitdiff | tree |
2019-08-12 |
Giacomo Travaglini | python: FdtState using interrupt-cells |
commit | commitdiff | tree |
2019-08-12 |
Jordi Vaquero | arch-arm: Adding CAS/CASP AMO instr including new Typed... |
commit | commitdiff | tree |
2019-08-12 |
Brandon Potter | sim-se: rename Process::setpgid member |
commit | commitdiff | tree |
2019-08-12 |
Andreas Sandberg | misc: Update MAINTAINERS with a system tag |
commit | commitdiff | tree |
2019-08-10 |
Gabe Black | cpu: Pull more arch specialization to the top of BaseCP... |
commit | commitdiff | tree |
2019-08-10 |
Chun-Chen TK Hsu | system-arm: Refactor makefile to create targets with... |
commit | commitdiff | tree |
2019-08-10 |
Gabe Black | x86: Move some fixed or dummy config information into... |
commit | commitdiff | tree |
2019-08-09 |
Tony Gutierrez | arch: Bump MaxVecRegLenInBytes to 4096 |
commit | commitdiff | tree |
2019-08-09 |
Nikos Nikoleris | tests: Add Arm full system regressions to the new framework |
commit | commitdiff | tree |
2019-08-09 |
Nikos Nikoleris | tests: Add support for downloaded archive fixtures |
commit | commitdiff | tree |
2019-08-09 |
Nikos Nikoleris | tests: Refactor the Gem5Fixture to derive from UniqueFi... |
commit | commitdiff | tree |
2019-08-09 |
Nikos Nikoleris | tests: Add base class for fixtures that generate a... |
commit | commitdiff | tree |
2019-08-09 |
Brandon Potter | sim-se: minor refactor for ProcessParams::create |
commit | commitdiff | tree |
2019-08-09 |
Brandon Potter | sim-se: remove unused parameter |
commit | commitdiff | tree |
2019-08-07 |
Brandon Potter | sim-se, tests: add a new sim-se test |
commit | commitdiff | tree |
2019-08-07 |
Jordi Vaquero | cpu-o3: fix atomic instructions non-speculative |
commit | commitdiff | tree |
2019-08-07 |
Jordi Vaquero | cpu-o3: added _amo_op parameter in o3 LSQ |
commit | commitdiff | tree |
2019-08-07 |
Jordi Vaquero | arch-arm: Add TypeAtomicOp class to be used by new... |
commit | commitdiff | tree |
2019-08-07 |
Jordi Vaquero | arch-arm: adding register control flags enabling LSE... |
commit | commitdiff | tree |
2019-08-07 |
Giacomo Travaglini | dev-arm: Perform SMMUv3 CFG Invalidation at device... |
commit | commitdiff | tree |
2019-08-07 |
Daniel R. Carvalho | mem-cache: Fix non-virtual base destructor of Repl... |
commit | commitdiff | tree |
2019-08-06 |
Brandon Potter | sim-se: add new getpgrp system call |
commit | commitdiff | tree |
2019-08-06 |
Matthew Sinclair | sim-se: adding pipe2 syscall |
commit | commitdiff | tree |
2019-08-05 |
Giacomo Travaglini | arch-arm: Implement ARMv8.1-PAN, Privileged access... |
commit | commitdiff | tree |
2019-08-05 |
Giacomo Travaglini | arch-arm: Rewrite MSR immediate instruction class |
commit | commitdiff | tree |
2019-08-05 |
Chun-Chen TK Hsu | systemc: Provide Port wrapper classes for sc_port |
commit | commitdiff | tree |
2019-08-02 |
Pouya Fotouhi | mem-ruby: Remove assertion with incorrect assumption |
commit | commitdiff | tree |
2019-08-02 |
Brandon Potter | sim-se: small refactor on pipe syscall |
commit | commitdiff | tree |
2019-08-02 |
Daniel R. Carvalho | mem: Move eraseIfNullEntry to when holder is updated |
commit | commitdiff | tree |
2019-08-02 |
Daniel R. Carvalho | mem: Encapsulate retry variables of SnoopFilter |
commit | commitdiff | tree |
2019-08-01 |
Brandon Potter | sim-se: small performance optimization |
commit | commitdiff | tree |
2019-08-01 |
Brandon Potter | sim-se: fstat64 bugfix |
commit | commitdiff | tree |
2019-08-01 |
Brandon Potter | sim-se: add new option to getrlimit syscall |
commit | commitdiff | tree |
2019-07-31 |
Tiago Mück | mem-cache: mark block as dirty when handling SW prefetch |
commit | commitdiff | tree |
2019-07-31 |
Daniel R. Carvalho | mem-cache: Fix set and way of sub-entries |
commit | commitdiff | tree |
2019-07-30 |
Giacomo Travaglini | dev-arm: Rewrite SMMUv3 Commands |
commit | commitdiff | tree |
2019-07-30 |
Chun-Chen TK Hsu | configs, arch-arm: Check if gic has cpu_addr attribute |
commit | commitdiff | tree |
2019-07-30 |
Chun-Chen TK Hsu | system-arm: Add irq for hypervisor timer in device... |
commit | commitdiff | tree |
2019-07-30 |
Chun-Chen TK Hsu | system-arm: Initialize ICC_SRE_EL3 register |
commit | commitdiff | tree |
2019-07-28 |
Gabor Dozsa | cpu: Fix the type of the effective mem request size |
commit | commitdiff | tree |
2019-07-28 |
Gabor Dozsa | cpu-o3: Fix too strict assert condition in writeback() |
commit | commitdiff | tree |
2019-07-27 |
Gabor Dozsa | arch-arm: Fix reg dependency for SVE gather microops |
commit | commitdiff | tree |
2019-07-27 |
Gabor Dozsa | arch-arm: Fix tracing code for SVE gather |
commit | commitdiff | tree |
2019-07-27 |
Javier Setoain | arch-arm: Add SVE LD1RQ[BHWD] |
commit | commitdiff | tree |
2019-07-27 |
Adrià Armejach | arch-arm: Fix decoding for SVE memory instructions |
commit | commitdiff | tree |
2019-07-27 |
Javier Setoain | arch-arm: Add support for SVE load/store structures |
commit | commitdiff | tree |
2019-07-27 |
Gabor Dozsa | cpu: Add first-/non-faulting load support to Minor... |
commit | commitdiff | tree |
2019-07-25 |
Giacomo Travaglini | dev-arm: Fix SMMUv3 CMDQ wrapping |
commit | commitdiff | tree |
2019-07-25 |
Giacomo Travaglini | dev-arm: Polish SMMUv3 CMDQ setup |
commit | commitdiff | tree |
2019-07-25 |
Giacomo Travaglini | dev-arm: Define enum masks for SMMU_CR0 register |
commit | commitdiff | tree |
2019-07-25 |
Giacomo Travaglini | dev-arm: TnSZ fields need to be cached in SMMUv3::Confi... |
commit | commitdiff | tree |
2019-07-25 |
Giacomo Travaglini | dev-arm: SMMUv3 Table walks using TnSZ |
commit | commitdiff | tree |
2019-07-25 |
Giacomo Travaglini | dev-arm: Use override keyword for SMMUv3 PTOPS |
commit | commitdiff | tree |
2019-07-25 |
Michiel Van Tol | dev-arm: Add 16K granule support to SMMUv3 model |
commit | commitdiff | tree |
2019-07-23 |
Pouya Fotouhi | mem-ruby: Adding a new slicc statement - to not evict... |
commit | commitdiff | tree |
next |