2015-07-26 |
Nilay Vaish | cpu: implements vector registers |
commit | commitdiff | tree |
2015-07-26 |
Nilay Vaish | cpu: o3: slight correction to identation in rename_impl.hh |
commit | commitdiff | tree |
2015-07-24 |
Brandon Potter | style: change Process function calls to use camelCase |
commit | commitdiff | tree |
2015-07-24 |
Brandon Potter | syscall_emul: standardized file descriptor name and... |
commit | commitdiff | tree |
2015-07-24 |
Brandon Potter | base: refactor process class (specifically FdMap and... |
commit | commitdiff | tree |
2015-07-24 |
Brandon Potter | syscall_emul: file descriptor interface changes |
commit | commitdiff | tree |
2015-07-24 |
Brandon Potter | ruby: dma sequencer: removes redundant code |
commit | commitdiff | tree |
2015-07-22 |
Nilay Vaish | ruby: network: NetworkLink inherits from Consumer now. |
commit | commitdiff | tree |
2015-07-21 |
Nilay Vaish | configs: network test: remove redundant physical memory |
commit | commitdiff | tree |
2015-07-18 |
Nilay Vaish | stats: x86: updates due to patch on vex |
commit | commitdiff | tree |
2015-07-17 |
Nilay Vaish | x86: decode instructions with vex prefix |
commit | commitdiff | tree |
2015-07-16 |
Gabor Dozsa | dev: add support for multi gem5 runs |
commit | commitdiff | tree |
2015-07-13 |
Andreas Hansson | mem: Fix (ab)use of emplace to avoid temporary object... |
commit | commitdiff | tree |
2015-07-13 |
Andreas Hansson | mem: Updated DRAMSim2 wrapper to new drain API |
commit | commitdiff | tree |
2015-07-10 |
Brandon Potter | ruby: replace global g_abs_controls with per-RubySystem var |
commit | commitdiff | tree |
2015-07-10 |
Brandon Potter | ruby: replace global g_system_ptr with per-object pointers |
commit | commitdiff | tree |
2015-07-10 |
Brandon Potter | ruby: replace g_ruby_start with per-RubySystem m_start_... |
commit | commitdiff | tree |
2015-07-10 |
Brandon Potter | ruby: remove extra whitespace and correct misspelled... |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | dev, arm: Add a device model that uses the NoMali model |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | ext: Add the NoMali GPU no-simulation library |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | stats: Update pc-switcheroo stats |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Refactor and simplify the drain API |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Decouple draining from the SimObject hierarchy |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Move mem(Writeback|Invalidate) to SimObject |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Make the drain state a global typed enum |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | python: Remove redundant drain when changing memory... |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Add macros to serialize objects into a section |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | base: Add serialization support to Pixels and FrameBuffer |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Fix broken event unserialization |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Refactor the serialization base class |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | tests: Skip SPARC tests if the required binaries are... |
commit | commitdiff | tree |
2015-07-07 |
Andreas Sandberg | sim: Add serialization macros for std containers |
commit | commitdiff | tree |
2015-07-06 |
Andreas Sandberg | mem: Cleanup CommMonitor in preparation for probe support |
commit | commitdiff | tree |
2015-07-06 |
Nilay Vaish | stats: x86: update stats missed out on in preivous... |
commit | commitdiff | tree |
2015-07-04 |
Nilay Vaish | stats: update stale config.ini files, eio and few other... |
commit | commitdiff | tree |
2015-07-04 |
Nikos Nikoleris | x86: Adjust the size of the values written to the x87... |
commit | commitdiff | tree |
2015-07-04 |
David Hashe | config: Update location of ruby topologies in help |
commit | commitdiff | tree |
2015-07-04 |
Nilay Vaish | o3: correct the number of cc registers in rename map |
commit | commitdiff | tree |
2015-07-04 |
Nilay Vaish | mem: packet: Add const to constructor argument |
commit | commitdiff | tree |
2015-07-04 |
Nilay Vaish | ruby: drop NetworkMessage class |
commit | commitdiff | tree |
2015-07-04 |
Nilay Vaish | ruby: mesi three level: name change to avoid clash |
commit | commitdiff | tree |
2015-07-04 |
Nilay Vaish | ruby: remove message buffer node |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | stats: Update stats for cache, crossbar and DRAM changes |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Increase the default buffer sizes for the DDR4... |
commit | commitdiff | tree |
2015-07-03 |
Wendy Elsasser | mem: Update DRAM command scheduler for bank groups |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Avoid DRAM write queue iteration for merging and... |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Delay responses in the crossbar before forwarding |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Remove redundant is_top_level cache parameter |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Split WriteInvalidateReq into write and invalidate |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Add ReadCleanReq and ReadSharedReq packets |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Allow read-only caches and check compliance |
commit | commitdiff | tree |
2015-07-03 |
Ali Jafri | mem: Add clean evicts to improve snoop filter tracking |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | mem: Convert Request static const flags to enums |
commit | commitdiff | tree |
2015-07-03 |
Curtis Dunham | scons: remove dead leading underscore check |
commit | commitdiff | tree |
2015-07-03 |
Curtis Dunham | base: remove fd from object loaders |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | util: Remove DRAMPower trace script |
commit | commitdiff | tree |
2015-07-03 |
Andreas Hansson | scons: Bump compiler requirement to gcc >= 4.7 and... |
commit | commitdiff | tree |
2015-06-25 |
Nilay Vaish | ruby: slicc: remove README |
commit | commitdiff | tree |
2015-06-25 |
Nilay Vaish | ruby: message: remove a data member added by mistake |
commit | commitdiff | tree |
2015-06-25 |
Jason Power | Ruby: Remove assert in RubyPort retry list logic stable_2015_09_03 |
commit | commitdiff | tree |
2015-06-21 |
Andreas Sandberg | base: Add a warn_if macro |
commit | commitdiff | tree |
2015-06-21 |
Andreas Sandberg | arm: Cleanup arch headers to remove dma_device.hh depen... |
commit | commitdiff | tree |
2015-06-09 |
Ali Jafri | mem: Add check for express snoop in packet destructor |
commit | commitdiff | tree |
2015-06-09 |
Andreas Hansson | mem: Fix snoop packet data allocation bug |
commit | commitdiff | tree |
2015-06-09 |
Rune Holm | arm: Delete debug print in initialization of hardware... |
commit | commitdiff | tree |
2015-06-09 |
Rune Holm | arm: Fix typo in ldrsh instruction name |
commit | commitdiff | tree |
2015-06-09 |
Andreas Sandberg | base: Reset CircleBuf size on flush() |
commit | commitdiff | tree |
2015-06-09 |
Andreas Sandberg | dev, arm: Include PIO size in AmbaDmaDevice constructor |
commit | commitdiff | tree |
2015-06-09 |
Andreas Hansson | scons: Allow GNU assembler version strings with hyphen |
commit | commitdiff | tree |
2015-06-07 |
Marco Elver | ruby: Fix MESI consistency bug |
commit | commitdiff | tree |
2015-06-07 |
Matthias Jung | mem: Add HMC Timing Parameters |
commit | commitdiff | tree |
2015-06-07 |
Ruslan Bukin... | arch: fix build under MacOSX |
commit | commitdiff | tree |
2015-05-30 |
Christoph Pfister | mem: addr_mapper: restore old address if request not... |
commit | commitdiff | tree |
2015-06-01 |
Curtis Dunham | sim, arm: add checkpoint upgrader for d02b45a5 |
commit | commitdiff | tree |
2015-06-01 |
Andreas Sandberg | kvm, arm: Add support for aarch64 |
commit | commitdiff | tree |
2015-06-01 |
Andreas Sandberg | kvm, arm, dev: Add an in-kernel GIC implementation |
commit | commitdiff | tree |
2015-06-01 |
Andreas Sandberg | kvm: Handle inst events at the current instruction... |
commit | commitdiff | tree |
2015-06-01 |
Andreas Sandberg | kvm, arm: Move ARM-specific files to arch/arm/kvm/ |
commit | commitdiff | tree |
2015-05-26 |
Curtis Dunham | arm: implement the CONTEXTIDR_EL2 system reg. |
commit | commitdiff | tree |
2015-05-26 |
Andreas Hansson | arm, stats: Update stats to reflect reduction in misc... |
commit | commitdiff | tree |
2015-05-26 |
Nathanael Premillieu | arm: Make address translation faster with better caching |
commit | commitdiff | tree |
2015-05-26 |
Andreas Hansson | base: Allow multiple interleaved ranges |
commit | commitdiff | tree |
2015-05-26 |
Andreas Hansson | stats: Update MinorCPU regressions after accounting fix |
commit | commitdiff | tree |
2015-05-26 |
Andrew Bardsley | cpu: Fix a bug in counting issued instructions in MinorCPU |
commit | commitdiff | tree |
2015-05-26 |
Giacomo Gabrielli | arm: Implement some missing syscalls (SE mode) |
commit | commitdiff | tree |
2015-05-26 |
Andreas Hansson | ruby: Deprecation warning for RubyMemoryControl |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | arm, stats: Update stats to reflect changes to generic... |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | arm, dev: Add support for a memory mapped generic timer |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | arm: Get rid of pointless have_generic_timer param |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | dev, arm: Add virtual timers to the generic timer model |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | dev, arm: Refactor and clean up the generic timer model |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | kvm: Fix dumping code for large registers |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | kvm, x86: Guard x86-specific APIs in KvmVM |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | build: Don't test for KVM xsave support on ARM |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | arm: Workaround incorrect HDLCD register order in kernel |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | base: Redesign internal frame buffer handling |
commit | commitdiff | tree |
2015-05-23 |
Andreas Sandberg | base: Clean up bitmap generation code |
commit | commitdiff | tree |
2015-05-19 |
Joel Hestness | ruby: Fix RubySystem warm-up and cool-down scope |
commit | commitdiff | tree |
2015-05-15 |
Andreas Hansson | arm: Identify table-walker requests |
commit | commitdiff | tree |
2015-05-15 |
Andreas Hansson | misc: Appease gcc 5.1 |
commit | commitdiff | tree |
next |