Age | Commit message (Expand) | Author |
2017-11-08 | dev: Move generic serial devices to src/dev/serial | Andreas Sandberg |
2017-11-08 | dev: Add a dummy serial device | Andreas Sandberg |
2017-11-08 | dev: Refactor UART->Terminal interface | Andreas Sandberg |
2017-11-07 | alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates. | Gabe Black |
2017-11-06 | sim-se: Add prlimit system call | Alec Roelke |
2017-11-02 | alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. | Gabe Black |
2017-10-31 | config: Rework the SysPaths functions into functors. | Gabe Black |
2017-10-31 | dev: Using Configurable image writer in HDLcd | 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-31 | x86: Fix VEX instruction decoding. | Gabe Black |
2017-10-30 | base: Fix forcing loopback only binding for listeners. | Gabe Black |
2017-10-20 | arch-arm: RBIT instruction using mirroring func | Giacomo Travaglini |
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-10-19 | cpu-o3: Add M5_VAR_USED to variable | Jason Lowe-Power |
2017-10-19 | scons: Fix the regression tests. | Gabe Black |
2017-10-17 | scons: Stop generating inc.d in the isa parser. | Gabe Black |
2017-10-17 | arch-arm: Fix inverted 32/64-bit check in GDB | Boris Shingarov |
2017-10-17 | util: Filter out the For-Upstream commit message tag | Andreas Sandberg |
2017-10-13 | arch-arm: Signal an event when executing store exclusives | Nikos Nikoleris |
2017-10-13 | mem: Signal the local monitor when clearing the global monitor | Nikos Nikoleris |
2017-10-13 | cpu-o3: Check predication before the SQ size for a debug print | Nikos Nikoleris |
2017-10-13 | cpu-o3: Avoid early checker verification for store conditionals | Nikos Nikoleris |
2017-10-05 | tests: Fix path for module imports in ARM system configs again | Curtis Dunham |
2017-10-05 | misc: Add util/packet_pb2.py to .gitignore. | Gabe Black |
2017-10-05 | misc: Use a Makefile to ensure util/packet_pb2.py is up to date. | Gabe Black |
2017-10-05 | misc: When building packet_pb2.py, don't assume a particular CWD. | Gabe Black |
2017-10-05 | misc: Make decode_packet_trace.py print the new master ID fields. | Gabe Black |
2017-10-05 | misc: Small style fix in _EncodeVarint32. | Gabe Black |
2017-10-05 | misc: Rename the (De|En)codeVarint function _(De|En)codeVarint32. | Gabe Black |
2017-10-05 | misc: Fix the indentation in DecodeVarint in util/protolib.py. | Gabe Black |
2017-10-04 | tlm: Elastic Trace Example with L2 Cache Added | Matthias Jung |
2017-09-28 | sim-se: Fix mremap for downward growing mmap regions | Rico Amslinger |
2017-09-27 | arch-x86: fix CondInst decoding for MOV to Control Registers | Bjoern A. Zeeb |
2017-09-27 | arch: change panic for Vector traceData to warn_once | Bjoern A. Zeeb |
2017-09-27 | sim: make compile on FreeBSD prior to 11 | Bjoern A. Zeeb |
2017-09-26 | util: Make dot_writer ignore NULL simobjects. | Gabe Black |
2017-09-26 | dev: Make the IDE controller handle NULL simobject pointers. | Gabe Black |
2017-09-26 | sim: Add a get_config_as_dict to the NullSimObject class. | Gabe Black |
2017-09-26 | sim: Don't add the NULL SimObject as a child of other SimObjects. | Gabe Black |
2017-09-26 | misc: Make the m5 utilities writefile command accept a host path. | Gabe Black |
2017-09-26 | sim: Give the NullSimObject singleton a _name. | Gabe Black |
2017-09-26 | sim: Add a NullSimObject.descendants function. | Gabe Black |
2017-09-26 | sim: Add a clear_parent function to NullSimObject. | Gabe Black |
2017-09-26 | sim: Check the SimObjectVector.has_parent function to use the "any" function. | Gabe Black |
2017-09-26 | sim: Only consider non-NULL elements in SimObjectVector.has_parent. | Gabe Black |
2017-09-26 | sim: Add a set_parent to NullSimObject which does nothing. | Gabe Black |
2017-09-25 | mem: Fill the new packet ID fields with master IDs when tracing packets. | Gabe Black |
2017-09-25 | mem: Add a "map" of packet IDs to strings in probe traces. | Gabe Black |