gem5.git
2017-07-27 Ashkan Tousiconfig, arm: Add a high-performance in order timing...
2017-07-27 Gabor Dozsaconfig: Change mem_range attribute naming in ARM Simple...
2017-07-25 Nikos Nikoleristests: Fix path for module imports in ARM system configs
2017-07-25 Pau Cabreconfigs,sim-se: fix se.py multi-cpu multi-cmd issue
2017-07-20 Jose Marinhosim: Prevent segfault in the wakeCpu m5op if id is...
2017-07-19 Rekai Gonzalez... cpu: Add missing rename of vector registers in the...
2017-07-17 Anouk Van Laercpu,o3: Fixed checkpointing bug occuring in the o3 CPU
2017-07-17 Andreas Sandbergtests: Don't treat new stats as a cause for failures
2017-07-17 Sean Wilsonsim, x86: Make clone a virtual function
2017-07-17 Swapnil Hariax86: Add stats to X86 TLB
2017-07-17 Alec Roelkeriscv: Define register index constants using literals
2017-07-14 Gabe Blackriscv: Disambiguate between the C and C++ versions...
2017-07-14 Alec Roelketests: Upate RISC-V binaries and results
2017-07-14 Alec Roelkeriscv: Fix bugs with RISC-V decoder and detailed CPUs
2017-07-14 Alec Roelkeriscv: Add unused attribute to some registers.hh constants
2017-07-13 Gedare Bloomarch-arm: fix ldm of pc interswitching branch
2017-07-12 Sean Wilsonruby: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsonarm: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsondev: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsonnet: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsontesters: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsonkvm, mem: Refactor some Event subclasses into lambdas
2017-07-12 Sean Wilsoncpu: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsongpu-compute: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsonsim, gdb: Refactor some Event subclasses into lambdas
2017-07-12 Sean Wilsonmips, x86: Refactor some Event subclasses into lambdas
2017-07-12 Pau Cabreutil,arch-arm: Added python script to generate ARM...
2017-07-12 Jose Marinhocpu, sim: Add param to force CPUs to wait for GDB
2017-07-11 Alec Roelkearch-riscv,tests: Add insttests for RV64C
2017-07-11 Alec Roelkearch-riscv: Add support for compressed extension RV64C
2017-07-11 Alec Roelkearch-riscv: Restructure ISA description
2017-07-10 Jose Marinhodev-arm: Add ID registers to the GIC model
2017-07-10 Jose Marinhoarch-arm: Support PMU evens in the 0x4000-0x4040 range
2017-07-10 Jose Marinhodev-arm: Don't unconditionally overwrite bootloader...
2017-07-10 Rohit Kurupdev: Fix OnIdle test in DmaReadFifo
2017-07-10 Sascha Bischoffdev: Fix address type promotion issues in VirtIO devices
2017-07-10 Jose Marinhosim: Fix clashing stat names in TickedObject and Ticked
2017-07-07 Curtis Dunhamkvm, arm: don't create interrupt events while saving...
2017-07-07 Andreas Sandbergkvm, arm: Don't forward IRQ/FIQ when using the kernel...
2017-07-05 Rekai Gonzalez... arch: ISA parser additions of vector registers
2017-07-05 Rekai Gonzalez... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez... arch: added generic vector register
2017-07-05 Rekai Gonzalez... cpu: Result refactoring
2017-07-05 Rekai Gonzalez... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieucpu: Physical register structural + flat indexing
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-07-05 Curtis Dunhamarm,kvm: update CP15 timer model when exiting Kvm
2017-07-05 Curtis Dunhamdev,arm: add Kvm mode of operation for CP15 timer
2017-07-05 Curtis Dunhamdev,arm: remove and recreate timer events around drains
2017-07-05 Curtis Dunhamkvm: move Kvm check from ARM Kvm GIC to System
2017-07-04 Andreas Sandbergconfig, arm: Don't import timing models for missing...
2017-07-03 Andreas Sandbergconfig: Clean up core timing model discovery
2017-07-03 Andreas Sandbergconfig: Move core timing models to config/common/cores
2017-07-03 Andreas Sandbergconfig: Make ex5_*.py independent of old configs
2017-06-30 Andreas Sandbergconfig: Add missing import of 'fatal' in CpuConfig
2017-06-30 Andreas Sandbergconfig: Make some MemConfig options optional
2017-06-29 Sean Wilsonarm: Fix memleak in Pl390 by adding destructor
2017-06-29 Sean Wilsonarm: Fix memleak in VGic by adding destructor
2017-06-27 Andreas Sandbergmem-cache: Add missing overrides to BaseCache
2017-06-22 Paul Rosenfeldarm,sim: fix context switch stats dumps for ARM64/Linux
2017-06-21 Jason Lowe... sim: Updated ClockedObject power state warning
2017-06-20 Sean Wilsonsim, x86: Replace EventWrapper use with EventFunctionWr...
2017-06-20 Sean Wilsondev: Replace EventWrapper use with EventFunctionWrapper
2017-06-20 Sean Wilsonarm: Replace EventWrapper use with EventFunctionWrapper
2017-06-20 Sean Wilsoncpu, gpu-compute: Replace EventWrapper use with EventFu...
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2017-06-20 Sean Wilsonmem: Replace EventWrapper in PacketQueue with EventFunc...
2017-06-20 Sean Wilsonsim: Add generic EventFunctionWrapper
2017-06-20 Sean Wilsonmem: Move the Rank construction logic to the Rank const...
2017-06-20 Sean Wilsonsim: Remove DelayFunction
2017-06-19 Gedare Bloomconfigs, arm: add option to enable security extensions
2017-06-19 Gedare Bloomarm: ignore writes to the reset_ctl register
2017-06-19 Gedare Bloomdev, arm: add a9mpcore global timer device
2017-06-16 Anouk Van Laerdev, virtio: Use of Unix socket for virtIO 9P device
2017-06-16 Sean Wilsontests: Fix a typo for the default MI_example protocol
2017-06-15 Sean Wilsonx86: Add consistent overrides to process.hh
2017-06-15 Matthias Hillex86: Fixed remote debugging of simulated code
2017-06-15 Zhang Zhengconfigs: fixed SimpleOpts missing error by adding libra...
2017-06-15 Javier Cano... mem-garnet: Fix garnet stats
2017-06-13 Nikos Nikoleristests: Add ARM MOESI_CMP_directory regressions
2017-06-13 Nikos Nikolerisarm: Refactor the VExpress_EMM system creation
2017-06-13 Nikos Nikolerisscons: Make MOESI_CMP_directory the default ARM ruby...
2017-06-13 Nikos Nikolerisconfig: Warn not fail for ARM systems configured with...
2017-06-13 Nikos Nikolerisruby, arm: Forward invalidations to the local exclusive...
2017-06-13 Nikos Nikolerisruby: Add support for address ranges in the directory
2017-06-09 Gabe Blackdev: Avoid arbitrarily deep stack depth in the i8254xGB...
2017-06-06 Gabe Blackscons: Try to handle problems with gcc, lto and partial...
2017-06-05 Alec Roelketests: Update RISC-V hello test and stats
2017-06-04 Jason Lowe... scons: Add use_tuntap to export list
2017-06-03 Gabe Blackbase: misc: Include cstdlib in base/misc.hh.
2017-06-03 Weiping Liaoconfig: Adjust load_addr_mask in VExpress_GEM5_V1
2017-06-03 Gabe Blackmisc: Ignore build products in src/util/term.
2017-06-03 Gabe Blackmisc: Add git ignore patterns for build products in...
2017-06-03 Gabe Blackdev: Add a version of EtherTap which uses the tap driver.
2017-06-03 Gabe Blackdev: Refactor the EtherTapStub to make room for using...
2017-06-03 Gabe Blackdev: Rename EtherTap to be EtherTapStub.
2017-06-03 Gabe Blackmisc: Fix building the m5tap utility.
2017-06-02 Gabe Blackdev: Add a missing parameter to the EtherTap device.
2017-05-31 Nikos Nikolerisruby: Don't set the block data when a store conditional...
2017-05-31 Nikos Nikolerispython: Fix unproxing of VectorParams
next