1. f887e74 Clean up comments/logs by Kelvin Zhang · 2 years, 5 months ago
  2. a41f381 Merge "Load kernel modules in parallel" by Treehugger Robot · 2 years, 5 months ago
  3. 22929da Copy snapuserd to first_stage_ramdisk by Kelvin Zhang · 2 years, 5 months ago
  4. c60300a Load kernel modules in parallel by Chungkai · 3 years, 7 months ago
  5. baeece6 Revert "Revert "Use Apex sepolicy if it's available"" by Jeffrey Vander Stoep · 2 years, 7 months ago
  6. 5638fcc Revert "Use Apex sepolicy if it's available" by Jeffrey Vander Stoep · 2 years, 7 months ago
  7. 2e4b3ff Use Apex sepolicy if it's available by Jeff Vander Stoep · 2 years, 9 months ago
  8. bb77c54 Reland: Add /system_ext/etc/selinux/ to the debug policy search path for GSI by Yi-Yo Chiang · 3 years ago
  9. be09a1e Revert "Add /system_ext/etc/selinux/ to the debug policy search ..." by Santiago Seifert · 3 years ago
  10. 650b29d Add /system_ext/etc/selinux/ to the debug policy search path for GSI by Yi-Yo Chiang · 3 years ago
  11. 26c1b74 Revert "init: adding fallback paths for debug ramdisk" by Bowgo Tsai · 3 years, 4 months ago
  12. 6cb4311 init: adding fallback paths for debug ramdisk by Bowgo Tsai · 3 years, 4 months ago
  13. 64e92f9 init: loading debug resources before chroot into first_stage_ramdisk by Bowgo Tsai · 3 years, 4 months ago
  14. 8891c20 init: fix debuggable paths for recovery mode by Will McVicker · 3 years, 6 months ago
  15. 7905848 init: handle more bootconfig parameters by Devin Moore · 3 years, 6 months ago
  16. 0c931aa Merge "first_stage_mount: Create snapshot devices before launching first_stage_console" by Treehugger Robot · 3 years, 6 months ago
  17. a4ef15b Support bootconfig in first stage init and fs_mgr by Devin Moore · 3 years, 8 months ago
  18. 08c862f init: ro.boottime.init.modules by Lisa Liu · 3 years, 7 months ago
  19. d96d0f7 first_stage_mount: Create snapshot devices before launching first_stage_console by Elliot Berman · 3 years, 7 months ago
  20. 4c467e3 Revert "first_stage_mount: Create snapshot devices before launching first_stage_console" by Yiwei Zhang · 3 years, 7 months ago
  21. 9583e92 first_stage_mount: Create snapshot devices before launching first_stage_console by Elliot Berman · 3 years, 7 months ago
  22. 491e4da init: Add an selinux transition for snapuserd. by David Anderson · 3 years, 9 months ago
  23. addbafd Revert "Move e2fsck into /first_stage_ramdisk." by Yifan Hong · 3 years, 9 months ago
  24. 15cd1cd Merge changes from topic "e2fsprogs_vendor_ramdisk" by Yifan Hong · 3 years, 9 months ago
  25. 7e7f881 init: don't abort if directory already exists by Yifan Hong · 3 years, 9 months ago
  26. 1ff7581 init: Always create and restorecon /dev/dm-user. by David Anderson · 3 years, 10 months ago
  27. f7c47f8 Merge "first_stage_init: run first_stage.sh regardless of console presence" by Treehugger Robot · 3 years, 10 months ago
  28. cc3410e first_stage_init: run first_stage.sh regardless of console presence by Steve Muckle · 3 years, 10 months ago
  29. 3337e78 Move e2fsck into /first_stage_ramdisk. by Yifan Hong · 3 years, 10 months ago
  30. a68ee76 Load boot image props. by Yifan Hong · 3 years, 11 months ago
  31. d6d38c3 first_stage_init: support kernel module directories by Steve Muckle · 4 years, 3 months ago
  32. c890742 first_stage_init: add support to skip module load failures by Will McVicker · 4 years, 4 months ago
  33. a4bf2ce first_stage_init: add hook to exec a shell script by Steve Muckle · 4 years, 10 months ago
  34. c479357 first_stage_init: increase serial console tries to 50 by Will McVicker · 4 years, 5 months ago
  35. 4c59323 first_stage_init: load modules in modules.load.recovery in recovery by Steve Muckle · 4 years, 5 months ago
  36. 99df54b Move linker config under /linkerconfig by Kiyoung Kim · 4 years, 9 months ago
  37. a7144f7 first_stage_init: if console enabled allow for errors in module loading by Mark Salyzyn · 4 years, 10 months ago
  38. beb6abe init: first stage init tie stdout and stderr to /dev/kmsg by Mark Salyzyn · 5 years ago
  39. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 5 years ago
  40. d75f30a first_stage_init: add console by Steve Muckle · 5 years ago
  41. 18b981e create libmodprobe, integrate into first_stage_init by Steve Muckle · 5 years ago
  42. 59656fb init: dump stack when aborting by Tom Cherry · 5 years ago
  43. 44505ec init: move "started at" environment var names to headers by Mark Salyzyn · 5 years ago
  44. 10377df init: ro.boottime.init.first_stage by Mark Salyzyn · 5 years ago
  45. 30afda7 Copying debug ramdisk files to /debug_ramdisk/* by Bowgo Tsai · 5 years ago
  46. 1dacd42 Allow overriding ro.debuggable to 1 on USER builds by Bowgo Tsai · 5 years ago
  47. 4ba548d mount /apex during first_stage init by Jiyong Park · 6 years ago
  48. 7bfea3d init: clean up the 1st/2nd stage init split by Tom Cherry · 6 years ago[Renamed (97%) from init/init_first_stage.cpp]
  49. 866c08c Reland: "init: chroot from recovery to /first_stage_ramdisk" by Tom Cherry · 6 years ago
  50. e087a6a Revert "init: chroot from recovery to /first_stage_ramdisk" by Tom Cherry · 6 years ago
  51. 56999b4 init: chroot from recovery to /first_stage_ramdisk by Tom Cherry · 6 years ago
  52. 64990d5 Merge "init: move InitKernelLogging() to first stage init" by Tom Cherry · 6 years ago
  53. 48e83e6 init: move InitKernelLogging() to first stage init by Tom Cherry · 6 years ago
  54. 21824dd init: clarify why we mount /mnt/... in first stage init by Tom Cherry · 6 years ago
  55. d9e53da init: move selinux and seccomp set up to 2nd stage init. by Tom Cherry · 6 years ago
  56. e85b2ad init: clarify comment for the restorecon of second stage init by Tom Cherry · 6 years ago
  57. 3143848 split first stage init into a separate executable by Tom Cherry · 6 years ago
  58. 44aceed Split init's source files init first stage and second stage by Tom Cherry · 6 years ago
  59. 38a11cc init: rename init_first_stage by Tom Cherry · 6 years ago
  60. e0384bb fs_mgr: Remove early prototype code. by David Anderson · 6 years ago
  61. ab8414d init: Don't look for logical partitions via uevents. by David Anderson · 6 years ago
  62. 6590df2 init: Create logical partitions via liblp. by David Anderson · 6 years ago
  63. 05625ab Merge "androidboot.lrap => logical_partitions" by Yifan Hong · 6 years ago
  64. 59bd65b androidboot.lrap => logical_partitions by Yifan Hong · 6 years ago
  65. 8eec38f Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 6 years ago
  66. 95591bd Removing block device by-num symlinks by Bowgo Tsai · 6 years ago
  67. 62e5b20 init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 6 years ago
  68. 29954f6 init: refactor first stage to not require fstab by David Anderson · 6 years ago
  69. 8fe363f First-stage mount: avoid triggering a FATAL error by Bowgo Tsai · 6 years ago
  70. 8864749 Add support for non-partitioned devices for system by Greg Hartman · 7 years ago
  71. ec19cf6 first stage mount: abort when failed to parse fstab in device-tree by Bowgo Tsai · 7 years ago
  72. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  73. 322e176 init: add info logs in first stage mount if we have to poll by Tom Cherry · 7 years ago
  74. c70bf58 Merge "AVB: allow no metadata in the generic system.img for project Treble" by Treehugger Robot · 7 years ago
  75. 60f19a0 AVB: allow no metadata in the generic system.img for project Treble by Bowgo Tsai · 7 years ago
  76. 81f5d3e init: create android::init:: namespace by Tom Cherry · 7 years ago
  77. 4cbedee Revert "Revert "init: poll in first stage mount if required devices are not found"" by Sandeep Patil · 7 years ago
  78. cd2ba0d Revert "Revert "ueventd: remove PlatformDeviceList"" by Sandeep Patil · 7 years ago
  79. 95366e9 fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled by Sandeep Patil · 7 years ago
  80. 516ff99 Revert "ueventd: remove PlatformDeviceList" by Tom Cherry · 7 years ago
  81. d6fccea Revert "init: poll in first stage mount if required devices are not found" by Tom Cherry · 7 years ago
  82. ccf0d39 init: poll in first stage mount if required devices are not found by Tom Cherry · 7 years ago
  83. c94ce7b ueventd: remove PlatformDeviceList by Tom Cherry · 7 years ago
  84. 06ed613 first stage mount: removing the restriction of mount points by Bowgo Tsai · 7 years ago
  85. ed506f7 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 7 years ago
  86. 20651f6 first stage mount: removing the requirement of by-name prefix for AVB by Bowgo Tsai · 7 years ago
  87. ea5fca4 init: fix first stage mount failure due to /dev/device-mapper not found by Bowgo Tsai · 7 years ago
  88. 71881ff init: fix first stage mount failure when two fstab entries have verity_loc by Bowgo Tsai · 7 years ago
  89. fd18a45 init: set ro.boot.avb_version in recovery mode by Bowgo Tsai · 7 years ago
  90. d262017 init: moving early mount logic into init_first_stage.cpp by Bowgo Tsai · 7 years ago