summaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix some early z180 compile errorspatacongo2012-12-111-1/+0
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-1/+0
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-202-5/+5
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-172-9/+14
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-3/+3
* 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
* Resync new repository with old repo r5166patacongo2012-09-172-12/+32
* Missed one file in last checking; Gran allocator alignment decoupled from gra...patacongo2012-09-141-13/+64
* Add mm/README.txtpatacongo2012-09-132-1/+76
* Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
* New file missed in last check-inpatacongo2012-09-121-0/+116
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-126-53/+39