Age | Commit message (Expand) | Author |
2017-12-13 | base: Add endianness conversion functions for std::array types. | Gabe Black |
2017-12-12 | tests: Turn fbtest into a gtest and move it to src/base. | Gabe Black |
2017-12-12 | tests: Move the cprintftest unit test into src/base. | Gabe Black |
2017-12-12 | tests: Convert the cprintf unit test into a gtest. | Gabe Black |
2017-12-12 | tests: Move the trietest unit test into base. | Gabe Black |
2017-12-12 | tests: Plumb dumps of the test trie into the gtest macros. | Gabe Black |
2017-12-12 | tests: Convert the trie unit test into a gtest. | Gabe Black |
2017-12-12 | tests: Add an implementation of the Logger interface for use gtests. | Gabe Black |
2017-12-12 | misc: Rework the logging functions. | Gabe Black |
2017-12-12 | config: Fix need to set ISA of switch cpus. | Austin Harris |
2017-12-08 | arm: Change access permission in TPIDRURO and TPIDRURW | Giacomo Travaglini |
2017-12-08 | x86,misc: add additional info on faulting X86 instruction, fetched PC | Matt Sinclair |
2017-12-07 | tests: Accept SourceFilters as sources for GTest. | Gabe Black |
2017-12-07 | tests: Add a pseudo target to run all the unit tests for build/variant. | Gabe Black |
2017-12-07 | arch-riscv: Move compressed ops out of ISA | Alec Roelke |
2017-12-06 | x86: Split apart x87's FSW and TOP, and add a missing break. | Gabe Black |
2017-12-06 | misc: Update MAINTAINERS with learning-gem5 tag | Jason Lowe-Power |
2017-12-06 | base: Split out the pixel class in framebuffer.(cc|hh). | Gabe Black |
2017-12-06 | base: Handle zero fill in cprintf when printing floats. | Gabe Black |
2017-12-06 | tests: Fix the source file for the cprintftime test. | Gabe Black |
2017-12-06 | scons: Several fixes having to do with tags and sets. | Gabe Black |
2017-12-06 | scons: Track and reuse object nodes for a given source file. | Gabe Black |
2017-12-05 | x86: LOOP's operand size defaults to 64 bits in 64 bit mode. | Gabe Black |
2017-12-05 | learning-gem5: Fix missing misc.hh in hello_object.cc | Hanhwi Jang |
2017-12-05 | arm: Add support for the dc {civac, cvac, cvau, ivac} instr | Nikos Nikoleris |
2017-12-05 | arm: Add support for the mcr dc{ic,i,c}mvac, dccmvau instructions | Nikos Nikoleris |
2017-12-05 | mem-ruby: Prevent ruby from crashing on CMOs | Nikos Nikoleris |
2017-12-05 | arm: Add CMO support for Non-Cacheable memory | Nikos Nikoleris |
2017-12-05 | cpu: Add support for CMOs in the cpu models | Nikos Nikoleris |
2017-12-05 | mem: Ignore clean requests in the abstract memory | Nikos Nikoleris |
2017-12-05 | mem: Handle CMO responses in the snoop filter | Nikos Nikoleris |
2017-12-05 | mem: Allow CMOs as snooping requests in the snoop filter | Nikos Nikoleris |
2017-12-05 | mem: Co-ordination of CMOs in the xbar | Nikos Nikoleris |
2017-12-05 | mem: Add support for handling CMOs in the MSHRs | Nikos Nikoleris |
2017-12-05 | mem: Add support for CMOs in the cache | Nikos Nikoleris |
2017-12-05 | mem: Promote deferred targets only when the block is valid | Nikos Nikoleris |
2017-12-05 | mem: Add support for cache maintenance operation requests | Nikos Nikoleris |
2017-12-05 | mem: Support for specifying the destination of a WriteClean | Nikos Nikoleris |
2017-12-05 | mem: Add support for WriteClean packets in the memory system | Nikos Nikoleris |
2017-12-05 | mem: Add a WriteClean command to the packet class | Nikos Nikoleris |
2017-12-05 | mem-cache: Add support for checking whether a cache is busy | Nikos Nikoleris |
2017-12-05 | mem: Add function to check if the slave can receive a timing req | Nikos Nikoleris |
2017-12-05 | mem: Add the notion of point of unification in the coherent xbar | Nikos Nikoleris |
2017-12-05 | config, mem, hmc: fix HMC test script | Éder F. Zulian |
2017-12-05 | learning_gem5: Adding code for SimpleCache | Jason Lowe-Power |
2017-12-05 | learning_gem5: Adds the simple MemObject code | Jason Lowe-Power |
2017-12-05 | learning_gem5: Add code for hello-goodbye example | Jason Lowe-Power |
2017-12-05 | learning_gem5: Add code for simple SimObject | Jason Lowe-Power |
2017-12-04 | base: Rework the trie dump function to accept a different ostream. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |