1. c936954 [scudo][standalone] Compact pointers for Caches/Batches by Kostya Kortchinsky · 3 years, 6 months ago
  2. 3f9de81 scudo: Support memory tagging in the secondary allocator. by Peter Collingbourne · 3 years, 7 months ago
  3. 3c3951e [scudo/standalone] Use .arch_extension memtag, not mte by Roland McGrath · 3 years, 6 months ago
  4. b1ba1c5 [GWP-ASan] Add aligned allocations. by Mitch Phillips · 3 years, 6 months ago
  5. ce5094b [scudo/standalone] Use zx_system_get_page_size() on Fuchsia by Roland McGrath · 3 years, 6 months ago
  6. 7f38bfa [scudo][standalone] Restore GWP-ASan flag parsing by Kostya Kortchinsky · 3 years, 6 months ago
  7. d54555a [scudo][standalone] Enable death tests on Fuchsia by Kostya Kortchinsky · 3 years, 7 months ago
  8. c45d453 [GWP-ASan] Add inbuilt options parser. by Mitch Phillips · 3 years, 6 months ago
  9. e30a3f4 [GWP-ASan] Minor refactor of optional components. by Mitch Phillips · 3 years, 6 months ago
  10. 2f046ad scudo: Update a comment to match the Linux kernel behavior. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  11. 2699c68 scudo: Fix compilation for non-Linux aarch64 by Roland McGrath · 3 years, 7 months ago
  12. 4dd2057 scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  13. 4edf4ef scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  14. 6be4919 scudo: Move the configuration for the primary allocator to Config. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  15. 9ece409 scudo: Remove ANDROID_EXPERIMENTAL_MTE macro. by Peter Collingbourne · 3 years, 7 months ago
  16. 882b85a scudo: Adjust test to use correct check for primary allocations. by Peter Collingbourne · 3 years, 7 months ago
  17. 156d47c [scudo][standalone] Allow the release of smaller sizes by Kostya Kortchinsky · 3 years, 8 months ago
  18. 7488a17 scudo: Remove positional template arguments for secondary cache. NFCI. by Peter Collingbourne · 3 years, 7 months ago
  19. 27cb063 [scudo] [standalone] [NFC] clang-format code. by Mitch Phillips · 3 years, 8 months ago
  20. b5eabc0 [scudo][standalone] Small changes to the fastpath by Kostya Kortchinsky · 3 years, 8 months ago
  21. 0e2ccab scudo: Shrink secondary header and cache entry size by a word on Linux. NFCI. by Peter Collingbourne · 3 years, 8 months ago
  22. 867daf6 scudo: Fix quarantine allocation when MTE enabled. by Peter Collingbourne · 3 years, 8 months ago
  23. 706ac40 scudo: Split setRandomTag in two. NFCI. by Peter Collingbourne · 3 years, 8 months ago
  24. 95ae7c8 [scudo][standalone] Add missing va_end() in ScopedString::append by Kostya Kortchinsky · 3 years, 8 months ago
  25. ab3e32b [scudo][standalone] Correct min/max region indices by Kostya Kortchinsky · 3 years, 9 months ago
  26. c0a20a5 [scudo/standalone] Fix leak in ThreadedGlobalQuarantine test by Roland McGrath · 3 years, 8 months ago
  27. e778806 [scudo][standalone] Simplify populateFreelist by Kostya Kortchinsky · 3 years, 9 months ago
  28. a02f048 scudo: Don't memset previously released cached pages in the secondary allocator. by Peter Collingbourne · 3 years, 9 months ago
  29. a51a892 [scudo][standalone] Code tidying (NFC) by Kostya Kortchinsky · 3 years, 9 months ago
  30. 6712ba9 [compiler-rt] Suppress -Wunused-result due to ::write when _FORTIFY_SOURCE>0 in glibc by Fangrui Song · 3 years, 10 months ago
  31. a7174d5 scudo: Simplify AtomicOptions::setFillContentsMode. NFCI. by Peter Collingbourne · 3 years, 10 months ago
  32. 3cf6037 scudo: Make it thread-safe to set some runtime configuration flags. by Peter Collingbourne · 3 years, 10 months ago
  33. 10703a6 [scudo][standalone] Fix Primary's ReleaseToOS test by Kostya Kortchinsky · 3 years, 10 months ago
  34. c95ae6b [scudo][standalone] Remove unused atomic_compare_exchange_weak by Kostya Kortchinsky · 3 years, 10 months ago
  35. 8a2df0d scudo: Re-order Allocator fields for improved performance. NFCI. by Peter Collingbourne · 3 years, 10 months ago
  36. 241449c [scudo][standalone] Fix tests under ASan/UBSan by Kostya Kortchinsky · 3 years, 10 months ago
  37. 2b968af [scudo][standalone] Remove the pthread key from the shared TSD by Kostya Kortchinsky · 3 years, 10 months ago
  38. 54e34e0 [scudo/standalone] Fix undefined behavior in checksum test by Roland McGrath · 3 years, 10 months ago
  39. 33f8e1a scudo: Add an API for disabling memory initialization per-thread. by Peter Collingbourne · 3 years, 11 months ago
  40. d197d79 [scudo/standalone] Don't define test main function for Fuchsia by Roland McGrath · 3 years, 10 months ago
  41. 0d4ff65 scudo: Remove the THREADLOCAL macro. by Peter Collingbourne · 3 years, 11 months ago
  42. e03d2cd scudo: Introduce a new mechanism to let Scudo access a platform-specific TLS slot by Peter Collingbourne · 3 years, 11 months ago
  43. 80bb8b8 [scudo][standalone] Enable secondary cache release on Fuchsia by Kostya Kortchinsky · 4 years ago
  44. bcd746b [scudo][standalone] Skip irrelevant regions during release by Kostya Kortchinsky · 4 years ago
  45. e4ac106 [scudo][standalone] Add new mallopt options. by Christopher Ferris · 4 years ago
  46. c72ca56 [scudo][standalone] mallopt runtime configuration options by Kostya Kortchinsky · 4 years ago
  47. 0611b7d Avoid use of std::make_unique in compiler-rt/lib/scudo/standalone/tests/combined_test.cpp by Hans Wennborg · 4 years ago
  48. cbbd056 Speculative build fix for scudo/standalone/tests/combined_test.cpp by Hans Wennborg · 4 years ago
  49. d618cbf [scudo][standalone] Change the release loop for efficiency purposes by Kostya Kortchinsky · 4 years ago
  50. b232c85 scudo: Interleave odd and even tags for adjacent blocks. by Peter Collingbourne · 4 years ago
  51. d2aa037 scudo: Remove some boilerplate from the combined allocator tests. NFCI. by Peter Collingbourne · 4 years ago
  52. 7d916bb [GWP-ASan] Split the unwinder into segv/non-segv. by Mitch Phillips · 4 years ago
  53. facf8f6 Revert 502f0cc0e38 "[GWP-ASan] Split the unwinder into segv/non-segv." by Hans Wennborg · 4 years ago
  54. 7d9c622 [GWP-ASan] Split the unwinder into segv/non-segv. by Mitch Phillips · 4 years ago
  55. 394cc82 [scudo][standalone] Release smaller blocks less often by Kostya Kortchinsky · 4 years, 1 month ago
  56. 6fbf5f1 [scudo][standalone] Allow Primary allocations to fail up multiple times. by Christopher Ferris · 4 years, 1 month ago
  57. 31f2472 [scudo] Fix deadlock in ScudoWrappersCTest.DisableForkEnable test. by Evgenii Stepanov · 4 years, 2 months ago
  58. f440dae Add vendor identity check for Hygon Dhyana processor in Scudo by Kostya Kortchinsky · 4 years, 3 months ago
  59. 865f674 scudo: Exclude previous tag when retagging freed memory. by Peter Collingbourne · 4 years, 3 months ago
  60. 90d0d18 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 3 months ago
  61. 0d7d2ae Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 3 months ago
  62. ee9ca98 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 3 months ago
  63. 08b690a Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 4 months ago
  64. 2661559 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 4 months ago
  65. 874b5c9 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 4 months ago
  66. 6a8384a Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 5 months ago
  67. ebcf82d Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 5 months ago
  68. 2e7fec2 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 5 months ago
  69. 2638746 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 5 months ago
  70. a98a996 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 5 months ago
  71. 130bfdb Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  72. ac40305 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  73. f07d445 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  74. fa69c70 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  75. 75868b7 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  76. f6d5c5d Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  77. 70cfbf1 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  78. 0f81190 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  79. c5d5abc Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  80. 92abc6d Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  81. 7fef730 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 6 months ago
  82. 48429c7 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 8 months ago
  83. 83eaa51 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 7 months ago
  84. 42baac2 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 7 months ago
  85. 2c0f7b6 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 7 months ago
  86. c910695 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 8 months ago
  87. 09e6d48 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 8 months ago
  88. aa15246 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 8 months ago
  89. d2740c5 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 8 months ago
  90. d28a0ec Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 8 months ago
  91. 71069c1 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 9 months ago
  92. d29271f Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 9 months ago
  93. 3599770 Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 9 months ago
  94. 3e8c65b Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 9 months ago
  95. c283bab Imported Scudo Standalone changes: by Dynamic Tools Team · 4 years, 10 months ago
  96. 517193e Project import generated by Copybara. by Dynamic Tools Team · 4 years, 11 months ago