index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-13
mem: Get rid of some stray lines which ended up in packet.hh.
Gabe Black
2018-10-12
arch: Explicitly specify the endianness in the generic mem helpers.
Gabe Black
2018-10-12
mips: Use little endian packet accessors.
Gabe Black
2018-10-12
alpha: Use little endian packet accessors.
Gabe Black
2018-10-12
sparc: Use big endian packet accessors.
Gabe Black
2018-10-12
arm: Use little endian packet accessors.
Gabe Black
2018-10-12
x86: Use little endian packet accessors.
Gabe Black
2018-10-12
mem: Expose the raw packet accessor functions.
Gabe Black
2018-10-12
dev: Include the platform base class even in NULL_ISA builds.
Gabe Black
2018-10-12
syscall_emul: update arm uname release to 3.7.0+
Ciro Santilli
2018-10-11
mem-cache: Factor ReplaceableEntry out
Daniel R. Carvalho
2018-10-11
mem-cache: Move sector_blks to tags folder
Daniel R. Carvalho
2018-10-11
mem-cache: Rename blk.cc/hh to cache_blk.cc/hh
Daniel R. Carvalho
2018-10-11
mem-cache: Virtualize block print
Daniel R. Carvalho
2018-10-10
mem-cache: Create Tree-PLRU replacement policy
Daniel R. Carvalho
2018-10-10
mem-cache: Remove CacheSet.hh
Daniel R. Carvalho
2018-10-10
mem-cache: Split Tags for indexing policies
Daniel R. Carvalho
2018-10-10
mem-cache: Use set and way for ReplaceableEntry
Daniel R. Carvalho
2018-10-10
mem-cache: Use possible locations to find block
Daniel R. Carvalho
2018-10-10
mem-cache: Create tags initialization function
Daniel R. Carvalho
2018-10-10
mem-cache: Remove Packet dependency in Tags
Daniel R. Carvalho
2018-10-09
systemc: Implement the sc_signal_rv channel and ports.
Gabe Black
2018-10-09
systemc: Ignore a gem5 warning about setting the stack size in verify.py.
Gabe Black
2018-10-09
systemc: Warn if sc_stop is called more than once.
Gabe Black
2018-10-09
systemc: Check whether the simulation is running when creating sensitivities.
Gabe Black
2018-10-09
systemc: Handle nonstandard cthread sensitivities.
Gabe Black
2018-10-09
systemc: Change how the scheduler orders processes.
Gabe Black
2018-10-09
systemc: Differentiate between notifying methods and threads.
Gabe Black
2018-10-09
systemc: Rework how delayed sensitivities are handled.
Gabe Black
2018-10-09
systemc: Refactor sensitivities.
Gabe Black
2018-10-09
systemc: Implement sc_buffer.
Gabe Black
2018-10-09
systemc: Mark a few more tests as expected to return non-zero.
Gabe Black
2018-10-09
systemc: Add some error checks to some classes.
Gabe Black
2018-10-09
systemc: Add a "kind()" overload to sc_port_base.
Gabe Black
2018-10-09
systemc: Implement the sc_*_resolved classes.
Gabe Black
2018-10-09
systemc: Implement the sc_clock::time_stamp function.
Gabe Black
2018-10-09
systemc: Implement sc_mutex.
Gabe Black
2018-10-09
systemc: Implement sc_semaphore.
Gabe Black
2018-10-09
systemc: Ensure SC_LONG_64 is defined and available.
Gabe Black
2018-10-09
systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.
Gabe Black
2018-10-09
systemc: Stop assuming picoseconds as the time resolution.
Gabe Black
2018-10-09
systemc: Keep all pre-init processes on a single list.
Gabe Black
2018-10-09
systemc: Track event sensitivities with a list instead of a set.
Gabe Black
2018-10-09
systemc: Mostly implememt sc_simcontext.
Gabe Black
2018-10-09
systemc: Centralize module callbacks and report new warnings.
Gabe Black
2018-10-09
systemc: Change how sc_clock creates processes to match the tests.
Gabe Black
2018-10-09
systemc: Implement the deprecated "timed_out" function.
Gabe Black
2018-10-09
systemc: Catch exceptions during updates, notifications, and callbacks.
Gabe Black
2018-10-09
systemc: Report an error if notifying during the update phase.
Gabe Black
2018-10-09
systemc: Track the scheduler status using an enum instead of bools.
Gabe Black
[prev]
[next]