1. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 7 years ago
  2. 651ba59 ART: Split out PROT_EXEC from custom low-4GB allocator by Andreas Gampe · 7 years ago
  3. 0dfc315 ART: More header cleanup - mem_map.h by Andreas Gampe · 7 years ago
  4. 3c3c4a1 Improve the region space memory mapping. by Hiroshi Yamauchi · 7 years ago
  5. 1b14fb8 Remove Mutex dependency from MemMap by David Sehr · 7 years ago
  6. 58a73d2 Don't use ashmen when kIsTargetLinux is set. by Nicolas Geoffray · 8 years ago
  7. 6e6078a Clear (madvise) card table for CC by Mathieu Chartier · 8 years ago
  8. 3071f80 Patch for compiling art to run on linux target by Bilyan Borisov · 8 years ago
  9. 6edb9ae Check pages are readable after mprotect for SEGV_ACCERR diagnosis by Hiroshi Yamauchi · 8 years ago
  10. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  11. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 9 years ago
  12. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  13. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 9 years ago
  14. ebe2dfc Support null error_msg for select MemMap functions by Mathieu Chartier · 9 years ago
  15. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  16. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  17. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  18. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  19. 1baabf0 Revert "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  20. 7a46b7e Revert "Use dlopen to load oat files." by David Srbecky · 9 years ago
  21. 49e1fab Use dlopen to load oat files. by David Srbecky · 9 years ago
  22. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 9 years ago
  23. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  24. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  25. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  26. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  27. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  28. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  29. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  30. b89c3da Make a couple of map checks debug only. by Narayan Kamath · 10 years ago
  31. a62a588 ART: Fix memory unmapped twice issue in ElfFile::Load(bool) by Jim_Guo · 10 years ago
  32. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 10 years ago
  33. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  34. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  35. d8f26db ART: Randomize mem_map start address for linear scan search by Andreas Gampe · 10 years ago
  36. 8dba5aa AArch64: Add memory allocation in low 4GB by Stuart Monteith · 10 years ago
  37. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  38. 0d6adac Fix apps with more than one dex file with the same name by Brian Carlstrom · 10 years ago
  39. fd7e7f1 Fix a double unmap issue in MemMap::UnMapAtEnd(). by Hiroshi Yamauchi · 11 years ago
  40. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  41. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 11 years ago
  42. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  43. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/mem_map.h]
  44. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  45. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  46. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  47. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  48. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  49. 1c849e5 Clean up kAccWritable in the verifier. by Ian Rogers · 12 years ago
  50. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  51. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  52. ecd3a6f Use libcorkscrew to detect map collisions. by Elliott Hughes · 12 years ago
  53. d88fa26 Add mprotect helper function to MemMap class. by Logan Chien · 12 years ago
  54. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  55. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  56. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  57. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  58. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  59. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  60. 4e777d4 Revisions to "First pass of ImageWriter" by Brian Carlstrom · 13 years ago
  61. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago