Age | Commit message (Expand) | Author |
2019-10-25 | cpu: Access inst events through ThreadContext instead of the CPU. | Gabe Black |
2019-10-25 | cpu: Make accesses to comInstEventQueue indirect through methods. | Gabe Black |
2019-10-25 | sim: Make the System object a PCEventScope. | Gabe Black |
2019-10-25 | cpu: Create a PCEventScope class to abstract the scope of PCEvents. | Gabe Black |
2019-10-24 | tests: Added GTests for base/str.cc | Bobby R. Bruce |
2019-10-18 | tests: Added GTests for base/bitfield.hh | Bobby R. Bruce |
2019-10-18 | tests: Added GTests for base/atomicio.cc | Bobby R. Bruce |
2019-10-18 | base: Add classes that encapsulate a channel address | Andreas Sandberg |
2019-10-16 | base: Add addIntlvBits to AddrRange | Andreas Sandberg |
2019-10-16 | base: Using scoped string in DPRINTFNR | Giacomo Travaglini |
2019-10-16 | base: Fix gem5.fast compilation | Giacomo Travaglini |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-10-15 | arch,base: Restructure the object file loaders. | Gabe Black |
2019-10-14 | Tests: Added GTests for base/callback.cc | Bobby R. Bruce |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-10 | arch,base: Stop loading the interpreter in ElfObject. | Gabe Black |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | tests: Migrated refcnt.cc test from src/unitttest to a gtest | Bobby R. Bruce |
2019-10-09 | arch-mips,arch-riscv,base: Get rid of the unused HexFile class. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-08 | base: Get rid of the unused global pointer in object files. | Gabe Black |
2019-10-08 | base: Ensure %p format arguments are printed as pointers. | Gabe Black |
2019-10-05 | base: ELF segment types are not bitfields. | Gabe Black |
2019-09-26 | stats: Add a preDumpStats() callback to Stats::Group | Andreas Sandberg |
2019-09-26 | stats: Correctly print new-style dist stat names | Andreas Sandberg |
2019-09-23 | cpu, mem: Changing AtomicOpFunctor* for unique_ptr<AtomicOpFunctor> | Jordi Vaquero |
2019-09-12 | base: Add a perfect bloom filter | Daniel R. Carvalho |
2019-09-10 | stats: Add M5_VAR_USED to variable | Tommaso Marinelli |
2019-09-10 | stats: Fix incorrect name conflict panic with grouped stats | Andreas Sandberg |
2019-09-10 | base: Make Bloom Filter counting by default | Daniel R. Carvalho |
2019-09-10 | base: Make Bulk inherit from MultiBitSel Bloom Filter | Daniel R. Carvalho |
2019-09-10 | mem-ruby: Move Bloom Filters to base | Daniel R. Carvalho |
2019-09-02 | stats: Create HDF5 stat files relative to simout | Andreas Sandberg |
2019-09-02 | stats: Catch exceptions by const reference | Doğukan Korkmaztürk |
2019-08-29 | base: Add function to saturate SatCounter | Daniel R. Carvalho |
2019-08-29 | stats: Add beta support for HDF5 stat dumps | Andreas Sandberg |
2019-08-29 | stats: Add support for hierarchical stats | Andreas Sandberg |
2019-08-21 | base: assert that stats bucket size is greater than 0 | Ciro Santilli |
2019-06-28 | base: Add argument to Coroutine class to not run on creation | Michiel W. van Tol |
2019-06-13 | base: AddrRange does not merge single interleaved ranges | Tiago Muck |
2019-06-10 | base: Extend unit tests for AddrRange | Nikos Nikoleris |
2019-06-10 | base: Extend AddrRange to support more flexible addressing | Nikos Nikoleris |
2019-06-10 | base: Fix ctz32 for systems where unsigned int is not 32bit | Nikos Nikoleris |
2019-06-10 | base: Add function to count trailing zeros in a 64-bit integer | Nikos Nikoleris |
2019-06-09 | base: Provide a getter for Fiber::started boolean variable | Giacomo Travaglini |
2019-06-09 | base: Rename TestFiber into SwitchingFiber | Giacomo Travaglini |
2019-06-04 | base: Fix missing headers to CircularQueue | Daniel R. Carvalho |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s. | Gabe Black |
2019-05-30 | arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code. | Gabe Black |