summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-23 16:38:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-23 16:38:25 -0600
commit823f94590bd52f1475fa917b0d2ef8544e3ccae4 (patch)
tree8697ba870eafbb954a6e3a13c16935e1b66eafc3 /nuttx/ChangeLog
parent4fe901851582cf8b7745497231695cfff60e53df (diff)
downloadnuttx-823f94590bd52f1475fa917b0d2ef8544e3ccae4.tar.gz
nuttx-823f94590bd52f1475fa917b0d2ef8544e3ccae4.tar.bz2
nuttx-823f94590bd52f1475fa917b0d2ef8544e3ccae4.zip
Upate ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 130465a74..8a43a738c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8224,4 +8224,9 @@
the task group is released (2014-8-22).
* mm/mm_granreserve.c and and mm_granmark.c: gran_reserve(): Add a
new function to reserve unallocatable regions in the granule heap
- (2014-8-23).
+ (2014-8-23).
+ * include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page
+ allocator based on the existing NuttX granule allocator. I am not
+ certain if the granule allocator is sufficiently deterministic for
+ long range use, but it gets get a page allocator in place for testing
+ very quickly (2014-8-23).