index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
packet.hh
Age
Commit message (
Expand
)
Author
2019-12-09
mem: Add Request::isMasked to check for byte strobing
Giacomo Travaglini
2019-11-01
mem: Delete the packet accessors which use guest endianness.
Gabe Black
2019-10-18
mem: Delete the MessageReq and MessageResp memory commands.
Gabe Black
2019-05-11
cpu,mem: Add support for partial loads/stores and wide mem. accesses
Giacomo Gabrielli
2019-04-28
mem: Minimize the use of MemObject.
Gabe Black
2019-04-19
mem: Add packet matching functions
Daniel R. Carvalho
2019-04-19
mem: Allow packet to provide its own addr range
Daniel R. Carvalho
2019-02-26
mem-cache: Copy over flags to forwarded response
Nikos Nikoleris
2018-10-26
arch-arm: We add PRFM PST instruction for arm
yuetsu.kodama
2018-10-18
mem: Restructure whole-line writes to simplify write merging
Nikos Nikoleris
2018-10-18
mem: Mark the guest endianness packet accessors as deprecated.
Gabe Black
2018-10-18
null: Stop specifying an endianness in isa_traits.hh.
Gabe Black
2018-10-13
mem: Get rid of some stray lines which ended up in packet.hh.
Gabe Black
2018-10-12
mem: Expose the raw packet accessor functions.
Gabe Black
2018-09-07
mem: Add a QoS-aware Memory Controller type
Matteo Andreozzi
2018-07-23
mem: Rename Packet::checkFunctional to trySatisfyFunctional
Robert Kovacsics
2018-06-14
base,mem: Support AtomicOpFunctor in the classic memory system
Tuan Ta
2018-06-11
misc: Using smart pointers for memory Requests
Giacomo Travaglini
2018-04-17
mem: Add a helper function to get a word of variable length
Andreas Sandberg
2018-04-05
mem-cache: Use Packet functions to write data blocks
Daniel R. Carvalho
2017-12-05
mem: Co-ordination of CMOs in the xbar
Nikos Nikoleris
2017-12-05
mem: Add support for CMOs in the cache
Nikos Nikoleris
2017-12-05
mem: Add support for cache maintenance operation requests
Nikos Nikoleris
2017-12-05
mem: Support for specifying the destination of a WriteClean
Nikos Nikoleris
2017-12-05
mem: Add a WriteClean command to the packet class
Nikos Nikoleris
2017-12-04
misc: Rename misc.(hh|cc) to logging.(hh|cc)
Gabe Black
2016-12-05
mem: Assert that the responderHadWritable is set only once
Nikos Nikoleris
2016-08-12
mem: Add a FromCache packet attribute
Andreas Hansson
2016-01-19
* * *
Tony Gutierrez
2016-01-11
scons: Enable -Wextra by default
Andreas Hansson
2015-12-31
mem: Do not rely on the NeedsWritable flag for responses
Andreas Hansson
2015-12-31
mem: Do not allocate space for packet data if not needed
Andreas Hansson
2015-12-31
mem: Make cache terminology easier to understand
Andreas Hansson
2015-12-09
mem: remove acq/rel cmds from packet and add mem fence req
Tony Gutierrez
2015-11-06
mem: Add an option to perform clean writebacks from caches
Andreas Hansson
2015-09-25
mem: Make the coherent crossbar account for timing snoops
Andreas Hansson
2015-08-24
mem: Revert requirement on packet addr/size always valid
Andreas Hansson
2015-08-21
mem: Reflect that packet address and size are always valid
Andreas Hansson
2015-08-07
mem: Cleanup packet accessor methods
Andreas Sandberg
2015-08-07
mem: Remove extraneous acquire/release flags and attributes
Andreas Hansson
2015-07-20
mem: add request types for acquire and release
David Hashe
2015-07-30
mem: Transition away from isSupplyExclusive for writebacks
Andreas Hansson
2015-07-30
mem: Tidy up packet
Andreas Hansson
2015-07-04
mem: packet: Add const to constructor argument
Nilay Vaish
2015-07-03
mem: Split WriteInvalidateReq into write and invalidate
Andreas Hansson
2015-07-03
mem: Add ReadCleanReq and ReadSharedReq packets
Andreas Hansson
2015-07-03
mem: Add clean evicts to improve snoop filter tracking
Ali Jafri
2015-06-09
mem: Add check for express snoop in packet destructor
Ali Jafri
2015-03-27
mem: Rename PREFETCH_SNOOP_SQUASH flag to BLOCK_CACHED
Ali Jafri
2015-02-11
mem: restructure Packet cmd initialization a bit more
Steve Reinhardt
[next]