summaryrefslogtreecommitdiff
path: root/nuttx/mm/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a home for forthcoming shared memory logicGregory Nutt2014-09-221-0/+1
* Move core heap allocator logic from mm/. to mm/mm_heap/.Gregory Nutt2014-09-221-11/+1
* Move the user heap allocator front-end from mm/. to mm/umm_heap/.Gregory Nutt2014-09-221-10/+1
* Move the kernel heap allocator front-end from mm/. to mm/kmm_heap/.Gregory Nutt2014-09-221-18/+1
* Move granuale allocator and page allocator from mm/. to mm/mm_gran/.Gregory Nutt2014-09-221-15/+13
* More changes so that the KNSH build survives the changes needed for the ELF b...Gregory Nutt2014-09-161-3/+3
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-9/+3
* Initial implementatino of sbrk()Gregory Nutt2014-09-011-0/+19
* Add low-level memory management hooks that will be needed to support brk() an...Gregory Nutt2014-08-311-6/+6
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-311-2/+5
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-12/+12
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-3/+9
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator bas...Gregory Nutt2014-08-231-0/+6
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-231-1/+2
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* More changes to restore the native Windows buildGregory Nutt2014-02-071-1/+4
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-0/+2
* When creating kernel dependencies, need to define __KERNEL__Gregory Nutt2013-09-291-1/+11
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-291-3/+12
* Directories where the same source files are used to build different objects n...patacongo2013-03-191-37/+30
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-101-2/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+10
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-091-6/+5
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-11/+61
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-6/+6
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-121-2/+2
* Fixes for granule allocatorpatacongo2012-09-111-1/+1
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-1/+6
* mm/ file clean-uppatacongo2012-07-141-2/+1
* Using tool-specific cleanpatacongo2008-01-101-3/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-9/+9
* Reduce make outputpatacongo2008-01-081-1/+1
* ZNeo compiler now workspatacongo2008-01-081-2/+2
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+4
* Finally, a clean SDCC compilepatacongo2007-02-271-1/+1
* Progress toward clean SDCC compilationpatacongo2007-02-211-2/+5
* NuttX RTOSpatacongo2007-02-171-0/+76