2020-09-28 |
Gabe Black | arch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro. |
commit | commitdiff | tree |
2020-09-28 |
Gabe Black | arm,base,gpu: Use std::make_unique instead of m5::make_... |
commit | commitdiff | tree |
2020-09-28 |
Earl Ou | base,sim: implement a faster mutex for single thread... |
commit | commitdiff | tree |
2020-09-25 |
Gabe Black | sim: Remove check whether the System port is connected. |
commit | commitdiff | tree |
2020-09-25 |
Gabe Black | base: When creating an ELF file memory image, ignore... |
commit | commitdiff | tree |
2020-09-25 |
Richard Cooper | ext: Monkeypatch os.waitpid to extract CPU time from... |
commit | commitdiff | tree |
2020-09-25 |
Bobby R. Bruce | misc: Merge branch 'release-staging-v20.1.0.0' into... |
commit | commitdiff | tree |
2020-09-25 |
Gabe Black | base: Minor cleanup of the ChunkGenerator. |
commit | commitdiff | tree |
2020-09-24 |
Gabe Black | fastmodel: Update the IRIS ThreadContext base class. |
commit | commitdiff | tree |
2020-09-24 |
Gabe Black | arm,fastmodel: Update the VExpressFastModel to use... |
commit | commitdiff | tree |
2020-09-24 |
Gabe Black | fastmodel: Update for the isa_traits.hh changes. |
commit | commitdiff | tree |
2020-09-24 |
Kyle Roarty | gpu-compute: set exec_mask for permute,bpermute instruc... |
commit | commitdiff | tree |
2020-09-24 |
Kyle Roarty | gpu-compute: replace uint32_t* casts with bits API... |
commit | commitdiff | tree |
2020-09-24 |
Adrian Herrera | dev-arm: FVPBasePwrCtrl, fix vector resizing |
commit | commitdiff | tree |
2020-09-23 |
Gabe Black | cpu: Use cprintf and C++ type magic to get rid of a... |
commit | commitdiff | tree |
2020-09-23 |
Gabe Black | scons: Adjust the version of C++ to C++14. |
commit | commitdiff | tree |
2020-09-23 |
Earl Ou | systemc: avoid mutex lock in non async cases |
commit | commitdiff | tree |
2020-09-22 |
Giacomo Travaglini | dev-arm: Implement GICv4.1 GICD_TYPER2 as RES0 |
commit | commitdiff | tree |
2020-09-22 |
Giacomo Travaglini | arch-arm: TLBI ALLE2IS should broadcast to the IS domain |
commit | commitdiff | tree |
2020-09-22 |
Ciro Santilli | util: add pkg-config to ubuntu all-dependencies Dockerfiles |
commit | commitdiff | tree |
2020-09-22 |
Bobby R. Bruce | misc: Merge branch 'release-staging-v20.1.0.0' into... |
commit | commitdiff | tree |
2020-09-22 |
Bobby R. Bruce | tests,base: Fixed unittests for .fast |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | arch,cpu,sim: Route system calls through the workload. |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | sim: Create a Workload object for SE mode. |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | dev: Stop using the OS page size in the IDE controller. |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | scons: Increase the minimum clang version to 3.9. |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | base: Use M5_UNLIKELY with conditional DPRINTF family... |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | base: Use M5_UNLIKELY for conditional panic, etc.,... |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | base: Add M5_LIKELY and M5_UNLIKELY macros to compiler.hh. |
commit | commitdiff | tree |
2020-09-20 |
Gabe Black | cpu: Clear out some unnecessary ISA dependence in threa... |
commit | commitdiff | tree |
2020-09-18 |
Gabe Black | gpu: Stop using TheISA in the GPU TLB. |
commit | commitdiff | tree |
2020-09-18 |
Ciro Santilli | tests: cleanup all SE tests previously moved to gem5... |
commit | commitdiff | tree |
2020-09-18 |
Gabe Black | systemc: Add a missing override. |
commit | commitdiff | tree |
2020-09-17 |
Kyle Roarty | gpu-compute: Fix deadlock in fetch_unit after branch... |
commit | commitdiff | tree |
2020-09-17 |
Bobby R. Bruce | util: Removed libelf-dev dep from Dockerfiles |
commit | commitdiff | tree |
2020-09-17 |
Gabe Black | util: Add an unmap_m5_mem() function to the m5 util... |
commit | commitdiff | tree |
2020-09-17 |
Gabe Black | util: Add a "semi" call type unit test to the m5 utility. |
commit | commitdiff | tree |
2020-09-17 |
Earl Ou | systemc: self-manage TimeSlot in Scheduler |
commit | commitdiff | tree |
2020-09-17 |
Earl Ou | systemc: use list instead of map in scheduler |
commit | commitdiff | tree |
2020-09-17 |
Bobby R. Bruce | misc: Merge branch 'release-staging-v20.1.0.0' into... |
commit | commitdiff | tree |
2020-09-16 |
Jason Lowe... | misc: Add Matt Poremba as GPU maintainer |
commit | commitdiff | tree |
2020-09-16 |
Jason Lowe... | configs: Add special case in MemConfig |
commit | commitdiff | tree |
2020-09-16 |
Gabe Black | arch,cpu: Get rid of the IsMemRef StaticInst flag. |
commit | commitdiff | tree |
2020-09-16 |
Gabe Black | base: Create a SConscript for the loader subdirectory. |
commit | commitdiff | tree |
2020-09-16 |
Gabe Black | arch,cpu: Rearrange StaticInst flags for memory barriers. |
commit | commitdiff | tree |
2020-09-16 |
Earl Ou | base: use setjmp to speed up fiber |
commit | commitdiff | tree |
2020-09-16 |
Gabe Black | mem-ruby: Remove conditional includes based on THE_ISA... |
commit | commitdiff | tree |
2020-09-16 |
Gabe Black | gpu: Fix a syntax error in X86GPUTLB.py. |
commit | commitdiff | tree |
2020-09-16 |
Gabe Black | arm: Use zero initialization for the BigRegVect types. |
commit | commitdiff | tree |
2020-09-16 |
Gabe Black | mips,cpu: Eliminate the unused IsIndexed StaticInst... |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | mem: Remove #if THE_ISA in the AbstractMemory class. |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | cpu: Get rid of the unused IsMicroBranch StaticInst... |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | x86,cpu: Get rid of the unused IsCC StaticInst flag. |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | mips,cpu: Get rid of the IsDpsOp StaticInst flag. |
commit | commitdiff | tree |
2020-09-15 |
Bobby R. Bruce | misc: Merge branch 'release-staging-v20.1.0.0' into... |
commit | commitdiff | tree |
2020-09-15 |
Bobby R. Bruce | cpu,misc: Revert problematic terminology renames in... |
commit | commitdiff | tree |
2020-09-15 |
Earl Ou | systemc: avoid dynamic_cast in the critical path |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | mips,cpu: Get rid of the IsIprAccess StaticInst flag. |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | mips,cpu: Get rid of the IsERET StaticInst flag. |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | cpu: Get rid of the IsThreadSync StaticInst flag. |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | mips,cpu: Get rid of the IsCondDelaySlot StaticInst... |
commit | commitdiff | tree |
2020-09-15 |
Gabe Black | sparc,sim: Remove special handling of SPARC in the... |
commit | commitdiff | tree |
2020-09-15 |
Jason Lowe... | mem-ruby: Update port names in Ruby |
commit | commitdiff | tree |
2020-09-15 |
Jason Lowe... | tests: Remove MIPS from Learning gem5 tests |
commit | commitdiff | tree |
2020-09-14 |
Jason Lowe... | dev: Fix port name in x86 device |
commit | commitdiff | tree |
2020-09-14 |
Andreas Sandberg | stats: Move global CPU stats to BaseCPU |
commit | commitdiff | tree |
2020-09-14 |
Andreas Sandberg | base, sim, mem, arch: Remove the dummy CPU in NULL |
commit | commitdiff | tree |
2020-09-13 |
Giacomo Travaglini | arch-arm: Fix ArmISA namespace requirement for Arm KVM |
commit | commitdiff | tree |
2020-09-11 |
Muhammad Sarmad... | misc: Update documentation of SimObject related APIs |
commit | commitdiff | tree |
2020-09-11 |
Srikant Bharadwaj | mem-garnet: Upgrade garnet version to 3.0 |
commit | commitdiff | tree |
2020-09-11 |
Jason Lowe... | arch-arm: Initialize some cases of destReg |
commit | commitdiff | tree |
2020-09-11 |
Jason Lowe... | tests: Update x86 system.py for MemCtrl interface |
commit | commitdiff | tree |
2020-09-11 |
Srikant Bharadwaj | mem-garnet: Allow empty vnet list for garnet network... |
commit | commitdiff | tree |
2020-09-11 |
Srikant Bharadwaj | mem-garnet: Fix default value of network bridge |
commit | commitdiff | tree |
2020-09-10 |
Shivani Parekh | misc: Replaced master/slave terminology |
commit | commitdiff | tree |
2020-09-10 |
Dimitrios Chasapis | configs,python: Fixes an issue with python3 and the... |
commit | commitdiff | tree |
2020-09-10 |
Mahyar Samani | tests: cross-compiling hello binaries for hello_se... |
commit | commitdiff | tree |
2020-09-10 |
Bobby R. Bruce | cpu: Fixed unused var error when with fast builds |
commit | commitdiff | tree |
2020-09-10 |
Iru Cai | arch-arm: just return the fault in twoEqualRegInst... |
commit | commitdiff | tree |
2020-09-10 |
Iru Cai | arch-arm: Fix build errors with gcc 10.2 |
commit | commitdiff | tree |
2020-09-10 |
Andreas Sandberg | dev: Use the new ByteOrder param type in VirtIO devices |
commit | commitdiff | tree |
2020-09-10 |
Andreas Sandberg | dev: Use the new ByteOrder param type in SimpleUart |
commit | commitdiff | tree |
2020-09-10 |
Gabe Black | fastmodel: Add an ISA class which defers to IRIS. |
commit | commitdiff | tree |
2020-09-10 |
Gabe Black | fastmodel: Create a fake "Interrupts" object for fast... |
commit | commitdiff | tree |
2020-09-10 |
Bobby R. Bruce | arch-mips: Replaced `BigEndianByteOrder` in MIPS |
commit | commitdiff | tree |
2020-09-09 |
Giacomo Travaglini | arch-arm: Fix ArmISA namespace requirement for TME... |
commit | commitdiff | tree |
2020-09-09 |
Emily Brickey | cpu-o3: convert rename to new style stats |
commit | commitdiff | tree |
2020-09-09 |
Emily Brickey | cpu-o3: convert rob to new style stats |
commit | commitdiff | tree |
2020-09-09 |
Emily Brickey | cpu-o3: convert lsq_unit to new style stats |
commit | commitdiff | tree |
2020-09-09 |
Emily Brickey | cpu-o3: convert decode to new style stats |
commit | commitdiff | tree |
2020-09-09 |
Emily Brickey | cpu-o3: convert commit to new style stats |
commit | commitdiff | tree |
2020-09-09 |
Andreas Sandberg | sim: Expose the system's byte order as a param |
commit | commitdiff | tree |
2020-09-09 |
Gabe Black | mem: Remove the unused nvm private member from NVMInter... |
commit | commitdiff | tree |
2020-09-09 |
Gabe Black | cpu: Fix style and add overrides to bas_dyn_inst.hh. |
commit | commitdiff | tree |
2020-09-09 |
Gabe Black | arch: Add a virtual destructor to BaseHTMCheckpoint. |
commit | commitdiff | tree |
2020-09-09 |
eavivi | cpu-minor: convert fetch2 to new style stats |
commit | commitdiff | tree |
2020-09-08 |
Gabe Black | arm: Remove "using namespace ArmISA" from arch/arm... |
commit | commitdiff | tree |
2020-09-08 |
Timothy Hayes | arch-arm: Transactional Memory Extension (TME) |
commit | commitdiff | tree |
2020-09-08 |
Hoa Nguyen | base,misc: Add group definitions for newly tagged API... |
commit | commitdiff | tree |
2020-09-08 |
Michael Boyer | mem-ruby: Check number of vnets when creating links |
commit | commitdiff | tree |
next |