summaryrefslogtreecommitdiff
path: root/src/arch/x86/pagetable.hh
AgeCommit message (Expand)Author
2018-01-23x86, mem: Rewrite the multilevel page table class.Gabe Black
2018-01-20x86, mem: Get rid of PageTableOps::getBasePtr.Gabe Black
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
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-08-28mem: adding architectural page table support for SE modeAlexandru
2012-07-11x86: added page size in bytes tlb entry functionBrad Beckmann
2012-04-14X86: Use the AddrTrie class to implement the TLB.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan 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
2007-11-12X86: Work on the page table walker, TLB, and related faults.Gabe Black
2007-10-25TLB: Fix serialization issues with the tlb entries and make the page table st...Gabe Black
2007-10-02X86: Start implementing the x86 tlb which will handle segmentation permission...Gabe Black
2007-03-05Add some new source files.Gabe Black