summaryrefslogtreecommitdiff
path: root/src/mem/page_table.cc
AgeCommit message (Expand)Author
2007-11-14Checkpointing: Name SE page table entries better so that there isn't a proble...Ali Saidi
2007-10-25TLB: Fix serialization issues with the tlb entries and make the page table st...Gabe Black
2007-10-25SE: Fix page table and system serialization, don't reinit process if this is ...Ali Saidi
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-06-05Clean up some of vincent's code and commit itAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2006-10-19initialize end, clean up loopNathan Binkert
2006-10-18need some initializations before doing the loop.Lisa Hsu
2006-10-17add code to serialize se structures. Lisa is working on the python side of th...Ali Saidi
2006-08-14Changed the size parameter from int to int64_tGabe Black
2006-06-27change the page table from map to hash_map and create small cache to to speed...Ali Saidi
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt