sim: Add a getGuestByteOrder accessor to the system class.
[gem5.git] / src /
2019-10-30 Gabe Blacksim: Add a getGuestByteOrder accessor to the system...
2019-10-30 Gabe Blackfastmodel: Refactor the CortexA76x1 model for MP support.
2019-10-30 Pouya Fotouhidev: Adding support for large BAR
2019-10-30 Giacomo Travaglinibase: Name segments after their index
2019-10-30 Giacomo Gabriellicpu-o3: Fix handling of some mem. order violations
2019-10-30 Gabe Blackdev: Remove TheISA from ns_gige.cc.
2019-10-30 Gabe Blackdev: Stop including config/the_isa.hh unnecessarily.
2019-10-30 Gabe Blackdev: Get PageBytes from the system in the ARM generic...
2019-10-30 Gabe Blackdev: Get PageBytes from the system in the ide_disk...
2019-10-30 Gabe Blackdev: Remove using namespace std and TheISA from ide_dis...
2019-10-30 Chun-Chen TK Hsufastmodel: Helper function to setup FastModels for...
2019-10-30 Gabe Blackarm: Get rid of using namespace std and TheISA in realv...
2019-10-30 Gabe Blackdev: Remove SINIC_VTOPHYS and related code.
2019-10-30 Gabe Blackalpha: Remove TheISA from the Alpha devices.
2019-10-30 Gabe Blackx86: Remove TheISA from x86 devices.
2019-10-30 Gabe Blacksparc: Create a helper functions to install firmware...
2019-10-29 Daniel R. Carvalhomem-cache: Add a repeated value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Inform unused bits instead of bytes in compr...
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked const value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add an uncompressed pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Templatize DictionaryCompressor
2019-10-29 Daniel R. Carvalhomem-cache: Factor out CPack's dictionary functionality
2019-10-29 Daniel R. Carvalhomem-cache: Use shouldAllocate() instead of CPack's...
2019-10-29 Daniel R. Carvalhomem-cache: Limit compression size
2019-10-29 Daniel R. Carvalhomem-cache: Do not try to compress dataless packets
2019-10-29 Nikos Nikolerismem: Fix DRAM controller to operate on its own address...
2019-10-29 Nikos Nikolerismem-cache: Avoid promotion of incompatible deferred...
2019-10-29 Nikos Nikolerismem-cache: Fix MSHR whole line write tracking
2019-10-28 Bobby R. Brucetests, base: Fixed incorrect implementation of StrTest...
2019-10-25 Gabe Blackmips,riscv: Get rid of some Alpha cruft in these System...
2019-10-25 Gabe Blackcpu: Get rid of the nextInstEventCount method.
2019-10-25 Gabe Blackcpu: Get rid of the serviceInstCountEvents method.
2019-10-25 Gabe Blackfastmodel: Use getCurrentInstCount for totalInsts().
2019-10-25 Gabe Blackfastmodel: Implement getCurrentInstCount.
2019-10-25 Gabe Blackcpu: Switch off of the CPU's comInstEventQueue.
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Delegate comInstEventQueue methods to the ThreadCo...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-25 Gabe Blackcpu,sim: Delegate PCEvent scheduling from Systems to...
2019-10-25 Gabe Blackcpu: Make the ThreadContext a PCEventScope.
2019-10-25 Gabe Blackcpu,sim: Get rid of a bunch of conditional compilation...
2019-10-25 Gabe Blackcpu: Don't print the CPU name when a (Break|Panic)PCEve...
2019-10-25 Gabe Blackcpu: Pass the address to check into the PCEventQueue...
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-25 Gabe Blackcpu: Stop checking for PC changes when servicing a...
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-10-24 Bobby R. Brucetests: Added GTests for base/str.cc
2019-10-24 Ciro Santillicpu, sim-se: don't wake up threads that are awake in...
2019-10-24 Ciro Santillisim-se: fix futexFunc TGT_FUTEX_WAIT always selects...
2019-10-23 Gabe Blackfastmodel: Add string constructors which delegate to...
2019-10-23 Gabe Blackcpu: Apply the ARM TLB rework to the O3 checker CPU.
2019-10-23 Tommaso Marinelliarch: Drop sysctl support if built against glibc
2019-10-22 Giacomo Travagliniconfigs: Clean setupBootLoader signature
2019-10-22 Giacomo Travaglinidev-arm, configs: Using _on_chip_memory for on chip...
2019-10-21 Gabe Blackcpu: Apply the ARM TLB rework to the checker CPU.
2019-10-19 Gabe Blackcpu,arm: Push the stage 2 MMUs out of the CPU into...
2019-10-19 Gabe Blackarch: Remove the "interrupts.hh" switching header file.
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-18 Tiago Muckdev-arm: Check for gem5 extensions in GicV2
2019-10-18 Bobby R. Brucetests: Added GTests for base/bitfield.hh
2019-10-18 Gabe Blackarch: Get rid of the unused GenericTLB.
2019-10-18 Gabe Blackcpu: Turn the stage 2 ARM MMUs from params to children.
2019-10-18 Gabe Blackx86: Turn the local APIC Interrupts class into a SimObject.
2019-10-18 Bobby R. Brucetests: Added GTests for base/atomicio.cc
2019-10-18 Andreas Sandbergbase: Add classes that encapsulate a channel address
2019-10-18 Gabe Blackmem: Delete the MessageReq and MessageResp memory commands.
2019-10-17 Gabe Blackarm: Don't force the ArmISA::TLB in vtophys.cc.
2019-10-17 Gabe Blackcpu: Clean up some style issues in pc_event.(hh|cc).
2019-10-17 Gabe Blackcpu: Get rid of load count based events.
2019-10-16 Andreas Sandbergbase: Add addIntlvBits to AddrRange
2019-10-16 Giacomo Travaglinibase: Using scoped string in DPRINTFNR
2019-10-16 Giacomo Travaglinibase: Fix gem5.fast compilation
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
2019-10-15 Gabe Blackx86: Use a std::function to handle MSI completion.
2019-10-15 Gabe Blackarch,base: Restructure the object file loaders.
2019-10-15 Gabe Blackcpu: Delete the unused sched_break_pc(_sys) functions.
2019-10-15 Isaac Richterarch-x86: Make LFENCE a serializing instruction
2019-10-15 Giacomo Travaglinidev-arm: Carve out a portion of VExpress_GEM5 for the...
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-10-15 Gabe Blackx86: De-x86ify the IntMasterPort.
2019-10-14 Bobby R. BruceTests: Added GTests for base/callback.cc
2019-10-14 Gabe Blackx86: Simplify and consolidate the code that assembles...
2019-10-14 Gabe Blackfastmodel: Expose all CPU communication ports from...
2019-10-13 Mingyuanmem-cache: set the second chance to false when insertin...
2019-10-12 Mingyuanmem-cache: Fixed a bug in MRU replacement policy
2019-10-12 Gabe Blackx86: Stop using and delete the x86 IntDevice class.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-11 JingQuJQmem-ruby: Allow Ruby to use all replacement policies...
2019-10-10 Gabe Blackarch,base: Stop loading the interpreter in ElfObject.
2019-10-10 Giacomo Travagliniarch-arm: Move generateDtb to ArmSystem
2019-10-10 Giacomo Travaglinidev-arm, configs: Remove RealViewPBX platform
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackfastmodel: Export GICV3Comms directly.
2019-10-09 Bobby R. Brucetests: Migrated refcnt.cc test from src/unitttest to...
2019-10-09 Gabe Blackarch-mips,arch-riscv,base: Get rid of the unused HexFil...
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-08 Gabe Blackbase: Get rid of the unused global pointer in object...
2019-10-08 Gabe Blackbase: Ensure %p format arguments are printed as pointers.
2019-10-07 Gabe Blackfastmodel: Make CortexA76x1's interrupts use gem5's...
next