ARM: move kernel func event to correct location.
[gem5.git] / src / arch / arm / table_walker.cc
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
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-07 Gabe BlackMerge with the main repository again.
2011-12-01 Mitchell HayengaDevice: Make changes necessary to support a coherent...
2011-08-19 Ali SaidiARM: Fix a memory leak with the table walker.
2011-04-21 Nathan Binkertfix some build problems from prior changesets
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Fix table walk going on while ASID changes error
2011-02-23 Ali SaidiARM: Fix bug that let two table walks occur in parallel.
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Giacomo GabrielliO3: Fix a few bugs in the TableWalker object.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-12-08 Ali SaidiARM: Support switchover with hardware table walkers
2010-11-15 Ali SaidiARM: Add support for switching CPUs
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali SaidiARM: Don't return the result of a table walk the same...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-01 Ali SaidiARM: Implement functional virtual to physical address...
2010-08-26 Gene WUARM: Seperate the queues of L1 and L2 walker states.
2010-08-23 Gene WuARM: Make sure that software prefetch instructions...
2010-08-23 Gene WuARM: Fix Uncachable TLB requests and decoding of xn bit
2010-08-23 Ali SaidiARM: Fix an un-initialized variable bug
2010-08-23 Min Kyu JeongARM: Finish the timing translation when taking a fault.
2010-08-23 Dam SunwooARM: Use a stl queue for the table walker state
2010-08-23 Ali SaidiCompiler: Fixes for GCC 4.5.
2010-06-02 Dam SunwooARM: Allow multiple outstanding TLB walks to queue.
2010-06-02 Ali SaidiARM TLB: Fix bug in memAttrs getting a bogus thread...
2010-06-02 Dam SunwooARM: Support table walks in timing mode.
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...