gem5.git
2020-08-26 Shivani Parekhmem: Update port terminology
2020-08-26 Emily Brickeygpu-compute: update port terminology
2020-08-26 Emily Brickeycpu: update port terminology
2020-08-26 Emily Brickeyarch: update port terminology
2020-08-26 Emily Brickeylearning-gem5: update port terminology
2020-08-26 Emily Brickeymisc: Updated port classes & refs to remove slaveBind...
2020-08-26 Shivanimem: Deprecate SlavePort and MasterPort classes
2020-08-26 Jason Lowe... python: Add DeprecatedParam type
2020-08-26 Giacomo Travagliniarch-arm: Rewrite addressTranslation to use BitUnions
2020-08-26 Giacomo Travagliniarch-arm: Remove deadcode from AArch64 address translation
2020-08-26 Giacomo Travagliniarch-arm: Refactor Address Translation (AT) code
2020-08-26 Ciro Santillitests: ignore 32-bit arm dual linux boot tests
2020-08-25 Gabe Blackpython: Use six's with_metaclass instead of it's add_me...
2020-08-25 Gabe Blackarm: Clear out isa_traits.hh.
2020-08-25 Gabe Blackarch: Get rid of (some) unused VAddr types.
2020-08-25 Gabe Blackutil: Fix interworking for the thumb version of the...
2020-08-25 Gabe Blackutil: Enable neon when building arm/thumb versions...
2020-08-25 Gabe Blackutil: Add a unit test for the "inst" call type in the...
2020-08-25 Bobby R. Brucetest,arch-riscv: Removed the RISCV Insttests
2020-08-25 Daniel R. Carvalhomem-cache: Create Compressor namespace
2020-08-25 Gabe Blackmips: Remove unused or misplaced values from isa_traits.hh.
2020-08-25 Gabe Blackarch,cpu,sim: Get rid of the microcode ROM stub code.
2020-08-25 Gabe Blackcpu,arch: Delegate fetching ROM microops to the decoder.
2020-08-25 Gabe Blackx86: Use default initializers to simplify the decoder...
2020-08-25 Gabe Blackx86: Remove unnecessary includes from isa_traits.hh.
2020-08-25 Gabe Blacksim: Style fixes in the base Fault classes.
2020-08-25 Gabe Blackx86: Style fixes in x86's fault implementations.
2020-08-25 Gabe Blackx86: Replace "is not" with "!=" in fpop.isa.
2020-08-25 Gabe Blackmisc: Replace some includes of arch/isa_traits.hh.
2020-08-24 Bobby R. Bruceutil,tests: Added .txt file extension to txt files
2020-08-24 Bobby R. Bruceutil,tests: Added exit code to the compiler tests
2020-08-24 Bobby R. Bruceutil,tests: Removed GCC 4.8 from compilers tests
2020-08-24 Emily Brickeyarch-riscv, arch-x86: convert tlb to new style stats
2020-08-24 Emily Brickeyarch-mips, arch-power: removed unused stats
2020-08-24 Juan M. Cebrianarch-x86,cpu: Fix bpred by annotating branch instructio...
2020-08-24 Bobby R. Brucetests: Removed m5threads tests from .testignore
2020-08-24 Bobby R. Brucetests: Added tests/gem5/resources to .gitignore
2020-08-24 Bobby R. Brucetests: Removed the hello tests from .testignore
2020-08-23 Gabe Blackmisc: Delete the critical path annotation code.
2020-08-21 Gabe Blackmem: Use getGuestByteOrder in the indirect memory prefe...
2020-08-21 Ian Jiangarch-riscv: Add float registers in copyRegs
2020-08-20 Gabe Blackarch: Eliminate the unused HasUnalignedMemAcc constant.
2020-08-20 Gabe Blackarch: Eliminate an unused pair of constants from isa_tr...
2020-08-20 Gabe Blackarch: Make ThreadInfo::curThreadInfo virtual, protected.
2020-08-20 Gabe Blackx86: Replace getDoubleBits with floatToBits64.
2020-08-20 Gabe Blackmem: Use the System object's getGuestByteOrder in Abstr...
2020-08-20 Gabe Blackarch: Remove the "inline" keyword in ThreadInfo.
2020-08-20 Gabe Blackx86: Fix some style issues in the microcode ROM class.
2020-08-20 Gabe Blackx86: Style fix in the decoder class.
2020-08-20 Gabe Blackarch: Get the byte order from sys and not TheISA::.
2020-08-20 Gabe Blackkern: Stop using TheISA::GuestByteOrder in Linux::dumpD...
2020-08-20 Gabe Blackarch: Don't add contents to the TheISA namespace in...
2020-08-20 Gabe Blackdev,arm: Stop using TheISA in ARM specific files.
2020-08-20 Gabe Blackarch: Fix a small style issue in Linux::ThreadInfo.
2020-08-20 Gabe Blackcpu: Don't construct and then copy the decoder in Simpl...
2020-08-20 Gabe Blackarch: Create a base class for decoders.
2020-08-19 Gabe Blackmisc: Replace scalar TypedBufferArg with VPtr.
2020-08-19 Ian Jiangarch-riscv: Fix disassembling of CSR instructions
2020-08-18 Kyle Roartyconfigs,gpu-compute,mem-ruby: connect gmTokenPorts...
2020-08-18 Gabe Blackmisc: Rename CallbackQueue2 to CallbackQueue.
2020-08-18 Gabe Blackbase: Get rid the Callback type.
2020-08-18 Gabe Blackdev: Replace Callback in the virtio device with a lambda.
2020-08-18 Gabe Blackdev: Replace the Callback class with lambdas in ARM...
2020-08-18 Gabe Blackdev: Use lambdas instead of the Callback type for seria...
2020-08-18 Gabe Blacksim: Delete the unused PowerStateDumpCallback.
2020-08-18 Gabe Blackmisc: Make the stats callbacks use CallbackQueue2.
2020-08-18 Kyle Roartyconfigs: Add import for FileSystemConfig in GPU_VIPER.py
2020-08-18 Kyle Roartyconfigs: Replace DirMem w/RubyDirectoryMemory, set...
2020-08-18 Emily Brickeyarch-arm: convert tlb to new style stats
2020-08-18 Giacomo Travagliniarch-arm: Early checking if debug is enabled in TLB
2020-08-18 Giacomo Travagliniarch-arm: Rename SelfDebug member variables
2020-08-18 Giacomo Travagliniarch-arm: Remove setters from SoftwareStep
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-08-18 Gabe Blackmem: Use the new type of CallbackQueue in the MemBackdoor.
2020-08-18 Gabe Blackbase: Add a new type of CallbackQueue.
2020-08-18 Ian Jiangarch-riscv: Fix disassembling of all register instructions
2020-08-17 Emily Brickeyarch-arm: convert table_walker to new style stats
2020-08-17 Isaac Sánchez... mem-cache,python: Allow custom TLB and events in each...
2020-08-16 Gabe Blackutil,systemc: Update the stats API used in one of the...
2020-08-16 Gabe Blackutil,systemc: Update the gem5-within-systemc TLM exampl...
2020-08-15 Giacomo Travagliniutil: Add Xen compilation to gen_arm_fs_files.py
2020-08-15 Giacomo Travagliniutil: Remove dependency check
2020-08-15 Giacomo Travagliniutil: Allow the short -j option in gen_arm_fs_files.py
2020-08-15 Giacomo Travagliniutil: Change gen_arm_fs_files.py to allow selective...
2020-08-14 Bobby R. Brucetests: Dropped the i386 host tag in tests
2020-08-14 Giacomo Travagliniarch-arm: Use isSecure variable for Stage2Lookup
2020-08-14 Giacomo Travagliniarch-arm: Fix physmem NS attribute in VMSAv8-32 descriptors
2020-08-14 Giacomo Travagliniarch-arm: VSTTBR_EL2 doesn't contain a VMID field
2020-08-14 Giacomo Travagliniarch-arm: Disable HVC when SCR_EL3.HCE is 0
2020-08-14 Giacomo Travagliniarch-arm: Fix XN in TLB permissions
2020-08-14 Giacomo Travagliniarch-arm: Fix SoftwareStep::debugExceptionReturnSS
2020-08-14 Kyle Roartyconfigs: Use proper keywordargs for RedirectPath in...
2020-08-14 Kyle Roartyconfigs: Remove unneeded variable assignments in apu_se
2020-08-14 Kyle Roartyconfigs: Remove remnants of /dev/shm mapping from apu_se
2020-08-13 Kyle Roartyutil: Add build dependency to gcn Dockerfile
2020-08-13 Pouya Fotouhimem-ruby: Fix debug prints for regular Stores
2020-08-13 Kyle Roartyarch-gcn3: Free registers when execMask = 0
2020-08-13 Kyle Roartymem-ruby: fix races between data and DMA in MOESI_AMD_B...
2020-08-13 Kyle Roartyarch-gcn3: make read2st64_b32 write proper registers
2020-08-13 Sooraj Puthoorgpu-compute: Fixing HSA's barrier bit implementation
next