summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/page.h
Commit message (Expand)AuthorAgeFilesLines
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-3/+3
* Add configuration ettings for the on-demand paging optionGregory Nutt2014-03-051-4/+4
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-5/+5
* Rename _TCB to struct tcb_spatacongo2013-02-041-8/+10
* Header file clean-uppatacongo2012-07-171-4/+4
* Remove executable property from many filespatacongo2011-08-191-0/+0
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-011-2/+16
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-241-3/+5
* Fix demand-paging compilation errorspatacongo2010-08-221-9/+11
* Update On-demand paging documentationpatacongo2010-08-221-8/+15
* Fix issues of virtual vs physical sizes of regionspatacongo2010-08-211-10/+25
* Basic page allocation logicpatacongo2010-08-211-3/+9
* Add mapping for the page tablepatacongo2010-08-211-12/+37
* Fix data region mappinpatacongo2010-08-201-1/+5
* More paging changedpatacongo2010-08-201-17/+53
* More paging changespatacongo2010-08-191-9/+47
* Skeletons for remaining paging files to be implementedpatacongo2010-08-171-2/+13
* Add on-demand paging support to ARM9 prefetch abort handlerpatacongo2010-08-171-0/+37
* Minor design improvementspatacongo2010-08-151-8/+4
* Completes demand paging core implementationpatacongo2010-08-151-1/+125
* paging documentationpatacongo2010-08-141-3/+3
* Beginning to add on-demand paging logicpatacongo2010-08-141-0/+150