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 |
2019-10-17 |
Gabe Black | cpu: Clean up some style issues in pc_event.(hh|cc). |
commit | commitdiff | tree |
2019-10-17 |
Gabe Black | cpu: Get rid of load count based events. |
commit | commitdiff | tree |
2019-10-16 |
Andreas Sandberg | base: Add addIntlvBits to AddrRange |
commit | commitdiff | tree |
2019-10-16 |
Giacomo Travaglini | base: Using scoped string in DPRINTFNR |
commit | commitdiff | tree |
2019-10-16 |
Giacomo Travaglini | base: Fix gem5.fast compilation |
commit | commitdiff | tree |
2019-10-16 |
Gabe Black | arch,base,sim: Move Process loader hooks into the Proce... |
commit | commitdiff | tree |
2019-10-15 |
Gabe Black | x86: Use a std::function to handle MSI completion. |
commit | commitdiff | tree |
2019-10-15 |
Gabe Black | arch,base: Restructure the object file loaders. |
commit | commitdiff | tree |
2019-10-15 |
Gabe Black | cpu: Delete the unused sched_break_pc(_sys) functions. |
commit | commitdiff | tree |
2019-10-15 |
Isaac Richter | arch-x86: Make LFENCE a serializing instruction |
commit | commitdiff | tree |
2019-10-15 |
Giacomo Travaglini | dev-arm: Carve out a portion of VExpress_GEM5 for the... |
commit | commitdiff | tree |
2019-10-15 |
Giacomo Travaglini | configs: Add simpleSystem helper to generate devices... |
commit | commitdiff | tree |
2019-10-15 |
Gabe Black | sim,cpu: Get rid of the unused instEventQueue. |
commit | commitdiff | tree |
2019-10-15 |
Gabe Black | x86: De-x86ify the IntMasterPort. |
commit | commitdiff | tree |
2019-10-14 |
Bobby R. Bruce | Tests: Added GTests for base/callback.cc |
commit | commitdiff | tree |
2019-10-14 |
Gabe Black | x86: Simplify and consolidate the code that assembles... |
commit | commitdiff | tree |
2019-10-14 |
Gabe Black | fastmodel: Expose all CPU communication ports from... |
commit | commitdiff | tree |
2019-10-14 |
Bobby R. Bruce | misc: Updating contributing.md to discuss Gerrit guidelines |
commit | commitdiff | tree |
2019-10-13 |
Mingyuan | mem-cache: set the second chance to false when insertin... |
commit | commitdiff | tree |
2019-10-12 |
Mingyuan | mem-cache: Fixed a bug in MRU replacement policy |
commit | commitdiff | tree |
2019-10-12 |
Gabe Black | x86: Stop using and delete the x86 IntDevice class. |
commit | commitdiff | tree |
2019-10-12 |
Gabe Black | arch,base: Separate the idea of a memory image and... |
commit | commitdiff | tree |
2019-10-11 |
JingQuJQ | mem-ruby: Allow Ruby to use all replacement policies... |
commit | commitdiff | tree |
2019-10-10 |
Gabe Black | arch,base: Stop loading the interpreter in ElfObject. |
commit | commitdiff | tree |
2019-10-10 |
Giacomo Travaglini | arch-arm: Move generateDtb to ArmSystem |
commit | commitdiff | tree |
2019-10-10 |
Giacomo Travaglini | dev-arm, configs: Remove RealViewPBX platform |
commit | commitdiff | tree |
2019-10-10 |
Gabe Black | arch, base: Stop assuming object files have three segments. |
commit | commitdiff | tree |
2019-10-09 |
Gabe Black | fastmodel: Export GICV3Comms directly. |
commit | commitdiff | tree |
next |