1. cc3d493 scudo: Support memory tagging in the secondary allocator. by Peter Collingbourne · 3 years, 10 months ago
  2. 296e12a [scudo][test] Disable -Wfree-nonheap-object by Leonard Chan · 3 years, 8 months ago
  3. 45e2fb1 Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator." am: 1bc3a8d33d by Peter Collingbourne · 3 years, 8 months ago
  4. 615b9c4 [scudo][standalone] Compact pointers for Caches/Batches am: c936954e59 by Kostya Kortchinsky · 3 years, 8 months ago
  5. 1bc3a8d Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator." by Peter Collingbourne · 3 years, 8 months ago
  6. c936954 [scudo][standalone] Compact pointers for Caches/Batches by Kostya Kortchinsky · 3 years, 8 months ago
  7. dc32b76 Merge changes I76ce981e,Ifd00d52e,Ibc6fa38b,Ic3aa6a74 am: f054b59641 by Peter Collingbourne · 3 years, 8 months ago
  8. f054b59 Merge changes I76ce981e,Ifd00d52e,Ibc6fa38b,Ic3aa6a74 by Peter Collingbourne · 3 years, 8 months ago
  9. d921b98 Merge "Temporarily disable scudo_unit_tests on host." am: 26766a7bfd by Treehugger Robot · 3 years, 8 months ago
  10. 26766a7 Merge "Temporarily disable scudo_unit_tests on host." by Treehugger Robot · 3 years, 8 months ago
  11. 4b57c90 Temporarily disable scudo_unit_tests on host. by Peter Collingbourne · 3 years, 8 months ago
  12. 2a1f105 Update branch name. am: 4eac19fbd1 by Peter Collingbourne · 3 years, 8 months ago
  13. 3f9de81 scudo: Support memory tagging in the secondary allocator. by Peter Collingbourne · 3 years, 10 months ago
  14. 3c3951e [scudo/standalone] Use .arch_extension memtag, not mte by Roland McGrath · 3 years, 9 months ago
  15. b1ba1c5 [GWP-ASan] Add aligned allocations. by Mitch Phillips · 3 years, 8 months ago
  16. ce5094b [scudo/standalone] Use zx_system_get_page_size() on Fuchsia by Roland McGrath · 3 years, 9 months ago
  17. 4eac19f Update branch name. by Peter Collingbourne · 3 years, 8 months ago
  18. f00f9b8 Mark ab/7061308 as merged in stage. by Xin Li · 3 years, 8 months ago
  19. 7dd4a10 [LSC] Add LOCAL_LICENSE_KINDS to external/scudo am: 5972a7001c by Bob Badour · 3 years, 8 months ago
  20. 5972a70 [LSC] Add LOCAL_LICENSE_KINDS to external/scudo by Bob Badour · 3 years, 9 months ago
  21. a6a10a7 [scudo][standalone] Restore GWP-ASan flag parsing am: 7f38bfa055 by Kostya Kortchinsky · 3 years, 9 months ago
  22. 8b3f441 [scudo][standalone] Enable death tests on Fuchsia am: d54555a00b by Kostya Kortchinsky · 3 years, 9 months ago
  23. 6c3767e [GWP-ASan] Add inbuilt options parser. am: c45d453355 by Mitch Phillips · 3 years, 9 months ago
  24. e9e58a1 [GWP-ASan] Minor refactor of optional components. am: e30a3f4219 by Mitch Phillips · 3 years, 9 months ago
  25. 5e60cc6 scudo: Update a comment to match the Linux kernel behavior. NFCI. am: 2f046adba4 by Peter Collingbourne · 3 years, 9 months ago
  26. 894dae8 scudo: Fix compilation for non-Linux aarch64 am: 2699c683db by Roland McGrath · 3 years, 9 months ago
  27. 7f38bfa [scudo][standalone] Restore GWP-ASan flag parsing by Kostya Kortchinsky · 3 years, 9 months ago
  28. d54555a [scudo][standalone] Enable death tests on Fuchsia by Kostya Kortchinsky · 3 years, 9 months ago
  29. c45d453 [GWP-ASan] Add inbuilt options parser. by Mitch Phillips · 3 years, 9 months ago
  30. e30a3f4 [GWP-ASan] Minor refactor of optional components. by Mitch Phillips · 3 years, 9 months ago
  31. 2f046ad scudo: Update a comment to match the Linux kernel behavior. NFCI. by Peter Collingbourne · 3 years, 9 months ago
  32. 2699c68 scudo: Fix compilation for non-Linux aarch64 by Roland McGrath · 3 years, 9 months ago
  33. d0f7abd Remove ANDROID_EXPERIMENTAL_MTE. am: 20ad1836c9 by Peter Collingbourne · 3 years, 9 months ago
  34. 20ad183 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 3 years, 10 months ago
  35. aa0e90b scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. am: 4dd205789b by Peter Collingbourne · 3 years, 9 months ago
  36. 5d9e997 scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI. am: 4edf4ef025 by Peter Collingbourne · 3 years, 9 months ago
  37. be36abd scudo: Move the configuration for the primary allocator to Config. NFCI. am: 6be4919d6b by Peter Collingbourne · 3 years, 9 months ago
  38. 996bd6d scudo: Remove ANDROID_EXPERIMENTAL_MTE macro. am: 9ece4092db by Peter Collingbourne · 3 years, 9 months ago
  39. 4dd2057 scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. by Peter Collingbourne · 3 years, 10 months ago
  40. 4edf4ef scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI. by Peter Collingbourne · 3 years, 10 months ago
  41. 6be4919 scudo: Move the configuration for the primary allocator to Config. NFCI. by Peter Collingbourne · 3 years, 10 months ago
  42. 9ece409 scudo: Remove ANDROID_EXPERIMENTAL_MTE macro. by Peter Collingbourne · 3 years, 10 months ago
  43. 16a1d6a scudo: Adjust test to use correct check for primary allocations. am: 882b85aeec am: dea1e7950a by Peter Collingbourne · 3 years, 10 months ago
  44. c95c3e0 [scudo][standalone] Allow the release of smaller sizes am: 156d47ca66 am: 18b96435c0 by Kostya Kortchinsky · 3 years, 10 months ago
  45. 55f8ed7 scudo: Remove positional template arguments for secondary cache. NFCI. am: 7488a1771f am: e9f84abc8b by Peter Collingbourne · 3 years, 10 months ago
  46. dea1e79 scudo: Adjust test to use correct check for primary allocations. am: 882b85aeec by Peter Collingbourne · 3 years, 10 months ago
  47. 18b9643 [scudo][standalone] Allow the release of smaller sizes am: 156d47ca66 by Kostya Kortchinsky · 3 years, 10 months ago
  48. e9f84ab scudo: Remove positional template arguments for secondary cache. NFCI. am: 7488a1771f by Peter Collingbourne · 3 years, 10 months ago
  49. 882b85a scudo: Adjust test to use correct check for primary allocations. by Peter Collingbourne · 3 years, 10 months ago
  50. 156d47c [scudo][standalone] Allow the release of smaller sizes by Kostya Kortchinsky · 3 years, 10 months ago
  51. 7488a17 scudo: Remove positional template arguments for secondary cache. NFCI. by Peter Collingbourne · 3 years, 10 months ago
  52. a9206a0 [scudo] [standalone] [NFC] clang-format code. am: 27cb0636a1 am: f56fc0e2c7 by Mitch Phillips · 3 years, 10 months ago
  53. 5b4e181 [scudo][standalone] Small changes to the fastpath am: b5eabc041b am: e16e19850b by Kostya Kortchinsky · 3 years, 10 months ago
  54. 3153357 scudo: Shrink secondary header and cache entry size by a word on Linux. NFCI. am: 0e2ccab8b3 am: 54f0c8800f by Peter Collingbourne · 3 years, 10 months ago
  55. e955cad scudo: Fix quarantine allocation when MTE enabled. am: 867daf6722 am: 2a8341d465 by Peter Collingbourne · 3 years, 10 months ago
  56. d4deb40 scudo: Split setRandomTag in two. NFCI. am: 706ac40ba7 am: 777be6c3cd by Peter Collingbourne · 3 years, 10 months ago
  57. f56fc0e [scudo] [standalone] [NFC] clang-format code. am: 27cb0636a1 by Mitch Phillips · 3 years, 10 months ago
  58. e16e198 [scudo][standalone] Small changes to the fastpath am: b5eabc041b by Kostya Kortchinsky · 3 years, 10 months ago
  59. 54f0c88 scudo: Shrink secondary header and cache entry size by a word on Linux. NFCI. am: 0e2ccab8b3 by Peter Collingbourne · 3 years, 10 months ago
  60. 2a8341d scudo: Fix quarantine allocation when MTE enabled. am: 867daf6722 by Peter Collingbourne · 3 years, 10 months ago
  61. 777be6c scudo: Split setRandomTag in two. NFCI. am: 706ac40ba7 by Peter Collingbourne · 3 years, 10 months ago
  62. 27cb063 [scudo] [standalone] [NFC] clang-format code. by Mitch Phillips · 3 years, 10 months ago
  63. b5eabc0 [scudo][standalone] Small changes to the fastpath by Kostya Kortchinsky · 3 years, 11 months ago
  64. 0e2ccab scudo: Shrink secondary header and cache entry size by a word on Linux. NFCI. by Peter Collingbourne · 3 years, 10 months ago
  65. 867daf6 scudo: Fix quarantine allocation when MTE enabled. by Peter Collingbourne · 3 years, 11 months ago
  66. 706ac40 scudo: Split setRandomTag in two. NFCI. by Peter Collingbourne · 3 years, 11 months ago
  67. a2706b7 [scudo][standalone] Add missing va_end() in ScopedString::append am: 95ae7c8abb am: 452a948c61 by Kostya Kortchinsky · 3 years, 11 months ago
  68. 452a948 [scudo][standalone] Add missing va_end() in ScopedString::append am: 95ae7c8abb by Kostya Kortchinsky · 3 years, 11 months ago
  69. 95ae7c8 [scudo][standalone] Add missing va_end() in ScopedString::append by Kostya Kortchinsky · 3 years, 11 months ago
  70. fee0037 [automerger skipped] Skip rvc-qpr-dev-plus-aosp-without-vendor@6881855 am: 7ccc96cc6e -s ours by Xin Li · 3 years, 11 months ago
  71. 7ccc96c Skip rvc-qpr-dev-plus-aosp-without-vendor@6881855 by Xin Li · 3 years, 11 months ago
  72. 31964ec [scudo][standalone] Correct min/max region indices am: ab3e32bcbd am: 9df40d216e by Kostya Kortchinsky · 4 years ago
  73. adf8b10 [scudo/standalone] Fix leak in ThreadedGlobalQuarantine test am: c0a20a5b4e am: c88e992205 by Roland McGrath · 4 years ago
  74. 9df40d2 [scudo][standalone] Correct min/max region indices am: ab3e32bcbd by Kostya Kortchinsky · 4 years ago
  75. c88e992 [scudo/standalone] Fix leak in ThreadedGlobalQuarantine test am: c0a20a5b4e by Roland McGrath · 4 years ago
  76. ab3e32b [scudo][standalone] Correct min/max region indices by Kostya Kortchinsky · 4 years ago
  77. c0a20a5 [scudo/standalone] Fix leak in ThreadedGlobalQuarantine test by Roland McGrath · 4 years ago
  78. 3742ed3 [scudo][standalone] Simplify populateFreelist am: e7788063cf am: e5d1dd6478 am: c2c5b7f592 by Kostya Kortchinsky · 4 years ago
  79. c2c5b7f [scudo][standalone] Simplify populateFreelist am: e7788063cf am: e5d1dd6478 by Kostya Kortchinsky · 4 years ago
  80. e5d1dd6 [scudo][standalone] Simplify populateFreelist am: e7788063cf by Kostya Kortchinsky · 4 years ago
  81. e778806 [scudo][standalone] Simplify populateFreelist by Kostya Kortchinsky · 4 years ago
  82. 02efa21 Merge "scudo: Don't memset previously released cached pages in the secondary allocator." am: e6849f5096 am: 098d90e33b am: 0b5f227838 by Christopher Ferris · 4 years ago
  83. 0b5f227 Merge "scudo: Don't memset previously released cached pages in the secondary allocator." am: e6849f5096 am: 098d90e33b by Christopher Ferris · 4 years ago
  84. 098d90e Merge "scudo: Don't memset previously released cached pages in the secondary allocator." am: e6849f5096 by Christopher Ferris · 4 years ago
  85. e6849f5 Merge "scudo: Don't memset previously released cached pages in the secondary allocator." by Christopher Ferris · 4 years ago
  86. 5a8b43e Merge "Make scudo available only for //frameworks/libs/native_bridge_support/libc" am: bb46a90be0 am: 41d330d865 am: e3a3cc78d9 by Victor Khimenko · 4 years ago
  87. e3a3cc7 Merge "Make scudo available only for //frameworks/libs/native_bridge_support/libc" am: bb46a90be0 am: 41d330d865 by Victor Khimenko · 4 years ago
  88. 41d330d Merge "Make scudo available only for //frameworks/libs/native_bridge_support/libc" am: bb46a90be0 by Victor Khimenko · 4 years ago
  89. bb46a90 Merge "Make scudo available only for //frameworks/libs/native_bridge_support/libc" by Victor Khimenko · 4 years ago
  90. a02f048 scudo: Don't memset previously released cached pages in the secondary allocator. by Peter Collingbourne · 4 years ago
  91. 0147199 Make scudo available only for //frameworks/libs/native_bridge_support/libc by Victor Khimenko · 4 years ago
  92. f5afd9e Merge "Temporarily make libscudo available for all native_bridge_support packages" am: 32a91a4081 am: 68b4dda57b am: db522bdaf2 by Victor Khimenko · 4 years ago
  93. db522bd Merge "Temporarily make libscudo available for all native_bridge_support packages" am: 32a91a4081 am: 68b4dda57b by Victor Khimenko · 4 years ago
  94. 68b4dda Merge "Temporarily make libscudo available for all native_bridge_support packages" am: 32a91a4081 by Victor Khimenko · 4 years ago
  95. 32a91a4 Merge "Temporarily make libscudo available for all native_bridge_support packages" by Victor Khimenko · 4 years ago
  96. 0d8467e Temporarily make libscudo available for all native_bridge_support packages by Victor Khimenko · 4 years ago
  97. e5b3b37 [scudo][standalone] Code tidying (NFC) am: a51a892f08 am: 12fb99ab3f am: a13602c64d by Kostya Kortchinsky · 4 years ago
  98. 72aec08 [compiler-rt] Suppress -Wunused-result due to ::write when _FORTIFY_SOURCE>0 in glibc am: 6712ba9c9c am: 963fbee8a9 am: 000c454c1a by Fangrui Song · 4 years ago
  99. cb0a6d2 scudo: Simplify AtomicOptions::setFillContentsMode. NFCI. am: a7174d5afb am: cf6794fe4c am: 73912106d1 by Peter Collingbourne · 4 years ago
  100. a13602c [scudo][standalone] Code tidying (NFC) am: a51a892f08 am: 12fb99ab3f by Kostya Kortchinsky · 4 years ago