summaryrefslogtreecommitdiffstats
path: root/vm/Init.cpp
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+8
* Allow traversal into /storage paths.Jeff Sharkey2013-09-171-1/+1
* libdvm should block SIGPIPE like the RI does.Elliott Hughes2013-08-211-1/+1
* am 58de514b: Merge "Fix Class.getDex."Elliott Hughes2013-07-311-0/+14
|\
| * Fix Class.getDex.Elliott Hughes2013-07-311-0/+14
* | Suppress warning if JIT disabledbuzbee2013-07-211-0/+3
* | Add low memory mode option.Mathieu Chartier2013-07-131-0/+3
* | am f8696fa7: am 2115c7ed: am f8fe8731: Merge "Disable -Xjnigreflimit."Elliott Hughes2013-07-021-9/+1
|\|
| * am f8fe8731: Merge "Disable -Xjnigreflimit."Elliott Hughes2013-07-021-9/+1
| |\
| | * Disable -Xjnigreflimit.Elliott Hughes2013-07-021-9/+1
* | | am 70605c75: am a163f4a9: Merge "Now that abort(3) is fixed, dvmAbort can be ...Elliott Hughes2013-06-111-11/+0
|\| |
| * | am a163f4a9: Merge "Now that abort(3) is fixed, dvmAbort can be simplified."Elliott Hughes2013-06-111-11/+0
| |\|
| | * Now that abort(3) is fixed, dvmAbort can be simplified.Elliott Hughes2013-06-111-11/+0
* | | JIT tuning; set cache size on command linebuzbee2013-05-231-0/+4
* | | am de33df54: am 130eebad: Merge "Adapt dalvik to new libnativehelper"Brian Carlstrom2013-05-101-0/+4
|\| |
| * | am 130eebad: Merge "Adapt dalvik to new libnativehelper"Brian Carlstrom2013-05-101-0/+4
| |\|
| | * Adapt dalvik to new libnativehelperBrian Carlstrom2013-05-091-0/+4
* | | Don't emit a warning message on missing PR_SET_NO_NEW_PRIVSNick Kralevich2013-05-071-7/+4
|/ /
* | Zygote: set PR_SET_NO_NEW_PRIVSNick Kralevich2013-03-041-0/+17
* | Zygote: remount /system nosuid/nodevNick Kralevich2013-02-281-0/+47
* | Revert "Zygote: remount /system nosuid/nodev"Nick Kralevich2013-02-271-47/+0
* | Zygote: remount /system nosuid/nodevNick Kralevich2013-02-251-0/+47
|/
* am 0138866d: Merge "Don\'t disable inlining for ARM."Elliott Hughes2012-10-091-1/+0
|\
| * Don't disable inlining for ARM.Elliott Hughes2012-10-091-1/+0
* | Allow max free size of heap to be configured.Ian Rogers2012-09-241-0/+39
* | Missing EMULATED_STORAGE_TARGET isn't an error.Jeff Sharkey2012-09-111-8/+6
* | Include user identifier in external storage paths.Jeff Sharkey2012-09-071-0/+31
|/
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-17/+157
* am 2b02fef4: Lose libnativehelper to its own project for the PDK.Elliott Hughes2012-05-041-10/+17
|\
| * Lose libnativehelper to its own project for the PDK.Elliott Hughes2012-05-031-10/+17
* | resolved conflicts for merge of 323d9152 to jb-dev-plus-aospElliott Hughes2012-05-021-0/+3
|\ \ | |/ |/|
| * Simplify the quasi-atomic stuff and add MIPS support.Elliott Hughes2012-05-011-0/+3
* | Add a -XX:mainThreadStackSize= option.Elliott Hughes2012-04-121-0/+19
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-16/+16
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-6/+6
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-3/+3
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-5/+5
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-10/+10
|/
* Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame.Ben Cheng2011-10-101-1/+38
* Stop advertising the removed -Xdeadlockpredict option.Elliott Hughes2011-07-171-1/+0
* Merge "Make dual clock mode the default."Jeff Brown2011-06-281-1/+1
|\
| * Make dual clock mode the default.Jeff Brown2011-06-271-1/+1
* | Improve -verbose:jni.Elliott Hughes2011-06-281-65/+103
|/
* Add a dual clock profiler tracing mode.Jeff Brown2011-06-271-1/+10
* Fix regular exit.Elliott Hughes2011-06-071-8/+11
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-10/+1
* Further conservation of newlines.Dan Bornstein2011-05-261-36/+36
* Fix a couple debugging issues involving JIT single-stepping mode.Ben Cheng2011-05-101-5/+4
* Eliminate the PROFILE_FIELD_ACCESS feature.Carl Shapiro2011-04-271-3/+0
* Remove the old forcecopy in favor of the new.Elliott Hughes2011-04-271-1/+1