1. dc2d792 [libtrusty-rs] Add recv variant that uses Vec<u8> by David LeGare · 3 years, 10 months ago
  2. acd1ef7 Configure rustfmt for preupload hook by David LeGare · 3 years, 10 months ago
  3. 23dedb6 Setup tests for libtrusty-rs by David LeGare · 3 years, 10 months ago
  4. a3ab0a4 Merge "libsnapshot: OTA upgrade when vendor partition is S" by Akilesh Kailash · 3 years, 10 months ago
  5. c942dc5 Merge "Add libtrusty-rs" by Treehugger Robot · 3 years, 10 months ago
  6. 9fc6ee0 libsnapshot: OTA upgrade when vendor partition is S by Akilesh Kailash · 3 years, 10 months ago
  7. 8330095 Merge "init: try converting writepid used with cgroups into task_profiles command" by Suren Baghdasaryan · 3 years, 10 months ago
  8. 746ede9 init: try converting writepid used with cgroups into task_profiles command by Suren Baghdasaryan · 3 years, 10 months ago
  9. fad82b6 Merge "Add Rust wrapper for tombstoned client using cxx." by Treehugger Robot · 3 years, 10 months ago
  10. fd343ee Add libtrusty-rs by David LeGare · 3 years, 10 months ago
  11. 1160270 Merge "init: Treat failure to create a process group as fatal" by Suren Baghdasaryan · 3 years, 10 months ago
  12. 1bd1746 init: Treat failure to create a process group as fatal by Suren Baghdasaryan · 3 years, 10 months ago
  13. 6948bbf Merge "Make callback outlive LruCache." by Florian Mayer · 3 years, 10 months ago
  14. b488db9 Merge "Add a comment to explain how errno is set" by Treehugger Robot · 3 years, 10 months ago
  15. e0240d3 Make callback outlive LruCache. by Florian Mayer · 3 years, 10 months ago
  16. 54136f8 Add a comment to explain how errno is set by Bart Van Assche · 3 years, 10 months ago
  17. 48d403a Merge "ueventd: Allow legacy paths in API version 32." by David Anderson · 3 years, 10 months ago
  18. 921d266 Merge "Revert "Migrate the blkio controller to the v2 cgroup hierarchy"" by Wei Wang · 3 years, 10 months ago
  19. 1595635 Revert "Migrate the blkio controller to the v2 cgroup hierarchy" by Bart Van Assche · 3 years, 10 months ago
  20. 3b75912 Add Rust wrapper for tombstoned client using cxx. by Andrew Walbran · 3 years, 10 months ago
  21. 7c43c6c Merge "Revert "Fix the cgroup directory owner in createProcessGroupInternal()"" by Suren Baghdasaryan · 3 years, 10 months ago
  22. 8eb7a6e Revert "Fix the cgroup directory owner in createProcessGroupInternal()" by Bart Van Assche · 3 years, 10 months ago
  23. ed1bca4 ueventd: Allow legacy paths in API version 32. by David Anderson · 3 years, 10 months ago
  24. ec8519e Merge "Tweak linux_glibc properties for musl builds in system/core" by Treehugger Robot · 3 years, 10 months ago
  25. c015f7f Merge "Adds an init host lib for use in host_apex_verifier." by Daniel Norman · 3 years, 10 months ago
  26. 98c7076 Merge "Fix build error from signed/unsigned comparison" by Treehugger Robot · 3 years, 10 months ago
  27. b29ff55 Merge "Relax requirements on android_ycbcr to allow P010" by Jason Macnak · 3 years, 10 months ago
  28. 0090e72 Merge "Migrate the blkio controller to the v2 cgroup hierarchy" by Bart Van Assche · 3 years, 10 months ago
  29. 1a867dc Fix build error from signed/unsigned comparison by Andrei Homescu · 3 years, 10 months ago
  30. 07f6c82 Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 4 years ago
  31. 04a4a10 Merge changes from topic "fastbootd-reset-fd" by Konstantin Vyshetsky · 3 years, 10 months ago
  32. 57b23d2 fastbootd: reset file descriptor on unaligned writes by Konstantin Vyshetsky · 3 years, 11 months ago
  33. 1cee2ed fastbootd: add support to reset fd by handle by Konstantin Vyshetsky · 3 years, 11 months ago
  34. 6079d30 Merge changes I8a2764a6,I6e8b9d63,I6e041dfc by Treehugger Robot · 3 years, 10 months ago
  35. d316020 Canonicalize cgroup paths by Bart Van Assche · 3 years, 10 months ago
  36. ebea909 Micro-optimize MergeCgroupToDescriptors() by Bart Van Assche · 3 years, 10 months ago
  37. 9b5a232 Fix support for optional cgroup attributes by Bart Van Assche · 3 years, 10 months ago
  38. daf6033 Merge "Fix the cgroup directory owner in createProcessGroupInternal()" by Treehugger Robot · 3 years, 10 months ago
  39. 9f6770e Merge "Added async trace functions with a track name argument" by Ray Ye · 3 years, 10 months ago
  40. 812d769 Fix the cgroup directory owner in createProcessGroupInternal() by Bart Van Assche · 3 years, 10 months ago
  41. a6c8226 Merge "Fix the stat() return value check in createProcessGroupInternal()" by Bart Van Assche · 3 years, 10 months ago
  42. 399465a Added async trace functions with a track name argument by Ray Ye · 3 years, 10 months ago
  43. 10bbb01 Tweak linux_glibc properties for musl builds in system/core by Colin Cross · 3 years, 10 months ago
  44. 55a9b1e Fix the stat() return value check in createProcessGroupInternal() by Bart Van Assche · 3 years, 10 months ago
  45. 3d0143d Merge "storaged: Fix double ownership for HealthInfoCallback." by Treehugger Robot · 3 years, 10 months ago
  46. c408ee9 Merge "Use the proper memcg directory for the v2 hierarchy" by Bart Van Assche · 3 years, 10 months ago
  47. 4c95712 Use the proper memcg directory for the v2 hierarchy by Bart Van Assche · 4 years ago
  48. 3e9eeb8 Merge "Enable the memory_recursiveprot mount option" by Bart Van Assche · 3 years, 10 months ago
  49. b51b109 Merge "fastboot: Fallback to "raw" partition type if fastboot hal isn't present" by David Anderson · 3 years, 10 months ago
  50. 4f2e629 Enable the memory_recursiveprot mount option by Bart Van Assche · 4 years ago
  51. f1df9ba Merge "vts_libsnapshot_test: Fix free space calculation." by Treehugger Robot · 3 years, 10 months ago
  52. a41f381 Merge "Load kernel modules in parallel" by Treehugger Robot · 3 years, 10 months ago
  53. 99c892e Merge "restorecon /dev/console at the second stage boot" by Treehugger Robot · 3 years, 10 months ago
  54. f764aaf storaged: Fix double ownership for HealthInfoCallback. by Yifan Hong · 3 years, 10 months ago
  55. 89d6913 restorecon /dev/console at the second stage boot by Inseob Kim · 3 years, 10 months ago
  56. 0c9413d Merge "init.rc: remove commented-out code that set vold.post_fs_data_done" by Eric Biggers · 3 years, 10 months ago
  57. 76bb5f1 Merge "Symbolic constants for older minijails" by Treehugger Robot · 3 years, 10 months ago
  58. 38fe7c8 Merge "Add libmodprobe to hwasan-postsubmit" by Treehugger Robot · 3 years, 10 months ago
  59. 1f34b28 Merge "Add support for memcg v2 attributes" by Treehugger Robot · 3 years, 10 months ago
  60. 948b4a5 Merge "Add keymint to hwasan-postsubmit" by Treehugger Robot · 3 years, 10 months ago
  61. 9f856bf Merge "Add etc to hwasan-postsubmit" by Treehugger Robot · 3 years, 10 months ago
  62. 926f753 Symbolic constants for older minijails by Ray Essick · 3 years, 11 months ago
  63. f1200fb Adds an init host lib for use in host_apex_verifier. by Daniel Norman · 3 years, 11 months ago
  64. 881ca51 init.rc: remove commented-out code that set vold.post_fs_data_done by Eric Biggers · 3 years, 10 months ago
  65. 8461ca5 Merge "Added trackName as additional argument to WRITE_MSG to handle trace messages with a track name" by Treehugger Robot · 3 years, 10 months ago
  66. b3e1829 fastbootd: pass handle in place of fd by Konstantin Vyshetsky · 3 years, 11 months ago
  67. 4767dcc Merge "Copy snapuserd to first_stage_ramdisk" by Treehugger Robot · 3 years, 10 months ago
  68. 22929da Copy snapuserd to first_stage_ramdisk by Kelvin Zhang · 3 years, 11 months ago
  69. 0428833 Merge "Rename FstabEntry::metadata_encryption to metadata_encryption_options" by Treehugger Robot · 3 years, 11 months ago
  70. ee0584b Merge "Add property_service to hwasan-postsubmit" by Treehugger Robot · 3 years, 11 months ago
  71. e866ce4 Merge "Add libcutils to hwasan-postsubmit" by Florian Mayer · 3 years, 11 months ago
  72. bf6f7fa Merge "Add libpackagelistparser to hwasan-postsubmit" by Florian Mayer · 3 years, 11 months ago
  73. 3a99e7d Merge "Add socket_lazy to hwasan-postsubmit" by Florian Mayer · 3 years, 11 months ago
  74. 5d2c849 Merge "libsnapshot: Fix vts_libsnapshot_test" by Treehugger Robot · 3 years, 11 months ago
  75. 4a40c57 Merge "Add pull_lazy to hwasan-postsubmit" by Florian Mayer · 3 years, 11 months ago
  76. 1aa501b Merge "Add liblp to hwasan-postsubmit" by Florian Mayer · 3 years, 11 months ago
  77. 303e218 Merge "Add healthd to hwasan-postsubmit" by Florian Mayer · 3 years, 11 months ago
  78. 14deb08 Add keymint to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  79. c6a8821 Add libmodprobe to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  80. d25baf4 Add property_service to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  81. 582c282 Add libpackagelistparser to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  82. daedc74 Add etc to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  83. bb015aa Add libcutils to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  84. f7be3cc Add socket_lazy to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  85. 84f39e5 Add pull_lazy to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  86. 92c1ef9 Add liblp to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  87. 6e2276b Add healthd to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  88. 44343d4 libsnapshot: Fix vts_libsnapshot_test by Akilesh Kailash · 3 years, 11 months ago
  89. 81cc9d9 Merge "Add core to hwasan-postsubmit" by Treehugger Robot · 3 years, 11 months ago
  90. 5ba7cba Merge "trusty: set_attestation_key: Provision device IDs" by Tri Vo · 3 years, 11 months ago
  91. c60300a Load kernel modules in parallel by Chungkai · 5 years ago
  92. 15433b9 vts_libsnapshot_test: Fix free space calculation. by David Anderson · 3 years, 11 months ago
  93. 7aeb43e trusty: set_attestation_key: Provision device IDs by Tri Vo · 3 years, 11 months ago
  94. 20a5f92 Rename FstabEntry::metadata_encryption to metadata_encryption_options by Eric Biggers · 3 years, 11 months ago
  95. 9a54240 Added trackName as additional argument to WRITE_MSG to handle trace by Ray Ye · 3 years, 11 months ago
  96. bc077ff Add support for memcg v2 attributes by Bart Van Assche · 4 years ago
  97. c9b78e9 Merge "Add support for optional cgroup attributes" by Bart Van Assche · 3 years, 11 months ago
  98. 6c27e86 Add core to hwasan-postsubmit by Florian Mayer · 3 years, 11 months ago
  99. addba34 Merge "Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects" by Treehugger Robot · 3 years, 11 months ago
  100. fe62ca7 Merge "init: Add more diagnostics for signalfd hangs." by David Anderson · 3 years, 11 months ago