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