mem-cache: Add match functions to QueueEntry
[gem5.git] / src / base /
2019-04-01 Andrea Mondellidev-arm: Correct cast of template parameter
2019-03-26 Gabe Blackbase: Make AddrRangeMap able to return non-const iterators.
2019-03-26 Isaac Sánchez Barrerabase,python: Fix to allow multiple --debug-ignore values.
2019-03-22 Giacomo Travaglinibase: Fix CircularQueue's operator-= when negative...
2019-03-22 Giacomo Travaglinibase: Fix CircularQueue when diffing iterators
2019-02-18 Giacomo Travaglinibase: Fix enums checkpointing
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-07 Austin Harrisarch-riscv: Enable support for riscv 32-bit in SE mode.
2019-01-24 Gabe Blackbase: arch: Get rid of the now unused FloatRegVal type.
2019-01-24 Rekai Gonzalez-Alb... cpu-o3: O3 LSQ Generalisation
2019-01-22 Ciro Santillibase: add support for GDB's XML architecture definition
2019-01-10 Jairo Balartdev-arm: Add a GICv3 model
2019-01-10 Giacomo Travaglinibase: Make it possible to convert strings to enums
2018-12-08 Giacomo Travaglinibase, systemc: Fix clang compilation
2018-12-06 Rekai Gonzalez-Alb... base: Ported circlebuf to CircularQueue
2018-12-06 Rekai Gonzalez-Alb... base: Iterable CircularQueue implementation
2018-12-04 Nikos Nikolerisbase: Fix fiber compilation issue for Mac OS
2018-12-04 Nikos Nikolerisbase, sim: Add missing destructors
2018-12-03 Giacomo Gabriellibase: Add type alias for raw pointer in RefCountingPtr
2018-12-03 Ciro Santillibase: increase the GDB buffer size dynamically
2018-11-29 Gabe Blackbase: Change the unit test binary names to use .test...
2018-11-29 Gabe Blackbase: Rename unit test cc files to be *.test.cc.
2018-11-29 Gabe Blackbase: Fix include order in the inifile unit test.
2018-11-28 Nikos Nikolerisbase: Add missing overrides in statistics header
2018-11-28 Giacomo Travaglinitests: Convert IniFile unit test to a GTest
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-11-27 Gabe Blackbase: Add some functions to convert floats to bits...
2018-11-19 Gabe Blackbase: Don't let exceptions leak from the to_number...
2018-11-18 Gabe Blackbase: Set up a guard page for fiber stacks.
2018-11-16 Rekai Gonzalez-Alb... cpu: Fix the usage of const DynInstPtr
2018-11-05 Gabe Blackbase: Add standard types for floating and nonfloating...
2018-10-26 Andreas Sandbergtests: Convert AddrRangeMap unit test to a GTest
2018-10-26 Andreas Sandbergtests: Convert CircleBuf unit test to a GTest
2018-09-11 Gabe Blackbase: Avoid dividing by zero in Time::[gs]etTick.
2018-09-11 Gabe Blackbase: Save and restore the width setting of streams...
2018-09-10 Nikos Nikolerisbase: Fix isSubset() for addr ranges with interleaving
2018-08-24 Gabe Blackbase: If valgrind is available, tell it about Fiber...
2018-08-21 Jason Lowe-Powermisc: Appease GCC 8
2018-08-10 Bradleybase: Replace cppversion == version with >= version
2018-07-26 Giacomo Travaglinibase: Fix ucontext compilation error for macOS
2018-06-29 Andreas Sandbergbase: Add a M5_PUBLIC and M5_LOCAL attribute macro
2018-06-28 Giacomo Travaglinibase: Add an asymmetrical Coroutine class
2018-06-21 Gabe Blackbase: Add a class which encapsulates Fibers.
2018-06-20 Nikos Nikolerisbase: Fix includes in AddrRangeMap header file
2018-06-19 Gabe Blackbase: Build caching into the AddrRangeMap class
2018-06-19 Nikos Nikolerisbase, mem: Disambiguate if an addr range is contained...
2018-06-14 Tuan Tabase,mem: Support AtomicOpFunctor in the classic memory...
2018-05-17 Nikos Nikolerisbase: Add M5 flag for [[nodiscard]] attribute
2018-05-09 Andreas Sandbergbase, dev: Fix port message for vnc and terminal
2018-03-30 Gabe Blackbase: Make bitunion output functions static/inline.
2018-03-28 Gabe Blackbase: Add a default output function for bitunion types.
2018-03-15 Siddhesh Poyarekararm: Fix implicit-fallthrough warnings when building...
2018-03-14 Chun-Chen Hsubase: Fix loop range in pngwriter
2018-02-13 Rekai Gonzalez-Alb... sim: Make Stats truly non-copy-constructible
2018-02-05 Gabe Blackbase: Update #includes for bitunion.hh.
2018-02-02 Nikos Nikolerisbase: Fix unused function warning
2018-01-29 Gabe Blackbase: Remove the ability to cprintf stringstreams directly.
2018-01-29 Gabe Blackbase: Delete commented out versions of the format_integ...
2018-01-27 Gabe Blackbase: Add an "override" to name() in the HardBreakpoint...
2018-01-27 Gabe Blackbase: Get bitunions to compile on clang 3.8.
2018-01-20 Gabe Blackbase: Hide the BitUnion::__StorageType type.
2018-01-20 Gabe Blackarm, base: Generalize and move the BitUnion hash struct.
2018-01-20 Gabe Blackbase: Enable specializing templates on BitUnion types.
2018-01-20 Gabe Blackbase: Rework bitunions so they can be more flexible.
2018-01-20 Gabe Blacksim, arch, base: Refactor the base remote GDB class.
2018-01-10 BKPstyle: change C/C++ source permissions to noexec
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-12-13 Gabe Blackarm,sparc,x86,base,cpu,sim: Replace the Twin(32|64...
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: Move the trietest unit test into base.
2017-12-12 Gabe Blacktests: Add an implementation of the Logger interface...
2017-12-12 Gabe Blackmisc: Rework the logging functions.
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-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-11-28 Gabe Blacktests: Move the bituniontest to be alongside the bituni...
2017-11-15 Giacomo Travagliniarm: Add support for armv8 CRC32 instructions
2017-10-31 Giacomo Travaglinivnc: Default image writer type set to Auto
2017-10-31 Giacomo Travaglinibase: Introducing utility for writing raw data in png...
2017-10-30 Gabe Blackbase: Fix forcing loopback only binding for listeners.
2017-10-20 Giacomo Travaglinibase: Function for mirroring bits in variable length...
2017-10-20 Giacomo Travaglinibase: Defining make_unique for C++11
2017-08-02 Gabe Blackbase: Give more information when setting up asynchronou...
2017-07-12 Sean Wilsonsim, gdb: Refactor some Event subclasses into lambdas
2017-07-12 Jose Marinhocpu, sim: Add param to force CPUs to wait for GDB
2017-06-13 Nikos Nikolerisruby: Add support for address ranges in the directory
2017-06-03 Gabe Blackbase: misc: Include cstdlib in base/misc.hh.
2017-05-19 Andreas Sandbergbase, sim, arch: Fix clang 5.0 warnings
2017-05-18 Gabe Blackbase: Refactor the GDB code.
2017-05-12 Gabe Blackbase: Make the VNC server more resilient.
2017-05-12 Gabe Blackmisc: Make the remote GDB stub more resilient to bad...
2017-05-09 Gabe Blackbase: Teach the socket listeners how to bind to the...
2017-05-02 Andreas Sandbergbase, sim, dev: Remove SWIG
2017-04-03 Sascha Bischoffdev: Align BAR0 size to power of 2 for VirtIO devices
2017-03-09 Brandon Potterstyle: Correct some style issues
2017-03-09 Pierre-Yves Péneaumisc: add missing copyright/author information in previ...
next