Port: Move retry from port base class to Master/SlavePort
[gem5.git] / src / cpu / simple / atomic.cc
2012-06-05 Anthony Gutierrezcpu: Don't init simple and inorder CPUs if they are...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-04-03 Andreas HanssonAtomic: Remove the physmem_port and access memory directly
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-30 Andreas HanssonCPU: Unify initMemProxies across CPUs and simulation...
2012-02-24 Andreas HanssonCPU: Round-two unifying instr/data CPU ports across...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonCPU: Moving towards a more general port across CPU...
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the CPU directory.
2011-11-01 Gabe BlackSE/FS: Expose the same methods on the CPUs in SE and...
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackExecContext: Get rid of the now unused read/write templ...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Detect and skip udelay() functions in linux kernel.
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-26 Ali SaidiCPU: Print out traces for faluting inst when the flag...
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-08-13 Gabe BlackCPU: Tidy up endianness handling for mmapped "IPR"s.
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-23 Steve Reinhardtcpu: get rid of uncached access "events"
2010-03-23 Steve Reinhardtcpu: fix exec tracing memory corruption bug
2010-01-19 Derek Howermerge
2009-11-18 Brad Beckmannm5: Fixed bug in atomic cpu destructor
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-23 Gabe BlackMerge with head.
2009-08-23 Gabe BlackAtomic CPU: Respect the NO_ACCESS request flag.
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackCPUs: Make the atomic CPU support locked memory accesses.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-19 Gabe BlackCPU: If the simple CPU is already idle, just return...
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-12 Steve Reinhardtcpu: fix minor endian issue with trace output
2009-02-25 Gabe BlackCPU: Don't fetch when executing a macroop.
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-13 Gabe BlackCPU: Explain why some code is commented out.
2008-10-13 Gabe BlackX86: Don't fetch in the simple CPU if you're in the...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
2008-07-01 Ali SaidiMake the cached virtPort have a thread context so it...
2008-07-01 Ali SaidiAfter a checkpoint (and thus a stats reset), the not_id...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan BinkertAtomicSimpleCPU: Separate data stalls from instruction...
2008-06-12 Gabe BlackCPU: Make the simple cpu trace data for loads/stores.
2008-02-14 Ali SaidiCPU: move the PC Events code to a place where the code...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesMake the Event::description() a const function
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
2007-12-16 Ali SaidiCPU: Update where the simple cpus read their cpu id...
2007-11-20 Gabe BlackMerge with head.
2007-11-20 Gabe BlackSimple CPU fix simple mistake in translateDataWriteAddr.
2007-11-08 Ali SaidiAtomicSimpleCPU: Refactor resume() code to have a clean...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackCPU: Add functions to the "ExecContext"s that translate...
2007-10-19 Gabe BlackMerge with head.
2007-10-18 Ali SaidiCPU: Use the ThreadContext cpu id instead of the params...
2007-10-03 Gabe BlackMerge with head.
2007-09-28 Ali SaidiUpdate stats for quiesced cycles
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackMerge with head
2007-08-27 Gabe BlackSimple CPU: Don't trace instructions that fault. Otherw...
2007-08-27 Gabe BlackSimple CPU: Added code that will split requests that...
2007-08-27 Gabe BlackSimple CPU: Make sure only instructions which complete...
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
next