1. 5cac217 Align uffd compacted spaces for faster mremap during pause by Lokesh Gidra · 2 years, 3 months ago
  2. 1c89628 Reland "Handle userfaultfd API ioctl on older kernel hosts" by Lokesh Gidra · 2 years, 3 months ago
  3. f716e21 Avoid using SafeCopy on userfaultfd compacted spaces by Lokesh Gidra · 2 years, 3 months ago
  4. 49f0347 Maintain pre-zygote fork linear-alloc pages as shared-clean by Lokesh Gidra · 2 years, 4 months ago
  5. 485a714 Make native GC-root updation concurrent with userfaultfd by Lokesh Gidra · 2 years, 5 months ago
  6. 616329e Remove Runtime dependency from Mutex by David Srbecky · 2 years, 5 months ago
  7. 4f1c9f9 Initialize `Runtime` for `MutexTest`. by Vladimir Marko · 2 years, 5 months ago
  8. 6a109ac Derive MessageQueueTest from CommonRuntimeTest by David Srbecky · 2 years, 5 months ago
  9. 0db9605 Revert "Revert^4 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 5 months ago
  10. a23d325 Revert^4 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 5 months ago
  11. 76990bb ART: Speed up some gtests. by Vladimir Marko · 2 years, 5 months ago
  12. ebd7640 Revert "Revert^2 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 5 months ago
  13. fd20a74 Revert^2 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 6 months ago
  14. 606bd94 Update native GC roots page-by-page by Lokesh Gidra · 2 years, 10 months ago
  15. 35be57f Remove redundant definitions of constexpr data. by Vladimir Marko · 2 years, 6 months ago
  16. 83958e3 Remove bad code from ComputeRelativeTimeSpec by Hans Boehm · 2 years, 8 months ago
  17. 6fc1d5f Move JIT lock below kTaggingLockLevel. by Nicolas Geoffray · 2 years, 10 months ago
  18. 396bab8 Remove obsolete code related to quickening. by Vladimir Marko · 3 years ago
  19. d0f099e Reland "Eagerly lookup native symbols in zygote." by Nicolas Geoffray · 3 years ago
  20. 4478abe Revert "Eagerly loopkup native symbols in zygote." by Nicolas Geoffray · 3 years ago
  21. 6ec9905 Eagerly loopkup native symbols in zygote. by Nicolas Geoffray · 3 years ago
  22. 7570bea Avoid Use-After-Free risk when dump backtrace for long contending lock. by wangguibo · 3 years, 2 months ago
  23. ae148fe Extract atomic pair code from DexCache by David Srbecky · 3 years, 1 month ago
  24. 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years, 2 months ago
  25. fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 4 months ago
  26. 23cf32f JNI: Faster mutator locking during transition. by Vladimir Marko · 3 years, 4 months ago
  27. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 6 months ago
  28. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 6 months ago
  29. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 4 years, 1 month ago
  30. 0529cfa Add GC deadlock discussion by Hans Boehm · 3 years, 7 months ago
  31. f955425 Revert "Handle suspend requests in getReferent()" by Hans Boehm · 3 years, 7 months ago
  32. 0c3cc63 Handle suspend requests in getReferent() by Hans Boehm · 3 years, 7 months ago
  33. 8f21748 Mark move constructors/assignements as `noexcept`. by Vladimir Marko · 3 years, 8 months ago
  34. 0d29072 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 11 months ago
  35. 0613605 Replace histogram in CumulativeLogger with average by Lokesh Gidra · 4 years, 1 month ago
  36. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 4 years, 1 month ago
  37. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 4 years, 1 month ago
  38. a1cc540 Revert^2 "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 3 months ago
  39. c7edde0 Revert "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 3 months ago
  40. de60ef3 Add MessageQueue for cross-thread communication by Eric Holk · 4 years, 4 months ago
  41. 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 4 years, 8 months ago
  42. 6aaa49d Inclusive language fixes by Orion Hodson · 4 years, 8 months ago
  43. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 8 months ago
  44. aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 8 months ago
  45. d4e6a99 Invoke futex wait with correct value by Hans Boehm · 4 years, 8 months ago
  46. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 9 months ago
  47. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 5 years ago
  48. e0c6d43 Revert "Fix stack-walking race" by Alex Light · 5 years ago
  49. 721e402 Fix stack-walking race by Alex Light · 5 years ago
  50. 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  51. ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 5 years ago
  52. 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  53. acd7060 Update target footprint on process state switch by Lokesh Gidra · 5 years ago
  54. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  55. d56f7d1 Revert "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  56. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  57. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  58. 0d508a0 Add spin loop to mutex, overhaul monitor by Hans Boehm · 6 years ago
  59. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 5 years ago
  60. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 5 years ago
  61. 92db59b Revert "Workaround bogus Thread Safety Analysis warning" by Ziang Wan · 6 years ago
  62. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
  63. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
  64. 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
  65. 3e2446b ART: Correctly handle an abort from an unattached thread by Andreas Gampe · 6 years ago
  66. 2a905b2 Move memory related regions of the JIT cache in its own class. by Nicolas Geoffray · 6 years ago
  67. 2cd21b2 ART: Make bad_mutexes abort message legible by Andreas Gampe · 6 years ago
  68. 81dc7ab Speed up and slightly simplify Mutex by Hans Boehm · 6 years ago
  69. 467b692 Use single contention counter for rw mutexes by Hans Boehm · 6 years ago
  70. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  71. eaa4831 Revert "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  72. 3fa8b6d Perform SetEvent under the user_code_suspend_count_lock_ by Alex Light · 6 years ago
  73. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  74. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
  75. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
  76. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  77. ea34d46 Fix lock order issue with large-object space lock by Lokesh Gidra · 6 years ago
  78. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
  79. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  80. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 6 years ago
  81. 0bbac30 ART: Hide mutex in TimingLogger by Andreas Gampe · 6 years ago
  82. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  83. 7cc45fd ART: Factor out lock order and holder from mutexes by Andreas Gampe · 6 years ago
  84. af77ad4 Reorder kThreadWaitLock by Charles Munger · 6 years ago
  85. c665d63 Revert^2 "Notify waiters when releasing the monitor" by Charles Munger · 6 years ago
  86. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 6 years ago
  87. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 6 years ago
  88. 7530bae Use _PRIVATE versions of futex ops. by Charles Munger · 6 years ago
  89. 2947ba6 Merge "Requeue rather than wake when notifying." by Treehugger Robot · 6 years ago
  90. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  91. bcd16ee Requeue rather than wake when notifying. by Charles Munger · 6 years ago
  92. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  93. 2d899c4 Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). by Josh Gao · 6 years ago
  94. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  95. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  96. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  97. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  98. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 7 years ago
  99. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 7 years ago
  100. 33b7b5d Revert^2 "Fix race in CommitCodeInternal and cleanup" by Alex Light · 7 years ago