1. 4cded97 [MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing. by Mitch Phillips · 5 years ago
  2. b1ba762 Merge "Fewer copies of ALIGN()/ALIGNBYTES." by Elliott Hughes · 5 years ago
  3. 4e67866 Merge "Remove ANDROID_EXPERIMENTAL_MTE." by Peter Collingbourne · 5 years ago
  4. e1dc4f6 Fewer copies of ALIGN()/ALIGNBYTES. by Elliott Hughes · 5 years ago
  5. 08959d9 Merge "Sync upstream fts.c." by Elliott Hughes · 5 years ago
  6. 7e20117 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 5 years ago
  7. 03ac158 Sync upstream fts.c. by Elliott Hughes · 5 years ago
  8. b19fc79 Merge "Make the atomic load explicit" by Adam Barth · 5 years ago
  9. 771af5e Merge "Fix things so that <features.h> can be used from assembler again." by Elliott Hughes · 5 years ago
  10. 5e466b6 Suppress SetHeapTaggingLevel warning under hwasan. by Evgenii Stepanov · 5 years ago
  11. bd84f54 Merge "Fix -Wnewline-eof" by Treehugger Robot · 5 years ago
  12. 43978a0 Fix things so that <features.h> can be used from assembler again. by Elliott Hughes · 5 years ago
  13. 651f1fa Make the atomic load explicit by Adam Barth · 5 years ago
  14. e9efd05 Fix -Wnewline-eof by Adam Barth · 5 years ago
  15. e09fc24 Merge "Use ELF notes to set the desired memory tagging level." by Evgenii Stepanov · 5 years ago
  16. 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 5 years ago
  17. 286b3d4 Merge "(NFC) Symbolic names for Android ELF note types." by Evgenii Stepanov · 5 years ago
  18. dec48bd (NFC) Symbolic names for Android ELF note types. by Evgenii Stepanov · 5 years ago
  19. be77feb Merge "[Tagged Pointers] Point to SAC documentation in abort message." by Mitch Phillips · 5 years ago
  20. 8540c54 [Tagged Pointers] Point to SAC documentation in abort message. by Mitch Phillips · 5 years ago
  21. 5ec23f1 Merge "Changes to bionic/libc to demonstrate mixed builds." by Treehugger Robot · 5 years ago
  22. 8b768d3 Changes to bionic/libc to demonstrate mixed builds. by Chris Parsons · 5 years ago
  23. 742b1a6 Merge "Reland: Soft-enable MAC address restrictions with allowlist." by Treehugger Robot · 5 years ago
  24. 95ca52a Reland: Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago
  25. 32ff3f8 Update to v5.10 kernel headers. by Christopher Ferris · 5 years ago
  26. 9e97280 Revert "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
  27. 5c8d48a Remove unused 'err' assignment by Greg Kaiser · 5 years ago
  28. 0ed9f70 Merge "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
  29. 0ba4998 Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago
  30. 713c692 Merge changes from topics "Ic7ea0f075751f8f077612617802775d2d0a799dc", "Iec02ae89f4a3d2ffe298817240f404e54b109a52" am: 1f2e000c80 by Peter Collingbourne · 5 years ago
  31. 1f2e000 Merge changes from topics "Ic7ea0f075751f8f077612617802775d2d0a799dc", "Iec02ae89f4a3d2ffe298817240f404e54b109a52" by Peter Collingbourne · 5 years ago
  32. 8b9c51a Merge "Simplify and improve tempnam() and tmpnam()." am: 12afdf0fa7 by Elliott Hughes · 5 years ago
  33. 12afdf0 Merge "Simplify and improve tempnam() and tmpnam()." by Elliott Hughes · 5 years ago
  34. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 5 years ago
  35. 9397bdd Make our definition of std::nothrow weak. by Peter Collingbourne · 5 years ago
  36. 7d51354 Merge "Clean up header files from kernel directory." am: d911c669ae by Christopher Ferris · 5 years ago
  37. ccf17f0 Clean up header files from kernel directory. by Christopher Ferris · 5 years ago
  38. 5220944 Merge "Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855" into stage-aosp-master by Xin Li · 5 years ago
  39. 2210b8d [Tagged Pointers] Allow probing the current TP level w/ locking. by Mitch Phillips · 5 years ago
  40. 218b4e5 Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855 by Xin Li · 5 years ago
  41. 1e32ae2 Merge "Revert^2 "Soft-enables new MAC address restrictions."" by Bram Bonné · 5 years ago
  42. 742a003 [GWP-ASan] Remove include. by Mitch Phillips · 5 years ago
  43. 097846e Merge "Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API." by Peter Collingbourne · 5 years ago
  44. 9eb85bf Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API. by Peter Collingbourne · 5 years ago
  45. 53211a9 Revert^2 "Soft-enables new MAC address restrictions." by Bram Bonné · 5 years ago
  46. 92b8588 Merge "Revert "Soft-enables new MAC address restrictions."" by Tej Singh · 5 years ago
  47. 259776d Revert "Soft-enables new MAC address restrictions." by Tej Singh · 5 years ago
  48. 7433096 Merge "Soft-enables new MAC address restrictions." by Bram Bonné · 5 years ago
  49. 869a0fa Add "product_available" to product available modules by Justin Yun · 5 years ago
  50. 56f1c40 Merge "Clear PAC bits in android_unsafe_frame_pointer_chase()." by Peter Collingbourne · 5 years ago
  51. de30635 Put __*_ARRAY__ symbols before prioritized init/fini funcs by Matthew Maurer · 5 years ago
  52. a5c4b17 Clear PAC bits in android_unsafe_frame_pointer_chase(). by Peter Collingbourne · 5 years ago
  53. 10c2875 Merge "getgrnam, getgrgid, getpwnam, getpwuid for host" by Treehugger Robot · 5 years ago
  54. 02bee71 Merge "Make vendor_ramdisk_available." by Yifan Hong · 5 years ago
  55. bf38328 getgrnam, getgrgid, getpwnam, getpwuid for host by Jiyong Park · 5 years ago
  56. b04490d Make vendor_ramdisk_available. by Yifan Hong · 5 years ago
  57. c3ecfb6 Merge "system(3) uses /bin/sh when built for host" by Treehugger Robot · 5 years ago
  58. 8dd649d system(3) uses /bin/sh when built for host by Jiyong Park · 5 years ago
  59. c44b1d0 Merge "Make the connection between implementation and llndk_library explicit" by Colin Cross · 5 years ago
  60. d88c8eb Merge "Rename ART release APEX to com.android.art." by Martin Stjernholm · 5 years ago
  61. 9aa6b15 Merge "Update to v5.9 kernel headers." by Christopher Ferris · 5 years ago
  62. 81c260d Rename ART release APEX to com.android.art. by Martin Stjernholm · 5 years ago
  63. 72b1aaf Merge "Fix __cxa_atexit run-time regression with many registrations" by Ryan Prichard · 5 years ago
  64. c0d50d4 Replace libandroidicu usage in bionic with the new libicu.so available in NDK by Victor Chang · 5 years ago
  65. de523c0 Fix __cxa_atexit run-time regression with many registrations by Ryan Prichard · 5 years ago
  66. 25c18d4 Update to v5.9 kernel headers. by Christopher Ferris · 5 years ago
  67. 8393a8b Make the connection between implementation and llndk_library explicit by Colin Cross · 5 years ago
  68. db0c6de Fix visibility rules. by Baligh Uddin · 5 years ago
  69. cf87831 Merge "Make more functions weak for native bridge" by Lev Rumyantsev · 5 years ago
  70. ddbcea2 Merge "pthread_cond: only call futex_wake when there are waiters" by Treehugger Robot · 5 years ago
  71. 9c08f4f pthread_cond: only call futex_wake when there are waiters by Tim Murray · 5 years ago
  72. 19f8486 Fix bug in finding another thread's TCB. by Vy Nguyen · 5 years ago
  73. 814f38f Make more functions weak for native bridge by Lev Rumyantsev · 5 years ago
  74. dcbc8ec Merge changes from topic "I81ece86ace916eb6b435ab516cd431ec4b48a3bf" by Steven Moreland · 5 years ago
  75. 0cdf132 Expose per-process memory init. by Steven Moreland · 5 years ago
  76. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  77. 18286ed Soft-enables new MAC address restrictions. by Bram Bonné · 5 years ago
  78. b4215ff Merge "Mark __progname as weak for native_bridge" am: 08a43426a0 am: 90e8c9700c by Evgeny Eltsin · 5 years ago
  79. 08a4342 Merge "Mark __progname as weak for native_bridge" by Evgeny Eltsin · 5 years ago
  80. ec51368 Merge "x86/x86_64: cleanup signal trampolines" am: 6351127c13 am: 10ca6d3804 by Ryan Prichard · 5 years ago
  81. 6351127 Merge "x86/x86_64: cleanup signal trampolines" by Ryan Prichard · 5 years ago
  82. b752dd5 Mark __progname as weak for native_bridge by Evgeny Eltsin · 5 years ago
  83. 0687359 Merge "Enable arm64 .eh_frame terminator, align it to 4" am: 9494caa7e8 am: 14b209988b by Ryan Prichard · 5 years ago
  84. 9494caa Merge "Enable arm64 .eh_frame terminator, align it to 4" by Ryan Prichard · 5 years ago
  85. 5800d6b Merge "No global ThinLTO for bionic" am: 897fd6ecb3 am: 833a61145c by Yi Kong · 5 years ago
  86. 15a05a7 No global ThinLTO for bionic by Yi Kong · 5 years ago
  87. 24c3dd6 Merge "Make __clone_for_fork pure native bridge mode abstraction" am: 07c85f1688 am: e157c11f68 by Victor Khimenko · 5 years ago
  88. 3913681 Merge "Stop marking symbols weak in native bionic build" am: d510f22732 am: 5a1564ee1c by Victor Khimenko · 5 years ago
  89. 07c85f1 Merge "Make __clone_for_fork pure native bridge mode abstraction" by Victor Khimenko · 5 years ago
  90. d510f22 Merge "Stop marking symbols weak in native bionic build" by Victor Khimenko · 5 years ago
  91. 56034a1 Merge "alloc_debug: get load_bias error" am: 5aedb68499 am: c7e1b6bf4f by Christopher Ferris · 5 years ago
  92. 6427f39 Make __clone_for_fork pure native bridge mode abstraction by Victor Khimenko · 5 years ago
  93. b967e79 Stop marking symbols weak in native bionic build by Victor Khimenko · 5 years ago
  94. 8d01fac alloc_debug: get load_bias error by Weiwei.Zhang · 5 years ago
  95. fd8d687 x86/x86_64: cleanup signal trampolines by Ryan Prichard · 6 years ago
  96. 501f5e1 Merge changes from topic "arm64_branch-protection" am: 73ed0c4525 am: d42324ece4 by Elliott Hughes · 5 years ago
  97. b8ab121 Update crtbegin.c and crt*.S to support Armv8.5-A BTI am: 18621fb30c am: ee3ccc20bc by Tamas Petz · 5 years ago
  98. e7e2457 libc: Prepare support for Armv8.3-A PAuth and Armv8.5-A BTI in *.S am: 19d66e6f2d am: e20a8e46c3 by Tamas Petz · 5 years ago
  99. dcf91e8 Merge "Enable BTI in bionic linker" am: 7241ac6c07 am: dc0dd76dfb by Elliott Hughes · 5 years ago
  100. ee3ccc2 Update crtbegin.c and crt*.S to support Armv8.5-A BTI am: 18621fb30c by Tamas Petz · 5 years ago