Age | Commit message (Expand) | Author |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-04-22 | base: add new ChunkGenerator method to identify last chunk | Brandon Potter |
2015-02-11 | base: Add compiler macros to add deprecation warnings | Andreas Sandberg |
2015-02-11 | base: Do not dereference NULL in CompoundFlag creation | Andreas Hansson |
2015-02-03 | base: add an accessor and operators ==,!= to address ranges | Curtis Dunham |
2015-02-03 | base: Add XOR-based hashed address interleaving | Andreas Hansson |
2015-01-07 | base: Fix assigning between identical bitfields. | Gabe Black |
2014-12-05 | misc: Generalize GDB single stepping. | Gabe Black |
2014-12-05 | misc: Add some utility functions for schedule inst commit events. | Gabe Black |
2014-12-05 | misc: Rename the GDB "Event" event class to InputEvent. | Gabe Black |
2014-12-05 | sim: Ensure GDB interrupts the simulation at an instruction boundary. | Gabe Black |
2014-12-05 | misc: Make the GDB register cache accessible in various sized chunks. | Gabe Black |
2014-12-03 | sim: Make it possible to override the breakpoint length check. | Gabe Black |
2014-11-24 | misc: Another round of static analysis fixups | Andreas Hansson |
2014-11-17 | vnc: Add a conversion function for bgr888. | Gabe Black |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-11-12 | base: Revert 9277177eccff and use getenv/setenv for UTC time | Andreas Hansson |
2014-10-29 | arm: Fix multi-system AArch64 boot w/caches. | Ali Saidi |
2014-10-20 | misc: Use gmtime for conversion to UTC to avoid getenv/setenv | Andreas Hansson |
2014-10-20 | base: Fix for stats node on gcc < 4.6.3 | Andreas Hansson |
2014-10-16 | misc: Move AddrRangeList from port.hh to addr_range.hh | Andreas Hansson |
2014-10-16 | sim: EventQueue wakeup on events scheduled outside the event loop | Andreas Hansson |
2014-10-16 | base: Reimplement the DPRINTF mechanism in a Logger class | Andrew Bardsley |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-10-16 | base: Use shared_ptr for stat Node | Andreas Hansson |
2014-10-16 | base: Transition CP annotate to use shared_ptr | Andreas Hansson |
2014-10-16 | dev: Use shared_ptr for EthPacketData | Andreas Hansson |
2014-10-16 | config: Add a --without-python option to build process | Andrew Bardsley |
2014-10-11 | base: addr range: slight change to validity check | Nilay Vaish |
2014-10-11 | base: misc: Add missing header file. | Nilay Vaish |
2014-10-01 | misc: Fix issues identified by static analysis | Andreas Hansson |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-04-24 | misc: Add functions for doing popcount and power-of-two checking | Stephan Diestelhorst |
2014-09-20 | base: Clean up redundant string functions and use C++11 | Andreas Hansson |
2014-09-20 | base: Add getSectionNames to IniFile | Andrew Bardsley |
2014-09-19 | base: Ensure the CP annotation compiles again | Andreas Hansson |
2014-09-19 | misc: Restore ostream flags where needed | Andreas Hansson |
2014-09-19 | stats: Fix flow-control bug in Vector2D printing | Andreas Hansson |
2014-09-19 | misc: Remove assertions ensuring unsigned values >= 0 | Andreas Hansson |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-09-03 | base: Use STL C++11 random number generation | Andreas Hansson |
2014-08-26 | base: Add const to intmath and be more flexible with typing | Andreas Hansson |
2014-08-26 | base: Replace the internal varargs stuff with C++11 constructs | Andreas Sandberg |
2014-08-26 | base: Add compiler macros for C++11 final/override | Andreas Sandberg |
2014-08-26 | base: Add a static assert to check bit union ranges | Andreas Sandberg |
2014-08-13 | base: Remove unused M5_PRAGMA_NORETURN | Andreas Sandberg |
2014-08-13 | cpu: Don't forward declare RefCountingPtr | Andreas Sandberg |
2014-08-10 | base: Remove unused files | Andreas Hansson |
2014-07-23 | cpu: `Minor' in-order CPU model | Andrew Bardsley |
2014-07-09 | base: fix operator== for comparing EthAddr objects | Anthony Gutierrez |