index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
base
/
mutex.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Card mark holding class instead of declaring class
Mathieu Chartier
2016-08-25
1
-1
/
+1
*
Don't use dlopen on host for already loaded oat files.
Richard Uhler
2016-05-27
1
-4
/
+4
*
Fix interaction between instrumentation and jit lock.
Nicolas Geoffray
2016-04-21
1
-1
/
+1
*
Shard classloader classes lock
Mathieu Chartier
2016-04-05
1
-1
/
+3
*
ART: Add unstarted-runtime functions
Andreas Gampe
2016-02-25
1
-1
/
+1
*
Remove string init map.
Nicolas Geoffray
2016-02-18
1
-1
/
+0
*
Report DWARF debug information for JITed code.
David Srbecky
2016-01-13
1
-0
/
+1
*
Fix lock ordering violation
Mathieu Chartier
2015-12-21
1
-3
/
+3
*
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
Nicolas Geoffray
2015-11-24
1
-5
/
+0
*
lambda: Add support for invoke-interface for boxed innate lambdas
Igor Murashkin
2015-11-20
1
-0
/
+5
*
Revert "Revert "Unload oat files""
Mathieu Chartier
2015-10-13
1
-1
/
+5
*
Add OatFileManager
Mathieu Chartier
2015-10-09
1
-1
/
+5
*
Add lock around interpreter string init reg map.
Jeff Hao
2015-09-17
1
-1
/
+5
*
Revert "Revert "Change dex caches to be weak roots""
Mathieu Chartier
2015-08-31
1
-1
/
+2
*
Revert "Change dex caches to be weak roots"
Brian Carlstrom
2015-08-28
1
-1
/
+0
*
Revert "Move mark stack lock up in ordering"
Brian Carlstrom
2015-08-28
1
-1
/
+1
*
Move mark stack lock up in ordering
Mathieu Chartier
2015-08-27
1
-1
/
+1
*
Change dex caches to be weak roots
Mathieu Chartier
2015-08-25
1
-0
/
+1
*
Remove unnecessary `explicit` qualifiers on constructors.
Roland Levillain
2015-08-12
1
-4
/
+4
*
Address some comments and clean up
Mathieu Chartier
2015-08-04
1
-7
/
+12
*
Add uninterruptible role
Mathieu Chartier
2015-07-22
1
-4
/
+20
*
Move to newer clang annotations
Mathieu Chartier
2015-07-22
1
-26
/
+37
*
runtime: Add lambda box/unbox object equality
Igor Murashkin
2015-07-20
1
-0
/
+5
*
ART: JNI thread state transition optimization
Yu Li
2015-07-13
1
-42
/
+51
*
ART: Fix streaming tracing issues
Andreas Gampe
2015-06-26
1
-0
/
+2
*
New experimental GC stress mode
Mathieu Chartier
2015-06-22
1
-1
/
+1
*
JDWP: asynchronous invoke command handling
Sebastien Hertz
2015-06-10
1
-1
/
+0
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-2
/
+2
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-0
/
+1
*
Fix JDWP race at runtime shutdown
Sebastien Hertz
2015-04-01
1
-0
/
+1
*
Change method verifiers to be thread local roots
Mathieu Chartier
2015-03-13
1
-3
/
+1
*
ART: Add entries_ lock for race condition
bowen_lai
2015-03-13
1
-1
/
+4
*
Wait for threads to finish unregistering
Mathieu Chartier
2015-03-03
1
-1
/
+4
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-0
/
+1
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-1
/
+0
*
Add JIT
Mathieu Chartier
2015-02-23
1
-0
/
+1
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+2
*
Revert "Tidy gAborting."
Nicolas Geoffray
2014-12-09
1
-6
/
+6
*
Tidy gAborting.
Ian Rogers
2014-12-04
1
-6
/
+6
*
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-12
1
-11
/
+1
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-3
/
+3
*
Make out-of-line mutex contention dependent on ART_USE_FUTEXES.
Ian Rogers
2014-10-23
1
-1
/
+1
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-0
/
+3
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-1
/
+5
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-1
/
+1
*
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-09-14
1
-2
/
+25
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
Fix numerous issues with DdmVmInternal allocation tracking
Brian Carlstrom
2014-09-05
1
-2
/
+11
*
Reduce lock contention when debugging
Sebastien Hertz
2014-09-02
1
-1
/
+1
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-2
/
+5
[next]