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