summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/addrenv.h
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-1/+1
* Add logic necessary to handler remapping of shared memory on contex switchesGregory Nutt2014-09-231-0/+4
* Add README files and configuration support for the shared memory logicGregory Nutt2014-09-231-2/+33
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-141-0/+15
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-141-5/+13
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-131-0/+21
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-131-20/+26
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-16/+17
* Add configuration to use the fixed DRAM mapping for the page pool (if availab...Gregory Nutt2014-09-101-0/+25
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-031-1/+1
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-9/+55
* Space at the beginning of the process data space is now reserved for user hea...Gregory Nutt2014-09-021-0/+16
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-8/+12
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-261-2/+3
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-1/+1
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-251-0/+4
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-2/+4
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-241-0/+177