summaryrefslogtreecommitdiff
path: root/src/arch/alpha/tlb.cc
AgeCommit message (Expand)Author
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-08-08alpha: Quick fix for things related to TLB MRU cache.Vincentius Robby
2007-08-08alpha: Make the TLB cache to actually work.Vincentius Robby
2007-08-04alpha: Implement a cache for recently used page table entriesVincentius Robby
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-05-18Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-01fix flushAddr so it doesn't modify an iterator that has been deletedAli Saidi
2007-04-11Make the itlb set the PHYSICAL flag on a request when it translates it. This ...Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-02-21Fix compile issues on gcc 4.1.x related to namespaces.Nathan Binkert
2006-12-15tlb.cc:Lisa Hsu
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-10-31Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes mor...Gabe Black
2006-08-15Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alph...Gabe Black
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt