2019-11-04 |
Daniel R. Carvalho | mem-cache: Implement a zero compressor |
commit | commitdiff | tree |
2019-11-04 |
Daniel R. Carvalho | mem-cache: Implement FPC-D cache compression |
commit | commitdiff | tree |
2019-11-02 |
Gabe Black | arch,cpu: Move endianness conversion of inst bytes... |
commit | commitdiff | tree |
2019-11-01 |
Gabe Black | mem: Delete the packet accessors which use guest endian... |
commit | commitdiff | tree |
2019-11-01 |
seanzw | arch-x86: Fix FLDCW_P and FNSTCW_P to use rip. |
commit | commitdiff | tree |
2019-11-01 |
Ciro Santilli | tests: add squashfs make to m5-exit |
commit | commitdiff | tree |
2019-11-01 |
Adrian Herrera | arch-arm: generic method for getting an ArmSystem |
commit | commitdiff | tree |
2019-11-01 |
Giacomo Travaglini | dev-arm: Add SMMUv3 to VExpress_GEM5_V* |
commit | commitdiff | tree |
2019-11-01 |
Chun-Chen TK Hsu | config: Add --kernel-cmd option in fs_bigLITTLE.py |
commit | commitdiff | tree |
2019-11-01 |
Chun-Chen TK Hsu | config: Add --mem-size option in fs_bigLITTLE.py |
commit | commitdiff | tree |
2019-10-31 |
Gabe Black | fastmodel: Add CortexA76x[234] models. |
commit | commitdiff | tree |
2019-10-31 |
Gabe Black | fastmodel: Enable auto bridging and use it to simplify... |
commit | commitdiff | tree |
2019-10-31 |
Gabe Black | fastmodel: Templatize the xn versions of the CortexA76. |
commit | commitdiff | tree |
2019-10-31 |
Brandon Potter | cpu-o3,tests: add page boundary access test |
commit | commitdiff | tree |
2019-10-31 |
Daniel R. Carvalho | mem-cache: Fix missing header in associative set |
commit | commitdiff | tree |
2019-10-31 |
Joe Gross | mem-ruby: Fixed pipeline squashes caused by aliased... |
commit | commitdiff | tree |
2019-10-31 |
Giacomo Travaglini | configs: Add baremetal.py example script |
commit | commitdiff | tree |
2019-10-31 |
Brandon Potter | cpu-o3: bugfix for partial faults in x86 |
commit | commitdiff | tree |
2019-10-31 |
Samuel Grayson | ext: Fix undefined-behavior bug in bitshift |
commit | commitdiff | tree |
2019-10-31 |
Gabe Black | alpha: Convert htog and gtoh to htole and letoh. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | arch,sim: Make copyStringArray take an explicit endianness. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | kern: When dumping dmesg, detect the byte order dynamic... |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | sim: Use the system and OS to get endianness. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | arch: Make endianness a property of the OS class syscal... |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | dev: Make the virtio devices track endianness explicitly. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | sim: Add a getGuestByteOrder accessor to the system... |
commit | commitdiff | tree |
2019-10-30 |
Jason Lowe... | misc: Update MAINTAINERS file |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | fastmodel: Refactor the CortexA76x1 model for MP support. |
commit | commitdiff | tree |
2019-10-30 |
Pouya Fotouhi | dev: Adding support for large BAR |
commit | commitdiff | tree |
2019-10-30 |
Giacomo Travaglini | base: Name segments after their index |
commit | commitdiff | tree |
2019-10-30 |
Giacomo Gabrielli | cpu-o3: Fix handling of some mem. order violations |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | dev: Remove TheISA from ns_gige.cc. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | dev: Stop including config/the_isa.hh unnecessarily. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | dev: Get PageBytes from the system in the ARM generic... |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | dev: Get PageBytes from the system in the ide_disk... |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | dev: Remove using namespace std and TheISA from ide_dis... |
commit | commitdiff | tree |
2019-10-30 |
Chun-Chen TK Hsu | fastmodel: Helper function to setup FastModels for... |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | arm: Get rid of using namespace std and TheISA in realv... |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | dev: Remove SINIC_VTOPHYS and related code. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | alpha: Remove TheISA from the Alpha devices. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | x86: Remove TheISA from x86 devices. |
commit | commitdiff | tree |
2019-10-30 |
Gabe Black | sparc: Create a helper functions to install firmware... |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Add a repeated value pattern to compressors |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Inform unused bits instead of bytes in compr... |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Add a masked const value pattern to compressors |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Add a masked pattern to compressors |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Add an uncompressed pattern to compressors |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Templatize DictionaryCompressor |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Factor out CPack's dictionary functionality |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Use shouldAllocate() instead of CPack's... |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Limit compression size |
commit | commitdiff | tree |
2019-10-29 |
Daniel R. Carvalho | mem-cache: Do not try to compress dataless packets |
commit | commitdiff | tree |
2019-10-29 |
Andreas Sandberg | ext: Remove non-source files from fputils |
commit | commitdiff | tree |
2019-10-29 |
Nikos Nikoleris | mem: Fix DRAM controller to operate on its own address... |
commit | commitdiff | tree |
2019-10-29 |
Nikos Nikoleris | mem-cache: Avoid promotion of incompatible deferred... |
commit | commitdiff | tree |
2019-10-29 |
Nikos Nikoleris | mem-cache: Fix MSHR whole line write tracking |
commit | commitdiff | tree |
2019-10-28 |
Gabe Black | configs: Update HPI to use ArmDTB and ArmITB. |
commit | commitdiff | tree |
2019-10-28 |
Daniel R. Carvalho | configs: Fix undefined BaseCPU |
commit | commitdiff | tree |
2019-10-28 |
Bobby R. Bruce | tests, base: Fixed incorrect implementation of StrTest... |
commit | commitdiff | tree |
2019-10-28 |
Andreas Sandberg | ext: Update fputils to rev 0721843 |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | mips,riscv: Get rid of some Alpha cruft in these System... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Get rid of the nextInstEventCount method. |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Get rid of the serviceInstCountEvents method. |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | fastmodel: Use getCurrentInstCount for totalInsts(). |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | fastmodel: Implement getCurrentInstCount. |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Switch off of the CPU's comInstEventQueue. |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Access inst events through ThreadContext instead... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Delegate comInstEventQueue methods to the ThreadCo... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Make accesses to comInstEventQueue indirect throug... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu,sim: Delegate PCEvent scheduling from Systems to... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Make the ThreadContext a PCEventScope. |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu,sim: Get rid of a bunch of conditional compilation... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Don't print the CPU name when a (Break|Panic)PCEve... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Pass the address to check into the PCEventQueue... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | sim: Make the System object a PCEventScope. |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Stop checking for PC changes when servicing a... |
commit | commitdiff | tree |
2019-10-25 |
Gabe Black | cpu: Create a PCEventScope class to abstract the scope... |
commit | commitdiff | tree |
2019-10-24 |
Bobby R. Bruce | tests: Added GTests for base/str.cc |
commit | commitdiff | tree |
2019-10-24 |
Ciro Santilli | cpu, sim-se: don't wake up threads that are awake in... |
commit | commitdiff | tree |
2019-10-24 |
Ciro Santilli | sim-se: fix futexFunc TGT_FUTEX_WAIT always selects... |
commit | commitdiff | tree |
2019-10-23 |
Gabe Black | fastmodel: Add string constructors which delegate to... |
commit | commitdiff | tree |
2019-10-23 |
Gabe Black | cpu: Apply the ARM TLB rework to the O3 checker CPU. |
commit | commitdiff | tree |
2019-10-23 |
Tommaso Marinelli | arch: Drop sysctl support if built against glibc |
commit | commitdiff | tree |
2019-10-22 |
Giacomo Travaglini | configs: Clean setupBootLoader signature |
commit | commitdiff | tree |
2019-10-22 |
Giacomo Travaglini | configs: Do not assume bootmem is a System child |
commit | commitdiff | tree |
2019-10-22 |
Giacomo Travaglini | dev-arm, configs: Using _on_chip_memory for on chip... |
commit | commitdiff | tree |
2019-10-21 |
Gabe Black | cpu: Apply the ARM TLB rework to the checker CPU. |
commit | commitdiff | tree |
2019-10-21 |
Andreas Sandberg | misc: Add Giacomo Travaglini as an Arm maintainer |
commit | commitdiff | tree |
2019-10-19 |
Gabe Black | cpu,arm: Push the stage 2 MMUs out of the CPU into... |
commit | commitdiff | tree |
2019-10-19 |
Gabe Black | arch: Remove the "interrupts.hh" switching header file. |
commit | commitdiff | tree |
2019-10-19 |
Gabe Black | arch: Make a base class for Interrupts. |
commit | commitdiff | tree |
2019-10-18 |
Tiago Muck | dev-arm: Check for gem5 extensions in GicV2 |
commit | commitdiff | tree |
2019-10-18 |
Bobby R. Bruce | tests: Added GTests for base/bitfield.hh |
commit | commitdiff | tree |
2019-10-18 |
Gabe Black | arch: Get rid of the unused GenericTLB. |
commit | commitdiff | tree |
2019-10-18 |
Gabe Black | cpu: Turn the stage 2 ARM MMUs from params to children. |
commit | commitdiff | tree |
2019-10-18 |
Gabe Black | x86: Turn the local APIC Interrupts class into a SimObject. |
commit | commitdiff | tree |
2019-10-18 |
Bobby R. Bruce | tests: Added GTests for base/atomicio.cc |
commit | commitdiff | tree |
2019-10-18 |
Andreas Sandberg | base: Add classes that encapsulate a channel address |
commit | commitdiff | tree |
2019-10-18 |
Gabe Black | mem: Delete the MessageReq and MessageResp memory commands. |
commit | commitdiff | tree |
2019-10-17 |
Gabe Black | arm: Don't force the ArmISA::TLB in vtophys.cc. |
commit | commitdiff | tree |
next |