gem5.git
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
2018-10-26 Giacomo Travagliniarch-arm: Refactor AArch64 MSR/MRS trapping
2018-10-26 Giacomo Travagliniarch-arm: Trap to EL2 only if not in Secure State
2018-10-26 Giacomo Travagliniarch-arm: Fix HVC trapping beahviour
2018-10-26 Giacomo Travagliniarch-arm: CPTR_EL3.TCPAC traps EL2 accesses to CPACR_EL1
2018-10-26 Andreas Sandbergtests: Convert AddrRangeMap unit test to a GTest
2018-10-26 Andreas Sandbergtests: Convert CircleBuf unit test to a GTest
2018-10-22 Daniel R. Carvalhomem-cache: Move evictBlock(CacheBlk*, PacketList&)...
2018-10-19 Ciro Santilliconfig: add --param to fs.py, se.py and fs_bigLITTLE.py
2018-10-19 Ciro Santillipython: Add utility function to override config parameters
2018-10-19 Ciro Santilliarm: treat aarch64 hints as NOPs instead of panic
2018-10-19 Ciro Santilliarm: update hint instruction decoding to match ARMv8.5
2018-10-18 Nikos Nikolerismem-cache: Fix unused variable warning in FALRU:invalid...
2018-10-18 Nikos Nikolerismem: Add write coalescing and write-no-allocate to...
2018-10-18 Nikos Nikolerismem: Delay servicing an MSHR after its allocation
2018-10-18 Nikos Nikolerismem: Restructure whole-line writes to simplify write...
2018-10-18 Nikos Nikolerismem: Determine if an MSHR does a whole-line write
2018-10-18 Gabe Blackmem: Mark the guest endianness packet accessors as...
2018-10-18 Gabe Blacknull: Stop specifying an endianness in isa_traits.hh.
2018-10-18 Gabe Blackmem: Explicitly specify the endianness in the abstract...
2018-10-17 Gabe Blackgpu-compute: Explicitly use little endian packet accessors.
2018-10-17 Gabe Blackarch: Include some additional headers in arch/generic...
2018-10-17 Gabe Blackdev: Remove using namespace TheISA in uart8250.cc.
2018-10-17 Gabe Blackdev: Explicitly specify the endianness for packet acces...
2018-10-17 Gabe Blackpython: Stop conditionally excluding code from pyobject.cc
2018-10-17 Gabe Blackdev: Build most of the networking devices in the NULL_I...
2018-10-17 Gabe Blackdev: Build the PCI device models even in NULL_ISA builds.
2018-10-17 Gabe Blackarch: Get rid of the unused type AnyReg.
2018-10-17 Adrien Pesledev-arm: Don't panic when EOIR a non active PPI
2018-10-17 Adrien Pesledev-arm: Fix Gicv2 distributor group register
2018-10-16 Gabe Blacksystemc: Get rid of leftovers from unimplemented warnin...
2018-10-16 Gabe Blacksystemc: Implement Object::simcontext().
2018-10-16 Gabe Blacksystemc: Stop filtering out warnings about unimplemente...
2018-10-16 Gabe Blacksystemc: Warn about using deprecated sc_port constructors.
2018-10-16 Gabe Blacksystemc: Add a python config class for sc_modules.
2018-10-16 Gabe Blacksystemc: Don't include the scheduler in an external...
2018-10-16 Gabe Blacksystemc: Add an accessor for getting the current process.
2018-10-16 Gabe Blacksystemc: Don't re-schedule a process which is already...
2018-10-16 Gabe Blacksystemc: Fix accounting in the sc_fifo class.
2018-10-16 Gabe Blacksystemc: Exclude a test which tests a feature we're...
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for datatypes.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for channels.
2018-10-16 Gabe Blacksystemc: Don't depend on the order of static initializers.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for utils.
2018-10-16 Gabe Blacksystemc: Remove a redundant error check.
2018-10-16 Gabe Blacksystemc: Check the maximum port size when finializing...
2018-10-16 Gabe Blacksystemc: Fix how the maximum size is computed for sc_ports.
2018-10-16 Gabe Blacksystemc: Mark a test as expected to fail.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for core.
2018-10-16 Gabe Blacksystemc: Add a mechanism for pre-registering message...
2018-10-16 Gabe Blacksystemc: Add a warning about dont_initialize and cthreads.
2018-10-16 Gabe Blacksystemc: Make suppress_id work like the test expects.
2018-10-16 Gabe Blacksystemc: Handle integer based IDs like Accellera does.
2018-10-16 Gabe Blacksystemc: Refactor reporting to prep for int based messages.
2018-10-16 Gabe Blacksystemc: Stop passing arguments to sc_main.
2018-10-16 Gabe Blacksystemc: When resetting a process, clear suspended...
2018-10-16 Gabe Blacksystemc: Manually correct the golden output for a test.
2018-10-16 Gabe Blacksystemc: If a process hasn't started, still signal...
2018-10-16 Gabe Blacksystemc: Ignore attempts to throw a signal to a method.
2018-10-16 Gabe Blacksystemc: Remove a redundant injectException for Thread...
2018-10-16 Gabe Blacksystemc: Get rid of the unused Process::_procKind.
2018-10-16 Gabe Blacksystemc: Ignore immediate self notifications.
2018-10-16 Gabe Blacksystemc: Distinguish internal events from normal sc_events.
2018-10-16 Gabe Blacksystemc: Mark a test as expected to fail.
2018-10-16 Gabe Blacksystemc: Use the "catch action" and the handler func...
2018-10-16 Gabe Blacksystemc: Change the default "catch action" to SC_DISPLAY.
2018-10-16 Gabe Blacksystemc: Add an error check to the deprecated notify_de...
2018-10-16 Gabe Blacksystemc: Add a range check to the intial value of sc_se...
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_clock.
2018-10-16 Gabe Blacksystemc: Add an error check to sc_gen_unique_name.
2018-10-16 Gabe Blacksystemc: Detach child events in the Object destructor.
2018-10-16 Gabe Blacksystemc: Report an error if an sc_event_finder is used...
2018-10-16 Gabe Blacksystemc: Implement port binding policies.
2018-10-16 Gabe Blacksystemc: Add some deprecated positional binding operators.
2018-10-16 Gabe Blacksystemc: Keep track of progress when positionally binding.
2018-10-16 Gabe Blacksystemc: Fill out some error reporting in sc_port.
2018-10-16 Gabe Blacksystemc: Run delta notifications in reverse insertion...
2018-10-16 Gabe Blacksystemc: Change how signal based resets work.
2018-10-16 Gabe Blacksystemc: Increment the change stamp value before the...
2018-10-16 Gabe Blacksystemc: Add a simple implementation for sc_mempool.
2018-10-16 Gabe Blacksystemc: Add an sc_gen_unique_name namespace to process...
2018-10-16 Gabe Blacksystemc: Add some error checks to the sc_module constru...
2018-10-16 Gabe Blacksystemc: Change how errors are handled in some construc...
2018-10-16 Gabe Blacksystemc: Add an sc_gem5::Port destructor.
2018-10-16 Gabe Blacksystemc: Change the point where elaboration is consider...
2018-10-16 Gabe Blacksystemc: Implement sc_hierarchical_name_exists.
2018-10-16 Gabe Blacksystemc: Make sure otherwise unnamed events get autogen...
2018-10-16 Gabe Blacksystemc: Fix a typo in one of the error messages.
2018-10-16 Gabe Blacksystemc: Implement writer policies.
2018-10-16 Gabe Blacksystemc: Don't use write() in sc_clock to set the clock...
2018-10-16 Gabe Blacksystemc: Clear the current process when done with the...
2018-10-16 Gabe Blacksystemc: Implement register_port in all the predefined...
2018-10-16 Gabe Blacksystemc: Add missing sc_interface::register_port, and...
2018-10-16 Gabe Blacksystemc: Remove some old warn includes from ext/channel.
2018-10-16 Gabe Blacksystemc: Implement sc_vector.
2018-10-16 Gabe Blacksystemc: Change how the timing of binding ports works.
2018-10-16 Gabe Blacksystemc: Use the stage of simulation and not port size...
2018-10-16 Gabe Blacksystemc: Centralize how object parents are chosen.
next