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
/
port.hh
Age
Commit message (
Expand
)
Author
2017-12-05
mem: Add function to check if the slave can receive a timing req
Nikos Nikoleris
2015-03-02
mem: Split port retry for all different packet classes
Andreas Hansson
2014-10-16
misc: Move AddrRangeList from port.hh to addr_range.hh
Andreas Hansson
2014-09-27
mem: Provide better diagnostic for unconnected port
Curtis Dunham
2013-07-18
mem: Set the cache line size on a system level
Andreas Hansson
2013-05-30
mem: Make returning snoop responses occupy response layer
Andreas Hansson
2012-10-31
mem: Fix typo in port comments
Andreas Hansson
2012-10-15
Port: Add protocol-agnostic ports in the port hierarchy
Andreas Hansson
2012-09-19
AddrRange: Transition from Range<T> to AddrRange
Andreas Hansson
2012-08-28
Port: Stricter port bind/unbind semantics
Andreas Hansson
2012-08-15
O3,ARM: fix some problems with drain/switchout functionality and add Drain DP...
Anthony Gutierrez
2012-07-09
Port: Make getAddrRanges const
Andreas Hansson
2012-07-09
Port: Add getAddrRanges to master port (asking slave port)
Andreas Hansson
2012-07-09
Port: Add isSnooping to slave port (asking master port)
Andreas Hansson
2012-07-09
Port: Move retry from port base class to Master/SlavePort
Andreas Hansson
2012-05-30
Packet: Unify the use of PortID in packet and port
Andreas Hansson
2012-05-01
MEM: Separate requests and responses for timing accesses
Andreas Hansson
2012-04-25
MEM: Add the PortId type and a corresponding id field to Port
Andreas Hansson
2012-04-14
MEM: Separate snoops and normal memory requests/responses
Andreas Hansson
2012-03-30
MEM: Introduce the master/slave port sub-classes in C++
William Wang
2012-02-24
MEM: Move all read/write blob functions from Port to PortProxy
Andreas Hansson
2012-01-17
MEM: Separate queries for snooping and address ranges
Andreas Hansson
2012-01-17
MEM: Remove Port removeConn and MemObject deletePortRefs
Andreas Hansson
2012-01-17
MEM: Remove the notion of the default port
Andreas Hansson
2012-01-17
MEM: Simplify ports by removing EventManager
Andreas Hansson
2012-01-17
MEM: Add port proxies instead of non-structural ports
Andreas Hansson
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-05-17
includes: use base/types.hh not inttypes.h or stdint.h
Nathan Binkert
2008-10-09
eventq: Major API change for the Event and EventQueue structures.
Nathan Binkert
2008-06-28
Backed out changeset 94a7bb476fca: caused memory leak.
Steve Reinhardt
2008-06-21
Generate more useful error messages for unconnected ports.
Steve Reinhardt
2008-06-15
port: Clean up default port setup and port switchover code.
Nathan Binkert
2008-01-02
Add functional PrintReq command for memory-system debugging.
Steve Reinhardt
2007-11-28
Make ports that aren't connected to anything fail more gracefully.
Gabe Black
2007-05-21
Change getDeviceAddressRanges to use bool for snoop arg.
Steve Reinhardt
2007-05-07
fix partial writes with a functional memory hack
Ali Saidi
2007-03-09
Two fixes:
Kevin Lim
2007-03-08
stop m5 from leaking like a sieve
Ali Saidi
2007-02-07
Make memory commands dense again to avoid cache stat table explosion.
Steve Reinhardt
2007-01-26
make our code a little more standards compliant
Ali Saidi
2006-10-31
Ports now have a pointer to the MemObject that owns it (can be NULL).
Kevin Lim
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-08
Move away from using the statusChange function on snoops. Clean up snooping ...
Ron Dreslinski
2006-08-30
Move more common functionality into SimpleTimingPort,
Steve Reinhardt
2006-08-22
Commiting a version of the multi-phase snoop atomic bus so people can see the...
Ron Dreslinski
2006-08-14
Fix up doxygen.
Steve Reinhardt
2006-06-25
Allow ports to be created without a name.
Kevin Lim
2006-06-08
add write/read functions that have endian conversions in them
Ali Saidi
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-30
Minor further cleanup & commenting of Packet class.
Steve Reinhardt
[next]