+2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * tests/grub_func_test.in: Decrease RAM size to 512M. With less
+ fragmentation 512M is enough.
+
+2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/kern/mm.c (grub_real_malloc): Decrease cut-off of moving the
+ pointer to 32K. This is the size of cache element which is the most
+ common allocation >1K. This way the pointer is always around blocks
+ of 32K and so we keep performance while decreasing fragmentation.
+
+2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/kern/mm.c (grub_real_malloc): Don't update the pointer to
+ current memory when allocating large chunks. This significantly
+ decreases memory fragmentation.
+
+ 2013-11-18 Colin Watson <cjwatson@ubuntu.com>
+
+ * tests/gzcompress_test.in: Skip if gzip is not installed (unlikely,
+ but for symmetry).
+ * tests/lzocompress_test.in: Skip if lzop is not installed.
+ * tests/xzcompress_test.in: Skip if xz is not installed.
+
2013-11-18 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkrescue.c (main): Fix typo.