summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-10-29mem-cache: Factor out CPack's dictionary functionalityDaniel R. Carvalho
2019-10-29mem-cache: Use shouldAllocate() instead of CPack's decompress()Daniel R. Carvalho
2019-10-29mem-cache: Limit compression sizeDaniel R. Carvalho
2019-10-29mem-cache: Do not try to compress dataless packetsDaniel R. Carvalho
2019-10-29ext: Remove non-source files from fputilsAndreas Sandberg
2019-10-29mem: Fix DRAM controller to operate on its own address spaceNikos Nikoleris
2019-10-29mem-cache: Avoid promotion of incompatible deferred targetsNikos Nikoleris
2019-10-29mem-cache: Fix MSHR whole line write trackingNikos Nikoleris
2019-10-28configs: Update HPI to use ArmDTB and ArmITB.Gabe Black
2019-10-28configs: Fix undefined BaseCPUDaniel R. Carvalho
2019-10-28tests, base: Fixed incorrect implementation of StrTest.ToLower test.Bobby R. Bruce
2019-10-28ext: Update fputils to rev 0721843Andreas Sandberg
2019-10-25mips,riscv: Get rid of some Alpha cruft in these System classes.Gabe Black
2019-10-25cpu: Get rid of the nextInstEventCount method.Gabe Black
2019-10-25cpu: Get rid of the serviceInstCountEvents method.Gabe Black
2019-10-25fastmodel: Use getCurrentInstCount for totalInsts().Gabe Black
2019-10-25fastmodel: Implement getCurrentInstCount.Gabe Black
2019-10-25cpu: Switch off of the CPU's comInstEventQueue.Gabe Black
2019-10-25cpu: Access inst events through ThreadContext instead of the CPU.Gabe Black
2019-10-25cpu: Delegate comInstEventQueue methods to the ThreadContexts.Gabe Black
2019-10-25cpu: Make accesses to comInstEventQueue indirect through methods.Gabe Black
2019-10-25cpu,sim: Delegate PCEvent scheduling from Systems to ThreadContexts.Gabe Black
2019-10-25cpu: Make the ThreadContext a PCEventScope.Gabe Black