summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/arm
Commit message (Expand)AuthorAgeFilesLines
* Kconfig updatepatacongo2012-04-161-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-3/+3
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-2/+1
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-1/+1
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-072-26/+54
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-10/+33
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-273-25/+21
* Early AT45DB debug fixespatacongo2010-09-122-0/+8
* Fix heap layout issuepatacongo2010-09-061-3/+8
* Fix clearing of SRAM when clocks resetpatacongo2010-09-061-0/+44
* paging debug fixespatacongo2010-09-052-2/+2
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-051-3/+7
* Basic MMU setup seems ok nowpatacongo2010-09-052-16/+26
* Missed definition for 4Kb page casepatacongo2010-09-022-0/+7
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-012-3/+12
* Fix units used in page table address calculationpatacongo2010-09-011-12/+7
* Fix virtual address of page tablepatacongo2010-09-011-14/+45
* Misc. paging fixespatacongo2010-09-012-8/+8
* Pointless debug changespatacongo2010-09-012-28/+71
* Fix error in conditional compilationpatacongo2010-08-311-15/+22
* Handle the case of an identity phys-to-virt mappingpatacongo2010-08-311-10/+59
* page tables must be alignedpatacongo2010-08-311-66/+76
* Add paging debug instrumentationpatacongo2010-08-312-3/+8
* typopatacongo2010-08-281-1/+1
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-241-18/+8
* First round of changes made during debugpatacongo2010-08-222-13/+30
* Fix demand-paging compilation errorspatacongo2010-08-227-11/+14
* simplificationpatacongo2010-08-222-61/+24
* Update On-demand paging documentationpatacongo2010-08-223-77/+105
* Finishes basic paging supportpatacongo2010-08-211-0/+6
* Fix issues of virtual vs physical sizes of regionspatacongo2010-08-215-60/+192
* Basic page allocation logicpatacongo2010-08-215-63/+445
* Add mapping for the page tablepatacongo2010-08-213-40/+145
* Fix data region mappinpatacongo2010-08-202-50/+67
* More paging changedpatacongo2010-08-203-139/+161
* Paging updatepatacongo2010-08-192-35/+111
* More paging changespatacongo2010-08-194-16/+223
* Added commentspatacongo2010-08-181-11/+44
* Fix various compile issuespatacongo2010-08-183-3/+9
* Skeletons for remaining paging files to be implementedpatacongo2010-08-173-0/+309
* First cut at data abort page handling logicpatacongo2010-08-174-33/+118
* Start data abort handler (not finished)patacongo2010-08-172-3/+58
* Add on-demand paging support to ARM9 prefetch abort handlerpatacongo2010-08-172-19/+74
* Fixed a compilation problem that occurs with certain combinations of optionspatacongo2010-05-261-4/+18
* Fix USB macro definitionpatacongo2010-05-261-1/+1
* Fix vector configurationpatacongo2010-03-171-4/+31
* updatepatacongo2009-12-311-5/+9
* Add logic to support a ROM'ed MMU page tablepatacongo2009-12-311-3/+14
* Add interrupt decode logicpatacongo2009-12-311-8/+8
* Add basic logic to configure MMU for LPC3131xpatacongo2009-12-311-36/+37