1. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  2. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  3. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  4. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/mutex.cc]
  5. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  6. c4ee12e Avoid recursion if logging lock is corrupt. by Ian Rogers · 11 years ago
  7. 23055dc Mutex tidy up. by Ian Rogers · 11 years ago
  8. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  9. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 11 years ago
  10. b6c31ea Move hot routine out of mutex.cc. by Ian Rogers · 11 years ago
  11. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 11 years ago
  12. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  13. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 11 years ago
  14. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  15. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago[Renamed from src/mutex.cc]
  16. 760c943 After ART_USE_FUTEXES was enabled, we need some different gAborting protection by Brian Carlstrom · 12 years ago
  17. d45f201 Simplify ConditionVariable and avoid potential race. by Ian Rogers · 12 years ago
  18. 6a07d3c Merge "Fix and enable ART futexes." into dalvik-dev by Ian Rogers · 12 years ago
  19. 9e419ca Disable another CHECK when gAborting by Brian Carlstrom · 12 years ago
  20. 5bd97c4 Fix and enable ART futexes. by Ian Rogers · 12 years ago
  21. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  22. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  23. e46cd75 Fix race condition in thread pool shutdown by Mathieu Chartier · 12 years ago
  24. 63af636 Fix build. by Elliott Hughes · 12 years ago
  25. 27913a2 Fix for Mac build. by Ian Rogers · 12 years ago
  26. 4c54e72 Fix mac build. by Ian Rogers · 12 years ago
  27. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  28. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  29. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  30. ab47016 Temporarily enable futex version of ReaderWriterMutex. by Ian Rogers · 12 years ago
  31. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  32. acc46d6 Mac build fix. by Ian Rogers · 12 years ago
  33. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  34. 25fd14b Make lock debug checks optional. by Ian Rogers · 12 years ago
  35. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  36. bd93c30 Comment on use of 0 and -1 values in mutex implementation by Brian Carlstrom · 12 years ago
  37. f3a2641 Make Mutexes work on Mac OS X 10.6 by Brian Carlstrom · 12 years ago
  38. 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 12 years ago
  39. a5acfd3 Mac build fix for global lock levels. by Ian Rogers · 12 years ago
  40. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  41. 92c9a35 Ensure we can Mutex::Wait on a recursively locked Mutex by Brian Carlstrom · 12 years ago
  42. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  43. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 12 years ago
  44. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 12 years ago
  45. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  46. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 12 years ago
  47. 5d6d5dc Try to work around Mac OS 10.5 lossage. by Elliott Hughes · 12 years ago
  48. f149843 Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 12 years ago
  49. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 12 years ago
  50. 76e3694 Clean up the trivial uses of __attribute__((unused)). by Elliott Hughes · 12 years ago
  51. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  52. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  53. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 12 years ago
  54. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  55. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 12 years ago
  56. 715112b Fix Mutex::ClearOwner for bionic by Brian Carlstrom · 12 years ago
  57. 105245c Assert lock/unlock/trylock sanity. by Ian Rogers · 12 years ago
  58. cd74c4b Fix thread hang by Brian Carlstrom · 12 years ago
  59. cf04431 Work around the lack of gettid(3) on Mac OS. by Elliott Hughes · 12 years ago
  60. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 12 years ago
  61. e65a6c9 Mac build fixes I missed in my previous patch. by Elliott Hughes · 12 years ago
  62. 6b35575 Make pthread_mutex_t destruction safer during shutdown. by Elliott Hughes · 12 years ago
  63. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  64. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  65. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 13 years ago
  66. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  67. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  68. 5ea047b Support 64-bit volatiles and reference/pointer volatiles. by Elliott Hughes · 13 years ago
  69. 8daa092 More threads work. by Elliott Hughes · 13 years ago