arm: Clean up and document decoder API
[gem5.git] / src / arch / mips / tlb.cc
2014-08-13 Andreas Sandbergmips: Remove unused private members to fix compile...
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2013-06-03 Andreas Sandbergarch: Create a method to finalize physical addresses
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-12 Deyuan Guomips: Fix bugs in faults.cc/hh and tlb.cc for MIPS_FS
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Gabe BlackSE/FS: Make getProcessPtr available in both modes,...
2011-09-19 Gabe BlackMIPS: Use inheritance to consolidate class definitions.
2011-09-19 Gabe BlackMIPS: Consolidate TLB related faults.
2011-09-19 Gabe BlackMIPS: Consolidate the two AddressErrorFault variants.
2011-09-19 Gabe BlackMIPS: Get rid of cruft in the fault classes.
2011-09-19 Gabe BlackMIPS: Add constructors to the fault classes.
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2010-10-16 Gabe BlackMem: Reclaim some request flags used by MIPS for alignm...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-22 Gabe BlackMIPS: Format the register index constants like the...
2009-07-22 Derek HowerAutomated merge with ssh://m5sim.org//repo/m5
2009-07-21 Gabe BlackMIPS: Get MIPS_FS to compile, more style fixes.
2009-07-21 Gabe BlackMIPS: Many style fixes.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-04-18 Korey Sewellmips-tlb-fix: check for alignment faults.\nMIPS was...
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2008-11-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackTLB: Make a TLB base class and put a virtual demapPage...
2007-11-20 Gabe BlackMerge with head.
2007-11-17 Korey Sewellgo back and fix up MIPS copyright headers
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellfix MIPS headers
2007-11-15 Korey Sewellbranch merge
2007-11-14 Korey SewellGet MIPS_SE actually working again by actually by fixin...
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-26 Gabe BlackTLB: Fix serialization issues with the tlb entries...
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-28 Gabe BlackAddress translation: De-templatize the GenericTLB class.
2007-08-28 Gabe BlackMerge with head.
2007-08-28 Gabe BlackMIPS: Fixes to get mips to compile.
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...