1. 7134a71 Add fast path to GetWeakRefAccessEnabled by David Srbecky · 2 years, 10 months ago
  2. 1b3ec0f Revert^2 "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
  3. 07cbc5b Revert "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
  4. 0ab5b6d Reduce pauses for weak reference access by Hans Boehm · 3 years, 6 months ago
  5. e45883e ARM64: Enable implicit suspend checks and madvise()... by Vladimir Marko · 3 years ago
  6. e74e0ce JNI: Inline fast-path for `JniMethodEnd()`. by Vladimir Marko · 3 years, 1 month ago
  7. 9c0f764 Rewrite thread root flip synchronization. by Vladimir Marko · 3 years, 1 month ago
  8. ce2a344 JNI: Inline fast-path for `JniMethodStart()`. by Vladimir Marko · 3 years, 1 month ago
  9. 254a858 Make suspend check test specific flags. by Vladimir Marko · 3 years, 1 month ago
  10. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 1 month ago
  11. 23cf32f JNI: Faster mutator locking during transition. by Vladimir Marko · 3 years, 1 month ago
  12. 891cb88 Add mutator collector coordination documentation by Hans Boehm · 4 years, 5 months ago
  13. dc9d6a0 Add more logging to Thread::SetState by Mathieu Chartier · 4 years, 9 months ago
  14. 0c2313c ART: Forward-declare SuspendReason in thread.h by Andreas Gampe · 6 years ago
  15. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  16. 893147c Clear registers in mterp floating point operations. by Nicolas Geoffray · 6 years ago
  17. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  18. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  19. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
  20. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  21. 39b378c ART: Factor out gAborting by Andreas Gampe · 7 years ago
  22. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
  23. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  24. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  25. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  26. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  27. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  28. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  29. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  30. c73cb64 ART: Remove ObjPtr kPoison template parameter by Andreas Gampe · 8 years ago
  31. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  32. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  33. f42eb2c Remove mutex dependency on art::Runtime by David Sehr · 8 years ago
  34. 81c6c8e Merge "Fix a deadlock between thread flip and suspend request." by Treehugger Robot · 8 years ago
  35. 02e7f1a Fix a deadlock between thread flip and suspend request. by Hiroshi Yamauchi · 8 years ago
  36. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  37. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  38. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  39. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  40. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  41. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  42. 10b218d Add missing filter cards to zygote mod union table by Mathieu Chartier · 8 years ago
  43. 9f5f8ac Special case the suspend to runnable transition when locking. by Nicolas Geoffray · 8 years ago
  44. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  45. 8ac9c91 Make SetStateUnsafe run checkpoints before going to suspended by Mathieu Chartier · 9 years ago
  46. dabdccc Add more error printing to TransitionFromSuspendedToRunnable by Mathieu Chartier · 9 years ago
  47. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  48. 50832b6 Revert "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  49. b815358 ART: Use bionic TLS slot for thread-self by Andreas Gampe · 9 years ago
  50. eac4424 ART: JNI thread state transition optimization by Yu Li · 10 years ago
  51. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  52. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  53. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  54. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  55. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  56. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  57. ef048f6 ART: Add some thread abort logging by Andreas Gampe · 10 years ago
  58. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  59. 8409ec4 Make thread dumping more tolerant of broken invariants during abort. by Ian Rogers · 10 years ago
  60. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  61. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  62. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  63. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  64. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  65. b8e087e Move thread state to art::Atomic. by Ian Rogers · 10 years ago
  66. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  67. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  68. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  69. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  70. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  71. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  72. 0f5f6bb Fix thread checkpoint issue by Dave Allison · 11 years ago
  73. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  74. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 11 years ago
  75. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  76. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  77. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  78. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  79. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread-inl.h]
  80. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  81. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  82. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 12 years ago
  83. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 12 years ago
  84. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago