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
2018-11-05
systemc: Enable systemc support by default.
Gabe Black
2018-11-05
systemc: Explicitly keep the sc_port bind alongside sc_in's version.
Gabe Black
2018-11-05
systemc: Change how SC_BIND_PROXY_NIL is initialized.
Gabe Black
2018-11-05
systemc: Get rid of implementations for some disabled sc_vector methods.
Gabe Black
2018-11-05
systemc: Move a function after the class it uses internally.
Gabe Black
2018-11-05
systemc: Get rid of an unused private member in sc_clock.
Gabe Black
2018-11-05
mem-cache: Rename the tag class init function to tagsInit.
Gabe Black
2018-11-05
mem: Use Packet writing functions instead of memcpy
Daniel R. Carvalho
2018-11-05
mem-cache: Fix double block invalidation
Daniel R. Carvalho
2018-11-05
arch, arm: Return s1Req upon fault in s2Lookup
Anouk Van Laer
2018-11-05
arch, arm: Effect of AT instructions on descriptor handling
Anouk Van Laer
2018-10-30
syscall_emul: fix openat when directory does not end in "/"
Ciro Santilli
2018-10-29
syscall_emul: implement arm openat
Ciro Santilli
2018-10-29
arch-arm: FIXUP for the add PRFM PST instruction commit
Yuetsu Kodama
2018-10-26
mem-ruby: Fix MOESI_CMP_directory in ports order
Nikos Nikoleris
2018-10-26
arch-arm: We add PRFM PST instruction for arm
yuetsu.kodama
2018-10-26
arch-arm: IMPDEF for SYS instruction with CRn = {11, 15}
Giacomo Travaglini
2018-10-26
arch-arm: AArch64 Instruction for MISCREG_IMPDEF_UNIMPL
Giacomo Travaglini
2018-10-26
arch-arm: Refactor AArch64 MSR/MRS trapping
Giacomo Travaglini
2018-10-26
arch-arm: Trap to EL2 only if not in Secure State
Giacomo Travaglini
2018-10-26
arch-arm: Fix HVC trapping beahviour
Giacomo Travaglini
2018-10-26
arch-arm: CPTR_EL3.TCPAC traps EL2 accesses to CPACR_EL1
Giacomo Travaglini
2018-10-26
tests: Convert AddrRangeMap unit test to a GTest
Andreas Sandberg
2018-10-26
tests: Convert CircleBuf unit test to a GTest
Andreas Sandberg
2018-10-22
mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base
Daniel R. Carvalho
2018-10-19
python: Add utility function to override config parameters
Ciro Santilli
2018-10-19
arm: treat aarch64 hints as NOPs instead of panic
Ciro Santilli
2018-10-19
arm: update hint instruction decoding to match ARMv8.5
Ciro Santilli
2018-10-18
mem-cache: Fix unused variable warning in FALRU:invalidate()
Nikos Nikoleris
2018-10-18
mem: Add write coalescing and write-no-allocate to the caches
Nikos Nikoleris
2018-10-18
mem: Delay servicing an MSHR after its allocation
Nikos Nikoleris
2018-10-18
mem: Restructure whole-line writes to simplify write merging
Nikos Nikoleris
2018-10-18
mem: Determine if an MSHR does a whole-line write
Nikos Nikoleris
2018-10-18
mem: Mark the guest endianness packet accessors as deprecated.
Gabe Black
2018-10-18
null: Stop specifying an endianness in isa_traits.hh.
Gabe Black
2018-10-18
mem: Explicitly specify the endianness in the abstract memory.
Gabe Black
2018-10-17
gpu-compute: Explicitly use little endian packet accessors.
Gabe Black
2018-10-17
arch: Include some additional headers in arch/generic/mmapped_ipr.cc.
Gabe Black
2018-10-17
dev: Remove using namespace TheISA in uart8250.cc.
Gabe Black
2018-10-17
dev: Explicitly specify the endianness for packet accessors.
Gabe Black
2018-10-17
python: Stop conditionally excluding code from pyobject.cc
Gabe Black
2018-10-17
dev: Build most of the networking devices in the NULL_ISA build.
Gabe Black
2018-10-17
dev: Build the PCI device models even in NULL_ISA builds.
Gabe Black
2018-10-17
arch: Get rid of the unused type AnyReg.
Gabe Black
2018-10-17
dev-arm: Don't panic when EOIR a non active PPI
Adrien Pesle
2018-10-17
dev-arm: Fix Gicv2 distributor group register
Adrien Pesle
2018-10-16
systemc: Get rid of leftovers from unimplemented warnings past.
Gabe Black
2018-10-16
systemc: Implement Object::simcontext().
Gabe Black
2018-10-16
systemc: Stop filtering out warnings about unimplemented features.
Gabe Black
2018-10-16
systemc: Warn about using deprecated sc_port constructors.
Gabe Black
[next]