summaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Expand)AuthorAgeFilesLines
* Critical hotfixes for memory accesses. Found via Coverity by Pavel KirienkoLorenz Meier2015-01-191-1/+2
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-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
* Misc ENC28J60 fixespatacongo2012-09-122-4/+12
* Fixes for granule allocatorpatacongo2012-09-115-9/+78
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-116-17/+112
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-114-0/+622
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-9/+27
* mm/ file clean-uppatacongo2012-07-1417-439/+492
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-2/+2
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-111-0/+22
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Fix an error that caused interrupts to become disabledpatacongo2011-06-181-0/+2
* Fix AVR clock setup; add SPI driverpatacongo2011-06-171-1/+1
* Add strndup()patacongo2011-05-291-1/+1