index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
mips
/
tlb.cc
Age
Commit message (
Expand
)
Author
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2015-05-05
mem, cpu: Add a separate flag for strictly ordered memory
Andreas Sandberg
2014-08-13
mips: Remove unused private members to fix compile-time warning
Andreas Sandberg
2014-05-31
style: eliminate equality tests with true and false
Steve Reinhardt
2013-06-03
arch: Create a method to finalize physical addresses
Andreas Sandberg
2012-03-09
CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU
Geoffrey Blake
2012-01-29
Implement Ali's review feedback.
Gabe Black
2012-01-16
Merge yet again with the main repository.
Gabe Black
2012-01-12
mips: Fix bugs in faults.cc/hh and tlb.cc for MIPS_FS
Deyuan Guo
2012-01-07
Merge with main repository.
Gabe Black
2011-10-31
GCC: Get everything working with gcc 4.6.1.
Gabe Black
2011-10-30
SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs.
Gabe Black
2011-09-19
MIPS: Use inheritance to consolidate class definitions.
Gabe Black
2011-09-19
MIPS: Consolidate TLB related faults.
Gabe Black
2011-09-19
MIPS: Consolidate the two AddressErrorFault variants.
Gabe Black
2011-09-19
MIPS: Get rid of cruft in the fault classes.
Gabe Black
2011-09-19
MIPS: Add constructors to the fault classes.
Gabe Black
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2010-10-16
Mem: Reclaim some request flags used by MIPS for alignment checking.
Gabe Black
2010-09-10
style: fix sorting of includes and whitespace in some files
Nathan Binkert
2010-06-15
stats: only consider a formula initialized if there is a formula
Nathan Binkert
2009-07-21
MIPS: Format the register index constants like the other ISAs.
Gabe Black
2009-07-21
MIPS: Get MIPS_FS to compile, more style fixes.
Gabe Black
2009-07-21
MIPS: Many style fixes.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-04-18
mips-tlb-fix: check for alignment faults.\nMIPS was never updated to use TLBS...
Korey Sewell
2009-04-08
tlb: More fixing of unified TLB
Nathan Binkert
2009-04-08
tlb: Don't separate the TLB classes into an instruction TLB and a data TLB
Gabe Black
2009-02-25
CPU: Implement translateTiming which defers to translateAtomic, and convert t...
Gabe Black
2009-02-25
ISA: Replace the translate functions in the TLBs with translateAtomic.
Gabe Black
2008-11-10
mem: update stuff for changes to Packet and Request
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-02-26
TLB: Make a TLB base class and put a virtual demapPage function in it.
Gabe Black
2007-11-16
go back and fix up MIPS copyright headers
Korey Sewell
2007-11-15
fix MIPS headers
Korey Sewell
2007-11-14
Get MIPS_SE actually working again by actually by fixing TLB stuff and runnin...
Korey Sewell
2007-11-13
Add in files from merge-bare-iron, get them compiling in FS and SE mode
Korey Sewell
2007-10-25
TLB: Fix serialization issues with the tlb entries and make the page table st...
Gabe Black
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-28
Address translation: De-templatize the GenericTLB class.
Gabe Black
2007-08-27
MIPS: Fixes to get mips to compile.
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black