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
/
mem
/
physical.cc
Age
Commit message (
Expand
)
Author
2006-05-22
New directory structure:
Steve Reinhardt
2006-05-18
First steps toward getting full system to work with
Steve Reinhardt
2006-05-18
Change Packet parameters on Port methods from references to pointers.
Steve Reinhardt
2006-05-16
Split SimpleCPU into two different models, AtomicSimpleCPU and
Steve Reinhardt
2006-05-15
Many files:
Steve Reinhardt
2006-05-01
move code from packet.hh to packet.cc and packet_impl.hh
Ali Saidi
2006-04-28
add a bridge object, modify bus object to be able to connect to other buses o...
Ali Saidi
2006-04-24
Mostly done with all device models for new memory system. Still need to get t...
Ali Saidi
2006-04-20
make ide disk work for newmem
Ali Saidi
2006-04-10
Panic if physical memory isn't connected to anything
Ali Saidi
2006-04-07
a bit of bad code trampling on memory
Ali Saidi
2006-04-06
fixes for newmem
Ali Saidi
2006-03-30
Make TranslatingPort be a type of Port rather than something special
Ali Saidi
2006-03-26
Add the bus and connector objects to scons
Ali Saidi
2006-03-25
Implement a very very simple bus
Ali Saidi
2006-03-12
Replace Memory with MemObject; no need for two different levels of hierarchy ...
Steve Reinhardt
2006-03-12
More memory system cleanup:
Steve Reinhardt
2006-03-09
SimpleCPU compiles with merge.
Gabe Black
2006-03-02
Simple program runs with sendAtomic!
Steve Reinhardt
2006-03-01
More progress toward actually running a program.
Steve Reinhardt
2006-02-23
Add support for multiple ports on the memory. Hook up simple cpu to memory.
Ron Dreslinski
2006-02-23
Update functional memory to have a response event
Ron Dreslinski
2006-02-22
Remove unneeded functions, moving code around abit.
Ron Dreslinski
2006-02-22
Move the port from base memory object into the physical memory object.
Ron Dreslinski
2006-02-21
Some more changes for compilation. Since memset is now part of port and not ...
Ron Dreslinski
2006-02-21
Add blocksize functions to physical memory. Fix the port we were using in th...
Ron Dreslinski
2006-02-15
Many changes that make the new mem system compile. Now to convert the rest o...
Ron Dreslinski
2006-02-03
Adding some more things toward having cpu->mem test in place. Still need to ...
Ron Dreslinski