summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-18attack code and exp scriptis-rebase-new3-rdtscpIru Cai
2019-03-18invisispec-1.0 configsIru Cai
2019-03-18invisispec-1.0 sourceIru Cai
2018-03-14x86: Simplify the implementations of RDTSC and RDTSCP slightly.Gabe Black
2018-03-14x86: Implement the RDTSCP instruction.Gabe Black
2018-03-14x86: Mark the RDTSC instruction as .serialize_before.Gabe Black
2018-03-14x86: Replace the .serializing directive with .serialize_(before|after).Gabe Black
2018-03-14arm: Fix maybe-uninitialized GCC warningsChun-Chen Hsu
2018-03-14base: Fix loop range in pngwriterChun-Chen Hsu
2018-03-14tests: Add missing print replacements in tests subdirGiacomo Travaglini
2018-03-14arch-arm: ERET from AArch64 to AArch32 ignore MSBsGiacomo Travaglini
2018-03-13learning_gem5: Update README for Learning gem5Jason Lowe-Power
2018-03-12mem-ruby: Fix RubyPrefetcher support in MESI_Two_LevelRico Amslinger
2018-03-12arch-arm: Adding IPA-Based Invalidating instructionsGiacomo Travaglini
2018-03-12arch-arm: Implement missing aarch32 TLBI registersGiacomo Travaglini
2018-03-09tests: Python regression scripts using new print functionGiacomo Travaglini
2018-03-09mem-cache: Use CacheBlk parameter on address regenerationDaniel R. Carvalho
2018-03-08mem-cache: Fix missing overridesJason Lowe-Power
2018-03-08sparc: Passify a new g++ warning.Gabe Black
2018-03-08arch-arm: Enable Debug IFSC when faulting to aarch64 modeGiacomo Travaglini
2018-03-08arch-arm: Fix FSC generation in AbortFaultGiacomo Travaglini
2018-03-08arch-arm: Introduce update method in ArmFault classGiacomo Travaglini
2018-03-08arch-arm: Fix PCAlignmentFault routing to HypervisorGiacomo Travaglini
2018-03-07mem-cache: Make the block invalidate functions virtualNikos Nikoleris
2018-03-07mem-cache: Make invalidate a common function between tag classesNikos Nikoleris
2018-03-07mem-cache: Allow prefetchers to override setCache.Xiaoyu Ma
2018-03-06config: Switch from the print statement to the print function.Gabe Black
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2018-03-06misc: Use the code format for commands and messagesSiddhesh Poyarekar
2018-03-06dev: Don't fall through into BRAR after RFDR caseSiddhesh Poyarekar
2018-03-06arm: Remove ignored const qualifierSiddhesh Poyarekar
2018-03-06dev: Leave last byte in strncpy for NULLSiddhesh Poyarekar
2018-03-06scons: Import print_function from futureSiddhesh Poyarekar
2018-03-06mem-cache: Fix bug generated by 8282Daniel R. Carvalho
2018-03-06mem-cache: Populate whenReady for blocks filled from writebacksNikos Nikoleris
2018-03-06mem-cache: Use findBlock() in accessBlock()Daniel R. Carvalho
2018-03-05mem-cache: Remove redundant block initialization on allocationNikos Nikoleris
2018-03-02mem-cache: Remove mumBlock redundant initialiation from FALRUNikos Nikoleris
2018-03-02mem-cache: Populate the secure bit when the temp block is filledNikos Nikoleris
2018-03-02mem-cache: Remove unnecessary block initialization on writebackNikos Nikoleris
2018-03-02configs: Fix L3Cache instantiation in lat_mem_rd.pyNikos Nikoleris
2018-03-01mem-cache: Remove extra block init in BaseSetAssocDaniel R. Carvalho
2018-03-01mem-cache: Vectorize C arrays in BaseSetAssoc.Daniel R. Carvalho
2018-02-28sim, power: Temperature used for power calculationsAnouk Van Laer
2018-02-28sim: Added model type to power modelAnouk Van Laer
2018-02-24mem-cache: Fix CacheSet memory leakDaniel R. Carvalho
2018-02-24sparc: Fix FS Checkpoint loadingKhalique
2018-02-20arch-arm: Make hlt64 a mem barrier with semihostingGiacomo Travaglini
2018-02-20arch-arm: Add AArch32 HLT Semihosting interfaceGiacomo Travaglini
2018-02-20arch-arm: Add AArch32 SVC Semihosting interfaceGiacomo Travaglini