base: fix small memory leak in the ELF loader
[gem5.git] / src / base /
2017-02-23 Brandon Potterbase: fix small memory leak in the ELF loader
2017-02-15 Pierre-Yves Péneaumem, stats: fix typos in CommMonitor and Stats
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-11-09 Brandon Potterbase: remove header file to prevent a macro name collision
2016-11-30 Alec Roelkearch: [Patch 1/5] Added RISC-V base instruction set...
2016-10-14 Jason Lowe-Powerstats: Add more information to uninitialized error
2016-10-06 Tushar Krishnaruby: garnet2.0
2016-10-04 Alexandru Dutumisc: Adds a warning in case gdb is attached multiple...
2016-10-04 Andreas Sandbergsim: Add a checkpoint function to test for entries
2016-07-21 David Guillen Fandosbase: Add total() to Vector2D stat
2016-07-11 Andreas Sandbergbase: Fix inverted check in ELF .text size warning
2016-07-11 Andreas Sandbergbase: Convert ELF .text size check assertion to a warning
2016-06-20 Andreas Sandbergbase: Fix multiple names to one address bug in SymbolTable
2016-04-27 Andreas Sandbergdev: Fix incorrect terminal backlog handling
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Brandon Potterbase: style cleanup for ObjectFile and ElfObject
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2015-11-27 Andreas Sandbergbase: Add support for changing output directories
2016-03-01 Curtis Dunhambase: support gzip-compressed object files
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-01-19 Tony Gutierrez* * *
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2016-01-11 Andreas Hanssonext: Replace gzstream with iostream3 from zlib to avoid...
2015-12-18 Boris Shingarovarm: remote GDB: rationalize structure of register...
2015-12-10 Andreas Sandbergdev: Move network devices to src/dev/net/
2015-11-05 Sascha Bischoffsim: Disable gzip compression for writefile pseudo...
2015-12-04 Andreas Sandbergsim: Add support for generating back traces on errors
2015-11-06 Andreas Hanssonmisc: Appease clang static analyzer
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-30 Curtis Dunhambase: remove Trace::enabled flag
2015-08-07 Andreas Sandbergbase: Rewrite the CircleBuf to fix bugs and add seriali...
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-07 Andreas Sandbergbase: Use constexpr in Cycles
2015-07-07 Andreas Sandbergbase: Add serialization support to Pixels and FrameBuffer
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-03 Curtis Dunhambase: remove fd from object loaders
2015-06-21 Andreas Sandbergbase: Add a warn_if macro
2015-06-09 Andreas Sandbergbase: Reset CircleBuf size on flush()
2015-05-26 Andreas Hanssonbase: Allow multiple interleaved ranges
2015-05-23 Andreas Sandbergbase: Redesign internal frame buffer handling
2015-05-23 Andreas Sandbergbase: Clean up bitmap generation code
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-04-22 Brandon Potterbase: add new ChunkGenerator method to identify last...
2015-02-11 Andreas Sandbergbase: Add compiler macros to add deprecation warnings
2015-02-11 Andreas Hanssonbase: Do not dereference NULL in CompoundFlag creation
2015-02-03 Curtis Dunhambase: add an accessor and operators ==,!= to address...
2015-02-03 Andreas Hanssonbase: Add XOR-based hashed address interleaving
2015-01-07 Gabe Blackbase: Fix assigning between identical bitfields.
2014-12-06 Gabe Blackmisc: Generalize GDB single stepping.
2014-12-06 Gabe Blackmisc: Add some utility functions for schedule inst...
2014-12-06 Gabe Blackmisc: Rename the GDB "Event" event class to InputEvent.
2014-12-05 Gabe Blacksim: Ensure GDB interrupts the simulation at an instruc...
2014-12-05 Gabe Blackmisc: Make the GDB register cache accessible in various...
2014-12-03 Gabe Blacksim: Make it possible to override the breakpoint length...
2014-11-24 Andreas Hanssonmisc: Another round of static analysis fixups
2014-11-17 Gabe Blackvnc: Add a conversion function for bgr888.
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-11-12 Andreas Hanssonbase: Revert 9277177eccff and use getenv/setenv for...
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidiarm: Fix multi-system AArch64 boot w/caches.
2014-10-20 Andreas Hanssonmisc: Use gmtime for conversion to UTC to avoid getenv...
2014-10-20 Andreas Hanssonbase: Fix for stats node on gcc < 4.6.3
2014-10-16 Andreas Hanssonmisc: Move AddrRangeList from port.hh to addr_range.hh
2014-10-16 Andreas Hanssonsim: EventQueue wakeup on events scheduled outside...
2014-10-16 Andrew Bardsleybase: Reimplement the DPRINTF mechanism in a Logger...
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Hanssonbase: Use shared_ptr for stat Node
2014-10-16 Andreas Hanssonbase: Transition CP annotate to use shared_ptr
2014-10-16 Andreas Hanssondev: Use shared_ptr for EthPacketData
2014-10-16 Andrew Bardsleyconfig: Add a --without-python option to build process
2014-10-11 Nilay Vaishbase: addr range: slight change to validity check
2014-10-11 Nilay Vaishbase: misc: Add missing header file.
2014-10-01 Andreas Hanssonmisc: Fix issues identified by static analysis
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-04-24 Stephan Diestelhorstmisc: Add functions for doing popcount and power-of...
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-20 Andrew Bardsleybase: Add getSectionNames to IniFile
2014-09-19 Andreas Hanssonbase: Ensure the CP annotation compiles again
2014-09-19 Andreas Hanssonmisc: Restore ostream flags where needed
2014-09-19 Andreas Hanssonstats: Fix flow-control bug in Vector2D printing
2014-09-19 Andreas Hanssonmisc: Remove assertions ensuring unsigned values >= 0
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-09-03 Andreas Hanssonbase: Use STL C++11 random number generation
2014-08-26 Andreas Hanssonbase: Add const to intmath and be more flexible with...
2014-08-26 Andreas Sandbergbase: Replace the internal varargs stuff with C++11...
2014-08-26 Andreas Sandbergbase: Add compiler macros for C++11 final/override
2014-08-26 Andreas Sandbergbase: Add a static assert to check bit union ranges
2014-08-13 Andreas Sandbergbase: Remove unused M5_PRAGMA_NORETURN
2014-08-13 Andreas Sandbergcpu: Don't forward declare RefCountingPtr
2014-08-10 Andreas Hanssonbase: Remove unused files
2014-07-23 Andrew Bardsleycpu: `Minor' in-order CPU model
2014-07-09 Anthony Gutierrezbase: fix operator== for comparing EthAddr objects
2014-07-02 Anthony Gutierrezbase: fix some bugs in EthAddr
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-05-09 Stephan Diestelhorststats: Method stats source
2014-04-23 Curtis Dunhambase: explicitly suggest potential use of 'All' debug...
2014-04-09 Andreas Sandbergdev: Protect PollEvent processing when running in paral...
2014-03-23 Andreas Hanssonbase: Fix error message time unit (cycle -> tick)
next