2018-03-27 |
Gabe Black | dev: sparc: Get rid of the TheISA namespace in the... |
commit | commitdiff | tree |
2018-03-27 |
Gabe Black | dev: Remove a bunch of Alpha code from MIPS, and unnece... |
commit | commitdiff | tree |
2018-03-27 |
Gabe Black | cpu: Remove ExtMachInst typedefs from the O3 CPU model. |
commit | commitdiff | tree |
2018-03-27 |
Gabe Black | arch: cpu: Make the ExtMachInst type a template argumen... |
commit | commitdiff | tree |
2018-03-27 |
Gabe Black | sparc: Add some missing M5_FALLTHROUGHs and breaks. |
commit | commitdiff | tree |
2018-03-27 |
Gabe Black | cpu: Stop extracting inst_flags from the machInst. |
commit | commitdiff | tree |
2018-03-26 |
Gabe Black | cpu: Proposed fix for backwards compatibility in proto... |
commit | commitdiff | tree |
2018-03-26 |
Gabe Black | scons: Re-enable override based warnings on gcc. |
commit | commitdiff | tree |
2018-03-26 |
Gabe Black | arch: Fix all override related warnings. |
commit | commitdiff | tree |
2018-03-26 |
Gabe Black | cpu: Use the new asBytes function in the protobuf inst... |
commit | commitdiff | tree |
2018-03-26 |
Gabe Black | arch: Add a virtual asBytes function to the StaticInst... |
commit | commitdiff | tree |
2018-03-23 |
Jason Lowe... | mem-cache: fix missing overrides in repl policies |
commit | commitdiff | tree |
2018-03-23 |
Jason Lowe... | ruby: Make sure addresses print in hex |
commit | commitdiff | tree |
2018-03-23 |
Jason Lowe... | learning_gem5: Add a simple config for MI_example |
commit | commitdiff | tree |
2018-03-23 |
Jason Lowe... | learning_gem5: Ruby random tester files for MSI |
commit | commitdiff | tree |
2018-03-23 |
Jason Lowe... | learning_gem5: Add config files for MSI protocol |
commit | commitdiff | tree |
2018-03-23 |
Jason Lowe... | learning_gem5: Add a simple Ruby protocol |
commit | commitdiff | tree |
2018-03-23 |
Daniel R. Carvalho | mem-cache: Create FIFO replacement policy |
commit | commitdiff | tree |
2018-03-23 |
Daniel R. Carvalho | mem-cache: Fix MRU rebase |
commit | commitdiff | tree |
2018-03-23 |
Giacomo Travaglini | arch-arm: Distinguish IS TLBI from non-IS |
commit | commitdiff | tree |
2018-03-23 |
Giacomo Travaglini | arch-arm: Created function for TLB ASID Invalidation |
commit | commitdiff | tree |
2018-03-22 |
Gabe Black | hsail: Get rid of an inert private member of StorageSpace. |
commit | commitdiff | tree |
2018-03-22 |
Gabe Black | cpu: Make the protobuf inst tracer accept variable... |
commit | commitdiff | tree |
2018-03-22 |
Daniel R. Carvalho | mem-cache: Create MRU replacement policy |
commit | commitdiff | tree |
2018-03-22 |
Daniel R. Carvalho | mem-cache: Split array indexing and replacement policies. |
commit | commitdiff | tree |
2018-03-21 |
Nikos Nikoleris | mem-cache: Allow clean operations when block allocation... |
commit | commitdiff | tree |
2018-03-20 |
Nikos Nikoleris | arch-arm, configs: Treat the bootloader rom as cacheabl... |
commit | commitdiff | tree |
2018-03-20 |
Chun-Chen Hsu | arch, arm: Fix implicit-fallthrough GCC warnings |
commit | commitdiff | tree |
2018-03-20 |
Tuan Ta | riscv: throw IllegalInstFault when decoding invalid... |
commit | commitdiff | tree |
2018-03-15 |
Siddhesh Poyarekar | arm: Fix implicit-fallthrough warnings when building... |
commit | commitdiff | tree |
2018-03-15 |
Jason Lowe... | arch-x86,sim-se: Enable prlimit syscall |
commit | commitdiff | tree |
2018-03-15 |
Jason Lowe... | sim-se: Fix fallthrough in prlimit |
commit | commitdiff | tree |
2018-03-15 |
Jason Lowe... | arch-x86,sim-se: Bump kernel version to 3.2 |
commit | commitdiff | tree |
2018-03-15 |
Jason Lowe... | sim-se: Add /sys/devices/system/cpu/online file |
commit | commitdiff | tree |
2018-03-15 |
Jason Lowe... | tests: Add test program for C++ threads |
commit | commitdiff | tree |
2018-03-15 |
Nikos Nikoleris | arch-arm: Fix unused variable warning in faults.cc |
commit | commitdiff | tree |
2018-03-15 |
Gabe Black | x86: Add bitfields which can gather/scatter bases and... |
commit | commitdiff | tree |
2018-03-14 |
Gabe Black | x86: Simplify the implementations of RDTSC and RDTSCP... |
commit | commitdiff | tree |
2018-03-14 |
Gabe Black | x86: Implement the RDTSCP instruction. |
commit | commitdiff | tree |
2018-03-14 |
Gabe Black | x86: Mark the RDTSC instruction as .serialize_before. |
commit | commitdiff | tree |
2018-03-14 |
Gabe Black | x86: Replace the .serializing directive with .serialize... |
commit | commitdiff | tree |
2018-03-14 |
Chun-Chen Hsu | arm: Fix maybe-uninitialized GCC warnings |
commit | commitdiff | tree |
2018-03-14 |
Chun-Chen Hsu | base: Fix loop range in pngwriter |
commit | commitdiff | tree |
2018-03-14 |
Giacomo Travaglini | tests: Add missing print replacements in tests subdir |
commit | commitdiff | tree |
2018-03-14 |
Giacomo Travaglini | arch-arm: ERET from AArch64 to AArch32 ignore MSBs |
commit | commitdiff | tree |
2018-03-13 |
Jason Lowe... | learning_gem5: Update README for Learning gem5 |
commit | commitdiff | tree |
2018-03-12 |
Rico Amslinger | mem-ruby: Fix RubyPrefetcher support in MESI_Two_Level |
commit | commitdiff | tree |
2018-03-12 |
Giacomo Travaglini | arch-arm: Adding IPA-Based Invalidating instructions |
commit | commitdiff | tree |
2018-03-12 |
Giacomo Travaglini | arch-arm: Implement missing aarch32 TLBI registers |
commit | commitdiff | tree |
2018-03-09 |
Giacomo Travaglini | tests: Python regression scripts using new print function |
commit | commitdiff | tree |
2018-03-09 |
Daniel R. Carvalho | mem-cache: Use CacheBlk parameter on address regeneration |
commit | commitdiff | tree |
2018-03-08 |
Jason Lowe... | mem-cache: Fix missing overrides |
commit | commitdiff | tree |
2018-03-08 |
Gabe Black | sparc: Passify a new g++ warning. |
commit | commitdiff | tree |
2018-03-08 |
Giacomo Travaglini | arch-arm: Enable Debug IFSC when faulting to aarch64... |
commit | commitdiff | tree |
2018-03-08 |
Giacomo Travaglini | arch-arm: Fix FSC generation in AbortFault |
commit | commitdiff | tree |
2018-03-08 |
Giacomo Travaglini | arch-arm: Introduce update method in ArmFault class |
commit | commitdiff | tree |
2018-03-08 |
Giacomo Travaglini | arch-arm: Fix PCAlignmentFault routing to Hypervisor |
commit | commitdiff | tree |
2018-03-07 |
Nikos Nikoleris | mem-cache: Make the block invalidate functions virtual |
commit | commitdiff | tree |
2018-03-07 |
Nikos Nikoleris | mem-cache: Make invalidate a common function between... |
commit | commitdiff | tree |
2018-03-07 |
Xiaoyu Ma | mem-cache: Allow prefetchers to override setCache. |
commit | commitdiff | tree |
2018-03-06 |
Gabe Black | config: Switch from the print statement to the print... |
commit | commitdiff | tree |
2018-03-06 |
Gabe Black | scons: Switch from the print statement to the print... |
commit | commitdiff | tree |
2018-03-06 |
Siddhesh Poyarekar | misc: Use the code format for commands and messages |
commit | commitdiff | tree |
2018-03-06 |
Siddhesh Poyarekar | dev: Don't fall through into BRAR after RFDR case |
commit | commitdiff | tree |
2018-03-06 |
Siddhesh Poyarekar | arm: Remove ignored const qualifier |
commit | commitdiff | tree |
2018-03-06 |
Siddhesh Poyarekar | dev: Leave last byte in strncpy for NULL |
commit | commitdiff | tree |
2018-03-06 |
Siddhesh Poyarekar | scons: Import print_function from future |
commit | commitdiff | tree |
2018-03-06 |
Daniel R. Carvalho | mem-cache: Fix bug generated by 8282 |
commit | commitdiff | tree |
2018-03-06 |
Nikos Nikoleris | mem-cache: Populate whenReady for blocks filled from... |
commit | commitdiff | tree |
2018-03-06 |
Daniel R. Carvalho | mem-cache: Use findBlock() in accessBlock() |
commit | commitdiff | tree |
2018-03-05 |
Nikos Nikoleris | mem-cache: Remove redundant block initialization on... |
commit | commitdiff | tree |
2018-03-02 |
Nikos Nikoleris | mem-cache: Remove mumBlock redundant initialiation... |
commit | commitdiff | tree |
2018-03-02 |
Nikos Nikoleris | mem-cache: Populate the secure bit when the temp block... |
commit | commitdiff | tree |
2018-03-02 |
Nikos Nikoleris | mem-cache: Remove unnecessary block initialization... |
commit | commitdiff | tree |
2018-03-02 |
Nikos Nikoleris | configs: Fix L3Cache instantiation in lat_mem_rd.py |
commit | commitdiff | tree |
2018-03-01 |
Daniel R. Carvalho | mem-cache: Remove extra block init in BaseSetAssoc |
commit | commitdiff | tree |
2018-03-01 |
Daniel R. Carvalho | mem-cache: Vectorize C arrays in BaseSetAssoc. |
commit | commitdiff | tree |
2018-02-28 |
Anouk Van Laer | sim, power: Temperature used for power calculations |
commit | commitdiff | tree |
2018-02-28 |
Anouk Van Laer | sim: Added model type to power model |
commit | commitdiff | tree |
2018-02-24 |
Daniel R. Carvalho | mem-cache: Fix CacheSet memory leak |
commit | commitdiff | tree |
2018-02-24 |
Khalique | sparc: Fix FS Checkpoint loading |
commit | commitdiff | tree |
2018-02-20 |
Giacomo Travaglini | arch-arm: Make hlt64 a mem barrier with semihosting |
commit | commitdiff | tree |
2018-02-20 |
Giacomo Travaglini | arch-arm: Add AArch32 HLT Semihosting interface |
commit | commitdiff | tree |
2018-02-20 |
Giacomo Travaglini | arch-arm: Add AArch32 SVC Semihosting interface |
commit | commitdiff | tree |
2018-02-20 |
Giacomo Travaglini | arch-arm: Adding isa templates for semihosting ops |
commit | commitdiff | tree |
2018-02-20 |
Giacomo Travaglini | arch-arm: HLT using immediate when checking for semihosting |
commit | commitdiff | tree |
2018-02-20 |
Giacomo Travaglini | arch-arm: Fix Hlt64,Svc64,Hvc64,Smc64,Brk64 disassembly |
commit | commitdiff | tree |
2018-02-20 |
Andreas Sandberg | cpu-o3: Don't add non-speculative mem barriers to the... |
commit | commitdiff | tree |
2018-02-19 |
Brandon Potter | mem: fix page_table bug for .fast build |
commit | commitdiff | tree |
2018-02-19 |
Alec Roelke | arch-riscv: Fix compressed branch op offset |
commit | commitdiff | tree |
2018-02-19 |
Giacomo Travaglini | arch-arm: Semihosting not available in syscall emulation |
commit | commitdiff | tree |
2018-02-19 |
Andreas Sandberg | arch-arm: Add support for secure state in semihosting |
commit | commitdiff | tree |
2018-02-19 |
Andreas Sandberg | mem: Refactor port proxies to support secure accesses |
commit | commitdiff | tree |
2018-02-19 |
Andreas Sandberg | arch-arm: Add aarch64 semihosting support |
commit | commitdiff | tree |
2018-02-16 |
Giacomo Travaglini | arch-arm: IMPLEMENTATION DEFINED register |
commit | commitdiff | tree |
2018-02-16 |
Giacomo Travaglini | arch-arm: Arch regs and pseudo regs distinction |
commit | commitdiff | tree |
2018-02-16 |
Chuan Zhu | arch-arm: Fix syntax error in TLB::getResultTe |
commit | commitdiff | tree |
2018-02-16 |
Chuan Zhu | arch-arm: Fix big endian support in {Load,Store}Double64 |
commit | commitdiff | tree |
2018-02-16 |
Chuan Zhu | arch-arm: Fix big endian support in do{Long,L1,L2}Descr... |
commit | commitdiff | tree |
2018-02-16 |
Andreas Sandberg | arch-arm: Add support for automatic reset addr selection |
commit | commitdiff | tree |
next |