gem5.git
2018-01-10 BKPstyle: change C/C++ source permissions to noexec
2018-01-10 Alec Roelkearch-riscv: Make use of ImmOp's polymorphism
2018-01-10 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of...
2018-01-10 Tuan Taarch-riscv,sim: Support clone syscall in RISC-V
2018-01-09 Nikos Nikolerismem-cache: Prune unnecessary writebacks in exclusive...
2018-01-09 Hanhwi Jangutil: Add the missing wakecpu m5op in X86.
2018-01-09 Hanhwi Jangutil: resolve m5op name mismatching in m5op headers.
2018-01-09 Gabe Blackcpu: Use the NotAnInst flag to avoid passing an inst...
2018-01-09 Gabe Blackcpu: Add a NotAnInst flag to the BaseDynInst class.
2018-01-09 Gabe Blackcpu, power: Get rid of the remnants of the EA computati...
2018-01-09 Gabe Blackarm: Make translateFunctional override the base impleme...
2018-01-08 Tony Gutierrezgpu-compute: call createThreads() on cpu objs in apu_se.py
2018-01-05 Tuan Taarch-riscv: Ignore sched_yield syscall in SE mode
2018-01-05 Tuan Tasim: Fix a bug in prlimit syscall in SE mode
2018-01-05 Tuan Taarch-riscv: Ignore set_robust_list and get_robust_list...
2018-01-05 Tuan Taarch-riscv: Add an implementation of set_tid_address...
2018-01-05 Alec Roelkearch-riscv: Correct syscall argument reg count
2018-01-04 Alec Roelkearch-riscv: Remove "magic" syscall number constant
2018-01-02 Gabe Blackconfig: Handle NULL simobject parameters in read_config.py.
2018-01-02 Gabe Blackconfig: Fix parsing AddrRange parameters in read_config.py.
2018-01-02 Gabe Blackconfig: Add a --checkpoint-dir argument to read_config.py.
2017-12-23 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA...
2017-12-23 Gabe Blackriscv,x86: Stop using the arch Nop machine instruction...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-12-22 Gabe Blackcpu: Use the generic nop static inst instead of decodin...
2017-12-22 Gabe Blackcpu: Add a pointer to a generic Nop StaticInst.
2017-12-21 Giacomo Travagliniarch-arm: Fixed WFE/WFI trapping behaviour
2017-12-21 Giacomo Travagliniarch-arm: Hyp routed undef fault need to change its...
2017-12-21 Giacomo Travagliniarch-arm: Fix StaticInst encoding() method
2017-12-20 Gabe Blackcpu: Fix exit_gen.cc which used misc.hh instead of...
2017-12-19 Giacomo Travagliniarch-arm: Instruction size methods in StaticInst class
2017-12-19 Giacomo Travagliniarch-arm: Change casting type from reinterpret to static
2017-12-19 Riken Gohilcpu-tester: Added ExitGen to TrafficGen
2017-12-19 Riken Gohilcpu-tester: Refactoring traffic generators into separat...
2017-12-15 Swapnil Hariamem-ruby: Support atomic_noncaching acceses in ruby
2017-12-14 Alec Roelkearch-riscv: Define AT_RANDOM properly
2017-12-14 Alec Roelkearch-riscv: Increase maximum stack size
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.
next