1. 0981231 Revert "ART: Add version check for memfd_create()" by Nicholas Lim · 4 years, 9 months ago int/10/fp2 rel/10/fp2/22.02.0-rel rel/10/fp2/22.04.0-rel rel/10/fp2/22.06.0-rel rel/10/fp2/22.08.0-rel rel/10/fp2/22.10.0-rel rel/10/fp2/22.12.0-rel rel/10/fp2/23.02.0-rel rel/10/fp2/22.02.0-rel.0 rel/10/fp2/22.04.0-rel.1 rel/10/fp2/22.06.0-rel.0 rel/10/fp2/22.08.0-rel.0 rel/10/fp2/22.10.0-rel.0 rel/10/fp2/22.12.0-rel.0 rel/10/fp2/23.02.0-rel.0
  2. aeba572 Retry cache flushes on ARMv7 devices by Orion Hodson · 5 years ago
  3. 8c306ef Use conservative permissions when creating files in ART am: d224e964bd by Calin Juravle · 5 years ago
  4. 70c5923 Use conservative permissions when creating files in ART am: d224e964bd by Calin Juravle · 5 years ago
  5. 3392a0d Handle empty uncompressed and aligned dex file in an archive. by Nicolas Geoffray · 5 years ago
  6. e589606 FileUtils: Do not expect Android root without an ending slash by David Brazdil · 5 years ago
  7. 420313a Incorporate additional feedback to native JNI checks by Orion Hodson · 5 years ago
  8. a0a72dc Allow APEX binaries to access fields and methods via JNI by Orion Hodson · 5 years ago
  9. 1cda64a Do not check if known locations exist on host for hidden API by David Brazdil · 5 years ago
  10. ecbe89d Refactor art::GetAndroidDataSafe and art::GetAndroidData. by Roland Levillain · 5 years ago
  11. bca388f Add art::GetAndroidRuntimeRootSafe and art::GetAndroidRuntimeRoot. by Roland Levillain · 5 years ago
  12. b42737b Replace more literal strings with constants in libartbase/base/file_utils.cc. by Roland Levillain · 5 years ago
  13. cf40363 Fix dex location of boot oat files during preopt by David Brazdil · 5 years ago
  14. 527072e Enable InMemoryDexClassLoader vdex only for Q+ targets by David Brazdil · 5 years ago
  15. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  16. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 5 years ago
  17. d53f606 Partially disable building ART for host on Mac. by David Srbecky · 5 years ago
  18. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  19. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 5 years ago
  20. c2109c6 Fix possible overrun bug for resolving startup strings by Mathieu Chartier · 5 years ago
  21. 26a5dd6 Add support for ANDROID_TZDATA_ROOT by Neil Fuller · 5 years ago
  22. bfaba28 Fix buildbots hidden_api_test by David Brazdil · 5 years ago
  23. 370a064 Differentiate system and test apis in whitelist by Andrei Onea · 5 years ago
  24. 3c83921 Assign conscrypt to core-platform hiddenapi domain by David Brazdil · 5 years ago
  25. e7e26d1 Assign non-runtime /apex/* dex files to platform domain by David Brazdil · 5 years ago
  26. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 5 years ago
  27. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 5 years ago
  28. de3e70f Move to new glibc in the tree. by Nicolas Geoffray · 5 years ago
  29. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 5 years ago
  30. 6c70224 Replace MergeSets() with std::set::merge(). by Vladimir Marko · 5 years ago
  31. 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 5 years ago
  32. e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 5 years ago
  33. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 5 years ago
  34. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 5 years ago
  35. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 5 years ago
  36. 22e2223 ART: Use C++17 extract/modify/insert pattern. by Vladimir Marko · 5 years ago
  37. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  38. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 5 years ago
  39. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 5 years ago
  40. ca6d543 Merge "hiddenapi: check for CorePlatform domain" by Nicolas Geoffray · 5 years ago
  41. 12162de hiddenapi: check for CorePlatform domain by Orion Hodson · 5 years ago
  42. a966376 Merge "Adjust thresholds for pretty printing size." by David Srbecky · 5 years ago
  43. de6c714 Adjust thresholds for pretty printing size. by David Srbecky · 5 years ago
  44. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  45. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  46. 62a4bcf hiddenapi: Produce CSV for `list` command by David Brazdil · 6 years ago
  47. 2259f1c Extend lifetime of CodeInfo in StackVisitor. by David Srbecky · 5 years ago
  48. b4a70ce Remove core-simple from the boot classpath by Neil Fuller · 6 years ago
  49. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 5 years ago
  50. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 5 years ago
  51. 9d9227a Build dexlist, dexlayout, and profman for Windows by David Sehr · 5 years ago
  52. 10db8fe Support Windows builds for libartbase/libdexfile by David Sehr · 6 years ago
  53. 891fdcf Handle art::ProcessCpuNanoTime invocations on macOS. by Roland Levillain · 5 years ago
  54. ea65b21 Add apache-xml to boot class path for tests. by Vladimir Marko · 6 years ago
  55. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  56. 99e1739 Merge "Revert "Allow boot image for a part of the boot classpath."" by Andreas Gampe · 6 years ago
  57. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  58. fcf213c Merge "Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest" by vichang · 6 years ago
  59. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  60. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 6 years ago
  61. 18642a3 Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest by Victor Chang · 6 years ago
  62. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  63. 807e4b3 Merge "Add support for ANDROID_RUNTIME_ROOT variable" by Neil Fuller · 6 years ago
  64. f6f43d8 Merge "hiddenapi: Introduce greylist-max-p" by David Brazdil · 6 years ago
  65. 26c4377 Add support for ANDROID_RUNTIME_ROOT variable by Neil Fuller · 6 years ago
  66. 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
  67. ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
  68. a3a57d3 Merge changes from topic "hiddenapi-csv" by David Brazdil · 6 years ago
  69. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 6 years ago
  70. 0e211e5 Merge "Extract dex file if it is uncompressed but unaligned" by Treehugger Robot · 6 years ago
  71. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  72. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  73. 80d1628 hiddenapi: Introduce greylist-max-p by David Brazdil · 6 years ago
  74. 91690d3 hiddenapi: Convert API lists to a flags CSV file by David Brazdil · 6 years ago
  75. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  76. 94d9276 Merge "Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure" by Andreas Gampe · 6 years ago
  77. bdba2fb Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure by Evgeny Astigeevich · 6 years ago
  78. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  79. 3d719ed Merge "Track header file change." by Elliott Hughes · 6 years ago
  80. 4355162 Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that" by Martin Stjernholm · 6 years ago
  81. 88f3bbb Track header file change. by Elliott Hughes · 6 years ago
  82. 38a938e Minimal Android Runtime APEX module. by Roland Levillain · 6 years ago
  83. 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 6 years ago
  84. 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 6 years ago
  85. 680cbf2 Enable building art and tests with linux_bionic by Alex Light · 6 years ago
  86. a9b2f7b ART: Move GetStackOverflowReservedBytes by Andreas Gampe · 6 years ago
  87. 41271dd Merge "Clean up mem_map_test." by Vladimir Marko · 6 years ago
  88. 244c2b9 Merge "Remove dependencies on libutils." by Martin Stjernholm · 6 years ago
  89. 830f356 Clean up mem_map_test. by Vladimir Marko · 6 years ago
  90. ed0d822 Merge "Track googletest API change." by Treehugger Robot · 6 years ago
  91. 123333a Remove dependencies on libutils. by Martin Stjernholm · 6 years ago
  92. e00648f Track googletest API change. by Elliott Hughes · 6 years ago
  93. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  94. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  95. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  96. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  97. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  98. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  99. 4594c32 Merge "Disable MapAnonymousExactAddr test for ASAN." by Vladimir Marko · 6 years ago
  100. 1c1442a Disable MapAnonymousExactAddr test for ASAN. by Vladimir Marko · 6 years ago