arch-arm: Split translateFs to distinguish when MMU is on/off
[gem5.git] / src / arch / arm / tlb.hh
2020-02-04 Giacomo Travagliniarch-arm: Split translateFs to distinguish when MMU...
2020-01-22 Gabe Blackarm: Remove checkpointing from the ARM TLBs.
2019-08-05 Giacomo Travagliniarch-arm: Implement ARMv8.1-PAN, Privileged access...
2019-07-17 Giacomo Travagliniarch-arm: Use ExceptionLevel type in TlbEntry
2019-04-25 Giacomo Travagliniarch-arm: Remove un-needed hyp flag in TLBI operations
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-01 Andrea Mondellimem-cache: alias to mem::getMasterPort in TLB class
2018-11-05 Anouk Van Laerarch, arm: Effect of AT instructions on descriptor...
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-06 Andreas Sandbergarch-arm: Respect EL from translation type
2018-03-23 Giacomo Travagliniarch-arm: Distinguish IS TLBI from non-IS
2018-01-09 Gabe Blackarm: Make translateFunctional override the base impleme...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-05-09 Andreas Sandbergarm: Add support for memory-mapped m5ops
2016-08-02 Dylan Johnsonarm: Add TLBI instruction for stage 2 IPA's
2016-08-02 Dylan Johnsonarm: Fix EL perceived at TLB for address translation...
2016-03-21 Andreas Sandbergarm: Refactor the TLB test interface
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-30 Mitch Hayengaarm: Change TLB Software Caching
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-06-21 Andreas Sandbergarm: Cleanup arch headers to remove dma_device.hh depen...
2015-05-26 Nathanael Premillieuarm: Make address translation faster with better caching
2015-05-05 Andreas Hanssonarm: Remove unnecessary boot uncachability
2015-03-02 Andreas Hanssonarm: Share a port for the two table walker objects
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Sandbergarm: Add TLB PMU probes
2014-05-09 Geoffrey Blakearch, arm: Preserve TLB bootUncacheability when switchi...
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-06-03 Andreas Sandbergarch: Create a method to finalize physical addresses
2013-02-15 Mrinmoy Ghosharm: fix a page table walker issue where a page could...
2013-01-07 Andreas Sandbergarm: Invalidate cached TLB configuration in drainResume
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
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-16 Gabe BlackARM: Turn on the page table walker on ARM in SE mode.
2011-09-13 Daniel JohnsonARM: update TLB to set request packet ASID field
2011-08-19 Ali SaidiARM: Mark some variables uncacheable until boot all...
2011-05-13 Chander SudanthiARM: Better RealView/Versatile EB platform support.
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-08 Ali SaidiARM: Support switchover with hardware table walkers
2010-11-15 Ali SaidiARM: Cache the misc regs at the TLB to limit readMiscRe...
2010-11-08 Ali SaidiARM: Add some TLB statistics for ARM
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-10-01 Ali SaidiARM: Make the TLB a little bit faster by moving most...
2010-10-01 Ali SaidiARM: Implement functional virtual to physical address...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Implement CLREX
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-02 Dam SunwooARM: Added support for Access Flag and some CP15 regs...
2010-06-02 Ali SaidiARM: Some TLB bug fixes.
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: Start over with translation from Alpha code as...
2010-06-02 Gabe BlackARM: Implement the V7 version of alignment checking.
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-21 Nathan Binkertarm: Unify the ARM tlb. We forgot about this when...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5