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
/
physical.cc
Age
Commit message (
Expand
)
Author
2008-11-02
Add in Context IDs to the simulator. From now on, cpuId is almost never used,
Lisa Hsu
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-06-15
physmem: Add a null option to physical memory so it doesn't store data.
Nathan Binkert
2008-04-10
PhysicalMemory: Add parameter for variance in memory delay.
Ali Saidi
2008-01-02
Additional comments and helper functions for PrintReq.
Steve Reinhardt
2008-01-02
Add functional PrintReq command for memory-system debugging.
Steve Reinhardt
2007-11-19
Memory: Cache the physical memory start and size so we don't need a dynamic c...
Ali Saidi
2007-11-14
remove unnecessary debug messages I added
Korey Sewell
2007-11-13
Add in files from merge-bare-iron, get them compiling in FS and SE mode
Korey Sewell
2007-07-29
memory system: fix functional access bug.
Steve Reinhardt
2007-07-26
Merge python and x86 changes with cache branch
Nathan Binkert
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-06-30
Get rid of Packet result field. Error responses are
Steve Reinhardt
2007-06-17
More major reorg of cache. Seems to work for atomic mode now,
Steve Reinhardt
2007-05-28
Restructure SimpleTimingPort a bit:
Steve Reinhardt
2007-05-21
Change getDeviceAddressRanges to use bool for snoop arg.
Steve Reinhardt
2007-05-20
Insist that PhysicalMemory object have at least one connection.
Steve Reinhardt
2007-05-19
Oops... some places in C++ explicitly ask for a "functional"
Steve Reinhardt
2007-05-19
PhysicalMemory has vector of uniform ports instead of one special one.
Steve Reinhardt
2007-02-12
some forgotten commits
Ali Saidi
2007-02-12
rename store conditional stuff as extra data so it can be used for conditiona...
Ali Saidi
2007-01-26
make our code a little more standards compliant
Ali Saidi
2006-12-27
Change MemoryAccess dprintfs to print the data as well
Ali Saidi
2006-11-22
Added a parameter to set memory to zero. This is to support Legion, and once ...
Gabe Black
2006-11-20
Fix an assert to correctly make sure a request falls entirely inside a memory.
Gabe Black
2006-11-12
Physical memory overrides the tport version of recvFunctional, need to do the
Ron Dreslinski
2006-11-09
Get SPARC to the point that it starts running. Add ability to load the ROM bi...
Ali Saidi
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-19
refactor code for the packet, get rid of packet_impl.hh
Nathan Binkert
2006-10-12
Fix problems with unCacheable addresses in timing-coherence
Ron Dreslinski
2006-10-09
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-09
Make memtest work with 8 memtesters
Ron Dreslinski
2006-10-09
Update memory assertion to check for whole range.
Kevin Lim
2006-10-08
Only respond if the pkt needs a response.
Ron Dreslinski
2006-10-08
Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)
Steve Reinhardt
2006-08-30
Move more common functionality into SimpleTimingPort,
Steve Reinhardt
2006-08-16
DRAM Memory doesn't crash the simulator now.. still untested.
Ali Saidi
2006-08-16
Fix Physical Memory to allow memory sizes bigger than 128MB.
Ali Saidi
2006-07-20
Move PioPort timing code into Simple Timing Port object
Ali Saidi
2006-06-13
Move SimObject creation and Port connection loops
Steve Reinhardt
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-30
Minor further cleanup & commenting of Packet class.
Steve Reinhardt
2006-05-26
Significant rework of Packet class interface:
Steve Reinhardt
2006-05-26
Add names to memory Port objects for tracing.
Steve Reinhardt
2006-05-23
Minor fixes for full-system timing memory.
Steve Reinhardt
2006-05-22
New directory structure:
Steve Reinhardt
[prev]