cpu-o3: fix data pkt initialization for split load
[gem5.git] / src / cpu / o3 / lsq_unit.hh
2017-08-30 Matthias Hillecpu-o3: fix data pkt initialization for split load
2017-05-15 Alec Roelkecpu: fix problem with forwarding and locked load
2016-12-21 Arthur Peraiscpu: Clarify meaning of cachePorts variable in lsq_unit...
2016-01-18 Steve Reinhardtcpu: remove unnecessary data ptr from O3 internal read...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-05-13 Curtis Dunhammem: Refactor assignment of Packet types
2014-09-03 Mitch Hayengacpu: Fix cache blocked load behavior in o3 cpu
2014-09-03 Mitch Hayengacpu: Change writeback modeling for outstanding instructions
2014-06-21 Binh Phamo3: split load & store queue full cases in rename
2014-04-01 Mitch Hayengacpu: Fix case where o3 lsq could print out uninitialize...
2014-01-24 Ali Saidicpu: Add support for instructions that zero cache lines.
2013-01-07 Andreas Sandbergcpu: Rewrite O3 draining to avoid stopping in microcode
2013-01-07 Andreas Sandbergcpu: Fix O3 LSQ debug dumping constness and formatting
2012-12-06 Nathanael Premillieuo3 cpu: remove some unused buggy functions in the lsq
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-02-07 Gabe BlackFaults: Turn off arch/faults.hh
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-29 Nilay VaishO3 CPU LSQ: Implement TSO
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
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 includes of config/full_system.hh.
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
2011-08-16 Gabe BlackO3: Make lsq_unit.hh include arch/isa_traits.hh directl...
2011-08-01 Gabe BlackO3: Implement memory mapped IPRs for O3.
2011-05-23 Geoffrey BlakeO3: Fix offset calculation into storeQueue buffer for...
2011-05-23 Geoffrey BlakeO3: Fix issue w/wbOutstading being decremented multiple...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiO3: Tighten memory order violation checking to 16 bytes.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-12-08 Ali SaidiO3: Allow a store entry to store up to 16 bytes (instea...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-08-23 Min Kyu JeongO3: Handle loads when the destination is the PC.
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-07-22 Timothy M. JonesLSQ Unit: After deleting part of a split request, set...
2010-07-22 Timothy M. JonesO3CPU: Fix a bug where stores in the cpu where never...
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-01-19 Derek Howermerge
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
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 BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
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-03-24 Steve ReinhardtDon't FastAlloc MSHRs since we don't allocate them...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesMake the Event::description() a const function
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge of DPRINTF fixes from head.
2007-07-14 Steve ReinhardtMerge in .hgignore from head.
2007-07-14 Steve ReinhardtMerge with head
2007-07-01 Steve ReinhardtMake CPU models use new LoadLockedReq/StoreCondReq...
2007-06-30 Steve ReinhardtGet rid of Packet result field. Error responses are
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-23 Lisa HsuMerge zizzer:/bk/newmem
2007-04-23 Ron DreslinskiMerge zizzer:/bk/newmem
2007-04-23 Gabe BlackMerge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5...
2007-04-23 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-22 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-21 Ali SaidiMerge zizzer:/bk/newmem
2007-04-21 Ali Saidifixes for solaris compile
2007-04-13 Ali SaidiMerge zizzer:/bk/newmem
2007-04-09 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
next