gem5.git
2017-12-14 Jason Lowe... misc: Updates for gcc7.2 for x86
2017-12-14 Jason Lowe... ext: Upgrade PyBind11 to version 2.2.1
2017-12-14 Gabe Blackx86: Use operand size 4 when it would be 2 for cmpxchg8b.
2017-12-13 Andreas Sandbergscons, tests: Fix occasional linking error
2017-12-13 Andreas Sandbergscons, tests: Add support for GTest XML generation
2017-12-13 Andreas Sandbergscons: Make sure GTests have the right environment...
2017-12-13 Gabe Blackarm,sparc,x86,base,cpu,sim: Replace the Twin(32|64...
2017-12-13 Gabe Blackcpu,alpha,mips,power,riscv,sparc: Get rid of eaComp...
2017-12-13 Gabe Blackx86: Rework how "split" loads/stores are handled.
2017-12-13 Gabe Blackbase: Add endianness conversion functions for std:...
2017-12-12 Gabe Blacktests: Turn fbtest into a gtest and move it to src...
2017-12-12 Gabe Blacktests: Move the cprintftest unit test into src/base.
2017-12-12 Gabe Blacktests: Convert the cprintf unit test into a gtest.
2017-12-12 Gabe Blacktests: Move the trietest unit test into base.
2017-12-12 Gabe Blacktests: Plumb dumps of the test trie into the gtest...
2017-12-12 Gabe Blacktests: Convert the trie unit test into a gtest.
2017-12-12 Gabe Blacktests: Add an implementation of the Logger interface...
2017-12-12 Gabe Blackmisc: Rework the logging functions.
2017-12-12 Austin Harrisconfig: Fix need to set ISA of switch cpus.
2017-12-08 Giacomo Travagliniarm: Change access permission in TPIDRURO and TPIDRURW
2017-12-08 Matt Sinclairx86,misc: add additional info on faulting X86 instructi...
2017-12-07 Gabe Blacktests: Accept SourceFilters as sources for GTest.
2017-12-07 Gabe Blacktests: Add a pseudo target to run all the unit tests...
2017-12-07 Alec Roelkearch-riscv: Move compressed ops out of ISA
2017-12-06 Gabe Blackx86: Split apart x87's FSW and TOP, and add a missing...
2017-12-06 Jason Lowe... misc: Update MAINTAINERS with learning-gem5 tag
2017-12-06 Gabe Blackbase: Split out the pixel class in framebuffer.(cc...
2017-12-06 Gabe Blackbase: Handle zero fill in cprintf when printing floats.
2017-12-06 Gabe Blacktests: Fix the source file for the cprintftime test.
2017-12-06 Gabe Blackscons: Several fixes having to do with tags and sets.
2017-12-06 Gabe Blackscons: Track and reuse object nodes for a given source...
2017-12-05 Gabe Blackx86: LOOP's operand size defaults to 64 bits in 64...
2017-12-05 Hanhwi Janglearning-gem5: Fix missing misc.hh in hello_object.cc
2017-12-05 Nikos Nikolerisarm: Add support for the dc {civac, cvac, cvau, ivac...
2017-12-05 Nikos Nikolerisarm: Add support for the mcr dc{ic,i,c}mvac, dccmvau...
2017-12-05 Nikos Nikolerismem-ruby: Prevent ruby from crashing on CMOs
2017-12-05 Nikos Nikolerisarm: Add CMO support for Non-Cacheable memory
2017-12-05 Nikos Nikoleriscpu: Add support for CMOs in the cpu models
2017-12-05 Nikos Nikolerismem: Ignore clean requests in the abstract memory
2017-12-05 Nikos Nikolerismem: Handle CMO responses in the snoop filter
2017-12-05 Nikos Nikolerismem: Allow CMOs as snooping requests in the snoop filter
2017-12-05 Nikos Nikolerismem: Co-ordination of CMOs in the xbar
2017-12-05 Nikos Nikolerismem: Add support for handling CMOs in the MSHRs
2017-12-05 Nikos Nikolerismem: Add support for CMOs in the cache
2017-12-05 Nikos Nikolerismem: Promote deferred targets only when the block is...
2017-12-05 Nikos Nikolerismem: Add support for cache maintenance operation requests
2017-12-05 Nikos Nikolerismem: Support for specifying the destination of a WriteClean
2017-12-05 Nikos Nikolerismem: Add support for WriteClean packets in the memory...
2017-12-05 Nikos Nikolerismem: Add a WriteClean command to the packet class
2017-12-05 Nikos Nikolerismem-cache: Add support for checking whether a cache...
2017-12-05 Nikos Nikolerismem: Add function to check if the slave can receive...
2017-12-05 Nikos Nikolerismem: Add the notion of point of unification in the...
2017-12-05 Éder F. Zulianconfig, mem, hmc: fix HMC test script
2017-12-05 Jason Lowe... learning_gem5: Adding code for SimpleCache
2017-12-05 Jason Lowe... learning_gem5: Adds the simple MemObject code
2017-12-05 Jason Lowe... learning_gem5: Add code for hello-goodbye example
2017-12-05 Jason Lowe... learning_gem5: Add code for simple SimObject
2017-12-04 Gabe Blackbase: Rework the trie dump function to accept a differe...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-12-04 Gabe Blackmisc: Move the ExitLogger class definition into misc.cc
2017-12-04 Gabe Blacktests: Remove trietest's dependence on cprintf.
2017-12-04 Gabe Blacktests: Add a ptr helper function trietest.
2017-12-04 Gabe Blacktests: Get rid of the bitvectest unit test.
2017-12-01 Giacomo Travagliniarm: Enable ns registers access in secure mode
2017-11-30 Alec Roelkearch-riscv: use sext rather than manual masks
2017-11-30 Alec Roelkearch-riscv: Remove spaces around ea_code
2017-11-29 Alec Roelkearch-riscv: Add missing license paragraphs
2017-11-29 Andreas Sandbergcpu: Don't override ISA if provided by user
2017-11-29 David Guillen... cpu-minor: Add missing instruction stats
2017-11-29 Alec Roelkearch-riscv: Remove static parts of AMOs out of ISA
2017-11-29 Alec Roelkearch-riscv: Move parts of mem insts out of ISA
2017-11-29 Alec Roelkearch-riscv: Move unknown out of ISA description
2017-11-29 Alec Roelkearch-riscv: Move standard ops out of ISA
2017-11-28 Andreas Sandbergcpu-o3: Add missing vector stat initializers
2017-11-28 Giacomo Travagliniarch-arm: Add haveEL pseudocode function
2017-11-28 Giacomo Travagliniarch-arm: Add assertions when extracting an ArmSystem...
2017-11-28 Gabe Blacktests: Move the bituniontest to be alongside the bituni...
2017-11-28 Gabe Blackscons: Build GTests in the directory they're declared.
2017-11-28 Gabe Blacktests: Reimplement the bituniontest as a googletest.
2017-11-28 Gabe Blackscons: Add in a new type of unit test called GTest.
2017-11-28 Gabe Blacktests: scons: Integrate the googletest library into...
2017-11-28 Gabe Blacktests: Import the googletest library, release version...
2017-11-28 Gabe Blackscons: Minor cleanup of how partial linking is handled...
2017-11-28 Alec Roelkearch-riscv: Move static_inst into a directory
2017-11-27 Gabe Blacktests: Build the input file into the initest unit test.
2017-11-27 Gabe Blackscons: Break make_obj into make_static and make_shared...
2017-11-27 Gabe Blackscons: Remove the extra_deps option from the helper...
2017-11-27 Gabe Blackscons: Get rid of a flag which makes Werror optional.
2017-11-27 Gabe Blackscons: Move some compiler flag setting code to the...
2017-11-27 Gabe Blackscons: Get rid of SourceFile's done function.
2017-11-27 Gabe Blackscons: Switch from "guards" to "tags" on source files.
2017-11-22 Gabe Blacktests: Resurrect initest input file(s).
2017-11-22 Gabe Blacktests: Fix the stats unit test.
2017-11-22 Andreas Sandbergarch-arm: Add support for the brk instruction
2017-11-22 Giacomo Travagliniarch-arm: HVC instruction undefined in secure EL1
2017-11-22 Alec Roelkearch-riscv: Add missing system calls
2017-11-22 Alec Roelkesim-se: Add default to SyscallDesc constructor
2017-11-22 Gabe Blacksparc: Move integer StaticInst base classes out of...
2017-11-22 Gabe Blacksparc: Move the mem base classes out of the ISA descrip...
2017-11-22 Gabe Blacksparc: Move the microop/macroop base classes out of...
next