summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add prototype for MTD R/W buffering supportGregory Nutt2014-09-251-0/+18
* Update ChangeLogGregory Nutt2014-09-251-0/+6
* In at45db_bwrite, the buffer is not increased when writing more than 1 page. ...Gregory Nutt2014-09-251-77/+84
* Fix unecessary delays and timing jitter in the implementation of poll(): No d...Gregory Nutt2014-09-251-10/+60
* Trivial refresh of some SAMA5D4-EK configurationsGregory Nutt2014-09-242-0/+4
* Update ChangeLogGregory Nutt2014-09-241-0/+3
* This completes the implementation of shared memory supportGregory Nutt2014-09-244-44/+310
* Update ChangeLogGregory Nutt2014-09-241-0/+2
* STM32 CAN correction suggested by Max HoltzbergGregory Nutt2014-09-241-3/+3
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-242-1/+113
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-242-0/+7
* Update ChangeLogGregory Nutt2014-09-241-3/+5
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-2454-65/+65
* Move include/nuttx/shm.h to include/nuttx/mm/shm.hGregory Nutt2014-09-248-11/+11
* Move include/nuttx/gran.h to include/nuttx/mm/gran.hGregory Nutt2014-09-2418-21/+21
* Update ChangeLogGregory Nutt2014-09-231-0/+19
* Completes the implemenation of the core shared memory logic: shmget(), shmct...Gregory Nutt2014-09-232-21/+223
* Remove executable modeGregory Nutt2014-09-233-0/+0
* Add interfaces to support un-initializing a granule allocator.Gregory Nutt2014-09-231-2/+2
* Add support for a per-process virtual page allocator. This is a new member o...Gregory Nutt2014-09-235-5/+159
* CosmeticGregory Nutt2014-09-232-15/+1
* Extend virtual/physical address conversions to include addresses in shared me...Gregory Nutt2014-09-231-0/+3
* Fix some inconsistent field name in struct task_group_s: addrenv should be t...Gregory Nutt2014-09-232-3/+3
* Add interfaces to support un-initializing a granule allocator.Gregory Nutt2014-09-232-0/+144
* Update ChangeLogGregory Nutt2014-09-231-0/+3
* Add logic necessary to handler remapping of shared memory on contex switchesGregory Nutt2014-09-236-14/+86
* Update ChangeLogGregory Nutt2014-09-231-0/+3
* Add platform-specific interfaces needed to support the shared memory featureGregory Nutt2014-09-233-14/+125
* Flesh out shmctl() logicGregory Nutt2014-09-234-31/+222
* Flesh out basic logic for shmget()Gregory Nutt2014-09-234-20/+344
* Update ChangedLogGregory Nutt2014-09-231-0/+2
* Add shared memory initializatin logicGregory Nutt2014-09-2312-13/+381
* Add README files and configuration support for the shared memory logicGregory Nutt2014-09-2310-423/+656
* Update ChangeLogGregory Nutt2014-09-221-0/+3
* Add system calls for shared memory interfacesGregory Nutt2014-09-224-3/+38
* Update ChangeLogGregory Nutt2014-09-221-0/+4
* Add the build framework and skeleton files for the shared memory feature (no ...Gregory Nutt2014-09-2210-30/+853
* Fix a typo introduced my my meddling with Ken's last commitsGregory Nutt2014-09-221-0/+1
* Update ChangeLogGregory Nutt2014-09-221-2/+11
* Fix a few compile bugs and minor corrections to the mikroe-stm32f4 configurat...Gregory Nutt2014-09-223-7/+7
* Update SMART FS procfs support. From Ken PettitGregory Nutt2014-09-226-71/+730
* procfs: Fix some breakage introduced by reorganizing some un-reorganizable d...Gregory Nutt2014-09-221-26/+28
* Update ChangeLogGregory Nutt2014-09-221-4/+8
* Again I forget to add a file needed in a previous commitGregory Nutt2014-09-221-0/+50
* Add a home for forthcoming shared memory logicGregory Nutt2014-09-222-0/+45
* Move core heap allocator logic from mm/. to mm/mm_heap/.Gregory Nutt2014-09-2216-26/+16
* Update ChangeLogGregory Nutt2014-09-221-0/+2
* Move the user heap allocator front-end from mm/. to mm/umm_heap/.Gregory Nutt2014-09-2216-24/+64
* Forgot to add a file in the last commitGregory Nutt2014-09-221-0/+55
* Update ChangeLogGregory Nutt2014-09-221-0/+2