Age | Commit message (Expand) | Author |
2017-12-22 | cpu: Add a pointer to a generic Nop StaticInst. | Gabe Black |
2017-12-21 | arch-arm: Fixed WFE/WFI trapping behaviour | Giacomo Travaglini |
2017-12-21 | arch-arm: Hyp routed undef fault need to change its syndrome | Giacomo Travaglini |
2017-12-21 | arch-arm: Fix StaticInst encoding() method | Giacomo Travaglini |
2017-12-20 | cpu: Fix exit_gen.cc which used misc.hh instead of logging.hh. | Gabe Black |
2017-12-19 | arch-arm: Instruction size methods in StaticInst class | Giacomo Travaglini |
2017-12-19 | arch-arm: Change casting type from reinterpret to static | Giacomo Travaglini |
2017-12-19 | cpu-tester: Added ExitGen to TrafficGen | Riken Gohil |
2017-12-19 | cpu-tester: Refactoring traffic generators into separate files. | Riken Gohil |
2017-12-15 | mem-ruby: Support atomic_noncaching acceses in ruby | Swapnil Haria |
2017-12-14 | arch-riscv: Define AT_RANDOM properly | Alec Roelke |
2017-12-14 | arch-riscv: Increase maximum stack size | Alec Roelke |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-14 | ext: Upgrade PyBind11 to version 2.2.1 | Jason Lowe-Power |
2017-12-14 | x86: Use operand size 4 when it would be 2 for cmpxchg8b. | Gabe Black |
2017-12-13 | scons, tests: Fix occasional linking error | Andreas Sandberg |
2017-12-13 | scons, tests: Add support for GTest XML generation | Andreas Sandberg |
2017-12-13 | scons: Make sure GTests have the right environment variables | Andreas Sandberg |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-13 | cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp and memAccInst. | Gabe Black |
2017-12-13 | x86: Rework how "split" loads/stores are handled. | Gabe Black |
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 |