mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / request.hh
2017-12-05 Nikos Nikoleriscpu: Add support for CMOs in the cpu models
2017-12-05 Nikos Nikolerismem: Add support for cache maintenance operation requests
2017-12-05 Nikos Nikolerismem: Support for specifying the destination of a WriteClean
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2016-01-19 Tony Gutierrez* * *
2015-07-20 Blake Hechtmanmem: misc flags for AMD gpu model
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-07-20 David Hashemem: add request types for acquire and release
2015-12-07 Radhika Jagtapcpu: Support virtual addr in elastic traces
2015-12-07 Radhika Jagtapmem: Add instruction sequence number to request
2015-08-21 Andreas Hanssonarm, mem: Remove unused CLEAR_LL request flag
2015-08-21 Andreas Hanssoncpu: Move invldPid constant from Request to BaseCPU
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-07 Andreas Hanssonmem: Remove extraneous acquire/release flags and attributes
2015-07-20 David Hashemem: add request types for acquire and release
2015-07-03 Andreas Hanssonmem: Convert Request static const flags to enums
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-05-05 Andreas Sandbergmem, alpha: Move Alpha-specific request flags
2015-03-23 Steve Reinhardtmem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW
2015-03-23 Andreas Hanssonmem: Tidy up Request
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2014-12-02 Andreas Hanssonmem: Make Request getters const
2014-09-09 Mitch Hayengamem: Add accessor function for vaddr
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-01-30 Mitch Hayenga ext... mem: prefetcher: add options, support for unaligned...
2014-01-24 Ali Saidicpu: Add support for instructions that zero cache lines.
2014-01-24 Giacomo Gabriellimem: Add flag to request if it was generated by a...
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2014-01-24 Matt Horsnellmem: track per-request latencies and access depths...
2013-10-31 Prakash Ramrakhyanimem: Add privilege info to request class
2013-10-15 Andreas Sandbergmem: Rename the ASI_BITS flag field in Request
2013-10-15 Andreas Sandbergmem: Use a flag instead of address bit 63 for generic...
2013-06-18 Andreas Sandbergkvm: Use the address finalization code in the TLB
2012-11-02 Dam SunwooARM: dump stats and process info on context switches
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-02-12 Dam Sunwoomem: fix cache stats to use request ids correctly
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2011-09-13 Daniel JohnsonMem: Allow ASID to be set after request is created.
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-10-16 Gabe BlackMem: Reclaim some request flags used by MIPS for alignm...
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-01-30 Brad Beckmannruby: added the GEMS ruby tester
2010-01-19 Derek Howermerge
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Steve ReinhardtClean up some inconsistencies with Request flags.
2009-08-02 Steve ReinhardtRename internal Request fields to start with '_'.
2009-05-29 Nathan Binkertrequest: add accessor and constructor for setting time...
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-23 Steve Reinhardtrequest: reorganize flags to group related flags together.
2009-04-21 Steve Reinhardtrequest: add PREFETCH flag.
2009-04-21 Steve Reinhardtrequest: rename INST_READ to INST_FETCH.
2009-04-21 Steve Reinhardtrequest: split public and private flags into separate...
2009-04-20 Gabe BlackMem: Fill out the comment that describes the LOCKED...
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Add a LOCKED flag back in for x86 style locking.
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-11 Steve Reinhardtprefetch: don't panic on requests w/o contextID (e...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2009-02-16 Steve ReinhardtFixes to get prefetching working again.
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-14 Gabe BlackCPU: Refactor read/write in the simple timing CPU.
2008-11-10 Nathan Binkertstyle: clean up the Packet stuff
2008-11-10 Steve Reinhardtmem: Assert that requests have non-negative size.
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-10-09 Nathan Binkertmem: Add a method for setting the time on a packet.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-06-15 Nathan BinkertMemReq: Add option to reset the time on a request.
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-21 Ali SaidiUse FastAlloc for Packet, Request, CoherenceState,...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Nathan BinkertMove all of the parameters of the Root SimObject so...
2007-02-12 Ali SaidiMerge zizzer:/bk/newmem
2007-02-12 Ali Saidirename store conditional stuff as extra data so it...
2006-12-16 Gabe BlackMerge zizzer:/bk/newmem
2006-12-15 Lisa HsuMerge zizzer:/bk/newmem
2006-12-15 Lisa HsuMerge zizzer:/bk/sparcfs
2006-12-13 Lisa HsuMerge zizzer:/bk/newmem
2006-12-13 Lisa HsuMerge zizzer:/bk/newmem
2006-12-13 Lisa HsuMerge zizzer:/bk/newmem
2006-12-06 Ali SaidiMany more fixes for SPARC_FS. Gets us to the point...
next