This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 5c1b518314 nuttx/sched: move reprioritize process to public function new 458ff380e5 mm/gran: Allow run-time execution of gran_reserve new 48b9a8d6f4 mm/shm: Move the vma allocators to separate functions new f8a6ec2cdf mm/shm: Fix ARCH_SHM_VEND The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: include/nuttx/addrenv.h | 2 +- include/nuttx/mm/gran.h | 5 ++- include/nuttx/mm/shm.h | 44 +++++++++++++++++++- mm/mm_gran/mm_gran.h | 7 ++-- mm/mm_gran/mm_granmark.c | 44 +++++++++++++------- mm/mm_gran/mm_granreserve.c | 18 ++++++-- mm/mm_gran/mm_pgalloc.c | 3 +- mm/shm/Make.defs | 2 +- mm/shm/{shm_initialize.c => shm_alloc.c} | 71 ++++++++++++++------------------ mm/shm/shmat.c | 18 ++++---- mm/shm/shmdt.c | 4 +- 11 files changed, 137 insertions(+), 81 deletions(-) copy mm/shm/{shm_initialize.c => shm_alloc.c} (61%)