2017-12-22 |
Gabe Black | cpu: Add a pointer to a generic Nop StaticInst. |
commit | commitdiff | tree |
2017-12-21 |
Giacomo Travaglini | arch-arm: Fixed WFE/WFI trapping behaviour |
commit | commitdiff | tree |
2017-12-21 |
Giacomo Travaglini | arch-arm: Hyp routed undef fault need to change its... |
commit | commitdiff | tree |
2017-12-21 |
Giacomo Travaglini | arch-arm: Fix StaticInst encoding() method |
commit | commitdiff | tree |
2017-12-20 |
Gabe Black | cpu: Fix exit_gen.cc which used misc.hh instead of... |
commit | commitdiff | tree |
2017-12-19 |
Giacomo Travaglini | arch-arm: Instruction size methods in StaticInst class |
commit | commitdiff | tree |
2017-12-19 |
Giacomo Travaglini | arch-arm: Change casting type from reinterpret to static |
commit | commitdiff | tree |
2017-12-19 |
Riken Gohil | cpu-tester: Added ExitGen to TrafficGen |
commit | commitdiff | tree |
2017-12-19 |
Riken Gohil | cpu-tester: Refactoring traffic generators into separat... |
commit | commitdiff | tree |
2017-12-15 |
Swapnil Haria | mem-ruby: Support atomic_noncaching acceses in ruby |
commit | commitdiff | tree |
2017-12-14 |
Alec Roelke | arch-riscv: Define AT_RANDOM properly |
commit | commitdiff | tree |
2017-12-14 |
Alec Roelke | arch-riscv: Increase maximum stack size |
commit | commitdiff | tree |
2017-12-14 |
Jason Lowe... | misc: Updates for gcc7.2 for x86 |
commit | commitdiff | tree |
2017-12-14 |
Jason Lowe... | ext: Upgrade PyBind11 to version 2.2.1 |
commit | commitdiff | tree |
2017-12-14 |
Gabe Black | x86: Use operand size 4 when it would be 2 for cmpxchg8b. |
commit | commitdiff | tree |
2017-12-13 |
Andreas Sandberg | scons, tests: Fix occasional linking error |
commit | commitdiff | tree |
2017-12-13 |
Andreas Sandberg | scons, tests: Add support for GTest XML generation |
commit | commitdiff | tree |
2017-12-13 |
Andreas Sandberg | scons: Make sure GTests have the right environment... |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64... |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp... |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | x86: Rework how "split" loads/stores are handled. |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | base: Add endianness conversion functions for std:... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Turn fbtest into a gtest and move it to src... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Move the cprintftest unit test into src/base. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Convert the cprintf unit test into a gtest. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Move the trietest unit test into base. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Plumb dumps of the test trie into the gtest... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Convert the trie unit test into a gtest. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Add an implementation of the Logger interface... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | misc: Rework the logging functions. |
commit | commitdiff | tree |
2017-12-12 |
Austin Harris | config: Fix need to set ISA of switch cpus. |
commit | commitdiff | tree |
2017-12-08 |
Giacomo Travaglini | arm: Change access permission in TPIDRURO and TPIDRURW |
commit | commitdiff | tree |
2017-12-08 |
Matt Sinclair | x86,misc: add additional info on faulting X86 instructi... |
commit | commitdiff | tree |
2017-12-07 |
Gabe Black | tests: Accept SourceFilters as sources for GTest. |
commit | commitdiff | tree |
2017-12-07 |
Gabe Black | tests: Add a pseudo target to run all the unit tests... |
commit | commitdiff | tree |
2017-12-07 |
Alec Roelke | arch-riscv: Move compressed ops out of ISA |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | x86: Split apart x87's FSW and TOP, and add a missing... |
commit | commitdiff | tree |
2017-12-06 |
Jason Lowe... | misc: Update MAINTAINERS with learning-gem5 tag |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | base: Split out the pixel class in framebuffer.(cc... |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | base: Handle zero fill in cprintf when printing floats. |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | tests: Fix the source file for the cprintftime test. |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | scons: Several fixes having to do with tags and sets. |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | scons: Track and reuse object nodes for a given source... |
commit | commitdiff | tree |
2017-12-05 |
Gabe Black | x86: LOOP's operand size defaults to 64 bits in 64... |
commit | commitdiff | tree |
2017-12-05 |
Hanhwi Jang | learning-gem5: Fix missing misc.hh in hello_object.cc |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | arm: Add support for the dc {civac, cvac, cvau, ivac... |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | arm: Add support for the mcr dc{ic,i,c}mvac, dccmvau... |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem-ruby: Prevent ruby from crashing on CMOs |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | arm: Add CMO support for Non-Cacheable memory |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | cpu: Add support for CMOs in the cpu models |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Ignore clean requests in the abstract memory |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Handle CMO responses in the snoop filter |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Allow CMOs as snooping requests in the snoop filter |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Co-ordination of CMOs in the xbar |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Add support for handling CMOs in the MSHRs |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Add support for CMOs in the cache |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Promote deferred targets only when the block is... |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Add support for cache maintenance operation requests |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Support for specifying the destination of a WriteClean |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Add support for WriteClean packets in the memory... |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Add a WriteClean command to the packet class |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem-cache: Add support for checking whether a cache... |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Add function to check if the slave can receive... |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | mem: Add the notion of point of unification in the... |
commit | commitdiff | tree |
2017-12-05 |
Éder F. Zulian | config, mem, hmc: fix HMC test script |
commit | commitdiff | tree |
2017-12-05 |
Jason Lowe... | learning_gem5: Adding code for SimpleCache |
commit | commitdiff | tree |
2017-12-05 |
Jason Lowe... | learning_gem5: Adds the simple MemObject code |
commit | commitdiff | tree |
2017-12-05 |
Jason Lowe... | learning_gem5: Add code for hello-goodbye example |
commit | commitdiff | tree |
2017-12-05 |
Jason Lowe... | learning_gem5: Add code for simple SimObject |
commit | commitdiff | tree |
2017-12-04 |
Gabe Black | base: Rework the trie dump function to accept a differe... |
commit | commitdiff | tree |
2017-12-04 |
Gabe Black | misc: Rename misc.(hh|cc) to logging.(hh|cc) |
commit | commitdiff | tree |
2017-12-04 |
Gabe Black | misc: Move the ExitLogger class definition into misc.cc |
commit | commitdiff | tree |
2017-12-04 |
Gabe Black | tests: Remove trietest's dependence on cprintf. |
commit | commitdiff | tree |
2017-12-04 |
Gabe Black | tests: Add a ptr helper function trietest. |
commit | commitdiff | tree |
2017-12-04 |
Gabe Black | tests: Get rid of the bitvectest unit test. |
commit | commitdiff | tree |
2017-12-01 |
Giacomo Travaglini | arm: Enable ns registers access in secure mode |
commit | commitdiff | tree |
2017-11-30 |
Alec Roelke | arch-riscv: use sext rather than manual masks |
commit | commitdiff | tree |
2017-11-30 |
Alec Roelke | arch-riscv: Remove spaces around ea_code |
commit | commitdiff | tree |
2017-11-29 |
Alec Roelke | arch-riscv: Add missing license paragraphs |
commit | commitdiff | tree |
2017-11-29 |
Andreas Sandberg | cpu: Don't override ISA if provided by user |
commit | commitdiff | tree |
2017-11-29 |
David Guillen... | cpu-minor: Add missing instruction stats |
commit | commitdiff | tree |
2017-11-29 |
Alec Roelke | arch-riscv: Remove static parts of AMOs out of ISA |
commit | commitdiff | tree |
2017-11-29 |
Alec Roelke | arch-riscv: Move parts of mem insts out of ISA |
commit | commitdiff | tree |
2017-11-29 |
Alec Roelke | arch-riscv: Move unknown out of ISA description |
commit | commitdiff | tree |
2017-11-29 |
Alec Roelke | arch-riscv: Move standard ops out of ISA |
commit | commitdiff | tree |
2017-11-28 |
Andreas Sandberg | cpu-o3: Add missing vector stat initializers |
commit | commitdiff | tree |
2017-11-28 |
Giacomo Travaglini | arch-arm: Add haveEL pseudocode function |
commit | commitdiff | tree |
2017-11-28 |
Giacomo Travaglini | arch-arm: Add assertions when extracting an ArmSystem... |
commit | commitdiff | tree |
2017-11-28 |
Gabe Black | tests: Move the bituniontest to be alongside the bituni... |
commit | commitdiff | tree |
2017-11-28 |
Gabe Black | scons: Build GTests in the directory they're declared. |
commit | commitdiff | tree |
2017-11-28 |
Gabe Black | tests: Reimplement the bituniontest as a googletest. |
commit | commitdiff | tree |
2017-11-28 |
Gabe Black | scons: Add in a new type of unit test called GTest. |
commit | commitdiff | tree |
2017-11-28 |
Gabe Black | tests: scons: Integrate the googletest library into... |
commit | commitdiff | tree |
2017-11-28 |
Gabe Black | tests: Import the googletest library, release version... |
commit | commitdiff | tree |
2017-11-28 |
Gabe Black | scons: Minor cleanup of how partial linking is handled... |
commit | commitdiff | tree |
2017-11-28 |
Alec Roelke | arch-riscv: Move static_inst into a directory |
commit | commitdiff | tree |
2017-11-27 |
Gabe Black | tests: Build the input file into the initest unit test. |
commit | commitdiff | tree |
2017-11-27 |
Gabe Black | scons: Break make_obj into make_static and make_shared... |
commit | commitdiff | tree |
2017-11-27 |
Gabe Black | scons: Remove the extra_deps option from the helper... |
commit | commitdiff | tree |
2017-11-27 |
Gabe Black | scons: Get rid of a flag which makes Werror optional. |
commit | commitdiff | tree |
next |