1. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 7 years ago
  2. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  3. 3c3c4a1 Improve the region space memory mapping. by Hiroshi Yamauchi · 7 years ago
  4. 486932a Add MapAnonymous handling for null error_str by Mathieu Chartier · 8 years ago
  5. 14306b8 Disable MemMapTest.MapAnonymousExactAddr32bitHighAddr on MIPS32. by Roland Levillain · 9 years ago
  6. 8d02644 mem_map_test: perform null check before dereferencing a pointer. by Roland Levillain · 9 years ago
  7. 16d29f8 Don't use fixed addresses in mem map test by Mathieu Chartier · 9 years ago
  8. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  9. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  10. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  11. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  12. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  13. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  14. 859c255 Fix mem_map_test for Mips. by Douglas Leung · 10 years ago
  15. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  16. d8f26db ART: Randomize mem_map start address for linear scan search by Andreas Gampe · 10 years ago
  17. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  18. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  19. 84d49cc ART: Resolve MAP_32BIT limitation in x86_64 by Qiming Shi · 10 years ago
  20. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 10 years ago
  21. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  22. fd7e7f1 Fix a double unmap issue in MemMap::UnMapAtEnd(). by Hiroshi Yamauchi · 11 years ago
  23. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  24. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago