summaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Expand)AuthorAgeFilesLines
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-017-20/+62
* Initial implementatino of sbrk()Gregory Nutt2014-09-014-0/+352
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-3/+3
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-312-3/+3
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-311-2/+2
* Add low-level memory management hooks that will be needed to support brk() an...Gregory Nutt2014-08-317-6/+472
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-319-138/+591
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-3124-373/+1159
* Need to condition out standard allocators in kernel build. More to be doneGregory Nutt2014-08-3110-24/+19
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-2912-18/+25
* Bugfixes.. still integrating SAMA5 ELF with address environmentGregory Nutt2014-08-251-2/+2
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-252-26/+8
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator bas...Gregory Nutt2014-08-237-20/+291
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-235-71/+299
* Cosmetic changesGregory Nutt2014-05-281-0/+3
* Costmetic changes to memory manager debug outputGregory Nutt2014-05-241-2/+7
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* More trailing whilespace removalGregory Nutt2014-04-136-10/+10
* More changes to restore the native Windows buildGregory Nutt2014-02-071-1/+4
* 16z: Fix option bits; adjust system clock frequencyGregory Nutt2014-01-231-2/+5
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-142-5/+15
* Fix some kernel-mode compilation problemsGregory Nutt2013-12-111-2/+2
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-285-7/+27
* 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-292-4/+15
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Add kernel/user memalign functions. Not fully integratedGregory Nutt2013-08-201-0/+20
* Beginning updates of SAM3U header files o include support for the SAM4S: WDT,...Gregory Nutt2013-06-101-1/+8
* Add power management register defintions and clock control logic for the SAM4LGregory Nutt2013-06-051-69/+101
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-2/+2
* Need to include debug.h or compile fails when memory management debug is enabledGregory Nutt2013-04-181-0/+1
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-11/+10
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+11
* Directories where the same source files are used to build different objects n...patacongo2013-03-194-37/+174
* Fixe to kernel build and syscalls.patacongo2013-03-131-0/+1
* Fix a bug introduced in the last check-inpatacongo2013-03-111-4/+17
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-102-311/+1
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-103-5/+11
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-0/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-0915-984/+665
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-096-8/+290
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-0811-89/+881
* Add support for multiple heapspatacongo2013-03-0817-1088/+163
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-0813-274/+469
* Add debug output when memory allocations failpatacongo2013-02-281-2/+17
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+8