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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-10-30
dev: Stop including config/the_isa.hh unnecessarily.
Gabe Black
2019-10-30
dev: Get PageBytes from the system in the ARM generic timer.
Gabe Black
2019-10-30
dev: Get PageBytes from the system in the ide_disk model.
Gabe Black
2019-10-30
dev: Remove using namespace std and TheISA from ide_disk.cc.
Gabe Black
2019-10-30
fastmodel: Helper function to setup FastModels for simulation
Chun-Chen TK Hsu
2019-10-30
arm: Get rid of using namespace std and TheISA in realview.cc.
Gabe Black
2019-10-30
dev: Remove SINIC_VTOPHYS and related code.
Gabe Black
2019-10-30
alpha: Remove TheISA from the Alpha devices.
Gabe Black
2019-10-30
x86: Remove TheISA from x86 devices.
Gabe Black
2019-10-30
sparc: Create a helper functions to install firmware images.
Gabe Black
2019-10-29
mem-cache: Add a repeated value pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Inform unused bits instead of bytes in compressor pattern
Daniel R. Carvalho
2019-10-29
mem-cache: Add a masked const value pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Add a masked pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Add an uncompressed pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Templatize DictionaryCompressor
Daniel R. Carvalho
2019-10-29
mem-cache: Factor out CPack's dictionary functionality
Daniel R. Carvalho
2019-10-29
mem-cache: Use shouldAllocate() instead of CPack's decompress()
Daniel R. Carvalho
2019-10-29
mem-cache: Limit compression size
Daniel R. Carvalho
2019-10-29
mem-cache: Do not try to compress dataless packets
Daniel R. Carvalho
2019-10-29
mem: Fix DRAM controller to operate on its own address space
Nikos Nikoleris
2019-10-29
mem-cache: Avoid promotion of incompatible deferred targets
Nikos Nikoleris
2019-10-29
mem-cache: Fix MSHR whole line write tracking
Nikos Nikoleris
2019-10-28
tests, base: Fixed incorrect implementation of StrTest.ToLower test.
Bobby R. Bruce
2019-10-25
mips,riscv: Get rid of some Alpha cruft in these System classes.
Gabe Black
2019-10-25
cpu: Get rid of the nextInstEventCount method.
Gabe Black
2019-10-25
cpu: Get rid of the serviceInstCountEvents method.
Gabe Black
2019-10-25
fastmodel: Use getCurrentInstCount for totalInsts().
Gabe Black
2019-10-25
fastmodel: Implement getCurrentInstCount.
Gabe Black
2019-10-25
cpu: Switch off of the CPU's comInstEventQueue.
Gabe Black
2019-10-25
cpu: Access inst events through ThreadContext instead of the CPU.
Gabe Black
2019-10-25
cpu: Delegate comInstEventQueue methods to the ThreadContexts.
Gabe Black
2019-10-25
cpu: Make accesses to comInstEventQueue indirect through methods.
Gabe Black
2019-10-25
cpu,sim: Delegate PCEvent scheduling from Systems to ThreadContexts.
Gabe Black
2019-10-25
cpu: Make the ThreadContext a PCEventScope.
Gabe Black
2019-10-25
cpu,sim: Get rid of a bunch of conditional compilation for PCEvents.
Gabe Black
2019-10-25
cpu: Don't print the CPU name when a (Break|Panic)PCEvent happens.
Gabe Black
2019-10-25
cpu: Pass the address to check into the PCEventQueue service method.
Gabe Black
2019-10-25
sim: Make the System object a PCEventScope.
Gabe Black
2019-10-25
cpu: Stop checking for PC changes when servicing a PCEventQueue.
Gabe Black
2019-10-25
cpu: Create a PCEventScope class to abstract the scope of PCEvents.
Gabe Black
2019-10-24
tests: Added GTests for base/str.cc
Bobby R. Bruce
2019-10-24
cpu, sim-se: don't wake up threads that are awake in futex
Ciro Santilli
2019-10-24
sim-se: fix futexFunc TGT_FUTEX_WAIT always selects bitset
Ciro Santilli
2019-10-23
fastmodel: Add string constructors which delegate to const char * ones.
Gabe Black
2019-10-23
cpu: Apply the ARM TLB rework to the O3 checker CPU.
Gabe Black
2019-10-23
arch: Drop sysctl support if built against glibc
Tommaso Marinelli
2019-10-22
configs: Clean setupBootLoader signature
Giacomo Travaglini
2019-10-22
dev-arm, configs: Using _on_chip_memory for on chip memory
Giacomo Travaglini
2019-10-21
cpu: Apply the ARM TLB rework to the checker CPU.
Gabe Black
[next]