summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/arm
AgeCommit message (Expand)AuthorFilesLines
2012-04-16Kconfig updatepatacongo1-1/+1
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo1-3/+3
2011-04-26Fixes to get clean i.MXADS buildpatacongo1-2/+1
2011-04-08Modify interrupt handling for privileged/unprivileged modepatacongo1-1/+1
2011-04-07I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2-26/+54
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo3-10/+33
2010-10-27Fix a signal trampoline bugpatacongo3-25/+21
2010-09-12Early AT45DB debug fixespatacongo2-0/+8
2010-09-06Fix heap layout issuepatacongo1-3/+8
2010-09-06Fix clearing of SRAM when clocks resetpatacongo1-0/+44
2010-09-05paging debug fixespatacongo2-2/+2
2010-09-05APB0 and APB1 must be in same MMU sectionpatacongo1-3/+7
2010-09-05Basic MMU setup seems ok nowpatacongo2-16/+26
2010-09-02Missed definition for 4Kb page casepatacongo2-0/+7
2010-09-01Initial allocated page must be read/write/non-cacheablepatacongo2-3/+12
2010-09-01Fix units used in page table address calculationpatacongo1-12/+7
2010-09-01Fix virtual address of page tablepatacongo1-14/+45
2010-09-01Misc. paging fixespatacongo2-8/+8
2010-09-01Pointless debug changespatacongo2-28/+71
2010-08-31Fix error in conditional compilationpatacongo1-15/+22
2010-08-31Handle the case of an identity phys-to-virt mappingpatacongo1-10/+59
2010-08-31page tables must be alignedpatacongo1-66/+76
2010-08-31Add paging debug instrumentationpatacongo2-3/+8
2010-08-28typopatacongo1-1/+1
2010-08-24Fix heap/page table overlap; Switch to 1Kb pagespatacongo1-18/+8
2010-08-22First round of changes made during debugpatacongo2-13/+30
2010-08-22Fix demand-paging compilation errorspatacongo7-11/+14
2010-08-22simplificationpatacongo2-61/+24
2010-08-22Update On-demand paging documentationpatacongo3-77/+105
2010-08-21Finishes basic paging supportpatacongo1-0/+6
2010-08-21Fix issues of virtual vs physical sizes of regionspatacongo5-60/+192
2010-08-21Basic page allocation logicpatacongo5-63/+445
2010-08-21Add mapping for the page tablepatacongo3-40/+145
2010-08-20Fix data region mappinpatacongo2-50/+67
2010-08-20More paging changedpatacongo3-139/+161
2010-08-19Paging updatepatacongo2-35/+111
2010-08-19More paging changespatacongo4-16/+223
2010-08-18Added commentspatacongo1-11/+44
2010-08-18Fix various compile issuespatacongo3-3/+9
2010-08-17Skeletons for remaining paging files to be implementedpatacongo3-0/+309
2010-08-17First cut at data abort page handling logicpatacongo4-33/+118
2010-08-17Start data abort handler (not finished)patacongo2-3/+58
2010-08-17Add on-demand paging support to ARM9 prefetch abort handlerpatacongo2-19/+74
2010-05-26Fixed a compilation problem that occurs with certain combinations of optionspatacongo1-4/+18
2010-05-26Fix USB macro definitionpatacongo1-1/+1
2010-03-17Fix vector configurationpatacongo1-4/+31
2009-12-31updatepatacongo1-5/+9
2009-12-31Add logic to support a ROM'ed MMU page tablepatacongo1-3/+14
2009-12-31Add interrupt decode logicpatacongo1-8/+8
2009-12-31Add basic logic to configure MMU for LPC3131xpatacongo1-36/+37