summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-06ruby: rename ALPHA_Network_test protocol to Garnet_standalone.Tushar Krishna
2016-10-04kvm: Adding details to kvm page fault in x86Alexandru Dutu
2016-10-04misc: Adds a warning in case gdb is attached multiple timesAlexandru Dutu
2016-10-04gpu-compute: Added method to compute the actual workgroup sizeAlexandru Dutu
2016-10-04sim: Add a checkpoint function to test for entriesAndreas Sandberg
2016-09-29ruby: correct size for partial memory writesBrad Beckmann
2016-09-29mem: minor dprintf fix to abstract memBrad Beckmann
2016-09-22arm: disable GIC extensionsCurtis Dunham
2016-09-22cpu: Fix the O3 CPU DrainRekai Gonzalez-Alberquilla
2016-09-16gpu-compute: fix typo in GPUDispatcherTony Gutierrez
2016-09-16hsail: Fix disassembly of load instruction with 3 destination operandsAlexandru Dutu
2016-09-16gpu-compute: Adding context serialization methods to WavefrontAlexandru Dutu
2016-09-16gpu-compute: Refactoring Wavefront::dynWaveIdAlexandru Dutu
2016-09-16gpu-compute: Adding vector register file debug messagesAlexandru Dutu
2016-09-16gpu-compute: Changing reconvergenceStack typeAlexandru Dutu
2016-09-16gpu-compute: Adding ioctl for HW context sizeAlexandru Dutu
2016-09-16gpu-compute: Wavefront refactoringAlexandru Dutu
2016-09-16gpu-compute: Remove WFContextAlexandru Dutu
2016-09-15base: eliminate ipython warningCurtis Dunham
2016-09-15arm: Add m5_fail support for aarch64Ricardo Alves
2016-09-15cpu: Support exit when any one Trace CPU completes replayRadhika Jagtap
2016-09-15cpu: Adjust for trace offset and fix statsRadhika Jagtap
2016-09-15cpu: Add frequency scaling to the Trace CPURadhika Jagtap
2016-09-13kvm: Support timing accesses for KVM cpuMichael LeBeane
2016-09-13x86: Force strict ordering for memory mapped m5opsMichael LeBeane
2016-09-13sim: Refactor quiesce and remove FS assertsMichael LeBeane
2016-09-13dev: Add a DmaCallback class to DmaDeviceMichael LeBeane
2016-09-13sim, syscall_emul: Add mmap to EmulatedDriverMichael LeBeane
2016-09-13gpu-compute: Fix bug with return in cfgMichael LeBeane
2016-09-13dev: Exit correctly in dist-gem5Michael LeBeane
2016-09-13misc: Remove FullSystem check for networking componentsMichael LeBeane
2016-09-13base: Output all AddrRange parameters to config.iniMatt Poremba
2016-09-06dev, arm: Add a customizable NoMali GPU modelAndreas Sandberg
2016-08-22cpu, mem, sim: Change how KVM maps memoryDavid Hashe
2016-08-16dev: Revert 0a316996de76 [dev, sim: Added missing override...]Andreas Sandberg
2016-08-15cpu: Add missing override in Minor's exec contextAndreas Sandberg
2016-08-15cpu: Fixed clang errors. Added 'override' keyword for virtual functions.Reiley Jeapaul
2016-08-15mem: Print an MSHR without triggering any assertionsNikos Nikoleris
2016-08-15dev, sim: Added missing override keywords to fix CLANG compilation (OSX)Matteo Andreozzi
2016-08-15cpu, arch: fix the type used for the request flagsNikos Nikoleris
2016-08-12mem: Add support for secure packets in the snoop filterNikos Nikoleris
2016-08-12mem: Add snoop filter to SystemXBar by defaultAndreas Hansson
2016-08-12mem: Use FromCache attribute in snoop filter allocationAndreas Hansson
2016-08-12mem: Update mostly exclusive policy even furtherAndreas Hansson
2016-08-12mem: Update mostly exclusive cache policy to cover more casesAndreas Hansson
2016-08-12mem: Add a FromCache packet attributeAndreas Hansson
2016-08-10arm, dev: Add support for listing DMA ports in new platformsAndreas Sandberg
2016-08-10ruby: Implement support for functional accesses to PIO rangesAndreas Sandberg
2016-08-10arm: Don't report the boot ROM as a memory in config tablesAndreas Sandberg
2016-08-05sim: fix issues with pwrite(); don't enable fstatfsTony Gutierrez