='robots' content='index, nofollow'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16cris: Clean up includesPeter Maydell1-0/+1
2016-02-16target-cris: Remove unnecessary ifdef from mmu.cPeter Maydell1-3/+0
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-1/+2
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber1-7/+7
2012-02-28target-cris: Clean includesStefan Weil1-5/+0
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias1-1/+1
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl1-1/+1
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias1-5/+6
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias1-7/+12
2010-05-19Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti1-1/+1
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+1
2009-10-10CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-25CRIS: cris_mmu_result_t -> cris_mmu_resultEdgar E. Iglesias1-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macros