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
Age
Commit message (
Expand
)
Author
2006-03-10
Work towards factoring isa_traits.hh into smaller, more specialized files.
Gabe Black
2006-03-09
SimpleCPU compiles with merge.
Gabe Black
2006-03-02
Fix memory allocation error in Port::memsetBlobFunctional.
Steve Reinhardt
2006-03-02
Simple program runs with sendAtomic!
Steve Reinhardt
2006-03-02
More progress... run a few instructions now, but die on the second
Steve Reinhardt
2006-03-01
More progress toward actually running a program.
Steve Reinhardt
2006-02-27
Fixes so that it compiles properly. Still working on .py file issues.
Ron Dreslinski
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-21
Rename Port address range functions... like the block size
Steve Reinhardt
2006-02-21
Rename port methods:
Steve Reinhardt
2006-02-21
Move read/writeBlob functions to Port class;
Steve Reinhardt
2006-02-21
Thanks to Ali, I was able to add chunk generation code in to handle a few cas...
Ron Dreslinski
2006-02-21
Adding some definitons for read/write blob/string. I need to locate te code ...
Ron Dreslinski
2006-02-20
Add in a new translating port that allows syscalls to translate addresses via...
Ron Dreslinski
2006-02-20
Revert PageTable code back to non-asid version.
Steve Reinhardt
2006-02-15
More progress toward compiling... partly by
Steve Reinhardt
2006-02-15
Changes to start making the tree use the new memory system. Trying to compil...
Ron Dreslinski
2006-02-15
Many changes that make the new mem system compile. Now to convert the rest o...
Ron Dreslinski
2006-02-07
Pushing current state. Need to fix compilation problems, have moved the SCON...
Ron Dreslinski
2006-02-03
Adding some more things toward having cpu->mem test in place. Still need to ...
Ron Dreslinski
2006-01-31
More include files, removing definition of SendResult whioch isn't needed any...
Ron Dreslinski
2006-01-31
Fixed some void functions with returns, first stab at cpu ports.
Ron Dreslinski
2006-01-31
Merge zizzer:/bk/newmem
Ali Saidi
2006-01-31
changed sendresult -> bool,tick,void as appropriate
Ali Saidi
2006-01-31
Add proper includes
Ron Dreslinski
2006-01-31
Listing some of the enum structures
Ron Dreslinski
2006-01-31
Inital split up of the header files for the new memory system. Still need to...
Ron Dreslinski
2006-01-29
Add PageTable code and SConscript fixes for new syscall emulation
Steve Reinhardt