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
/
bus.hh
Age
Commit message (
Expand
)
Author
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
includes: use base/types.hh not inttypes.h or stdint.h
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-03-17
Restructure bus timing calcs to cope with pkt being deleted by target.
Steve Reinhardt
2008-02-26
Bus: Fix the bus timing to be more realistic.
Gabe Black
2008-02-06
Make the Event::description() a const function
Stephen Hines
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-10
DMA: Add IOCache and fix bus bridge to optionally only send requests one
Ali Saidi
2007-08-08
Port, StaticInst: Revert unnecessary changes.
Vincentius Robby
2007-08-08
alpha: Make the TLB cache to actually work.
Vincentius Robby
2007-08-04
port: Implement cache for port interfaces and ranges
Vincentius Robby
2007-07-24
Integrate snoop loop functions into their respective call sites.
Steve Reinhardt
2007-07-15
Make Bus::findPort() a little more useful.
Steve Reinhardt
2007-06-17
Merge vm1.(none):/home/stever/bk/newmem-head
Steve Reinhardt
2007-06-17
More major reorg of cache. Seems to work for atomic mode now,
Steve Reinhardt
2007-06-09
Add a startup function that will fast forward to the right clock edge
Nathan Binkert
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-04-04
The MemoryObject tha owns a port should delete it if it so chooses when delet...
Ali Saidi
2007-03-08
stop m5 from leaking like a sieve
Ali Saidi
2007-02-06
Minor DPRINTF fixes.
Steve Reinhardt
2006-12-15
Use my range_map to speed up findPort() in the bus. The snoop code could stil...
Ali Saidi
2006-11-14
Update atomic and functional paths for snoops as well
Ron Dreslinski
2006-11-14
Update bus bridges now that snoop ranges are passed properly
Ron Dreslinski
2006-11-07
Fix up bus draining and add draining to the caches.
Kevin Lim
2006-11-02
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-11-02
Have bus use the BadAddress device to handle bad addresses. The O3 CPU shoul...
Kevin Lim
2006-11-01
Merge zizzer.eecs.umich.edu:/bk/newmem/
Gabe Black
2006-11-01
Added code to handle draining.
Gabe Black
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-11
Make default ID unique (not broadcast)
Ron Dreslinski
2006-10-11
Forgot to mark myself as on the retry list
Ron Dreslinski
2006-10-11
Fix bus in FS mode.
Ron Dreslinski
2006-10-11
More cache fixes. Atomic coherence now works as well.
Ron Dreslinski
2006-10-10
Make the bus is occupied for none broadcast packets as well.
Gabe Black
2006-10-10
Put in an accounting mechanism and an assert to make sure something doesn't t...
Gabe Black
2006-10-10
Changed the bus to use a bool to keep track of retries rather than a pointer
Gabe Black
2006-10-09
Fixes to the bus, and added fields to the packet.
Gabe Black
2006-10-09
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-09
Potentially functional partially timed bandwidth limitted bus model.
Gabe Black
2006-10-08
Fixes for functional path.
Ron Dreslinski
2006-10-08
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-08
Move away from using the statusChange function on snoops. Clean up snooping ...
Ron Dreslinski
2006-10-08
bus changes
Gabe Black
2006-10-08
A possible implementation of a multiplexed bus.
Gabe Black
2006-10-05
Partial reimplementation of the bus. The "clock" and "width" parameters have ...
Gabe Black
2006-08-22
Commiting a version of the multi-phase snoop atomic bus so people can see the...
Ron Dreslinski
[next]