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