summaryrefslogtreecommitdiff
path: root/nuttx/mm/umm_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-6/+30
* I love/hate conditional compilationGregory Nutt2014-09-031-2/+2
* Fix several compile errors for logic added for CONFIG_BUILD_KERNEL, but which...Gregory Nutt2014-09-031-3/+8
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-3/+3
* Space at the beginning of the process data space is now reserved for user hea...Gregory Nutt2014-09-021-4/+19
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-311-0/+92
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-81/+0
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-091-0/+81