summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-04mem-cache: Implement BDI sub-compressorsDaniel R. Carvalho
2019-11-04mem-cache: Implement a repeated values compressorDaniel R. Carvalho
2019-11-04mem-cache: Implement a zero compressorDaniel R. Carvalho
2019-11-04mem-cache: Implement FPC-D cache compressionDaniel R. Carvalho
2019-11-02arch,cpu: Move endianness conversion of inst bytes into the ISA.Gabe Black
2019-11-01mem: Delete the packet accessors which use guest endianness.Gabe Black
2019-11-01arch-x86: Fix FLDCW_P and FNSTCW_P to use rip.seanzw
2019-11-01tests: add squashfs make to m5-exitCiro Santilli
2019-11-01arch-arm: generic method for getting an ArmSystemAdrian Herrera
2019-11-01dev-arm: Add SMMUv3 to VExpress_GEM5_V*Giacomo Travaglini
2019-11-01config: Add --kernel-cmd option in fs_bigLITTLE.pyChun-Chen TK Hsu
2019-11-01config: Add --mem-size option in fs_bigLITTLE.pyChun-Chen TK Hsu
2019-10-31fastmodel: Add CortexA76x[234] models.Gabe Black
2019-10-31fastmodel: Enable auto bridging and use it to simplify CortexA76x1.Gabe Black
2019-10-31fastmodel: Templatize the xn versions of the CortexA76.Gabe Black
2019-10-31cpu-o3,tests: add page boundary access testBrandon Potter
2019-10-31mem-cache: Fix missing header in associative setDaniel R. Carvalho
2019-10-31mem-ruby: Fixed pipeline squashes caused by aliased requestsJoe Gross
2019-10-31configs: Add baremetal.py example scriptGiacomo Travaglini
2019-10-31cpu-o3: bugfix for partial faults in x86Brandon Potter
2019-10-31ext: Fix undefined-behavior bug in bitshiftSamuel Grayson
2019-10-31alpha: Convert htog and gtoh to htole and letoh.Gabe Black
2019-10-30arch,sim: Make copyStringArray take an explicit endianness.Gabe Black
2019-10-30kern: When dumping dmesg, detect the byte order dynamically.Gabe Black
2019-10-30sim: Use the system and OS to get endianness.Gabe Black
2019-10-30arch: Make endianness a property of the OS class syscalls can consume.Gabe Black
2019-10-30dev: Make the virtio devices track endianness explicitly.Gabe Black
2019-10-30sim: Add a getGuestByteOrder accessor to the system class.Gabe Black
2019-10-30misc: Update MAINTAINERS fileJason Lowe-Power
2019-10-30fastmodel: Refactor the CortexA76x1 model for MP support.Gabe Black
2019-10-30dev: Adding support for large BARPouya Fotouhi
2019-10-30base: Name segments after their indexGiacomo Travaglini
2019-10-30cpu-o3: Fix handling of some mem. order violationsGiacomo Gabrielli
2019-10-30dev: Remove TheISA from ns_gige.cc.Gabe Black
2019-10-30dev: Stop including config/the_isa.hh unnecessarily.Gabe Black
2019-10-30dev: Get PageBytes from the system in the ARM generic timer.Gabe Black
2019-10-30dev: Get PageBytes from the system in the ide_disk model.Gabe Black
2019-10-30dev: Remove using namespace std and TheISA from ide_disk.cc.Gabe Black
2019-10-30fastmodel: Helper function to setup FastModels for simulationChun-Chen TK Hsu
2019-10-30arm: Get rid of using namespace std and TheISA in realview.cc.Gabe Black
2019-10-30dev: Remove SINIC_VTOPHYS and related code.Gabe Black
2019-10-30alpha: Remove TheISA from the Alpha devices.Gabe Black
2019-10-30x86: Remove TheISA from x86 devices.Gabe Black
2019-10-30sparc: Create a helper functions to install firmware images.Gabe Black
2019-10-29mem-cache: Add a repeated value pattern to compressorsDaniel R. Carvalho
2019-10-29mem-cache: Inform unused bits instead of bytes in compressor patternDaniel R. Carvalho
2019-10-29mem-cache: Add a masked const value pattern to compressorsDaniel R. Carvalho
2019-10-29mem-cache: Add a masked pattern to compressorsDaniel R. Carvalho
2019-10-29mem-cache: Add an uncompressed pattern to compressorsDaniel R. Carvalho
2019-10-29mem-cache: Templatize DictionaryCompressorDaniel R. Carvalho