1. 5e4522d export setThreadName() and add NULL check by William Roberts · 11 years ago
  2. 34d4c04 Add support for sample profiling in traceview. by Jeff Hao · 11 years ago
  3. 784f34d am f6944312: Merge "Fix a minor bug in dvmCreateInterpThread" by Elliott Hughes · 12 years ago
  4. f694431 Merge "Fix a minor bug in dvmCreateInterpThread" by Elliott Hughes · 12 years ago
  5. b91f922 am f3079bda: Merge "Rename unreasonable function name dmvCompilerTemplateEnd" by Elliott Hughes · 12 years ago
  6. d585bed Rename unreasonable function name dmvCompilerTemplateEnd by Yanchuan Nian · 12 years ago
  7. 858dfec Merge "Add systrace tracing for GC and thread suspension." into jb-mr2-dev by Jamie Gennis · 12 years ago
  8. 826faa0 Add systrace tracing for GC and thread suspension. by Jamie Gennis · 12 years ago
  9. 514eabb Remove spammy logging from 8470684 investigation. by Elliott Hughes · 12 years ago
  10. 3a9dbd3 Remove spammy logging from 8470684 investigation. by Elliott Hughes · 12 years ago
  11. 9442265 More native stack dump hardening. by Elliott Hughes · 12 years ago
  12. 4637159 More native stack dump hardening. by Elliott Hughes · 12 years ago
  13. 7964f9c Harden the native stack dumping decision. by Elliott Hughes · 12 years ago
  14. feddac5 Harden the native stack dumping decision. by Elliott Hughes · 12 years ago
  15. 1b4500f Dump native stacks for all threads in native code. by Elliott Hughes · 12 years ago
  16. 890ce01 Dump native stacks for all threads in native code. by Elliott Hughes · 12 years ago
  17. c0ff945 Fix a minor bug in dvmCreateInterpThread by You Kim · 12 years ago
  18. 91b8b13 Extra log information when pthread_create fails. by Elliott Hughes · 12 years ago
  19. 3eeda5e Extra log information when pthread_create fails. by Elliott Hughes · 12 years ago
  20. 34a00d7 pthread_create doesn't set errno. by Elliott Hughes · 12 years ago
  21. a344588 Reclaiming attribute obj after pthread_create by You Kim · 12 years ago
  22. fae95cc Fix dalvik's use of readdir_r(3). by Elliott Hughes · 12 years ago
  23. c32a377 Log when the native trace is unavailable by Andy McFadden · 12 years ago
  24. 0b88861 resolved conflicts for merge of 93a44a28 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
  25. a8b91c5 [MIPS] Dalvik fast interpreter support and JIT implementation by Raghu Gandham · 13 years ago
  26. 7e2f0ea Fix a small memory leak. by Elliott Hughes · 13 years ago
  27. ce6603b Add a -XX:mainThreadStackSize= option. by Elliott Hughes · 13 years ago
  28. c628d17 Dump the native stacks of threads in VmWait as well Native. by Elliott Hughes · 13 years ago
  29. 6d1a1df Fix a small memory leak. by Elliott Hughes · 13 years ago
  30. c1a4ab9 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  31. e8e1ddc Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  32. 4308417 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  33. 062bf50 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  34. fabd018 Disable dumping native stacks of non-Dalvik threads. Bug: 5544153 by Jeff Brown · 13 years ago
  35. b121230 Dump stacks for all native threads, not just those in JNI. by Jeff Brown · 13 years ago
  36. 92c1f6f Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  37. b78eab0 Dump native stack of JNI methods when handling SIGQUIT. by Jeff Brown · 13 years ago
  38. ce09683 Clean up IndirectRefTable a bit. by Elliott Hughes · 14 years ago
  39. e6c0ef2 Break a dependency on frameworks/base when building a host VM. by Elliott Hughes · 14 years ago
  40. 708f143 Improve "waiting on"/"waiting to lock" SIGQUIT dump info. by Elliott Hughes · 14 years ago
  41. 6f3c21f More LOG newline cleanup. by Dan Bornstein · 14 years ago
  42. 60fc806 Further conservation of newlines. by Dan Bornstein · 14 years ago
  43. 12fc997 Remove dead code. by Carl Shapiro · 14 years ago
  44. 389e258 InterpBreak cleanup (part 1) by buzbee · 14 years ago
  45. 30bc0d4 Consolidate curFrame fields in thread storage by buzbee · 14 years ago
  46. 122dac5 Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE. by Carl Shapiro · 14 years ago
  47. 1e1433e Remove unneeded void argument list declarations. by Carl Shapiro · 14 years ago
  48. d5c36b9 Move the remaining non-compiler VM code into C++. by Carl Shapiro · 14 years ago[Renamed (98%) from vm/Thread.c]
  49. 93afccc Stop logging a couple of messages by Andy McFadden · 14 years ago
  50. ce87bfe Delegate the queuing of cleared references to managed code. by Carl Shapiro · 14 years ago
  51. 99e3e6e Fix interpreter debug attach by buzbee · 14 years ago
  52. 9d755ce Merge "Add safepoint callback for gc" into dalvik-dev by buzbee · 14 years ago
  53. 94d6525 Add safepoint callback for gc by buzbee · 14 years ago
  54. 44cec05 Merge "Yet more InitRefs-ing" into dalvik-dev by Andy McFadden · 14 years ago
  55. f5e6de9 Yet more InitRefs-ing by Andy McFadden · 14 years ago
  56. d091271 Merge "Automatically dump stack traces in dvmAbort on the host." into dalvik-dev by Elliott Hughes · 14 years ago
  57. abd4f6e Automatically dump stack traces in dvmAbort on the host. by Elliott Hughes · 14 years ago
  58. 19cd2fc Some more InitRefs-ing by Andy McFadden · 14 years ago
  59. 9a3147c Interpreter restructuring by buzbee · 14 years ago
  60. 3475f9c Move finalization out of the VM. by Carl Shapiro · 14 years ago
  61. 701abba Use indirect references in JNI by default. by Carl Shapiro · 14 years ago
  62. 3111b0c Collate more of the low-level class lookups. by Dan Bornstein · 14 years ago
  63. 0b8b293 Rename some of the exception functions. by Dan Bornstein · 14 years ago
  64. 8521311 Yak-shaving in support of the exception cleanup. by Dan Bornstein · 14 years ago
  65. bc606f5 Clean up a few more exceptions. by Dan Bornstein · 14 years ago
  66. a7d59bb New interpreter breakout mechanism by buzbee · 14 years ago
  67. 70b00ab Round two. by Dan Bornstein · 14 years ago
  68. e0bf971 Merge "Factor out class names from throw statements." into dalvik-dev by Dan Bornstein · 14 years ago
  69. d27f3cf Factor out class names from throw statements. by Dan Bornstein · 14 years ago
  70. 9f601a9 Interpreter restructuring: eliminate InterpState by buzbee · 14 years ago
  71. 01605d2 Remove the unused monitor tracking and deadlock prediction code. by Carl Shapiro · 14 years ago
  72. cb3081f Consolidate mterp's debug/profile/suspend control by buzbee · 14 years ago
  73. fc75f3e Fix implicit conversions, rename reserved works, enable -Wc++-compat. by Carl Shapiro · 14 years ago
  74. 6d4ce5e Drive all root scanning by the root visitor. by Carl Shapiro · 14 years ago
  75. 33dab96 Improve "No new threads in -Xzygote mode" message to include thread name. by Brian Carlstrom · 14 years ago
  76. 202e3d9 Remove allocation limit checking. by Carl Shapiro · 14 years ago
  77. 07018e2 Separate HPROF from the GC. by Carl Shapiro · 14 years ago
  78. d19988d Lock thread list, show join target by Andy McFadden · 14 years ago
  79. be420e7 Pop call frame before boxing result by Andy McFadden · 14 years ago
  80. 2150b0d Switch to VMWAIT before sending to DDMS by Andy McFadden · 14 years ago
  81. 50cab51 Track result from dvmCallMethod by Andy McFadden · 14 years ago
  82. 0f50ce6 am a342c5a9: am ddd9d0b3: Show errors from getSchedulerGroup(). by Andy McFadden · 14 years ago
  83. ddd9d0b Show errors from getSchedulerGroup(). by Andy McFadden · 14 years ago
  84. 8552f44 Use Throwable.getMessage() when logging exceptions. by Andy McFadden · 14 years ago
  85. 08aa0e3 am eb9eaf73: am b204391f: am ba2f27fb: Merge "Removal of more sampling profiler bits" into gingerbread by Brian Carlstrom · 14 years ago
  86. c415aaf Removal of more sampling profiler bits by Brian Carlstrom · 14 years ago
  87. 0a3f698 Show CPU# and utime/stime in the Dalvik thread dump. by Andy McFadden · 14 years ago
  88. b5f3c0b Change the way thread suspension works. by Andy McFadden · 14 years ago
  89. 6dce996 Change the way thread suspension works. by Andy McFadden · 14 years ago
  90. 0d615c3 Always support debugging and profiling. by Andy McFadden · 14 years ago
  91. c650d2b Added fsync call to dexopt. by Andy McFadden · 14 years ago
  92. 3469a7e Fix some potential SMP issues. by Andy McFadden · 14 years ago
  93. e7a37d5 am b122c8b1: Fix thread names. by Andy McFadden · 15 years ago
  94. b122c8b Fix thread names. by Andy McFadden · 15 years ago
  95. f5dcfc8 am e5289ebc: Merge "Use pthread_setname_np when available." by Andy McFadden · 15 years ago
  96. 5617ad3 Minor clean-up of thread status changes. by Carl Shapiro · 15 years ago
  97. 22ec609 Use pthread_setname_np when available. by Andy McFadden · 15 years ago
  98. 40607dd Change how a null threadgroup is displayed. by Andy McFadden · 15 years ago
  99. 012eba7 am 11b4c7c0: am 5439ba57: merge from froyo-plus-aosp by The Android Open Source Project · 15 years ago
  100. 11b4c7c am 5439ba57: merge from froyo-plus-aosp by The Android Open Source Project · 15 years ago