gpu-compute,mem-ruby: Refactor GPU coalescer
[gem5.git] / src / base /
2020-04-29 Nikos Nikolerisbase, python, sim: Add support for resoving a stat...
2020-04-29 Nikos Nikolerisbase: Add support for resolving stats within groups...
2020-04-22 Bobby R. Brucebase,misc: Added version to code
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-04-03 Daniel R. Carvalhobase: Fix undefined behavior in mask generation
2020-04-03 Matthew Porembabase,arch-hsail: Fix GPU build
2020-03-20 Gabe Blacksim: Get rid of the Arguments class.
2020-03-20 Gabe Blackbase: Convert the annotation methods to take actual...
2020-03-19 Gabe Blackarch,base,cpu,dev,kern,mem,sim: Drop FS from FSTranslat...
2020-03-18 Boris Shingarovbase: Do not treat addresses < 10 specially
2020-03-16 Daniel R. Carvalhobase: Add static assert to trie
2020-03-09 Gabe Blackbase,cpu,sim: Stop including arch/vtophys.hh when not...
2020-03-09 Gabe Blackbase: Clean up condcodes.hh slightly.
2020-03-06 Gabe Blackbase: Disable a warning in hdf5.cc which comes from...
2020-03-05 Gabe Blackbase: Optimize and otherwise fix a couple of functions...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Giacomo Travaglinibase: Use a int to store fgetc return value
2020-02-17 Gabe Blackbase: Delete authors lists from files in base.
2020-02-13 Gabe Blackbase: Delete alpha loader components.
2020-02-10 Daniel R. Carvalhobase: Fix squares of stats
2020-02-10 Gabe Blackbase: Use a const auto & in a range based for loop.
2020-02-01 Gabe Blackarch,base,cpu: Add some default constructors/operators...
2020-02-01 Gabe Blackbase: Delete an inet.hh accessor which is unused and...
2020-01-09 Bobby R. Brucetests,base: Added GTest for base/socket.cc
2020-01-09 Bobby R. Brucetests: Updated gtest/logging.cc to print log rather...
2020-01-09 Gabe Blackbase: Include some required headers in amo.hh.
2020-01-09 Giacomo Travaglinibase, gpu-compute: Move gpu AMOs into the generic header
2020-01-08 Giacomo Travagliniarch, base: Move arm AtomicOpFunctor into the generic...
2020-01-08 Giacomo Travaglinibase: Move AtomicOpFunctors to a dedicated header
2019-12-21 Daniel R. Carvalhobase: Fix negative op-assign of SatCounter
2019-12-17 Nikos Nikolerisbase: Fix AddrRange::isSubset() check
2019-12-17 Bobby R. Brucescons: Added channel_addr.cc dependency to channel_addr...
2019-12-03 Ciro Santillibase: add the FmtStackTrace debug option
2019-11-27 Giacomo Travaglinibase, python: Allow dirname selection for the interpreter
2019-11-27 Giacomo Travaglinibase: Fix DPRINTF_UNCONDITIONAL on gem5.fast
2019-11-26 Ciro Santillibase: generalize ExecTicks to all messages with FmtTicksOff
2019-11-26 Ciro Santillibase: create DPRINTF_UNCONDITIONAL
2019-11-26 Ciro Santillibase: add the --debug-flag to DPRINTF output with FmtFlag
2019-11-21 Bobby R. Brucetests,base: Added GTests for exec_ecoff.h and exec_aout.h
2019-11-21 Bobby R. Brucetest,base: Added GTest for base/loader/image_file_data.cc
2019-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-11-20 Bobby R. Brucetests, base: Added GTests for base/intmath.cc
2019-11-20 Mahyar Samanitests, base: Removed dead code from base/intmath
2019-11-14 Mahyar Samanitests, base: Removed ambiguity from base/intmath.hh
2019-11-13 Bobby R. Brucetests: Added GTests for base/chunk_generator.hh
2019-11-13 Bobby R. Brucetests: Added GTests for base/types.cc
2019-11-12 Bobby R. Brucetests,base: Added GTests for base/condcodes.hh
2019-11-07 Bobby R. Brucetests,base: Added GTests for base/match.cc
2019-10-30 Giacomo Travaglinibase: Name segments after their index
2019-10-28 Bobby R. Brucetests, base: Fixed incorrect implementation of StrTest...
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-10-24 Bobby R. Brucetests: Added GTests for base/str.cc
2019-10-18 Bobby R. Brucetests: Added GTests for base/bitfield.hh
2019-10-18 Bobby R. Brucetests: Added GTests for base/atomicio.cc
2019-10-18 Andreas Sandbergbase: Add classes that encapsulate a channel address
2019-10-16 Andreas Sandbergbase: Add addIntlvBits to AddrRange
2019-10-16 Giacomo Travaglinibase: Using scoped string in DPRINTFNR
2019-10-16 Giacomo Travaglinibase: Fix gem5.fast compilation
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
2019-10-15 Gabe Blackarch,base: Restructure the object file loaders.
2019-10-14 Bobby R. BruceTests: Added GTests for base/callback.cc
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch,base: Stop loading the interpreter in ElfObject.
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Bobby R. Brucetests: Migrated refcnt.cc test from src/unitttest to...
2019-10-09 Gabe Blackarch-mips,arch-riscv,base: Get rid of the unused HexFil...
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-08 Gabe Blackbase: Get rid of the unused global pointer in object...
2019-10-08 Gabe Blackbase: Ensure %p format arguments are printed as pointers.
2019-10-05 Gabe Blackbase: ELF segment types are not bitfields.
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-09-26 Andreas Sandbergstats: Correctly print new-style dist stat names
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-09-12 Daniel R. Carvalhobase: Add a perfect bloom filter
2019-09-10 Tommaso Marinellistats: Add M5_VAR_USED to variable
2019-09-10 Andreas Sandbergstats: Fix incorrect name conflict panic with grouped...
2019-09-10 Daniel R. Carvalhobase: Make Bloom Filter counting by default
2019-09-10 Daniel R. Carvalhobase: Make Bulk inherit from MultiBitSel Bloom Filter
2019-09-10 Daniel R. Carvalhomem-ruby: Move Bloom Filters to base
2019-09-02 Andreas Sandbergstats: Create HDF5 stat files relative to simout
2019-09-02 Doğukan Korkmaztürkstats: Catch exceptions by const reference
2019-08-29 Daniel R. Carvalhobase: Add function to saturate SatCounter
2019-08-29 Andreas Sandbergstats: Add beta support for HDF5 stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-08-21 Ciro Santillibase: assert that stats bucket size is greater than 0
2019-06-28 Michiel W. van Tolbase: Add argument to Coroutine class to not run on...
2019-06-13 Tiago Muckbase: AddrRange does not merge single interleaved ranges
2019-06-10 Nikos Nikolerisbase: Extend unit tests for AddrRange
2019-06-10 Nikos Nikolerisbase: Extend AddrRange to support more flexible addressing
2019-06-10 Nikos Nikolerisbase: Fix ctz32 for systems where unsigned int is not...
2019-06-10 Nikos Nikolerisbase: Add function to count trailing zeros in a 64...
2019-06-09 Giacomo Travaglinibase: Provide a getter for Fiber::started boolean variable
2019-06-09 Giacomo Travaglinibase: Rename TestFiber into SwitchingFiber
2019-06-04 Daniel R. Carvalhobase: Fix missing headers to CircularQueue
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-30 Gabe Blackarch, base, sim: Demote (SE|FS)TranslatingPortProxy...
next