summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a/arm_pgalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some inconsistent field name in struct task_group_s: addrenv should be t...Gregory Nutt2014-09-231-1/+1
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-2/+2
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-161-1/+1
* Add configuration to use the fixed DRAM mapping for the page pool (if availab...Gregory Nutt2014-09-101-2/+27
* I love/hate conditional compilationGregory Nutt2014-09-031-3/+3
* sbrk() need to initialized the memory manager on the first callGregory Nutt2014-09-021-12/+27
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-0/+280