summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --disable-werror to gdb.mkpatacongo2010-09-022-0/+5
* Add paging initialization pointpatacongo2010-09-023-1/+46
* Missed definition for 4Kb page casepatacongo2010-09-022-0/+7
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-014-6/+36
* Fix units used in page table address calculationpatacongo2010-09-012-15/+17
* Fix virtual address of page tablepatacongo2010-09-012-14/+69
* Misc. paging fixespatacongo2010-09-013-8/+120
* Pointless debug changespatacongo2010-09-012-28/+71
* Remove unused/confusing configuration settingpatacongo2010-09-0118-23/+0
* Fix error in conditional compilationpatacongo2010-08-311-15/+22
* Handle the case of an identity phys-to-virt mappingpatacongo2010-08-311-10/+59
* Fix page table size calculationpatacongo2010-08-312-6/+18
* page tables must be alignedpatacongo2010-08-315-75/+92
* Add paging debug instrumentationpatacongo2010-08-3111-33/+103
* Remove ncurses from gdb_targetpatacongo2010-08-302-1/+2
* .rodata needs to be paged region toopatacongo2010-08-291-1/+10
* Two pass build for on-demand paging now workspatacongo2010-08-299-37/+158
* Some link improvementspatacongo2010-08-282-13/+28
* typopatacongo2010-08-281-1/+1
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-28109-342/+431
* updatepatacongo2010-08-282-1/+20
* Fix missing parentheses in macrospatacongo2010-08-281-6/+6
* Add support for 2-pass linkpatacongo2010-08-288-54/+170
* Add IDE notepatacongo2010-08-276-11/+97
* Creating 1st pass locked region buildpatacongo2010-08-273-0/+201
* Prep for 5.9 releasenuttx-5.9patacongo2010-08-263-97/+129
* Need to remove .exe files on clean for Cygwinpatacongo2010-08-251-1/+1
* Add NXFLAT-only config for ARM926patacongo2010-08-253-1/+115
* Extend CodeSourcery & production OSD support to other configspatacongo2010-08-2516-113/+409
* Add support for the Neuros production OSDpatacongo2010-08-2511-54/+137
* Incorporate patch for consumer Neuros OSDpatacongo2010-08-255-43/+253
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-248-63/+73
* First round of changes made during debugpatacongo2010-08-224-17/+38
* Fix demand-paging compilation errorspatacongo2010-08-2223-34/+1292
* simplificationpatacongo2010-08-222-61/+24
* Update On-demand paging documentationpatacongo2010-08-226-108/+239
* Finishes basic paging supportpatacongo2010-08-212-1/+71
* Fix issues of virtual vs physical sizes of regionspatacongo2010-08-218-71/+219
* Basic page allocation logicpatacongo2010-08-218-68/+457
* Describe version supportedpatacongo2010-08-212-2/+38
* Add mapping for the page tablepatacongo2010-08-216-54/+196
* Fix data region mappinpatacongo2010-08-203-51/+72
* More paging changedpatacongo2010-08-204-156/+214
* Paging updatepatacongo2010-08-195-49/+137
* More paging changespatacongo2010-08-195-25/+270
* Fix compile error in usbdev_serial.cpatacongo2010-08-183-5/+9
* Update ARM926 to GCC 4.3.3patacongo2010-08-182-0/+120
* Added commentspatacongo2010-08-182-12/+45
* Fix various compile issuespatacongo2010-08-185-6/+13
* Skeletons for remaining paging files to be implementedpatacongo2010-08-178-6/+464