gem5.git
2018-10-16 Gabe Blacksystemc: Implement sc_event_queue.
2018-10-16 Gabe Blacksystemc: Remove a hack which scaled sc_time into ps...
2018-10-16 Gabe Blacksystemc: Change how the default timescale is set.
2018-10-16 Gabe Blacksystemc: Simplify sc_time_stamp().
2018-10-16 Gabe Blacksystemc: Implement sc_get_curr_process_handle().
2018-10-16 Gabe Blacksystemc: Print an Info when setting a tracefile's time...
2018-10-16 Gabe Blacksystemc: Move some constants out of sc_time.cc for...
2018-10-16 Gabe Blacksystemc: Add a warning to sc_interface::default_event.
2018-10-16 Gabe Blacksystemc: Filter out an Info about delta cycles and...
2018-10-16 Gabe Blacksystemc: Check the process type when using sc_join.
2018-10-16 Gabe Blacksystemc: Make sure the right type process is running...
2018-10-16 Gabe Blacksystemc: Add an error check to sc_time.
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_export.
2018-10-16 Gabe Blacksystemc: Implement general and VCD trace support.
2018-10-16 Gabe Blacksystemc: Don't schedule the ready event unnecessarily.
2018-10-16 Gabe Blacksystemc: Fix the implementation of sc_event::triggered.
2018-10-16 Gabe Blacksystemc: Teach verify.py how to verify vcd files.
2018-10-16 Gabe Blacksystemc: Fix the default width values for the various...
2018-10-16 Gabe Blacksystemc: Fix a typo in verify.py.
2018-10-16 Gabe Blacksystemc: Add an error check whether an interface is...
2018-10-16 Gabe Blacksystemc: Add some additional error checks.
2018-10-16 Gabe Blacksystemc: Change an error message to match the reference...
2018-10-13 Danielmem-cache: Add missing includes in TreePLRU
2018-10-13 Gabe Blackmem: Get rid of some stray lines which ended up in...
2018-10-12 Gabe Blackarch: Explicitly specify the endianness in the generic...
2018-10-12 Gabe Blackmips: Use little endian packet accessors.
2018-10-12 Gabe Blackalpha: Use little endian packet accessors.
2018-10-12 Gabe Blacksparc: Use big endian packet accessors.
2018-10-12 Gabe Blackarm: Use little endian packet accessors.
2018-10-12 Gabe Blackx86: Use little endian packet accessors.
2018-10-12 Gabe Blackmem: Expose the raw packet accessor functions.
2018-10-12 Gabe Blackdev: Include the platform base class even in NULL_ISA...
2018-10-12 Ciro Santillisyscall_emul: update arm uname release to 3.7.0+
2018-10-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Move sector_blks to tags folder
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
2018-10-10 Daniel R. Carvalhomem-cache: Create Tree-PLRU replacement policy
2018-10-10 Daniel R. Carvalhomem-cache: Remove CacheSet.hh
2018-10-10 Daniel R. Carvalhomem-cache: Split Tags for indexing policies
2018-10-10 Daniel R. Carvalhomem-cache: Use set and way for ReplaceableEntry
2018-10-10 Daniel R. Carvalhomem-cache: Use possible locations to find block
2018-10-10 Daniel R. Carvalhomem-cache: Create tags initialization function
2018-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-10-09 Gabe Blacksystemc: Implement the sc_signal_rv channel and ports.
2018-10-09 Gabe Blacksystemc: Ignore a gem5 warning about setting the stack...
2018-10-09 Gabe Blacksystemc: Warn if sc_stop is called more than once.
2018-10-09 Gabe Blacksystemc: Check whether the simulation is running when...
2018-10-09 Gabe Blacksystemc: Handle nonstandard cthread sensitivities.
2018-10-09 Gabe Blacksystemc: Change how the scheduler orders processes.
2018-10-09 Gabe Blacksystemc: Differentiate between notifying methods and...
2018-10-09 Gabe Blacksystemc: Rework how delayed sensitivities are handled.
2018-10-09 Gabe Blacksystemc: Refactor sensitivities.
2018-10-09 Gabe Blacksystemc: Implement sc_buffer.
2018-10-09 Gabe Blacksystemc: Mark a few more tests as expected to return...
2018-10-09 Gabe Blacksystemc: Add some error checks to some classes.
2018-10-09 Gabe Blacksystemc: Add a "kind()" overload to sc_port_base.
2018-10-09 Gabe Blacksystemc: Implement the sc_*_resolved classes.
2018-10-09 Gabe Blacksystemc: Implement the sc_clock::time_stamp function.
2018-10-09 Gabe Blacksystemc: Implement sc_mutex.
2018-10-09 Gabe Blacksystemc: Implement sc_semaphore.
2018-10-09 Gabe Blacksystemc: Ensure SC_LONG_64 is defined and available.
2018-10-09 Gabe Blacksystemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.
2018-10-09 Gabe Blacksystemc: Stop assuming picoseconds as the time resolution.
2018-10-09 Gabe Blacksystemc: Keep all pre-init processes on a single list.
2018-10-09 Gabe Blacksystemc: Track event sensitivities with a list instead...
2018-10-09 Gabe Blacksystemc: Mostly implememt sc_simcontext.
2018-10-09 Gabe Blacksystemc: Centralize module callbacks and report new...
2018-10-09 Gabe Blacksystemc: Change how sc_clock creates processes to match...
2018-10-09 Gabe Blacksystemc: Implement the deprecated "timed_out" function.
2018-10-09 Gabe Blacksystemc: Catch exceptions during updates, notifications...
2018-10-09 Gabe Blacksystemc: Report an error if notifying during the update...
2018-10-09 Gabe Blacksystemc: Track the scheduler status using an enum inste...
2018-10-09 Gabe Blacksystemc: Remove a redundant call to update() from the...
2018-10-09 Gabe Blacksystemc: Mark a few tests as expected to raise an error.
2018-10-09 Gabe Blacksystemc: Update some defaults in verify.py.
2018-10-09 Gabe Blacksystemc: Fortify how exceptions are caught and passed...
2018-10-09 Gabe Blacksystemc: Merge stderr and stdout when running tests.
2018-10-09 Gabe Blacksystemc: Warn if a process is dont_initialize with...
2018-10-09 Gabe Blacksystemc: Report a warning if an event or object needs...
2018-10-09 Gabe Blacksystemc: Teach verify.py to filter messages which start...
2018-10-09 Gabe Blacksystemc: Implement sc_time::to_string.
2018-10-09 Gabe Blacksystemc: Match how Accellera schedules processes even...
2018-10-09 Gabe Blacksystemc: Implement the nonstandard halt function.
2018-10-09 Daniel R. Carvalhoconfigs: Fix CPUClass typo in se.py
2018-10-09 Giacomo Travagliniarch-arm: Add have_crypto System parameter
2018-10-09 Giacomo Travaglinicpu: Fix MinorCPU executing Crypto Instructions
2018-10-09 Giacomo Travagliniarch-arm: AArch64 Crypto AES
2018-10-09 Giacomo Travagliniarch-arm: AArch64 Crypto SHA
2018-10-09 Matt Horsnellarch-arm: AArch32 Crypto AES
2018-10-09 Matt Horsnellarch-arm: AArch32 Crypto SHA
2018-10-08 Ciro Santillidev, arm: remove the RealViewEB platform
2018-10-08 Matteo Andreozziarch-arm: Mark ArmProcess method as override
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU hash invalidation
2018-10-05 Daniel R. Carvalhomem-cache: Make checking function const in FALRU
2018-10-05 Daniel R. Carvalhomem-cache: Make boundaries in FALRU an STL container
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU inCachesMask initialization
2018-10-03 Gabe Blacksystemc: Change the default naming scheme to use sc_gen...
2018-10-03 Gabe Blacksystemc: "Fix" some error message formatting.
2018-10-03 Gabe Blacksystemc: Fix a typo/bug in sc_int_base.hh.
next