gem5.git
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 Gabe Blackconfigs: Update HPI to use ArmDTB and ArmITB.
2019-10-28 Daniel R. Carvalhoconfigs: Fix undefined BaseCPU
2019-10-28 Bobby R. Brucetests, base: Fixed incorrect implementation of StrTest...
2019-10-28 Andreas Sandbergext: Update fputils to rev 0721843
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 Travagliniconfigs: Do not assume bootmem is a System child
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-21 Andreas Sandbergmisc: Add Giacomo Travaglini as an Arm maintainer
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 Giacomo Travagliniconfigs: Add simpleSystem helper to generate devices...
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-14 Bobby R. Brucemisc: Updating contributing.md to discuss Gerrit guidelines
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, misc: Updating TESTING.md to describe running...
2019-10-09 Bobby R. Brucetests: Migrated refcnt.cc test from src/unitttest to...
2019-10-09 Chun-Chen TK Hsusystem-arm: Initialize ICC_SRE_EL3 register of all...
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...
2019-10-07 Daniel R. Carvalhoconfigs: Isolate ISA related object lists
2019-10-07 Ciro Santillikvm, arm: fix the size of MISCREG_FPSR and MISCREG_FPCR
2019-10-07 Ciro Santilliconfig: skip access to branchPred in ARM KVM
2019-10-05 Gabe Blackbase: ELF segment types are not bitfields.
2019-10-04 Tommaso Marinellikvm: Rename gettid() to build with glibc 2.30+
2019-10-03 Tommaso Marinellimem: Remove unused variable
2019-10-03 Ayaz Akramtests: Fix a minor bug in fixture.py
2019-10-03 Bobby R. Brucedev, misc: Fixing "may be used unitialized" compilation...
2019-10-03 Jason Lowe... sim-se: Fix invalid delete of params on clone
2019-10-03 Giacomo Travagliniarch-arm: Annotate CM flag in AA64 CM Instructions
2019-10-03 Giacomo Travagliniarch-arm: Set CM bit in DataAbort
2019-10-02 Giacomo Travaglinisim: Mark System::getThreadContext method as const
2019-10-02 Marc Mari Barcelodev-arm: Improve fault message on SMMUv3 translation...
2019-10-02 Marc Mari Barcelodev-arm: Fix address used to update the SMMUv3 Walk...
2019-10-02 Giacomo Travagliniarch-arm: Create helper for sending events (SEV)
2019-10-02 Gabe Blackfastmodel: Get rid of the back channel mem port in...
2019-10-02 Gabe Blackfastmodel: Implement a custom sendFunctional for Cortex...
next