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-03-22
cpu: Make the protobuf inst tracer accept variable sized instructions.
Gabe Black
2018-03-22
mem-cache: Create MRU replacement policy
Daniel R. Carvalho
2018-03-22
mem-cache: Split array indexing and replacement policies.
Daniel R. Carvalho
2018-03-21
mem-cache: Allow clean operations when block allocation fails
Nikos Nikoleris
2018-03-20
arch-arm, configs: Treat the bootloader rom as cacheable memory
Nikos Nikoleris
2018-03-20
arch, arm: Fix implicit-fallthrough GCC warnings
Chun-Chen Hsu
2018-03-20
riscv: throw IllegalInstFault when decoding invalid instructions
Tuan Ta
2018-03-15
arm: Fix implicit-fallthrough warnings when building with gcc-7+
Siddhesh Poyarekar
2018-03-15
arch-x86,sim-se: Enable prlimit syscall
Jason Lowe-Power
2018-03-15
sim-se: Fix fallthrough in prlimit
Jason Lowe-Power
2018-03-15
arch-x86,sim-se: Bump kernel version to 3.2
Jason Lowe-Power
2018-03-15
sim-se: Add /sys/devices/system/cpu/online file
Jason Lowe-Power
2018-03-15
tests: Add test program for C++ threads
Jason Lowe-Power
2018-03-15
arch-arm: Fix unused variable warning in faults.cc
Nikos Nikoleris
2018-03-15
x86: Add bitfields which can gather/scatter bases and limits.
Gabe Black
2018-03-14
x86: Simplify the implementations of RDTSC and RDTSCP slightly.
Gabe Black
2018-03-14
x86: Implement the RDTSCP instruction.
Gabe Black
2018-03-14
x86: Mark the RDTSC instruction as .serialize_before.
Gabe Black
2018-03-14
x86: Replace the .serializing directive with .serialize_(before|after).
Gabe Black
2018-03-14
arm: Fix maybe-uninitialized GCC warnings
Chun-Chen Hsu
2018-03-14
base: Fix loop range in pngwriter
Chun-Chen Hsu
2018-03-14
tests: Add missing print replacements in tests subdir
Giacomo Travaglini
2018-03-14
arch-arm: ERET from AArch64 to AArch32 ignore MSBs
Giacomo Travaglini
2018-03-13
learning_gem5: Update README for Learning gem5
Jason Lowe-Power
2018-03-12
mem-ruby: Fix RubyPrefetcher support in MESI_Two_Level
Rico Amslinger
2018-03-12
arch-arm: Adding IPA-Based Invalidating instructions
Giacomo Travaglini
2018-03-12
arch-arm: Implement missing aarch32 TLBI registers
Giacomo Travaglini
2018-03-09
tests: Python regression scripts using new print function
Giacomo Travaglini
2018-03-09
mem-cache: Use CacheBlk parameter on address regeneration
Daniel R. Carvalho
2018-03-08
mem-cache: Fix missing overrides
Jason Lowe-Power
2018-03-08
sparc: Passify a new g++ warning.
Gabe Black
2018-03-08
arch-arm: Enable Debug IFSC when faulting to aarch64 mode
Giacomo Travaglini
2018-03-08
arch-arm: Fix FSC generation in AbortFault
Giacomo Travaglini
2018-03-08
arch-arm: Introduce update method in ArmFault class
Giacomo Travaglini
2018-03-08
arch-arm: Fix PCAlignmentFault routing to Hypervisor
Giacomo Travaglini
2018-03-07
mem-cache: Make the block invalidate functions virtual
Nikos Nikoleris
2018-03-07
mem-cache: Make invalidate a common function between tag classes
Nikos Nikoleris
2018-03-07
mem-cache: Allow prefetchers to override setCache.
Xiaoyu Ma
2018-03-06
config: Switch from the print statement to the print function.
Gabe Black
2018-03-06
scons: Switch from the print statement to the print function.
Gabe Black
2018-03-06
misc: Use the code format for commands and messages
Siddhesh Poyarekar
2018-03-06
dev: Don't fall through into BRAR after RFDR case
Siddhesh Poyarekar
2018-03-06
arm: Remove ignored const qualifier
Siddhesh Poyarekar
2018-03-06
dev: Leave last byte in strncpy for NULL
Siddhesh Poyarekar
2018-03-06
scons: Import print_function from future
Siddhesh Poyarekar
2018-03-06
mem-cache: Fix bug generated by 8282
Daniel R. Carvalho
2018-03-06
mem-cache: Populate whenReady for blocks filled from writebacks
Nikos Nikoleris
2018-03-06
mem-cache: Use findBlock() in accessBlock()
Daniel R. Carvalho
2018-03-05
mem-cache: Remove redundant block initialization on allocation
Nikos Nikoleris
2018-03-02
mem-cache: Remove mumBlock redundant initialiation from FALRU
Nikos Nikoleris
[next]