Age | Commit message (Expand) | Author |
2018-01-10 | style: change C/C++ source permissions to noexec | BKP |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-12 | tests: Turn fbtest into a gtest and move it to src/base. | Gabe Black |
2017-12-12 | tests: Move the cprintftest unit test into src/base. | Gabe Black |
2017-12-12 | tests: Move the trietest unit test into base. | Gabe Black |
2017-12-12 | tests: Add an implementation of the Logger interface for use gtests. | Gabe Black |
2017-12-12 | misc: Rework the logging functions. | Gabe Black |
2017-12-06 | base: Split out the pixel class in framebuffer.(cc|hh). | Gabe Black |
2017-12-06 | base: Handle zero fill in cprintf when printing floats. | Gabe Black |
2017-12-04 | base: Rework the trie dump function to accept a different ostream. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-12-04 | misc: Move the ExitLogger class definition into misc.cc | Gabe Black |
2017-12-04 | tests: Remove trietest's dependence on cprintf. | Gabe Black |
2017-11-28 | tests: Move the bituniontest to be alongside the bitunion header. | Gabe Black |
2017-11-15 | arm: Add support for armv8 CRC32 instructions | Giacomo Travaglini |
2017-10-31 | vnc: Default image writer type set to Auto | Giacomo Travaglini |
2017-10-31 | base: Introducing utility for writing raw data in png format | Giacomo Travaglini |
2017-10-30 | base: Fix forcing loopback only binding for listeners. | Gabe Black |
2017-10-20 | base: Function for mirroring bits in variable length word | Giacomo Travaglini |
2017-10-20 | base: Defining make_unique for C++11 | Giacomo Travaglini |
2017-08-02 | base: Give more information when setting up asynchronous IO fails. | Gabe Black |
2017-07-12 | sim, gdb: Refactor some Event subclasses into lambdas | Sean Wilson |
2017-07-12 | cpu, sim: Add param to force CPUs to wait for GDB | Jose Marinho |
2017-06-13 | ruby: Add support for address ranges in the directory | Nikos Nikoleris |
2017-06-03 | base: misc: Include cstdlib in base/misc.hh. | Gabe Black |
2017-05-19 | base, sim, arch: Fix clang 5.0 warnings | Andreas Sandberg |
2017-05-18 | base: Refactor the GDB code. | Gabe Black |
2017-05-12 | base: Make the VNC server more resilient. | Gabe Black |
2017-05-12 | misc: Make the remote GDB stub more resilient to bad connections. | Gabe Black |
2017-05-09 | base: Teach the socket listeners how to bind to the loopback. | Gabe Black |
2017-05-02 | base, sim, dev: Remove SWIG | Andreas Sandberg |
2017-04-03 | dev: Align BAR0 size to power of 2 for VirtIO devices | Sascha Bischoff |
2017-03-09 | style: Correct some style issues | Brandon Potter |
2017-03-09 | misc: add missing copyright/author information in previous commit | Pierre-Yves Péneau |
2017-02-27 | base: Refactor logging to make log level selection cleaner | Andreas Sandberg |
2017-02-23 | base: fix small memory leak in the ELF loader | Brandon Potter |
2017-02-15 | mem, stats: fix typos in CommMonitor and Stats | Pierre-Yves Péneau |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-11-09 | base: remove header file to prevent a macro name collision | Brandon Potter |
2016-11-30 | arch: [Patch 1/5] Added RISC-V base instruction set RV64I | Alec Roelke |
2016-10-14 | stats: Add more information to uninitialized error | Jason Lowe-Power |
2016-10-06 | ruby: garnet2.0 | Tushar Krishna |
2016-10-04 | misc: Adds a warning in case gdb is attached multiple times | Alexandru Dutu |
2016-10-04 | sim: Add a checkpoint function to test for entries | Andreas Sandberg |
2016-07-21 | base: Add total() to Vector2D stat | David Guillen Fandos |
2016-07-11 | base: Fix inverted check in ELF .text size warning | Andreas Sandberg |
2016-07-11 | base: Convert ELF .text size check assertion to a warning | Andreas Sandberg |
2016-06-20 | base: Fix multiple names to one address bug in SymbolTable | Andreas Sandberg |