1. c3aa2ad Merge "Check FLAG_CLEAR_BUF behavior." by Steven Moreland · 5 years ago
  2. f23dae2 Check FLAG_CLEAR_BUF behavior. by Steven Moreland · 5 years ago
  3. 38effc4 Merge "Measure total time in state" by Rafal Slawik · 5 years ago
  4. cedb52b Merge "SKIP_IF_BPF_NOT_SUPPORTED is a no-op" by Treehugger Robot · 5 years ago
  5. 078a645 SKIP_IF_BPF_NOT_SUPPORTED is a no-op by Maciej Żenczykowski · 5 years ago
  6. 664d708 Merge "libbinder: ParcelableHolder - avoid utf-8<->utf-16" by Steven Moreland · 5 years ago
  7. e684a8b Merge "Parcel: Add vector read size bounds check" by Andy Hung · 5 years ago
  8. 73ab3a3 Merge "Fix dumpsys SurfaceFlinger --frame-events" by Treehugger Robot · 5 years ago
  9. f37d1bd Parcel: Add vector read size bounds check by Andy Hung · 5 years ago
  10. 0bda2d2 libbinder: ParcelableHolder - avoid utf-8<->utf-16 by Steven Moreland · 5 years ago
  11. 048f1e9 Merge "Ensure to switch to unprotected context if display is not secure." by Treehugger Robot · 5 years ago
  12. a1d897b Merge "Add boot animation progress system property." by Nicolas Geoffray · 5 years ago
  13. 7c9b62c Merge "Fixes frequent ANR taking bugreport in background" by Rhed Jao · 5 years ago
  14. 96002aa Merge "Dumpsys: stop writing when timed-out" by Rhed Jao · 5 years ago
  15. 8e9e176 Merge "Merge RQ1A.210105.003 to aosp-master - DO NOT MERGE" by Bill Yi · 5 years ago
  16. 6d3be64 Merge RQ1A.210105.003 to aosp-master - DO NOT MERGE by Bill Yi · 5 years ago
  17. cdcfa61 Merge "Use vndk.private: true for VNDK-private libs" by Treehugger Robot · 5 years ago
  18. 41a1ee6 Merge "ParcelableHolder.(set|get)Parcelable return status_t" by Treehugger Robot · 5 years ago
  19. 8e3f9dc Merge "fix use-after-free in adbd_auth" by Josh Gao · 5 years ago
  20. 27c48db Measure total time in state by Rafal Slawik · 5 years ago
  21. 9c50c79 ParcelableHolder.(set|get)Parcelable return status_t by Jeongik Cha · 5 years ago
  22. 0b9bc01 Use vndk.private: true for VNDK-private libs by Justin Yun · 5 years ago
  23. dad360f Merge "ParcelableHolder uses its address for comparison" by Treehugger Robot · 5 years ago
  24. e3e1cd5 fix use-after-free in adbd_auth by Daniel Micay · 5 years ago
  25. 7ac860e Merge "libbinder: only set sm stability if non-null" by Steven Moreland · 5 years ago
  26. def7719 ParcelableHolder uses its address for comparison by Jeongik Cha · 5 years ago
  27. 4da8fb0 libbinder: only set sm stability if non-null by Steven Moreland · 5 years ago
  28. f30487a Merge "Rename android::apex functions" by Nikita Ioffe · 5 years ago
  29. 5605b24 Merge "libbinder_ndk: log on null non-@nullable fd/binder" by Steven Moreland · 5 years ago
  30. 7754481 Merge "libbinder: simplify setIpcSetDataReference" by Steven Moreland · 5 years ago
  31. 0746310 libbinder_ndk: log on null non-@nullable fd/binder by Steven Moreland · 5 years ago
  32. b2342d8 Rename android::apex functions by Nikita Ioffe · 5 years ago
  33. 6461801 Merge "Rearrange opengl llndk libraries to be next to implementations" by Colin Cross · 5 years ago
  34. e7539dd Merge "BpBinder: hide 'handle' API" by Steven Moreland · 5 years ago
  35. c5f7ec3 Fixes frequent ANR taking bugreport in background by Rhed Jao · 5 years ago
  36. a19145f Dumpsys: stop writing when timed-out by Rhed Jao · 5 years ago
  37. edaa913 Fix dumpsys SurfaceFlinger --frame-events by Josh Chien · 5 years ago
  38. e839388 BpBinder: hide 'handle' API by Steven Moreland · 5 years ago
  39. 8454474 Merge "Parcel: remove two undefined functions" by Steven Moreland · 5 years ago
  40. 4d05afa Merge "Fix the order of applying layer alpha and color matrices in GLESRenderEngine" by Treehugger Robot · 5 years ago
  41. b494757 Ensure to switch to unprotected context if display is not secure. by Peiyong Lin · 5 years ago
  42. 1030825 Merge "Implement Drop for WpIBinder, to avoid memory leak." by Andrew Walbran · 5 years ago
  43. de09f10 Fix the order of applying layer alpha and color matrices in GLESRenderEngine by KaiChieh Chuang · 5 years ago
  44. acdf05c Parcel: remove two undefined functions by Steven Moreland · 5 years ago
  45. 88fd524 Rearrange opengl llndk libraries to be next to implementations by Colin Cross · 5 years ago
  46. d95f8b1 Merge "Vulkan: load built-in driver into default namespace as a fallback" by Tanmay Patil · 5 years ago
  47. a77a552 Merge "ScopedFileDescriptor: better error on close" by Steven Moreland · 5 years ago
  48. 5e8dfa3 Implement Drop for WpIBinder, to avoid memory leak. by Andrew Walbran · 5 years ago
  49. 922f4fc Merge "Add WpIBinder to public_api, and implement Debug and Send." by Andrew Walbran · 5 years ago
  50. 06c66fb Vulkan: load built-in driver into default namespace as a fallback by Yiwei Zhang · 5 years ago
  51. ceed9bb libbinder: simplify setIpcSetDataReference by Steven Moreland · 5 years ago
  52. 4694d14 Merge "Add permissions for pc cuttlefish" by Treehugger Robot · 5 years ago
  53. 6ff0eef Merge "Add libbinderdebug" by Devin Moore · 5 years ago
  54. 8fe3ecc Add WpIBinder to public_api, and implement Debug and Send. by Andrew Walbran · 5 years ago
  55. a21c6bc Merge "Exclude some tidy checks from errors for libbinder and libbinder_ndk" by Treehugger Robot · 5 years ago
  56. bd37096 ScopedFileDescriptor: better error on close by Steven Moreland · 5 years ago
  57. 7ad197b Exclude some tidy checks from errors for libbinder and libbinder_ndk by Jiyong Park · 5 years ago
  58. 1a1378d Add permissions for pc cuttlefish by armenk · 5 years ago
  59. c03e3aa Add libbinderdebug by Devin Moore · 5 years ago
  60. 2ecfe19 Add boot animation progress system property. by Nicolas Geoffray · 5 years ago
  61. 2705d04 Merge "Run restorecon on new profile directories." by Alan Stokes · 5 years ago
  62. f5009aa Merge "libbinder: Better oneway function logs." by Steven Moreland · 5 years ago
  63. ff2623a Merge "SF: handle long waiting Layer sync point" by Treehugger Robot · 5 years ago
  64. 80844f7 libbinder: Better oneway function logs. by Steven Moreland · 5 years ago
  65. 3031a83 Merge "Revert "Revert "installd: Fix set dex2oat to background after boot_complete""" by Wei Wang · 5 years ago
  66. 9b795b5 Merge changes from topic "remove-duplicate-br-calls" by Gavin Corkery · 5 years ago
  67. 928d2c1 Run restorecon on new profile directories. by Alan Stokes · 5 years ago
  68. e0dbd9b Revert "Revert "installd: Fix set dex2oat to background after boot_complete"" by Wei Wang · 5 years ago
  69. adf390d Merge "Revert "installd: Fix set dex2oat to background after boot_complete"" by Dario Freni · 5 years ago
  70. 633e1fb Revert "installd: Fix set dex2oat to background after boot_complete" by Dario Freni · 5 years ago
  71. 24756e3 Merge "Add XML files for dEQP feature flags" by Treehugger Robot · 5 years ago
  72. 94e09e5 Merge "installd: Fix set dex2oat to background after boot_complete" by Wei Wang · 5 years ago
  73. c919183 installd: Fix set dex2oat to background after boot_complete by Wei Wang · 5 years ago
  74. 31361f7 Merge "Add OWNERS for libs/sensorprivacy" by Michael Groover · 5 years ago
  75. c111882 Merge "DO NOT MERGE - Merge Android R QPR1" by Xin Li · 5 years ago
  76. 1b5a92d DO NOT MERGE - Merge Android R QPR1 by Xin Li · 5 years ago
  77. 44900ea Merge changes from topic "aidl-ndk-comparison" am: 370181de2d by Steven Moreland · 5 years ago
  78. 57c22de libgralloctypes: remove AIDL comparison operators am: 1e22dc10fc by Steven Moreland · 5 years ago
  79. 370181d Merge changes from topic "aidl-ndk-comparison" by Steven Moreland · 5 years ago
  80. 39917be Merge "VirtualDisplaySurface propagate reallocation to VDS producer" am: c1e78b2bd4 by Alec Mouri · 5 years ago
  81. 3a08cc0 Merge "binder_parcel_fuzzer: rlimit mem" am: b50241939e by Steven Moreland · 5 years ago
  82. c1e78b2 Merge "VirtualDisplaySurface propagate reallocation to VDS producer" by Alec Mouri · 5 years ago
  83. b502419 Merge "binder_parcel_fuzzer: rlimit mem" by Steven Moreland · 5 years ago
  84. 46a6126 Add OWNERS for libs/sensorprivacy by Michael Groover · 5 years ago
  85. c83889f SF: handle long waiting Layer sync point by KaiChieh Chuang · 5 years ago
  86. ce6dfa3 Add XML files for dEQP feature flags by Alastair Donaldson · 5 years ago
  87. c522213 VirtualDisplaySurface propagate reallocation to VDS producer by KaiChieh Chuang · 6 years ago
  88. 139514d binder_parcel_fuzzer: rlimit mem by Steven Moreland · 5 years ago
  89. 698b09c Merge "Update OWNERS files." am: f5c89f5911 by Peiyong Lin · 5 years ago
  90. f5c89f5 Merge "Update OWNERS files." by Peiyong Lin · 5 years ago
  91. 36c3736 libbinder_ndk: core object type comparison by Steven Moreland · 5 years ago
  92. 1e22dc1 libgralloctypes: remove AIDL comparison operators by Steven Moreland · 5 years ago
  93. 2352656 Merge "DO NOT MERGE - Merge RQ1A.201205.011" into stage-aosp-master by TreeHugger Robot · 5 years ago
  94. 1b4a544 Merge "Remove 'adb shell bugreport' command functionality" am: 89e8278090 by Dieter Hsu · 5 years ago
  95. 89e8278 Merge "Remove 'adb shell bugreport' command functionality" by Dieter Hsu · 5 years ago
  96. 8aee36b DO NOT MERGE - Merge RQ1A.201205.011 by Xin Li · 5 years ago
  97. c53b42f Update OWNERS files. by Peiyong Lin · 5 years ago
  98. 62cb684 DO NOT MERGE - Mark RQ1A.201004.001 as merged by Xin Li · 5 years ago
  99. da35efe Merge "Add OWNERS to libvibrator" am: 01e5aa6154 by Michael Wright · 5 years ago
  100. af5f5f3 Merge "Revert "Revert "libbinder_rs: Treat previously associated Binder as remote""" am: 5c4c2569ea by Steven Moreland · 5 years ago