Age | Commit message (Expand) | Author |
2017-11-13 | config: Simplify the definitions of the Voltage and Current params. | Gabe Black |
2017-11-13 | arch-arm: Interface for the ArmStaticInst intWidth field | Giacomo Travaglini |
2017-11-13 | arch-arm: Corrected encoding for T32 HVC instruction | Giacomo Travaglini |
2017-11-13 | util: Simplify/consolidate the python conversion module. | Gabe Black |
2017-11-10 | scons: Move Transform and termcap functionality into their own files. | Gabe Black |
2017-11-10 | scons: Move python path management out of the SConstruct. | Gabe Black |
2017-11-10 | scons: Pull style hook management out of the main SConstruct. | Gabe Black |
2017-11-10 | scons: Override the "default" tool to set up the default env. | Gabe Black |
2017-11-10 | scons: Move scons and python version checking into site_init.py. | Gabe Black |
2017-11-09 | mem: Align the snoop behavior in the XBar for atomic and timing | Nikos Nikoleris |
2017-11-09 | arch-arm: Allow dc ivac from EL0 when SCTLR_EL1.UCI=1 | Nikos Nikoleris |
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 |