1. 3e2446b ART: Correctly handle an abort from an unattached thread by Andreas Gampe · 6 years ago
  2. 81dc7ab Speed up and slightly simplify Mutex by Hans Boehm · 6 years ago
  3. 467b692 Use single contention counter for rw mutexes by Hans Boehm · 6 years ago
  4. c665d63 Revert^2 "Notify waiters when releasing the monitor" by Charles Munger · 7 years ago
  5. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 7 years ago
  6. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 7 years ago
  7. 7530bae Use _PRIVATE versions of futex ops. by Charles Munger · 7 years ago
  8. 240a564 Ensure seq_cst memory ordering for num_contenders by Hyangseok Chae · 7 years ago
  9. 896583e ART: Use clang-tidy to warn on RAII issue by Andreas Gampe · 7 years ago
  10. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  11. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  12. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  13. b284f8d Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."" by Alex Light · 8 years ago
  14. af93410 Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe." by Alex Light · 8 years ago
  15. e5a2ae3 Make JVMTI DisposeEnvironment and GetEnv thread safe. by Alex Light · 8 years ago
  16. 0882af2 Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t> by Hans Boehm · 8 years ago
  17. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  18. d1fbcff ART: Make less lock-level noise on abort by Andreas Gampe · 8 years ago
  19. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  20. f42eb2c Remove mutex dependency on art::Runtime by David Sehr · 9 years ago
  21. 9f5f8ac Special case the suspend to runnable transition when locking. by Nicolas Geoffray · 9 years ago
  22. eac4424 ART: JNI thread state transition optimization by Yu Li · 10 years ago
  23. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  24. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  25. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 11 years ago
  26. 015b137 Tidy gAborting. by Ian Rogers · 11 years ago
  27. e8b547d Avoid some recursive aborting. by Ian Rogers · 11 years ago
  28. d6d7c3b Mac host doesn't define ART_USE_FUTEXES. by Ian Rogers · 11 years ago
  29. 729c1cf Move include of system headers outside namesapce. by Chih-Hung Hsieh · 11 years ago
  30. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  31. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  32. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 11 years ago
  33. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  34. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  35. 06abcdf Extra debug output for a failing lock check. by Ian Rogers · 11 years ago
  36. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 11 years ago
  37. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  38. 3cab422 Move __STDC_FORMAT_MACROS to a cflag. by Ian Rogers · 12 years ago
  39. 220228e 64bit cleanliness requires PRI*64 macros for stdint types. by Ian Rogers · 12 years ago
  40. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  41. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 12 years ago
  42. 08f2e7b Disable lock contention logging by default. by Jeff Hao · 12 years ago
  43. b373308 Add a systrace support for lock contention logging. by Hiroshi Yamauchi · 12 years ago
  44. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 12 years ago
  45. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  46. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  47. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  48. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/base/mutex-inl.h]
  49. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  50. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 12 years ago
  51. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 12 years ago
  52. b6c31ea Move hot routine out of mutex.cc. by Ian Rogers · 12 years ago
  53. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago