gem5.git
2019-01-17 Gabe Blacktests: Fix tests/main.py so it can be run from anywhere.
2019-01-17 Nikos Nikolerismem: Allow inserts in the begining of a packet queue
2019-01-17 Nikos Nikolerismem: Determine if a packet queue forces ordering at...
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtCommitPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtROBPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtIQPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtLSQPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikoleriscpu-o3: Make the smtFetchPolicy a Param.ScopedEnum
2019-01-17 Nikos Nikolerispython: Add support for scoped enums
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2019-01-16 Gabe Blackarch: Make the ISA register types aliases for the globa...
2019-01-16 Gabe Blackarm: Make the fp register types 64 bits.
2019-01-16 Javier Buenomem-cache: Access Map Pattern Matching Prefetcher
2019-01-16 Javier Buenomem-cache: Signature Path Prefetcher
2019-01-16 Javier Buenomem-cache: allow prefetchers to emit page crossing...
2019-01-16 Javier Buenomem-cache: virtual address support for prefetchers
2019-01-16 Giacomo Travagliniarch-arm: Read VMPIDR instead of MPIDR when EL2 is...
2019-01-16 Anouk Van Laerarch-arm: Added TLBI_ALL EL2 instruction
2019-01-16 Alec Roelkearch-riscv: Add interrupt handling
2019-01-16 Alec Roelkearch-riscv: Fix reset function and style
2019-01-15 Giacomo Travaglinicpu: Fix usage of setArchVecElem
2019-01-15 Giacomo Travagliniarch-arm: Fix usage of RegId constructor for VecElem
2019-01-14 Gabe Blackarm: Stop using the FloatReg and FloatRegBits types.
2019-01-14 Gabe Blackconfig: De-nest the code in Port.splice().
2019-01-14 Gabe Blackconfig: Fix an error message in Port.splice().
2019-01-11 Andrea Mondelliscons: added support of default Python installation...
2019-01-11 Andrea Mondellimisc: updated shabang for python script
2019-01-10 Javier Setoainsim-se, arch-arm: Add support for getdents64
2019-01-10 Andreas Sandbergarch-arm, sim-se: Add support for TLS in clone
2019-01-10 Andreas Sandbergarch-arm, sim-se: Fix incorrect SP handling in clone
2019-01-10 Andreas Sandbergsim-se: Refactor clone to avoid most ifdefs
2019-01-10 Andreas Sandbergsim-se: Correctly calculate next PC in clone
2019-01-10 Andreas Sandbergsim-se: Use CONFIG_CLONE_BACKWARDS for Arm
2019-01-10 Javier Setoainarch-arm, sim-se: Wire up syscalls needed for pthreads
2019-01-10 Jairo Balartdev-arm: Add a VExpress_GEM5_V2 platform with GICv3...
2019-01-10 Jairo Balartdev-arm: Add a GICv3 model
2019-01-10 Giacomo Travaglinibase: Make it possible to convert strings to enums
2019-01-10 Gabe Blacksystemc: Fix a function which was broken during style...
2019-01-09 Ivan Pizarroarch-arm: Additional bits in misc ARM registers to...
2019-01-09 Gabe Blacksystemc: Make input.txt a dependency for the tlm/endian...
2019-01-09 Gabe Blacksystemc: Exclude some failing systemc TLM tests in...
2019-01-09 Gabe Blacksystemc: Remove the TLM dependence on a non-standard...
2019-01-09 Gabe Blacksystemc: Stop using the sc_string_view type.
2019-01-09 Gabe Blacksystemc: Replace sc_core::sc_type_index with std::type_...
2019-01-09 Gabe Blacksystemc: Stop using the Accellera specific "none" globa...
2019-01-09 Gabe Blacksystemc: Rename tlm_core header files to have a .hh...
2019-01-09 Gabe Blacksystemc: Add a dummy argv[0] when running the tests.
2019-01-09 Gabe Blacksystemc: Stop using the non-standard sc_time % in TLM.
2019-01-09 Gabe Blacksystemc: Add an elaboration_done method to sc_simcontext.
2019-01-09 Gabe Blacksystemc: Include cstring in the tlm header file.
2019-01-09 Gabe Blacksystemc: Remove redundant tlm_ prefixes from file names.
2019-01-09 Gabe Blacksystemc: Replace some calls to some Accellera specific...
2019-01-09 Gabe Blacksystemc: Rename tlm .cpp files to .cc and add SConscripts.
2019-01-09 Gabe Blacksystemc: Fix style issues in the TLM header files.
2019-01-09 Gabe Blacksystemc: Also look for tests in the tlm test directory.
2019-01-09 Gabe Blacksystemc: Initial import of TLM headers from Accellera.
2019-01-07 Jairo Balartsystem-arm: Add device tree for new VExpress GEM5_V2...
2019-01-07 Jairo Balartsystem-arm: Add aarch64 bootloader support for GICv3
2019-01-07 Nikos Nikolerisscons: Disable partial linking on Mac OS
2019-01-04 Jan-Peter Larssondev, arm: Warn on PL011 DMA disable
2019-01-04 Anouk Van Laerdev-arm: Added VGIC GICV_IIDR response
2019-01-04 Giacomo Travaglinidev-arm: Implement GIC-400 model from GicV2
2019-01-04 Giacomo Travaglinidev-arm: Move VGic from Realview.py to Gic.py
2019-01-04 Anouk Van Laerdev-arm: Added unimplemented GICv2 GICC_DIR
2019-01-03 Curtis Dunhamarm: properly handle RES0/1 for SCTLRs
2018-12-22 Gabe Blackcpu: Stop using unions to store FP registers.
2018-12-20 Gabe Blackarch, cpu: Remove float type accessors.
2018-12-19 Giacomo Travagliniarch-arm: Add Crypto in SE mode
2018-12-19 Nikos Nikolerissystemc: Allow specific functions to shadow the base...
2018-12-19 Nikos Nikolerisscons: Disable systemc on Mac OS
2018-12-18 Gabe Blackarch: Make the ISA parser always use binary floating...
2018-12-18 Gabe Blacksystemc: Ensure resets and edges are notified when...
2018-12-11 Pau Cabrecpu: Fixed typos in parameter/stats descriptions
2018-12-11 Pau Cabrecpu: Added parameters to enable/disable features in...
2018-12-11 Tony Gutierrezcpu-o3: Fix bug in LSQUnit(uint32_t, uint32_t) ctor
2018-12-10 Gabe Blacksystemc: Update test output for longer lived processes.
2018-12-10 Gabe Blacksystemc: Update the ordering in the reference output...
2018-12-10 Gabe Blacksystemc: Ignore process control functions on terminated...
2018-12-10 Gabe Blacksystemc: Update signals before initing processes.
2018-12-08 Giacomo Travaglinibase, systemc: Fix clang compilation
2018-12-07 Giacomo Travaglinimem: Compile tracePacket only when TRACING_ON is defined
2018-12-07 Daniel R. Carvalhomem-cache: Workaround for setWhenReady assertion
2018-12-06 Matteo Andreozziext: Remove unused bankwiseMode variable
2018-12-06 Rekai Gonzalez... base: Ported circlebuf to CircularQueue
2018-12-06 Rekai Gonzalez... base: Iterable CircularQueue implementation
2018-12-06 Giacomo Travagliniext: Build googlemock with googletest
2018-12-06 Giacomo Travagliniext: Import googlemock, release version 1.8.0
2018-12-05 Tony Gutierrezarch-x86: Add sys/syscall.h to x86 process.cc/syscall_e...
2018-12-05 Daniel R. Carvalhomem-cache: Remove writebacks parameter from serviceMSHR...
2018-12-04 Daniel R. Carvalhomem-cache: Add getter and setter to CacheBlk::whenReady
2018-12-04 Nikos Nikolerisbase: Fix fiber compilation issue for Mac OS
2018-12-04 Nikos Nikolerisbase, sim: Add missing destructors
2018-12-03 Giacomo Gabriellibase: Add type alias for raw pointer in RefCountingPtr
2018-12-03 Daniel R. Carvalhomem-cache: Optimize sector valid and secure check
2018-12-03 Rekai Gonzalez... cpu: Change raw pointers to STL Containers
2018-12-03 Ciro Santilliarch-arm: correctly set floats from GDB on aarch64
2018-12-03 Ciro Santillibase: increase the GDB buffer size dynamically
2018-12-03 Ciro Santilliarch-arm: only change the pc address when GDB registers...
2018-12-03 Ciro Santilliarch-arm: fix the aarch64 GDB stub
2018-11-30 Gabe Blacksystemc: Disable systemc when using gcc versions older...
next