summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-11cpu: Tidy up the MemTest and make false sharing more obviousAndreas Hansson
2015-02-11sim: Move the BaseTLB to src/arch/generic/Andreas Sandberg
2015-02-11base: Add compiler macros to add deprecation warningsAndreas Sandberg
2015-02-11base: Do not dereference NULL in CompoundFlag creationAndreas Hansson
2015-02-11dev: Remove unused system pointer in the Platform base classAndreas Sandberg
2015-02-06cpu: Idle CPU status logic revisedAlexandru Dutu
2015-02-05config: rename 'file' varSteve Reinhardt
2015-02-05config: make M5_PATH a real search pathSteve Reinhardt
2015-02-03mem: Clarify express snoop behaviourAndreas Hansson
2015-02-03mem: Clarify cache behaviour for pending dirty responsesAndreas Hansson
2015-02-03base: add an accessor and operators ==,!= to address rangesCurtis Dunham
2015-02-03config: Add XOR hashing to the DRAM channel interleavingAndreas Hansson
2015-02-03base: Add XOR-based hashed address interleavingAndreas Hansson
2015-02-03config: Adjust DRAM channel interleaving defaultsAndreas Hansson
2015-02-03style: Update the style checker to handle new include orderAndreas Sandberg
2015-02-03sim: Remove test for non-NULL this in EventAndreas Sandberg
2015-02-03dev: Correctly clear interrupts in VirtIO PCIAndreas Sandberg
2015-02-03scons: Avoid implicit command dependenciesAndreas Hansson
2014-12-19sim: prioritize async events; prevent starvationCurtis Dunham
2015-02-03cpu: Ensure timing CPU sinks response before sending new requestAndreas Hansson
2015-02-03config: Fix typo in Float paramGeoffrey Blake
2015-01-30config: arm: fix os_flagsMalek Musleh
2015-01-25arm: always set the IsFirstMicroop flagAli Saidi
2015-01-25sim: Clean up InstRecordAli Saidi
2015-01-25cpu: Remove all notion that we know when the cpu is misspeculating.Ali Saidi
2015-01-25cpu: Put all CPU instruction tracers in a single fileAli Saidi
2015-01-25cpu: remove legion tracerAli Saidi
2014-12-23sim: fix reference counting of PythonEventCurtis Dunham
2015-01-22mem: Remove unused Packet src and dest fieldsAndreas Hansson
2015-01-22mem: Remove Packet source from ForwardResponseRecordAndreas Hansson
2015-01-22mem: Remove unused RequestState in the bridgeAndreas Hansson
2015-01-22mem: Always use SenderState for response routing in RubyPortAndreas Hansson
2015-01-22mem: Make the XBar responsible for tracking response routingAndreas Hansson
2015-01-22stats: Update stats to reflect x86 table walker changesAndreas Hansson
2015-01-22x86: Delay X86 table walk on receiving walker responseAndreas Hansson
2015-01-22mem: Clean up Request initialisationAndreas Hansson
2015-01-20config, ruby: connect dma to networkMalek Musleh
2015-01-20cpu: commit probe notification on every microop or macroopNikos Nikoleris
2015-01-20scons: Do not build the InOrderCPUAndreas Hansson
2015-01-20tests: Remove deprecated InOrderCPU testsAndreas Hansson
2015-01-20mem: Fix bug in cache request retry mechanismAndreas Hansson
2015-01-20cpu: Fix retry bug in MinorCPU LSQAndreas Hansson
2015-01-20mem: Move DRAM interleaving check to initAndreas Hansson
2015-01-10stats: changes due to recent changesets.Nilay Vaish
2015-01-10x86 : fxsave and fxrestore missing template codeEmilio Castillo
2015-01-10cpu: fix RetiredStores probe pointNikos Nikoleris
2015-01-06dev: prevent intel 8254 timer counter events firing before startupcdirik
2015-01-07test: Add a unittest for the BitUnion types.Gabe Black
2015-01-07base: Fix assigning between identical bitfields.Gabe Black
2015-01-07stats: x86: Update stats for the CPUID change.Gabe Black