2019-06-19 |
Nikos Nikoleris | python: Add support for exporting static class methods... |
commit | commitdiff | tree |
2019-06-18 |
Tiago Muck | misc: dot_writer fixup |
commit | commitdiff | tree |
2019-06-17 |
Nikos Nikoleris | python: Fix AddrRange legacy ParamValue wrapper |
commit | commitdiff | tree |
2019-06-17 |
Giacomo Travaglini | arch-arm: Move the memacc_code before op_wb in fp loads |
commit | commitdiff | tree |
2019-06-17 |
Giacomo Travaglini | dev-arm: Reapply GICv3 changes that were lost during... |
commit | commitdiff | tree |
2019-06-13 |
Tiago Muck | base: AddrRange does not merge single interleaved ranges |
commit | commitdiff | tree |
2019-06-11 |
Tiago Muck | cpu: Additional TrafficGen stats |
commit | commitdiff | tree |
2019-06-11 |
Tiago Muck | cpu: Limit TrafficGen outstanding reqs |
commit | commitdiff | tree |
2019-06-11 |
Tiago Muck | cpu: TrafficGen as BaseCPU |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | python: Fix cxx_ini_parse for ScopedEnum |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | configs: Fix read_config to work with new AddrRange... |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | configs: Add python3 workarounds in read_config |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | python: Add binding for the new AddrRange c++ constructor |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | base: Extend unit tests for AddrRange |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | base: Extend AddrRange to support more flexible addressing |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | base: Fix ctz32 for systems where unsigned int is not... |
commit | commitdiff | tree |
2019-06-10 |
Nikos Nikoleris | base: Add function to count trailing zeros in a 64... |
commit | commitdiff | tree |
2019-06-10 |
Ciro Santilli | scons: allow passing arbitrary CCFLAGS and LDFLAGS... |
commit | commitdiff | tree |
2019-06-10 |
Ciro Santilli | arch-arm: implement VMINNM scalar thumb |
commit | commitdiff | tree |
2019-06-09 |
Giacomo Travaglini | base: Provide a getter for Fiber::started boolean variable |
commit | commitdiff | tree |
2019-06-09 |
Giacomo Travaglini | base: Rename TestFiber into SwitchingFiber |
commit | commitdiff | tree |
2019-06-07 |
Giacomo Travaglini | arch-arm: Fix WalkerState,Descriptors default constructor |
commit | commitdiff | tree |
2019-06-06 |
Stanislaw Czerniawski | dev-arm: Implement a SMMUv3 model |
commit | commitdiff | tree |
2019-06-06 |
Matthew Poremba | mem: Option to toggle DRAM low-power states |
commit | commitdiff | tree |
2019-06-05 |
John Alsop | mem-ruby: Enable set size increase |
commit | commitdiff | tree |
2019-06-04 |
Daniel R. Carvalho | base: Fix missing headers to CircularQueue |
commit | commitdiff | tree |
2019-06-04 |
Daniel Carvalho | Revert "mem-cache: Remove writebacks packet list" |
commit | commitdiff | tree |
2019-06-03 |
Javier Bueno | cpu: Added the Multiperspective Perceptron Predictor... |
commit | commitdiff | tree |
2019-05-31 |
Brandon Potter | x86: fix movsd bug on %xmm register |
commit | commitdiff | tree |
2019-05-31 |
Willy Wolff | config, arm: memoryMode test |
commit | commitdiff | tree |
2019-05-31 |
Chun-Chen TK Hsu | arm: Fix decoding of CRC32 instructions in thumb32 |
commit | commitdiff | tree |
2019-05-31 |
Gabor Dozsa | cpu-o3: Increase LSQ buffer sizes to match max vector... |
commit | commitdiff | tree |
2019-05-31 |
Giacomo Gabrielli | arch-arm: Treat SVE prefetch instructions as no-ops |
commit | commitdiff | tree |
2019-05-30 |
Giacomo Gabrielli | arch-arm: Add initial support for SVE gather/scatter... |
commit | commitdiff | tree |
2019-05-30 |
Tiago Muck | cpu: Fix rescheduling of progress check events |
commit | commitdiff | tree |
2019-05-30 |
Giacomo Gabrielli | arch: Add include guards to auto-gen. decode header |
commit | commitdiff | tree |
2019-05-30 |
Giacomo Gabrielli | cpu-o3: Add support for pinned writes |
commit | commitdiff | tree |
2019-05-30 |
Gabe Black | arch, base, cpu, gpu, sim: Merge getMemProxy and getVir... |
commit | commitdiff | tree |
2019-05-30 |
Gabe Black | cpu: Store the translating proxy with the same pointer... |
commit | commitdiff | tree |
2019-05-30 |
Gabe Black | cpu, sim: Return PortProxy &s from all the proxy accessors. |
commit | commitdiff | tree |
2019-05-30 |
Gabe Black | kern: Replace an explicitly instantiated port proxy... |
commit | commitdiff | tree |
2019-05-30 |
Gabe Black | arch, base, sim: Demote (SE|FS)TranslatingPortProxy... |
commit | commitdiff | tree |
2019-05-30 |
Gabe Black | mem: Remove the now unused Copy* methods from the FS... |
commit | commitdiff | tree |
2019-05-30 |
Gabe Black | arch, base, sim: Replace Copy(String)?(In|Out) with... |
commit | commitdiff | tree |
2019-05-29 |
Brandon Potter | sim-se: const for loader's loadSection param |
commit | commitdiff | tree |
2019-05-29 |
Andrea Mondelli | cpu: Added correct return type for ROB::countInsts |
commit | commitdiff | tree |
2019-05-29 |
Javier Bueno | mem-cache: Accuracy-based rate control for prefetchers |
commit | commitdiff | tree |
2019-05-29 |
Ciro Santilli | sim-se: add a release parameter to Process.py |
commit | commitdiff | tree |
2019-05-29 |
Javier Bueno | mem-cache: Support for page crossing prefetches |
commit | commitdiff | tree |
2019-05-29 |
Gabe Black | mem: Add a readString method to the PortProxy which... |
commit | commitdiff | tree |
2019-05-29 |
Gabe Black | mem: Use a const T & in write<> to avoid an unnecessary... |
commit | commitdiff | tree |
2019-05-29 |
Gabe Black | arch, base, dev, sim: Remove now unnecessary casts... |
commit | commitdiff | tree |
2019-05-29 |
Gabe Black | mem, arm: Replace the pointer type in PortProxy with... |
commit | commitdiff | tree |
2019-05-29 |
Gabe Black | mem, arm: Move some helper methods into the base PortPr... |
commit | commitdiff | tree |
2019-05-29 |
Gabe Black | arm, mem: Move the SecurePortProxy subclass into it... |
commit | commitdiff | tree |
2019-05-28 |
Tiago Muck | mem: Parameterize coherent xbar sanity checks |
commit | commitdiff | tree |
2019-05-28 |
Tiago Muck | mem: Snoop filter support for large systems |
commit | commitdiff | tree |
2019-05-28 |
Tiago Muck | base: Add warn_if_once macro |
commit | commitdiff | tree |
2019-05-28 |
Giacomo Gabrielli | cpu: Remove assert causing issues with x86 Linux boot |
commit | commitdiff | tree |
2019-05-24 |
Giacomo Travaglini | arch-arm: Fix fallthrough when trapping at EL2 |
commit | commitdiff | tree |
2019-05-23 |
Giacomo Travaglini | arch-arm: Trap virtual accesses to GICv3 SGI registers |
commit | commitdiff | tree |
2019-05-23 |
Giacomo Travaglini | arch-arm: Expose haveGicv3CPUInterface to the ISA interface |
commit | commitdiff | tree |
2019-05-23 |
Giacomo Travaglini | arch-arm: Change mcrMrc15TrapToHyp signature |
commit | commitdiff | tree |
2019-05-22 |
Tiago Muck | mem: Add invalid context id check on LLSC checks |
commit | commitdiff | tree |
2019-05-22 |
Brandon Potter | sim-se: remove comment for code that moved |
commit | commitdiff | tree |
2019-05-22 |
Giacomo Travaglini | dev-arm: Provide a GICv3 ITS Implementation |
commit | commitdiff | tree |
2019-05-21 |
Brandon Potter | sim-se: change syscall function signature |
commit | commitdiff | tree |
2019-05-21 |
Tony Gutierrez | sim-se: remove /sys from special paths |
commit | commitdiff | tree |
2019-05-21 |
Chun-Chen TK Hsu | scons: Move the marshal binary to the build directory |
commit | commitdiff | tree |
2019-05-20 |
Tiago Muck | misc: Added dot_writer for Ruby's network topology |
commit | commitdiff | tree |
2019-05-20 |
Andreas Sandberg | mem-cache: Add multi-prefetcher adaptor |
commit | commitdiff | tree |
2019-05-20 |
Gabe Black | sim: Make the Process create function use the object... |
commit | commitdiff | tree |
2019-05-20 |
Gabe Black | x86: Add an object file loader for linux. |
commit | commitdiff | tree |
2019-05-20 |
Gabe Black | sparc: Add an object file loader for linux and solaris. |
commit | commitdiff | tree |
2019-05-20 |
Gabe Black | riscv: Add an object file loader for linux. |
commit | commitdiff | tree |
2019-05-20 |
Gabe Black | power: Add an object file loader for linux. |
commit | commitdiff | tree |
2019-05-20 |
Gabe Black | mips: Add an object file loader for linux. |
commit | commitdiff | tree |
2019-05-18 |
Gabe Black | arm: Add an object file loader for linux and freebsd. |
commit | commitdiff | tree |
2019-05-18 |
Gabe Black | alpha: Add an object file loader for linux. |
commit | commitdiff | tree |
2019-05-18 |
Gabe Black | base: Add a type for keeping track of object file loaders. |
commit | commitdiff | tree |
2019-05-18 |
Gabe Black | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out... |
commit | commitdiff | tree |
2019-05-17 |
Jason Lowe... | configs: Generalize FileSystemConfig for non se.py |
commit | commitdiff | tree |
2019-05-17 |
Ciro Santilli | arch-arm: implement VMINNM and VMAXNM scalar version |
commit | commitdiff | tree |
2019-05-17 |
Ciro Santilli | arch-arm: implement VMINNM and VMAXNM SIMD version |
commit | commitdiff | tree |
2019-05-17 |
Ciro Santilli | arch-arm: rename operands to match spec in isa/formats... |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: MOESI_CMP_dir cleanup |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: Cache latencies for MOESI_CMP_dir |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: Hit latencies defined by the controllers |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: Do not change blocked msg enqueue info |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: Unique ranks for MOESI_CMP_dir in ports |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: Change MOESI_CMP_Dir L2 addressing |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: Fix MOESI_CMP_dir debug msg |
commit | commitdiff | tree |
2019-05-14 |
Tiago Muck | mem-ruby: Prevent response stalls on MOESI_CMP_directory |
commit | commitdiff | tree |
2019-05-14 |
Javier Bueno | arch-arm: Do not check MustBeOne flag for TLB requests... |
commit | commitdiff | tree |
2019-05-14 |
Javier Bueno | configs: Fix duplicate branchPred reference in Simulati... |
commit | commitdiff | tree |
2019-05-14 |
Giacomo Travaglini | Revert "cpu: fix how a thread starts up in MinorCPU" |
commit | commitdiff | tree |
2019-05-14 |
Giacomo Travaglini | Revert "cpu: stop scheduling suspended threads in MinorCPU" |
commit | commitdiff | tree |
2019-05-14 |
Giacomo Travaglini | Revert "cpu: fix branching when thread is suspended... |
commit | commitdiff | tree |
2019-05-14 |
Daniel | mem-cache: Use SatCounter for prefetchers |
commit | commitdiff | tree |
2019-05-14 |
Daniel | base: Add operators to SatCounter |
commit | commitdiff | tree |
next |