summaryrefslogtreecommitdiff
path: root/src/mem/page_table.hh
AgeCommit message (Expand)Author
2016-01-11scons: Enable -Wextra by defaultAndreas Hansson
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-11-23mem: Page Table map api modificationAlexandru Dutu
2014-11-23mem: Page Table long linesAlexandru Dutu
2014-09-03arch: Cleanup unused ISA traits constantsAndreas Hansson
2014-04-01mem: adding a multi-level page table classAlexandru
2013-04-23sim: Fix two bugs relating to software caching of PageTable entries.Mitch Hayenga
2011-10-22SE: move page allocation from PageTable to ProcessSteve Reinhardt
2011-10-22syscall_emul: implement MAP_FIXED option to mmap()Steve Reinhardt
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-16sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...Lisa Hsu
2008-11-15syscalls: fix latent brk/obreak bug.Steve Reinhardt
2007-10-25TLB: Fix serialization issues with the tlb entries and make the page table st...Gabe Black
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-06-05Clean up some of vincent's code and commit itAli Saidi
2006-10-17add code to serialize se structures. Lisa is working on the python side of th...Ali Saidi
2006-08-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-08-14Fix up doxygen.Steve Reinhardt
2006-08-14Changed the size parameter from int to int64_tGabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-06-27change the page table from map to hash_map and create small cache to to speed...Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt