gem5.git
2019-02-12 Andreas Sandbergpython: Replace DictMixin with Mapping / MutableMapping
2019-02-12 Andreas Sandbergpython: Replace orderdict with collections.OrderedDict
2019-02-12 Andreas Sandbergpython: Update use of exec to work with Python 3
2019-02-12 Andreas Sandbergpython: Switch to using open instead of file
2019-02-12 Javier Buenomem-cache: Irregular Stream Buffer Prefetcher
2019-02-12 Kevin Brodskysystem-arm: Fix dtsi dependencies in Makefile
2019-02-12 Javier Buenomem-cache: Added the Delta Correlating Prediction Table...
2019-02-12 Andreas Sandbergtests: Rewrite Makefiles for pthreads test
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-12 Andreas Sandbergarch-mips: Remove unused Python file
2019-02-12 Andreas Sandbergpython: Make exception handling Python 3 safe
2019-02-12 Andreas Sandbergpython: Fix native module initialisation on Python 3
2019-02-12 Pouya Fotouhimem-ruby: Fixing Topology
2019-02-12 Pouya Fotouhimem-ruby: Fixing MESI Three Level
2019-02-12 Gabe Blacksystemc: config: Don't inject a custom argv[0] in sc_ma...
2019-02-11 Gabe Blacksystemc: configs: Add a very simple config which just...
2019-02-11 Gabe Blacksystemc: Change the type of a loop counter to avoid...
2019-02-11 Gabe Blackscons: Change an = to a += when accumulating sources...
2019-02-11 Gabe Blacksystemc: scons: Specify RPATH as a list.
2019-02-08 Jairo Balartcpu: Proposal for changing the indirect branch predicto...
2019-02-08 Tuan Tariscv: fix AMO, LR and SC instructions
2019-02-08 Tuan Tacpu: support atomic memory request type with AtomicOpFu...
2019-02-08 Moyang Wangkern,sim: implement FUTEX_WAKE_OP
2019-02-08 Moyang Wangsim, kern: support FUTEX_CMP_REQUEUE
2019-02-08 Tuan Tasim: handle the case when there're not enough HW thread...
2019-02-08 Tuan Tariscv: fixed syscall return value
2019-02-08 Tuan Tacpu: fix how branching is handled when a thread is...
2019-02-08 Tuan Tacpu: stop scheduling suspended threads in all stages...
2019-02-08 Tuan Tariscv: ignore nanosleep syscall
2019-02-08 Tuan Tasim,cpu: make exit_group halt all threads in a group
2019-02-08 Tuan Taarch-riscv: initialize RISC-V's thread pointer register...
2019-02-08 Tuan Tasim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITS...
2019-02-08 Tuan Tacpu: fixed how O3 CPU executes an exit system call
2019-02-08 Giacomo Travagliniarch-arm: Fix Virtual interrupts in AArch64
2019-02-08 Giacomo Travagliniarch-arm: Fix extra comma in b7ce897f1e9545785bde982f72...
2019-02-08 Giacomo Travagliniarch-arm: Allow ArmPPI usage for PMU
2019-02-08 Ruben Ayrapetyanarch-arm: Fix initialization of PMU counters
2019-02-07 Giacomo Travagliniconfigs, arch-arm: Using AddrRange for Realview mem_regions
2019-02-07 Giacomo Travagliniconfigs: Unifiy interpretation of Realview mem_regions
2019-02-07 Austin Harrisarch-riscv: Enable support for riscv 32-bit in SE mode.
2019-02-06 Tuan Tariscv: remove NonSpeculative flag from fence inst
2019-02-06 Tuan Tacpu: fix how a thread starts up in MinorCPU
2019-02-06 Tuan Taarch-riscv: Initialize interrupt mask
2019-02-06 Ciro Santilliscons: fix unused auto-generated blob variable in clang
2019-02-06 Andrea Mondellisim: added missed macro definition on MacOS
2019-02-05 Andrea Mondellimisc: added missing override specifier
2019-02-05 Javier Buenocpu: Made the Loop Predictor a SimObject
2019-02-05 Jairo Balartcpu: Made TAGE a SimObject that can be used by other...
2019-02-05 Austin Harrisriscv: Get rid of ISA specific register types in Interr...
2019-02-01 Javier Buenomem-cache: Updated version of the Signature Path Prefetcher
2019-02-01 Anouk Van Laerdev, arm: Removed contextId variable
2019-02-01 Gabe Blackcpu, arch: Replace the CCReg type with RegVal.
2019-01-31 Andreas Sandbergpython: Remove getCode() type workaround
2019-01-31 Andreas Sandbergsim: Prepare C++ side for Python 3
2019-01-31 Andreas Sandbergtests: Add a helper to run external scripts
2019-01-31 Andreas Sandbergtests: Don't override tick rate in Ruby tests
2019-01-31 Gabe Blackpower: Get rid of some ISA specific register types.
2019-01-31 Gabe Blacknull: Get rid of some register type definitions.
2019-01-31 Gabe Blackmips: Stop using architecture specific register types.
2019-01-31 Gabe Blackalpha: Stop using architecture specific register types.
2019-01-31 Gabe Blackx86: Stop using/defining some ISA specific register...
2019-01-31 Gabe Blackriscv: Get rid of some ISA specific register types.
2019-01-31 Gabe Blackarch: cpu: Rename *FloatRegBits* to *FloatReg*.
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-30 Giacomo Travagliniconfigs: Enable DTB autogeneration in starter_fs.py
2019-01-30 Giacomo Travagliniarch-arm, configs: Create single instance of DTB autoge...
2019-01-28 Ciro Santillitests: fix arm regression due to kernel not found
2019-01-25 Ciro Santilliconfigs: fs.py remove --generate-dtb and enable it...
2019-01-25 Ciro Santilliconfigs, arch-arm: don't search for default DTB and...
2019-01-25 Giacomo Travagliniarch-arm: Remove floatReg operand type
2019-01-25 Giacomo Travagliniarch-arm: Use VecElem instead of FloatReg for FP instru...
2019-01-25 Giacomo Travagliniarch: Fix VecElem Operand generation in ISA parser
2019-01-25 Giacomo Travaglinicpu, arch, arch-arm: Wire unused VecElem code in the...
2019-01-25 Giacomo Travaglinicpu: O3 rename using the flatIndex instead of index
2019-01-25 Giacomo Travagliniarch-arm: Inital vector rename mode depending on A32/A64
2019-01-25 Giacomo Travaglinicpu: Fix VecElemClass bugs in cpu models
2019-01-25 Giacomo Travaglinicpu: Add VecElem entries in MinorCPU Scoreboard
2019-01-25 Giacomo Travagliniarch-arm: Remove unused float operands
2019-01-25 Giacomo Travagliniarch: Provide traceback when parsing ISA code
2019-01-25 Nicholas Lindsaypython: Always throw TypeError on slave-slave connections
2019-01-24 Gabe Blackhsail: Remove the MiscReg type.
2019-01-24 Gabe Blackbase: arch: Get rid of the now unused FloatRegVal type.
2019-01-24 Ciro Santillidev-arm: fix --generate-dtb for ARM
2019-01-24 Rekai Gonzalez... cpu-o3: O3 LSQ Generalisation
2019-01-23 Giacomo Travagliniarch-arm: Implement LoadAcquire/StoreRelease in AArch32
2019-01-23 Giacomo Travagliniarch-arm: IsStoreConditional flag set depending on...
2019-01-23 Giacomo Travagliniarch-arm: Remove SWP and SWPB instructions
2019-01-23 Gabe Blacksystemc: Fix TLM related includes.
2019-01-23 Gabe Blackarm: Replace MiscReg with RegVal in utility.(hh|cc).
2019-01-23 Zicong Wangmem-ruby: Fix missing TBE allocation and deallocation
2019-01-22 Gabe Blacksparc: Get rid of some register type definitions.
2019-01-22 Gabe Blackarch: cpu: Stop passing around misc registers by reference.
2019-01-22 Gabe Blackarm: Get rid of some register type definitions.
2019-01-22 Gabe Blackarm: dev: Replace ArmISA::MiscReg with RegVal in the...
2019-01-22 Ciro Santilliarch-arm: implement the GDB XML target description...
2019-01-22 Ciro Santilliext: import GDB XML target description files for arm
2019-01-22 Ciro Santilliscons: add helpers to access GDB XML description files
2019-01-22 Ciro Santilliscons: allow embedding arbitrary blobs into the gem5...
2019-01-22 Ciro Santillibase: add support for GDB's XML architecture definition
2019-01-22 Giacomo Travagliniarch-arm: Move AArch32 IMPLEMENTATION DEFINED registers
next