Age | Commit message (Expand) | Author |
2019-05-30 | arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code. | Gabe Black |
2019-05-29 | sim-se: const for loader's loadSection param | Brandon Potter |
2019-05-29 | cpu: Added correct return type for ROB::countInsts | Andrea Mondelli |
2019-05-29 | mem-cache: Accuracy-based rate control for prefetchers | Javier Bueno |
2019-05-29 | sim-se: add a release parameter to Process.py | Ciro Santilli |
2019-05-29 | mem-cache: Support for page crossing prefetches | Javier Bueno |
2019-05-29 | mem: Add a readString method to the PortProxy which takes a char *. | Gabe Black |
2019-05-29 | mem: Use a const T & in write<> to avoid an unnecessary copy. | Gabe Black |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-29 | mem, arm: Replace the pointer type in PortProxy with void *. | Gabe Black |
2019-05-29 | mem, arm: Move some helper methods into the base PortProxy class. | Gabe Black |
2019-05-29 | arm, mem: Move the SecurePortProxy subclass into it's own file. | Gabe Black |
2019-05-28 | mem: Parameterize coherent xbar sanity checks | Tiago Muck |
2019-05-28 | mem: Snoop filter support for large systems | Tiago Muck |
2019-05-28 | base: Add warn_if_once macro | Tiago Muck |
2019-05-28 | cpu: Remove assert causing issues with x86 Linux boot | Giacomo Gabrielli |
2019-05-24 | arch-arm: Fix fallthrough when trapping at EL2 | Giacomo Travaglini |
2019-05-23 | arch-arm: Trap virtual accesses to GICv3 SGI registers | Giacomo Travaglini |
2019-05-23 | arch-arm: Expose haveGicv3CPUInterface to the ISA interface | Giacomo Travaglini |
2019-05-23 | arch-arm: Change mcrMrc15TrapToHyp signature | Giacomo Travaglini |
2019-05-22 | mem: Add invalid context id check on LLSC checks | Tiago Muck |
2019-05-22 | sim-se: remove comment for code that moved | Brandon Potter |
2019-05-22 | dev-arm: Provide a GICv3 ITS Implementation | Giacomo Travaglini |
2019-05-21 | sim-se: change syscall function signature | Brandon Potter |
2019-05-21 | sim-se: remove /sys from special paths | Tony Gutierrez |
2019-05-21 | scons: Move the marshal binary to the build directory | Chun-Chen TK Hsu |
2019-05-20 | misc: Added dot_writer for Ruby's network topology | Tiago Muck |
2019-05-20 | mem-cache: Add multi-prefetcher adaptor | Andreas Sandberg |
2019-05-20 | sim: Make the Process create function use the object loader mechanism. | Gabe Black |
2019-05-20 | x86: Add an object file loader for linux. | Gabe Black |
2019-05-20 | sparc: Add an object file loader for linux and solaris. | Gabe Black |
2019-05-20 | riscv: Add an object file loader for linux. | Gabe Black |
2019-05-20 | power: Add an object file loader for linux. | Gabe Black |
2019-05-20 | mips: Add an object file loader for linux. | Gabe Black |
2019-05-18 | arm: Add an object file loader for linux and freebsd. | Gabe Black |
2019-05-18 | alpha: Add an object file loader for linux. | Gabe Black |
2019-05-18 | base: Add a type for keeping track of object file loaders. | Gabe Black |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-17 | configs: Generalize FileSystemConfig for non se.py | Jason Lowe-Power |
2019-05-17 | arch-arm: implement VMINNM and VMAXNM scalar version | Ciro Santilli |
2019-05-17 | arch-arm: implement VMINNM and VMAXNM SIMD version | Ciro Santilli |
2019-05-17 | arch-arm: rename operands to match spec in isa/formats/fp.isa | Ciro Santilli |
2019-05-14 | mem-ruby: MOESI_CMP_dir cleanup | Tiago Muck |
2019-05-14 | mem-ruby: Cache latencies for MOESI_CMP_dir | Tiago Muck |
2019-05-14 | mem-ruby: Hit latencies defined by the controllers | Tiago Muck |
2019-05-14 | mem-ruby: Do not change blocked msg enqueue info | Tiago Muck |
2019-05-14 | mem-ruby: Unique ranks for MOESI_CMP_dir in ports | Tiago Muck |
2019-05-14 | mem-ruby: Change MOESI_CMP_Dir L2 addressing | Tiago Muck |
2019-05-14 | mem-ruby: Fix MOESI_CMP_dir debug msg | Tiago Muck |
2019-05-14 | mem-ruby: Prevent response stalls on MOESI_CMP_directory | Tiago Muck |