Age | Commit message (Expand) | Author |
2019-10-31 | fastmodel: Enable auto bridging and use it to simplify CortexA76x1. | Gabe Black |
2019-10-31 | fastmodel: Templatize the xn versions of the CortexA76. | Gabe Black |
2019-10-31 | cpu-o3,tests: add page boundary access test | Brandon Potter |
2019-10-31 | mem-cache: Fix missing header in associative set | Daniel R. Carvalho |
2019-10-31 | mem-ruby: Fixed pipeline squashes caused by aliased requests | Joe Gross |
2019-10-31 | configs: Add baremetal.py example script | Giacomo Travaglini |
2019-10-31 | cpu-o3: bugfix for partial faults in x86 | Brandon Potter |
2019-10-31 | ext: Fix undefined-behavior bug in bitshift | Samuel Grayson |
2019-10-31 | alpha: Convert htog and gtoh to htole and letoh. | Gabe Black |
2019-10-30 | arch,sim: Make copyStringArray take an explicit endianness. | Gabe Black |
2019-10-30 | kern: When dumping dmesg, detect the byte order dynamically. | Gabe Black |
2019-10-30 | sim: Use the system and OS to get endianness. | Gabe Black |
2019-10-30 | arch: Make endianness a property of the OS class syscalls can consume. | Gabe Black |
2019-10-30 | dev: Make the virtio devices track endianness explicitly. | Gabe Black |
2019-10-30 | sim: Add a getGuestByteOrder accessor to the system class. | Gabe Black |
2019-10-30 | misc: Update MAINTAINERS file | Jason Lowe-Power |
2019-10-30 | fastmodel: Refactor the CortexA76x1 model for MP support. | Gabe Black |
2019-10-30 | dev: Adding support for large BAR | Pouya Fotouhi |
2019-10-30 | base: Name segments after their index | Giacomo Travaglini |
2019-10-30 | cpu-o3: Fix handling of some mem. order violations | Giacomo Gabrielli |
2019-10-30 | dev: Remove TheISA from ns_gige.cc. | Gabe Black |
2019-10-30 | dev: Stop including config/the_isa.hh unnecessarily. | Gabe Black |
2019-10-30 | dev: Get PageBytes from the system in the ARM generic timer. | Gabe Black |
2019-10-30 | dev: Get PageBytes from the system in the ide_disk model. | Gabe Black |
2019-10-30 | dev: Remove using namespace std and TheISA from ide_disk.cc. | Gabe Black |
2019-10-30 | fastmodel: Helper function to setup FastModels for simulation | Chun-Chen TK Hsu |
2019-10-30 | arm: Get rid of using namespace std and TheISA in realview.cc. | Gabe Black |
2019-10-30 | dev: Remove SINIC_VTOPHYS and related code. | Gabe Black |
2019-10-30 | alpha: Remove TheISA from the Alpha devices. | Gabe Black |
2019-10-30 | x86: Remove TheISA from x86 devices. | Gabe Black |
2019-10-30 | sparc: Create a helper functions to install firmware images. | Gabe Black |
2019-10-29 | mem-cache: Add a repeated value pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Inform unused bits instead of bytes in compressor pattern | Daniel R. Carvalho |
2019-10-29 | mem-cache: Add a masked const value pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Add a masked pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Add an uncompressed pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Templatize DictionaryCompressor | Daniel R. Carvalho |
2019-10-29 | mem-cache: Factor out CPack's dictionary functionality | Daniel R. Carvalho |
2019-10-29 | mem-cache: Use shouldAllocate() instead of CPack's decompress() | Daniel R. Carvalho |
2019-10-29 | mem-cache: Limit compression size | Daniel R. Carvalho |
2019-10-29 | mem-cache: Do not try to compress dataless packets | Daniel R. Carvalho |
2019-10-29 | ext: Remove non-source files from fputils | Andreas Sandberg |
2019-10-29 | mem: Fix DRAM controller to operate on its own address space | Nikos Nikoleris |
2019-10-29 | mem-cache: Avoid promotion of incompatible deferred targets | Nikos Nikoleris |
2019-10-29 | mem-cache: Fix MSHR whole line write tracking | Nikos Nikoleris |
2019-10-28 | configs: Update HPI to use ArmDTB and ArmITB. | Gabe Black |
2019-10-28 | configs: Fix undefined BaseCPU | Daniel R. Carvalho |
2019-10-28 | tests, base: Fixed incorrect implementation of StrTest.ToLower test. | Bobby R. Bruce |
2019-10-28 | ext: Update fputils to rev 0721843 | Andreas Sandberg |
2019-10-25 | mips,riscv: Get rid of some Alpha cruft in these System classes. | Gabe Black |