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 | 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-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-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 | 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 |
2017-09-25 | mem: Trace the request master ID in the MemTraceProbe. | Gabe Black |
2017-09-25 | mem: Record the request master ID in the PacketInfo structure. | Gabe Black |
2017-09-25 | dev, virtio: Improvements to diod process handling | Anouk Van Laer |
2017-09-21 | alpha: Move some initialization logic from loadState into unserialize. | Gabe Black |
2017-09-21 | sim: Stop using loadState in the Root SimObject. | Gabe Black |
2017-09-20 | kvm: arm: Get rid of functions which just wrap the subclasses version. | Gabe Black |
2017-09-11 | stats: Move the swpipl function into the Alpha kernel stats. | Gabe Black |
2017-09-11 | stats: Get rid of some kernel stats related cruft. | Gabe Black |
2017-09-06 | cpu: Fix bi-mode branch predictor thresholds | Rico Amslinger |
2017-09-01 | cpu-minor: Fix for addr range coverage calculation | Pau Cabre |
2017-08-30 | arch-arm: Only increment SW PMU counters on writes to PMSWINC | Jose Marinho |
2017-08-30 | arch-arm: Add missing override keywords in fault.hh | Andreas Sandberg |