gem5.git
2018-11-29 Gabe Blackutil: Add the scons configuration cache to .gitignore...
2018-11-29 Gabe Blacksystemc: Update the gem5-within-systemc README to menti...
2018-11-29 Gabe Blackbase: Fix include order in the inifile unit test.
2018-11-29 Gabe Blacksystemc: Run the systemc tests directly from their...
2018-11-29 Gabe Blacksystemc: Run the systemc tests with the CWD in the...
2018-11-29 Gabe Blacksystemc: Add DEPS files for some tests with non-source...
2018-11-29 Gabe Blacksystemc: Make verify.py recognize a DEPS file in test...
2018-11-28 Nikos Nikolerisbase: Add missing overrides in statistics header
2018-11-28 Nikos Nikolerisarch-arm: Add missing template declaration
2018-11-28 Pau Cabrecpu: Added new stats to TAGE and LTAGE branch predictors
2018-11-28 Pau Cabrecpu: split LTAGE implementation into a base TAGE and...
2018-11-28 Rekai Gonzalez... cpu,arch-arm: Initialise data members
2018-11-28 Matteo Andreozziarch-arm: clang compilation fixes
2018-11-28 Giacomo Travaglinitests: Convert IniFile unit test to a GTest
2018-11-27 Gabe Blackhsail: Fix a warning/build failure for HSAIL_X86.
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-11-27 Ciro Santillisim-se: only implement getdentsFunc on supported hosts
2018-11-27 Ciro Santillisystemc: set endianess to fix build for ARM host
2018-11-27 Gabe Blackbase: Add some functions to convert floats to bits...
2018-11-26 Daniel R. Carvalhomem-cache: Add setters to validate and secure block
2018-11-22 Pau Cabrecpu: Made LTAGE parameters configurable
2018-11-22 Pau Cabrecpu: Fixed useful counter handling in LTAGE
2018-11-22 Pau Cabrecpu: Fixes on the loop predictor part of LTAGE
2018-11-21 Gabe Blackx86: Get rid of a problematic DPRINTF in PremFp.
2018-11-20 Gabe Blacksim: Deschedule existing events when destructing an...
2018-11-19 Gabe Blackbase: Don't let exceptions leak from the to_number...
2018-11-19 Gabe Blacksystemc: Stop explicitly adding the systemc ext dir...
2018-11-19 Gabe Blacksystemc: Put systemc headers in the include path when...
2018-11-19 Gabe Blacksystemc: Increase the stack size for the sc_main fiber...
2018-11-18 Gabe Blackbase: Set up a guard page for fiber stacks.
2018-11-18 Javier Buenomem-cache: a missing cast was truncating addresses
2018-11-17 Pau Cabrecpu: Fix LTAGE max number of allocations on update
2018-11-17 Pau Cabreconfigs: Added an option for choosing branch predictor...
2018-11-16 Srikant Bharadwajsim: Fix data type of ticks per second before passing...
2018-11-16 Matteo Andreozzimem: avoid calling regStat twice on a QoSPolicy
2018-11-16 Rekai Gonzalez... cpu: Fix the usage of const DynInstPtr
2018-11-15 Javier Buenomem-cache: fix invalid iterator access
2018-11-15 Danielmem-cache: Make StridePrefetcher use Replacement Policies
2018-11-15 Danielmem-cache: Add invalidation function to StrideEntry
2018-11-15 Danielmem-cache: Make PCTable context independent
2018-11-15 Danielmem-cache: Vectorize StridePrefetcher's entries.
2018-11-15 Danielmem-cache: Return entry in StridePrefetcher::pcTableHit()
2018-11-15 Danielmem-cache: Cleanup prefetchers
2018-11-15 Ciro Santilliscons: add --gold-linker to link with the gold linker
2018-11-14 Pau Cabrecpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal
2018-11-14 Daniel R. Carvalhomem-cache: Remove Cache dependency from Tags
2018-11-14 Daniel R. Carvalhomem-cache: Move access latency calculation to Cache
2018-11-14 Giacomo Travagliniarch-arm: Print register name when warning on AT instru...
2018-11-14 Javier Buenomem-cache: implement a probe-based interface
2018-11-14 Giacomo Travaglinisim: Move BitUnion overloading to show/parseParams
2018-11-14 Giacomo Travaglinisim: Move paramIn/Out definition to header file
2018-11-13 Pau Cabrecpu: Fixed PC shifting on LTAGE branch predictor
2018-11-13 Nikos Nikolerismem-cache: Align how we handle requests in atomic with...
2018-11-12 Giacomo Travaglinisystemc: Push python headers on top of sources
2018-11-12 Gabe Blacksystemc: Stop using python to set/manage the global...
2018-11-12 Gabe Blacksim: Push the global frequency management code into...
2018-11-09 Nikos Nikolerisconfigs: Revamp ruby mem test to align with MemTest
2018-11-09 Gabe Blacksystemc: Get rid of a duplicated base class initializer...
2018-11-09 Gabe Blacksystemc: Add a missing "const" on one of the sc_event...
2018-11-09 Gabe Blacksystemc: Only build python utility code if python is...
2018-11-09 Gabe Blacksystemc: Separate and conditionalize exposing sc_main...
2018-11-09 Gabe Blacksystemc: Seperate out the sc_main fiber and its bookkee...
2018-11-09 Gabe Blacksystemc: Stop using python init to set up predefined...
2018-11-09 Gabe Blacksystemc: Wrap some report maps in functions.
2018-11-08 Daniel R. Carvalhoconfigs: Add missing path to ruby imports
2018-11-07 Daniel R. Carvalhomem-ruby: Use Packet writing functions instead of memcpy
2018-11-07 Tony Gutierrezmisc: Update workflow requirements in CONTRIBUTING.md
2018-11-07 Giacomo Travagliniarch-arm: Deprecate usage of legacy bootloader patching
2018-11-07 Giacomo Travagliniarch-arm: ArmSystem::resetAddr64 renamed to be used...
2018-11-07 Giacomo Travagliniarch-arm: Implement AArch32 RVBAR
2018-11-07 Giacomo Travagliniarch-arm: Remove SCTLR.VE bit
2018-11-07 Giacomo Travagliniarch-arm: Refactor ISA::clear by adding a ISA::clear32...
2018-11-07 Giacomo Travagliniarch-arm: Remove MISCREG commented numbers
2018-11-07 Gabe Blacksystemc: Fix some paths in the tlm SCons(script|struct).
2018-11-06 Gabe Blackmips: Change the integer and fp register widths to...
2018-11-06 Gabe Blackmips: Clean up type overrides for operands.
2018-11-06 Gabe Blackmips: Explicitly truncate the syscall return value...
2018-11-05 Gabe Blacknull: Claim to use 64 bit floating point registers.
2018-11-05 Gabe Blacksparc: Switch the FloatReg and FloatRegBits types to...
2018-11-05 Gabe Blackbase: Add standard types for floating and nonfloating...
2018-11-05 Gabe Blacksystemc: Enable systemc support by default.
2018-11-05 Gabe Blacksystemc: Explicitly keep the sc_port bind alongside...
2018-11-05 Gabe Blacksystemc: Change how SC_BIND_PROXY_NIL is initialized.
2018-11-05 Gabe Blacksystemc: Get rid of implementations for some disabled...
2018-11-05 Gabe Blacksystemc: Move a function after the class it uses intern...
2018-11-05 Gabe Blacksystemc: Get rid of an unused private member in sc_clock.
2018-11-05 Gabe Blackmem-cache: Rename the tag class init function to tagsInit.
2018-11-05 Daniel R. Carvalhomem: Use Packet writing functions instead of memcpy
2018-11-05 Daniel R. Carvalhomem-cache: Fix double block invalidation
2018-11-05 Anouk Van Laerarch, arm: Return s1Req upon fault in s2Lookup
2018-11-05 Anouk Van Laerarch, arm: Effect of AT instructions on descriptor...
2018-11-02 Gabe Blackutil: Add some examples for using systemc code within...
2018-11-02 Gabe Blackutil: Move the existing systemc example into a subdirec...
2018-10-30 Ciro Santillisyscall_emul: fix openat when directory does not end...
2018-10-29 Ciro Santillisyscall_emul: implement arm openat
2018-10-29 Yuetsu Kodamaarch-arm: FIXUP for the add PRFM PST instruction commit
2018-10-26 Nikos Nikolerismem-ruby: Fix MOESI_CMP_directory in ports order
2018-10-26 yuetsu.kodamaarch-arm: We add PRFM PST instruction for arm
2018-10-26 Giacomo Travagliniarch-arm: IMPDEF for SYS instruction with CRn = {11...
2018-10-26 Giacomo Travagliniarch-arm: AArch64 Instruction for MISCREG_IMPDEF_UNIMPL
next