2020-02-20 |
Giacomo Travaglini | dev-arm: Fix setupBootloader for VExpress_GEM5_V2 |
commit | commitdiff | tree |
2020-02-20 |
Jason Lowe... | sim: Fix pseudo instruction parameter loading |
commit | commitdiff | tree |
2020-02-19 |
Adrian Herrera | arch-arm: Fix CNTFRQ_EL0 permission bits |
commit | commitdiff | tree |
2020-02-17 |
Giacomo Travaglini | arch-arm: Fix ArmKVM build |
commit | commitdiff | tree |
2020-02-16 |
Bobby R. Bruce | misc: Updated Doxygen to state version as v19.0.0.0 |
commit | commitdiff | tree |
2020-02-13 |
Bobby R. Bruce | misc: Updated CONTRIBUTING.md to discuss releases and... |
commit | commitdiff | tree |
2020-02-13 |
Bobby R. Bruce | misc: Updated CONTRIBUTING.md to discuss WIP changes |
commit | commitdiff | tree |
2020-02-13 |
Bobby R. Bruce | misc: Updated CONTRIBUTING.md for master-as-stable... |
commit | commitdiff | tree |
2020-02-13 |
Bobby R. Bruce | misc: Removed old contribution guidelines regarding... |
commit | commitdiff | tree |
2020-02-11 |
Gabe Black | mem: Eliminate the now unused GENERIC_IPR request flag. |
commit | commitdiff | tree |
2020-02-11 |
Gabe Black | arch: Get rid of the generic mmapped IPR mechanism. |
commit | commitdiff | tree |
2020-02-11 |
Gabe Black | arm: Call pseudoInst directly from the mmapped IPR... |
commit | commitdiff | tree |
2020-02-11 |
Giacomo Travaglini | tests,misc: update TESTING.md documentation |
commit | commitdiff | tree |
2020-02-10 |
Gabe Black | scons: Fix an error about an unrecognized compiler. |
commit | commitdiff | tree |
2020-02-10 |
Daniel R. Carvalho | base: Fix squares of stats |
commit | commitdiff | tree |
2020-02-10 |
Gabe Black | base: Use a const auto & in a range based for loop. |
commit | commitdiff | tree |
2020-02-10 |
Gabe Black | riscv: Cast to float explicitly when comparing a float... |
commit | commitdiff | tree |
2020-02-10 |
Gabe Black | arm: Fix how a bitfield is extracted in some SVE instru... |
commit | commitdiff | tree |
2020-02-10 |
Gabe Black | arch: Add a bunch of missing override specifiers. |
commit | commitdiff | tree |
2020-02-10 |
Daniel R. Carvalho | mem-cache,mem-ruby: Move WeightedLRU RP |
commit | commitdiff | tree |
2020-02-10 |
Giacomo Travaglini | tests: hello_se using host tag |
commit | commitdiff | tree |
2020-02-10 |
Giacomo Travaglini | tests: Add --host tag |
commit | commitdiff | tree |
2020-02-10 |
Giacomo Travaglini | configs: Using VExpress_GEM5_V1 as a default for Options.py |
commit | commitdiff | tree |
2020-02-10 |
Giacomo Travaglini | arch-arm: LDTRSW was not marked as unpriviledged |
commit | commitdiff | tree |
2020-02-10 |
Earl Ou | systemc: gem5_to_tlm: treat non-rw as ignorable command |
commit | commitdiff | tree |
2020-02-08 |
Gabe Black | arch,sim: Replace setuidFunc with ignoreFunc. |
commit | commitdiff | tree |
2020-02-08 |
Gabe Black | sim: Convert most of the common syscalls to use the... |
commit | commitdiff | tree |
2020-02-08 |
Gabe Black | sim: Use the Guest ABI mechanism in writeFunc. |
commit | commitdiff | tree |
2020-02-08 |
Gabe Black | arch: Switch SyscallDescABI in for SyscallDesc. |
commit | commitdiff | tree |
2020-02-08 |
Gabe Black | sim: Add a transitional syscall ABI which defers to... |
commit | commitdiff | tree |
2020-02-08 |
Gabe Black | arch: Simplify the SyscallDesc tables. |
commit | commitdiff | tree |
2020-02-07 |
Gabe Black | x86: Handle m5 op accesses directly in the mmapped... |
commit | commitdiff | tree |
2020-02-07 |
Gabe Black | sim: Add a function for decoding the field(s) of an... |
commit | commitdiff | tree |
2020-02-07 |
Gabe Black | x86: Use the m5 op range in the system. |
commit | commitdiff | tree |
2020-02-07 |
Gabe Black | arch,sim: Use _m5opRange in System::allocPhysPages. |
commit | commitdiff | tree |
2020-02-07 |
Gabe Black | sim: Add a typetraits style mechanism to test for VarArgs. |
commit | commitdiff | tree |
2020-02-06 |
Jordi Vaquero | arch-arm: Implement ARMv8.3-JSConv |
commit | commitdiff | tree |
2020-02-06 |
Jordi Vaquero | arch-arm: This commit adds Pointer Authentication feature. |
commit | commitdiff | tree |
2020-02-06 |
Giacomo Travaglini | tests: Move old quick regressions back into their origi... |
commit | commitdiff | tree |
2020-02-06 |
Gabe Black | sim: Make it possible for a GuestABI to init its Positi... |
commit | commitdiff | tree |
2020-02-06 |
Gabe Black | fastmodel: Ensure unset vec reg bits are zero/false. |
commit | commitdiff | tree |
2020-02-06 |
Gabe Black | fastmodel: Implement flattened int reg reading and... |
commit | commitdiff | tree |
2020-02-05 |
Nils Asmussen | arch-arm: make MicroUopSetPCCPSR SerializeAfter |
commit | commitdiff | tree |
2020-02-05 |
Gabe Black | cpu: Make getIsaPtr return a BaseISA pointer. |
commit | commitdiff | tree |
2020-02-05 |
Gabe Black | arch: Introduce a base class for ISA classes. |
commit | commitdiff | tree |
2020-02-05 |
Gabe Black | arm: Use static_cast to get access the ARM specific... |
commit | commitdiff | tree |
2020-02-04 |
Adrian Herrera | arch-arm: AArch64 reg access HCR_EL2.E2H filter |
commit | commitdiff | tree |
2020-02-04 |
Adrian Herrera | arch-arm: reg access permissions highest EL helper |
commit | commitdiff | tree |
2020-02-04 |
Giacomo Travaglini | arch-arm: Split translateFs to distinguish when MMU... |
commit | commitdiff | tree |
2020-02-01 |
Gabe Black | arch,sim: Merge initCPU into the ISA System classes. |
commit | commitdiff | tree |
2020-02-01 |
Gabe Black | arch,sim: Merge initCPU and startupCPU. |
commit | commitdiff | tree |
2020-02-01 |
Gabe Black | sim,cpu: Move the call to initCPU into System. |
commit | commitdiff | tree |
2020-02-01 |
Gabe Black | arch,base,cpu: Add some default constructors/operators... |
commit | commitdiff | tree |
2020-02-01 |
Gabe Black | base: Delete an inet.hh accessor which is unused and... |
commit | commitdiff | tree |
2020-02-01 |
Gabe Black | scons: Disable spurious "array-bounds" warnings for... |
commit | commitdiff | tree |
2020-02-01 |
Gabe Black | scons: Add a mechanism to append flags when building... |
commit | commitdiff | tree |
2020-01-31 |
Ciro Santilli | configs: allow fs.py and fs_bigLITTLE.py to work withou... |
commit | commitdiff | tree |
2020-01-31 |
Ciro Santilli | configs: fs.py can take multiple disk images on most... |
commit | commitdiff | tree |
2020-01-31 |
Ciro Santilli | config: add --bootloader to fs.py and fs_bigLITTLE.py |
commit | commitdiff | tree |
2020-01-31 |
Ciro Santilli | dev-arm: add boot_loader param to RealView setupBootLoader |
commit | commitdiff | tree |
2020-01-31 |
Gabe Black | mem: Make slicc generate some default methods explicitly. |
commit | commitdiff | tree |
2020-01-29 |
Bobby R. Bruce | misc: Updated old gem5 website URLs with new gem5 websi... |
commit | commitdiff | tree |
2020-01-29 |
Ayaz Akram | cpu: move initCPU calls from initState to init |
commit | commitdiff | tree |
2020-01-27 |
Adrian Herrera | system-arm: AArch64 boot, init CNTFRQ_EL0 |
commit | commitdiff | tree |
2020-01-25 |
Gabe Black | sim: Add a GuestABI mechanism to allocate space for... |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed 70.twolf tests |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed old quick/se/00.hello test resources |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed the old ALPHA tests |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed 50.vortex tests |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed 60.bzip2 tests |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed 30.eon tests |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed 40.perlbmk tests |
commit | commitdiff | tree |
2020-01-24 |
Bobby R. Bruce | tests: Removed 20.parser tests |
commit | commitdiff | tree |
2020-01-23 |
Gabe Black | cpu: Fix ExeTraceRecord::traceInst. |
commit | commitdiff | tree |
2020-01-23 |
Gabe Black | sim: Move findFreeContext to System. |
commit | commitdiff | tree |
2020-01-23 |
Gabe Black | sim: Eliminate the breakAtKernelFunction function. |
commit | commitdiff | tree |
2020-01-23 |
Adrian Herrera | dev-arm: SP805 peripherals in VExpress_GEM5_Base |
commit | commitdiff | tree |
2020-01-23 |
Bobby R. Bruce | tests: Removing 10.mcf tests |
commit | commitdiff | tree |
2020-01-23 |
Gabe Black | cpu: Consolidate and move the CPU's calls to TheISA... |
commit | commitdiff | tree |
2020-01-22 |
Ciro Santilli | scons: fix --gold-linker build after --as-needed |
commit | commitdiff | tree |
2020-01-22 |
Adrian Herrera | dev-arm: add Watchdog Module SP805 model |
commit | commitdiff | tree |
2020-01-22 |
Adrian Herrera | dev-arm: VExpress_GEM5_Base, add refclock 32KHz |
commit | commitdiff | tree |
2020-01-22 |
Giacomo Travaglini | tests: Fix python line break in m5_exit test |
commit | commitdiff | tree |
2020-01-22 |
Gabe Black | fastmodel: Implement CC reg accessors. |
commit | commitdiff | tree |
2020-01-22 |
Gabe Black | arm: Remove checkpointing from the ARM TLBs. |
commit | commitdiff | tree |
2020-01-22 |
Gabe Black | arch: Get rid of the unused (and mostly undefined)... |
commit | commitdiff | tree |
2020-01-21 |
Bobby R. Bruce | misc: Updated CONTRIBUTING.md to discuss branches |
commit | commitdiff | tree |
2020-01-21 |
Giacomo Travaglini | tests: Add a timeout to getremotetime |
commit | commitdiff | tree |
2020-01-21 |
Adrian Herrera | dev-arm: add FixedClock SimObject |
commit | commitdiff | tree |
2020-01-21 |
Giacomo Travaglini | tests: Adding --bin-path option to select tests bin... |
commit | commitdiff | tree |
2020-01-21 |
Giacomo Travaglini | tests: fs/linux/arm passing M5_PATH via commandline |
commit | commitdiff | tree |
2020-01-21 |
Daniel R. Carvalho | mem-cache: Fix invalidation of prefetchers |
commit | commitdiff | tree |
2020-01-20 |
Jordi Vaquero | arch-arm: Fix EL2 target exception level for SP alignme... |
commit | commitdiff | tree |
2020-01-18 |
Bobby R. Bruce | tests: Updated tests to download from dist.gem5.org |
commit | commitdiff | tree |
2020-01-17 |
Daniel R. Carvalho | mem-cache: Add print function to ReplaceableEntry |
commit | commitdiff | tree |
2020-01-17 |
Daniel R. Carvalho | mem-cache: Add getter for the number of valid sub-blks |
commit | commitdiff | tree |
2020-01-17 |
Daniel R. Carvalho | mem-cache: Add multiple eviction stats |
commit | commitdiff | tree |
2020-01-17 |
Daniel R. Carvalho | mem-cache: Make findVictim non-const |
commit | commitdiff | tree |
2020-01-17 |
Daniel R. Carvalho | mem-cache: Add more compression stats |
commit | commitdiff | tree |
2020-01-17 |
Daniel R. Carvalho | mem-cache: Factor out multiple block eviction |
commit | commitdiff | tree |
next |