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-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
2018-03-02
mem-cache: Populate the secure bit when the temp block is filled
Nikos Nikoleris
2018-03-02
mem-cache: Remove unnecessary block initialization on writeback
Nikos Nikoleris
2018-03-02
configs: Fix L3Cache instantiation in lat_mem_rd.py
Nikos Nikoleris
2018-03-01
mem-cache: Remove extra block init in BaseSetAssoc
Daniel R. Carvalho
2018-03-01
mem-cache: Vectorize C arrays in BaseSetAssoc.
Daniel R. Carvalho
2018-02-28
sim, power: Temperature used for power calculations
Anouk Van Laer
2018-02-28
sim: Added model type to power model
Anouk Van Laer
2018-02-24
mem-cache: Fix CacheSet memory leak
Daniel R. Carvalho
2018-02-24
sparc: Fix FS Checkpoint loading
Khalique
2018-02-20
arch-arm: Make hlt64 a mem barrier with semihosting
Giacomo Travaglini
2018-02-20
arch-arm: Add AArch32 HLT Semihosting interface
Giacomo Travaglini
2018-02-20
arch-arm: Add AArch32 SVC Semihosting interface
Giacomo Travaglini
2018-02-20
arch-arm: Adding isa templates for semihosting ops
Giacomo Travaglini
2018-02-20
arch-arm: HLT using immediate when checking for semihosting
Giacomo Travaglini
2018-02-20
arch-arm: Fix Hlt64,Svc64,Hvc64,Smc64,Brk64 disassembly
Giacomo Travaglini
2018-02-20
cpu-o3: Don't add non-speculative mem barriers to the IQ twice
Andreas Sandberg
[next]