gem5.git
2018-03-30 Nikos Nikolerismem-cache: Remove unused return value from the recvTimi...
2018-03-30 Daniel R. Carvalhomem-cache: Fix FALRU data block seg fault
2018-03-30 Daniel R. Carvalhomem-cache: Create LFU replacement policy
2018-03-30 Daniel R. Carvalhomem-cache: Create RRIP Replacement Policy
2018-03-30 Daniel R. Carvalhomem-cache: Create BRRIP replacement policy
2018-03-28 Gabe Blackbase: Add a default output function for bitunion types.
2018-03-27 Gabe Blackdev: sparc: Get rid of the TheISA namespace in the...
2018-03-27 Gabe Blackdev: Remove a bunch of Alpha code from MIPS, and unnece...
2018-03-27 Gabe Blackcpu: Remove ExtMachInst typedefs from the O3 CPU model.
2018-03-27 Gabe Blackarch: cpu: Make the ExtMachInst type a template argumen...
2018-03-27 Gabe Blacksparc: Add some missing M5_FALLTHROUGHs and breaks.
2018-03-27 Gabe Blackcpu: Stop extracting inst_flags from the machInst.
2018-03-26 Gabe Blackcpu: Proposed fix for backwards compatibility in proto...
2018-03-26 Gabe Blackscons: Re-enable override based warnings on gcc.
2018-03-26 Gabe Blackarch: Fix all override related warnings.
2018-03-26 Gabe Blackcpu: Use the new asBytes function in the protobuf inst...
2018-03-26 Gabe Blackarch: Add a virtual asBytes function to the StaticInst...
2018-03-23 Jason Lowe... mem-cache: fix missing overrides in repl policies
2018-03-23 Jason Lowe... ruby: Make sure addresses print in hex
2018-03-23 Jason Lowe... learning_gem5: Add a simple config for MI_example
2018-03-23 Jason Lowe... learning_gem5: Ruby random tester files for MSI
2018-03-23 Jason Lowe... learning_gem5: Add config files for MSI protocol
2018-03-23 Jason Lowe... learning_gem5: Add a simple Ruby protocol
2018-03-23 Daniel R. Carvalhomem-cache: Create FIFO replacement policy
2018-03-23 Daniel R. Carvalhomem-cache: Fix MRU rebase
2018-03-23 Giacomo Travagliniarch-arm: Distinguish IS TLBI from non-IS
2018-03-23 Giacomo Travagliniarch-arm: Created function for TLB ASID Invalidation
2018-03-22 Gabe Blackhsail: Get rid of an inert private member of StorageSpace.
2018-03-22 Gabe Blackcpu: Make the protobuf inst tracer accept variable...
2018-03-22 Daniel R. Carvalhomem-cache: Create MRU replacement policy
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-03-21 Nikos Nikolerismem-cache: Allow clean operations when block allocation...
2018-03-20 Nikos Nikolerisarch-arm, configs: Treat the bootloader rom as cacheabl...
2018-03-20 Chun-Chen Hsuarch, arm: Fix implicit-fallthrough GCC warnings
2018-03-20 Tuan Tariscv: throw IllegalInstFault when decoding invalid...
2018-03-15 Siddhesh Poyarekararm: Fix implicit-fallthrough warnings when building...
2018-03-15 Jason Lowe... arch-x86,sim-se: Enable prlimit syscall
2018-03-15 Jason Lowe... sim-se: Fix fallthrough in prlimit
2018-03-15 Jason Lowe... arch-x86,sim-se: Bump kernel version to 3.2
2018-03-15 Jason Lowe... sim-se: Add /sys/devices/system/cpu/online file
2018-03-15 Jason Lowe... tests: Add test program for C++ threads
2018-03-15 Nikos Nikolerisarch-arm: Fix unused variable warning in faults.cc
2018-03-15 Gabe Blackx86: Add bitfields which can gather/scatter bases and...
2018-03-14 Gabe Blackx86: Simplify the implementations of RDTSC and RDTSCP...
2018-03-14 Gabe Blackx86: Implement the RDTSCP instruction.
2018-03-14 Gabe Blackx86: Mark the RDTSC instruction as .serialize_before.
2018-03-14 Gabe Blackx86: Replace the .serializing directive with .serialize...
2018-03-14 Chun-Chen Hsuarm: Fix maybe-uninitialized GCC warnings
2018-03-14 Chun-Chen Hsubase: Fix loop range in pngwriter
2018-03-14 Giacomo Travaglinitests: Add missing print replacements in tests subdir
2018-03-14 Giacomo Travagliniarch-arm: ERET from AArch64 to AArch32 ignore MSBs
2018-03-13 Jason Lowe... learning_gem5: Update README for Learning gem5
2018-03-12 Rico Amslingermem-ruby: Fix RubyPrefetcher support in MESI_Two_Level
2018-03-12 Giacomo Travagliniarch-arm: Adding IPA-Based Invalidating instructions
2018-03-12 Giacomo Travagliniarch-arm: Implement missing aarch32 TLBI registers
2018-03-09 Giacomo Travaglinitests: Python regression scripts using new print function
2018-03-09 Daniel R. Carvalhomem-cache: Use CacheBlk parameter on address regeneration
2018-03-08 Jason Lowe... mem-cache: Fix missing overrides
2018-03-08 Gabe Blacksparc: Passify a new g++ warning.
2018-03-08 Giacomo Travagliniarch-arm: Enable Debug IFSC when faulting to aarch64...
2018-03-08 Giacomo Travagliniarch-arm: Fix FSC generation in AbortFault
2018-03-08 Giacomo Travagliniarch-arm: Introduce update method in ArmFault class
2018-03-08 Giacomo Travagliniarch-arm: Fix PCAlignmentFault routing to Hypervisor
2018-03-07 Nikos Nikolerismem-cache: Make the block invalidate functions virtual
2018-03-07 Nikos Nikolerismem-cache: Make invalidate a common function between...
2018-03-07 Xiaoyu Mamem-cache: Allow prefetchers to override setCache.
2018-03-06 Gabe Blackconfig: Switch from the print statement to the print...
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-03-06 Siddhesh Poyarekarmisc: Use the code format for commands and messages
2018-03-06 Siddhesh Poyarekardev: Don't fall through into BRAR after RFDR case
2018-03-06 Siddhesh Poyarekararm: Remove ignored const qualifier
2018-03-06 Siddhesh Poyarekardev: Leave last byte in strncpy for NULL
2018-03-06 Siddhesh Poyarekarscons: Import print_function from future
2018-03-06 Daniel R. Carvalhomem-cache: Fix bug generated by 8282
2018-03-06 Nikos Nikolerismem-cache: Populate whenReady for blocks filled from...
2018-03-06 Daniel R. Carvalhomem-cache: Use findBlock() in accessBlock()
2018-03-05 Nikos Nikolerismem-cache: Remove redundant block initialization on...
2018-03-02 Nikos Nikolerismem-cache: Remove mumBlock redundant initialiation...
2018-03-02 Nikos Nikolerismem-cache: Populate the secure bit when the temp block...
2018-03-02 Nikos Nikolerismem-cache: Remove unnecessary block initialization...
2018-03-02 Nikos Nikolerisconfigs: Fix L3Cache instantiation in lat_mem_rd.py
2018-03-01 Daniel R. Carvalhomem-cache: Remove extra block init in BaseSetAssoc
2018-03-01 Daniel R. Carvalhomem-cache: Vectorize C arrays in BaseSetAssoc.
2018-02-28 Anouk Van Laersim, power: Temperature used for power calculations
2018-02-28 Anouk Van Laersim: Added model type to power model
2018-02-24 Daniel R. Carvalhomem-cache: Fix CacheSet memory leak
2018-02-24 Khaliquesparc: Fix FS Checkpoint loading
2018-02-20 Giacomo Travagliniarch-arm: Make hlt64 a mem barrier with semihosting
2018-02-20 Giacomo Travagliniarch-arm: Add AArch32 HLT Semihosting interface
2018-02-20 Giacomo Travagliniarch-arm: Add AArch32 SVC Semihosting interface
2018-02-20 Giacomo Travagliniarch-arm: Adding isa templates for semihosting ops
2018-02-20 Giacomo Travagliniarch-arm: HLT using immediate when checking for semihosting
2018-02-20 Giacomo Travagliniarch-arm: Fix Hlt64,Svc64,Hvc64,Smc64,Brk64 disassembly
2018-02-20 Andreas Sandbergcpu-o3: Don't add non-speculative mem barriers to the...
2018-02-19 Brandon Pottermem: fix page_table bug for .fast build
2018-02-19 Alec Roelkearch-riscv: Fix compressed branch op offset
2018-02-19 Giacomo Travagliniarch-arm: Semihosting not available in syscall emulation
2018-02-19 Andreas Sandbergarch-arm: Add support for secure state in semihosting
2018-02-19 Andreas Sandbergmem: Refactor port proxies to support secure accesses
2018-02-19 Andreas Sandbergarch-arm: Add aarch64 semihosting support
next