summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-27scons: Enable override suggestions on gcc 5.0+Matteo Andreozzi
2016-05-27arm: Use the target EL state when determining fault formatAndreas Sandberg
2016-05-26arm: Fix incorrect TLB permission check in aarch32Andreas Sandberg
2016-05-26arm: Make EL checks available in SE modeAndreas Sandberg
2016-05-26mem: Fix memory leak in handling of deferred snoopsAndreas Hansson
2016-05-26dev, arm: Add a flag to enable/disable gem5 GIC extensionsAndreas Sandberg
2016-05-26cpu: Add a basic progress check to the TrafficGenAndreas Hansson
2016-05-26mem: Do not set cacheResponding on MSHR snoop if not respondingAndreas Hansson
2016-05-26mem: Fix MemChecker unique_ptr type mismatchAndreas Hansson
2016-05-26arm: Fix heap overflow issue in Neon64Load operationAndreas Hansson
2016-05-26arm, dev: Remove superfluous loop increment in flash deviceAndreas Hansson
2016-05-26mem: fix headers include order in the cache related classesNikos Nikoleris
2016-05-26mem: remove redudant check whether the cache forwards snoopsNikos Nikoleris
2016-05-26mem: change NULL to nullptr in the cache related classesNikos Nikoleris
2016-05-26mem: fix the line length in the cache related classesNikos Nikoleris
2016-05-26tests: Add test infrastructure as a Python moduleAndreas Sandberg
2016-05-19config, x86: Properly space pad the X86IntelMPBus Entry descriptionsBjoern A. Zeeb
2016-05-19arm,dev: PL011 UART_FR read status enhancementBjoern A. Zeeb
2016-05-19x86, dev: properly space the APIC registersBjoern A. Zeeb
2016-05-19dev, virtio: properly set PCI address space to use IOREGBjoern A. Zeeb
2016-05-16gpu-compute: fix bug in GPUDynInst::isScalarRegister()Tony Gutierrez
2016-05-09scons: Rewrite git style hook installerAndreas Sandberg
2016-05-09tests: Enable test running outside of gem5's source treeAndreas Sandberg
2016-05-07tests: update EIO ref stats for removed cache statsSteve Reinhardt
2016-05-06gpu-compute: fix spacing in GPUDynInst ctorTony Gutierrez
2016-05-06gpu-compute: fix uninitialized member bug in GPUDynInstTony Gutierrez
2016-05-06dev, arm: Update GIC to use GICv2 register namingAndreas Sandberg
2016-05-06arm: Update dts to work with the new HDLCD driverAndreas Sandberg
2016-04-28scons: emit correct message before installing git hookCurtis Dunham
2016-04-28style: ignore test data in style checksCurtis Dunham
2016-04-28style: respect ignores for git commitCurtis Dunham
2016-04-28style: improve compatibility with old git versionsCurtis Dunham
2016-04-28style: Don't include diff context in git style hookAndreas Sandberg
2016-04-28tests: Remove stale reference output filesAndreas Sandberg
2016-04-27arm: Remove BreakPCEvent on guest kernel panicAndreas Sandberg
2016-04-27kvm, arm: Make GIC interrupt lines configurableAndreas Sandberg
2016-04-27kvm, arm: Refactor KVM GIC deviceAndreas Sandberg
2016-04-27dev: Fix incorrect terminal backlog handlingAndreas Sandberg
2016-04-26ruby: Rename pkt to m_pkt so it may be accessed via SLICCMatthew Poremba
2016-04-25tests: Add a basic memcheck regressionAndreas Hansson
2016-04-21tests: Update learning gem5 tests scripts with copyrightJason Power
2016-04-21stats: Update stats to reflect cache changesAndreas Hansson
2016-04-21mem: Include WriteLineReq in cache demand statsAndreas Hansson
2016-04-21mem: Remove unused cache statsAndreas Hansson
2016-04-21mem: Deallocate all write-queue entries when sentAndreas Hansson
2016-04-21mem: Align downstream cache packet creation in atomic and timingAndreas Hansson
2016-04-21config: Add missing point of coherency to memcheck scriptAndreas Hansson
2016-04-18scons: Fix Python 2.6 compatibilityAndreas Sandberg
2016-04-18style: Fix Python 2.6 compatibilityAndreas Sandberg
2016-04-15ruby: Fix block_on behaviorJoel Hestness