1. 35fdbc5 Load the default graphics driver in USAPs. by Chris Wailes · 5 years ago
  2. b63a00a Fix FD leak in the Zygote. by Chris Wailes · 5 years ago
  3. 6d482d54 Adds Zygote.initNativeState by Chris Wailes · 5 years ago
  4. 96d5871 Merge "Disable XOM on libraries for apps with targetSdkVerison<Q" by TreeHugger Robot · 5 years ago
  5. 739c0b5 Disable XOM on libraries for apps with targetSdkVerison<Q by Jeff Vander Stoep · 5 years ago
  6. 0753040 Changed process names for USAPs. by Chris Wailes · 5 years ago
  7. e9b680a Remove interfaces for runtime and runtime_native namespaces. by Matt Pape · 5 years ago
  8. fe3a348 Addressed deferred CL feedback comments. by Chris Wailes · 5 years ago
  9. 1aaae10 Introduce ApplicationInfo.getAllApkPaths(). by Torne (Richard Coles) · 5 years ago
  10. 7e797b6 Renamed blastula to unspecialized app process (usap) by Chris Wailes · 5 years ago
  11. e8e150d Add statslog logging for hidden api usage by Andrei Onea · 5 years ago
  12. bda1b8f Merge changes Ib8f3b5b0,I66b01930,I560cdf9c by Christian Wailes · 5 years ago
  13. e51005d Look for visible vols for a user under /mnt/user/<userId>/package/. by Sudheer Shanka · 5 years ago
  14. db132a3 Teaches the System Server to enable the Zygote's blastula pool. by Chris Wailes · 5 years ago
  15. ae93714 Improved file descriptor cleanup in Zygote. by Chris Wailes · 5 years ago
  16. a2f67c9 Merge "Updated Zygote IPC related comments." am: f8881b6821 am: c850654edc by Christian Wailes · 5 years ago
  17. b13bfc5 Updated Zygote IPC related comments. by Chris Wailes · 5 years ago
  18. 0bccbf7 Add blastula pool system properties by Mathieu Chartier · 5 years ago
  19. 03fd40b Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 5 years ago
  20. f5cd8c1 Add use_app_image_startup_cache feature flag by Mathieu Chartier · 5 years ago
  21. ced7e08 Add use_app_image_startup_cache feature flag by Mathieu Chartier · 5 years ago
  22. 4d8546d Make profileable_from_shell apps dumpable. by Yabin Cui · 5 years ago
  23. 20f1a5d Merge "Allow app zygote to keep APK / shared libs open across fork." by Martijn Coenen · 5 years ago
  24. 927c15c Track ZygoteHooks API changes in libcore by Neil Fuller · 5 years ago
  25. 555d8b7 Track ZygoteHooks API changes in libcore by Neil Fuller · 5 years ago
  26. 4b98816 Allow app zygote to keep APK / shared libs open across fork. by Martijn Coenen · 5 years ago
  27. cffbf1c Enables the use of the blastula pool. by Chris Wailes · 6 years ago
  28. c37ebe1 Added Java Language methods for blastula management. by Chris Wailes · 6 years ago
  29. ba4c2eb Enables the use of the blastula pool. by Chris Wailes · 6 years ago
  30. 682b479 Refactored ZygoteConnection.Arguments to ZygoteArguments. by Chris Wailes · 6 years ago
  31. 8b35ba2 Implemented native functions and types for blastula management. by Chris Wailes · 6 years ago
  32. cb0b37f Added Java Language methods for blastula management. by Chris Wailes · 6 years ago
  33. 2be2626 Refactored ZygoteConnection.Arguments to ZygoteArguments. by Chris Wailes · 6 years ago
  34. aa1c962 Implemented native functions and types for blastula management. by Chris Wailes · 6 years ago
  35. 0b6da53 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
  36. 86f08a5 Prepare setresuid()/setresgid() seccomp filter in AppZygote. by Martijn Coenen · 6 years ago
  37. 7e6fa67 Initial support for application Zygote. by Martijn Coenen · 6 years ago
  38. 3a0df3b Create a new mount mode for installer packages. by Sudheer Shanka · 6 years ago
  39. 1bd83da Merge "Add post fork hook for System Server" am: f2a342b3ab am: a58c2a07c1 by Orion Hodson · 6 years ago
  40. 46724e7 Add post fork hook for System Server by Orion Hodson · 6 years ago
  41. 3f0645b Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  42. 98cb3f0 Allow some apps to get full access to external storage. by Sudheer Shanka · 6 years ago
  43. 154fe3f Pass the packageName to zygote when starting a new process. by Sudheer Shanka · 6 years ago
  44. 9821335 Merge "Make system server profiling an explicit runtime intent" am: 232011c7d9 by Calin Juravle · 6 years ago
  45. 8eb891b Make system server profiling an explicit runtime intent by Calin Juravle · 6 years ago
  46. 6914312 resolve merge conflicts of daef557352934e5a6e20a45bd2a01c832f657e42 to pi-dev-plus-aosp by Mathew Inwood · 6 years ago
  47. 16073b8 More flexible API enforcement policy. by Mathew Inwood · 6 years ago
  48. c0276a5 Merge "Add Zygote.startChildZygote() to fork a new process that itself is a zygote." am: 554cfd1f1d am: 5b9410c74b by Robert Sesek · 6 years ago
  49. d0a190df Add Zygote.startChildZygote() to fork a new process that itself is a zygote. by Robert Sesek · 6 years ago
  50. b3a4aab Refactor runtime hidden API flag from negative to positive by David Brazdil · 6 years ago
  51. f7e31c0 Refactor runtime hidden API flag from negative to positive by David Brazdil · 6 years ago
  52. 51c66ea Merge "Propagate the "dalvik.vm.minidebuginfo" property to ART run-time." am: ddd440b8a2 am: 8df431a8ef by David Srbecky · 6 years ago
  53. 156ed92 Propagate the "dalvik.vm.minidebuginfo" property to ART run-time. by David Srbecky · 6 years ago
  54. 71e8c40 Merge "Set Zygote.DISABLE_HIDDEN_API_CHECKS for system apps" am: 50cfaa40ca am: 97a970e56b by David Brazdil · 6 years ago
  55. 071bcaa Set Zygote.DISABLE_HIDDEN_API_CHECKS for system apps by David Brazdil · 6 years ago
  56. 2176822 Merge "Reland: Move zygote's seccomp setup to post-fork" am: 7839672e22 am: 4249466562 by Victor Hsieh · 6 years ago
  57. c8176ef Reland: Move zygote's seccomp setup to post-fork by Victor Hsieh · 7 years ago
  58. fe6a51f Revert "Move zygote's seccomp setup to post-fork" by Victor Hsieh · 7 years ago
  59. 551e5af Revert "Move zygote's seccomp setup to post-fork" by Victor Hsieh · 7 years ago
  60. 6a4a339 Move zygote's seccomp setup to post-fork by Victor Hsieh · 7 years ago
  61. a188dbc Move zygote's seccomp setup to post-fork by Victor Hsieh · 7 years ago
  62. 46a0cf5 Merge "Special handling of priv-apps in Zygote." am: 46af70cad9 am: 79d4ef6caa am: 836f2fe701 by Nicolas Geoffray · 7 years ago
  63. 79d4ef6 Merge "Special handling of priv-apps in Zygote." am: 46af70cad9 by Nicolas Geoffray · 7 years ago
  64. 46af70c Merge "Special handling of priv-apps in Zygote." by Nicolas Geoffray · 7 years ago
  65. 66d7275 Merge changes Id931d441,I83faf974 am: 89c94f67b4 by Narayan Kamath · 7 years ago
  66. 14e3e52 Merge "resolve merge conflicts of eb8a4ef5d344 to oc-mr1-dev-plus-aosp" into oc-mr1-dev-plus-aosp by Andreas Gampe · 7 years ago
  67. 8f4eab2 resolve merge conflicts of eb8a4ef5d344 to oc-mr1-dev-plus-aosp by Andreas Gampe · 7 years ago
  68. ac0b4be Zygote: Improve logging and error handling during connections. by Narayan Kamath · 7 years ago
  69. 1f88ad6 Special handling of priv-apps in Zygote. by Nicolas Geoffray · 7 years ago
  70. 1bf40f6 Missed these renames in last commit. by Nicolas Geoffray · 7 years ago
  71. 8dbb5e5 resolve merge conflicts of e017dae5873c to stage-aosp-master by Nicolas Geoffray · 7 years ago
  72. 81edac4 Rename debugFlags to runtimeFlags. by Nicolas Geoffray · 7 years ago
  73. ace874b Move "volume" commands over to Binder. by Jeff Sharkey · 7 years ago
  74. bf99d06 Zygote: Improve logging and error handling during connections. by Narayan Kamath · 7 years ago
  75. 18f7bcb Merge "Add a common call when wrapping an app." am: 12e0975963 am: bb6cf84a40 by Christopher Ferris · 7 years ago
  76. 76de39e Add a common call when wrapping an app. by Christopher Ferris · 7 years ago
  77. 2980de4 Add a common call when wrapping an app. by Christopher Ferris · 7 years ago
  78. 62cc119 Flag apps that have debugging set in systrace by John Reck · 7 years ago
  79. 04ed650 Fix the reset of boosted zygote thread priority. by Hiroshi Yamauchi · 7 years ago
  80. 1e3db87 Fix the reset of boosted zygote thread priority. by Hiroshi Yamauchi · 7 years ago
  81. b49996d Zygote: Reset niceness if lazy preloading is enabled. by Narayan Kamath · 7 years ago
  82. 347b1df Introduce DEBUG_JAVA_DEBUGGABLE. by Nicolas Geoffray · 8 years ago
  83. 8dfa178 Zygote: Add fdsToIgnore by Andreas Gampe · 8 years ago
  84. 54e387d Dynamically add the webview_zygote's preloaded APK to the zygote FD whitelist. by Robert Sesek · 8 years ago
  85. b9679dc Refactor ZygoteInit to support a WebView-specific zygote. by Tobias Sargeant · 8 years ago
  86. 885b742 Changes of root storage space unmounting time on Zygote Process by doheon1.lee · 8 years ago
  87. df6cb28 Add flag to "am start" to enable native debugging by Tamas Berghammer · 8 years ago
  88. 3c43b38 Special case system_server to not create the JIT code cache. by Nicolas Geoffray · 9 years ago
  89. 9abbf45 Remove DEBUG_JIT from Zygote flags. by Nicolas Geoffray · 9 years ago
  90. 9527b22 Let's reinvent storage, yet again! by Jeff Sharkey · 9 years ago
  91. 065075e Replace --include-cfi with --generate-debug-info. by David Srbecky · 9 years ago
  92. fbb32f6 Better systrace slices for application startup. by Narayan Kamath · 9 years ago
  93. 27c39f1 am b6d14a00: resolved conflicts for merge of c29791d5 to mnc-dev-plus-aosp by Andreas Gampe · 9 years ago
  94. 4887789 Progress towards dynamic storage support. by Jeff Sharkey · 9 years ago
  95. 7a49028 Add JIT late override property by Mathieu Chartier · 9 years ago
  96. 2eacd06 Frameworks/base: Early init native bridge by jgu21 · 10 years ago
  97. aec67dc Frameworks/base: Add native bridge post-fork initialization by Andreas Gampe · 10 years ago
  98. 860c591 Move the Zygote off libcore.os and onto android.system. by Elliott Hughes · 10 years ago
  99. 973b466 Move zygote startup logic to the frameworks. by Narayan Kamath · 10 years ago