1. a563127 [scudo] Move getPageSize() decl to common.h header (#157146) by Roland McGrath · 2 days ago main master
  2. 936bda3 [scudo] Allow the quarantine code to be compiled out (#151064) by Christopher Ferris · 5 weeks ago
  3. 5e48d78 [scudo] Fix secondary caching for mte (#150156) by Christopher Ferris · 6 weeks ago
  4. 61d6928 [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) by Fabio D'Urso · 7 weeks ago
  5. 7328c5d [scudo] Make release to OS test more specific. (#147852) by Christopher Ferris · 7 weeks ago
  6. f3b87bf [scudo] Fix c wrappers double free test. (#148066) by Christopher Ferris · 8 weeks ago
  7. 8ee8154 [scudo] Move out the definitions of member functions in primary allocators (#147601) by ChiaHungDuan · 9 weeks ago
  8. 8695ad1 [scudo] Make block storage in TransferBatch trailing objects (#144204) by ChiaHungDuan · 9 weeks ago
  9. dbc816c [scudo] Make report pointers const. (#144624) by Christopher Ferris · 3 months ago
  10. f347c35 [scudo] Add primary option to enable/disable cache blocks. (#129794) by Christopher Ferris · 5 months ago
  11. 2dd0bdf [scudo] Use a tryLock in secondary release to OS (#132827) by Christopher Ferris · 6 months ago
  12. a8735a2 [scudo] Modify header corrupption error message (#126812) by Christopher Ferris · 7 months ago
  13. d256b97 [scudo] Make guard pages optional in the secondary (#125960) by Christopher Ferris · 7 months ago
  14. 8e02278 [scudo] Refactor the secondary test (#125595) by Christopher Ferris · 7 months ago
  15. 3dd8c57 [scudo] Clean up secondary tests. (#124999) by Christopher Ferris · 7 months ago
  16. 7948b60 [scudo] Fix the format of getStats() (#121608) by ChiaHungDuan · 8 months ago
  17. 8fe52f1 [scudo] Add the record of number of attempted page release (#120497) by ChiaHungDuan · 9 months ago
  18. 6edd4e5 [scudo] Minor refactor on element address validation (NFC) (#119436) by ChiaHungDuan · 9 months ago
  19. e9d2752 [scudo] Clean the TODO in list.h (#119323) by ChiaHungDuan · 9 months ago
  20. ed3eeff [scudo] Group type traits into a single header (NFC) (#118888) by ChiaHungDuan · 9 months ago
  21. dba2636 [scudo] Use internal list to manage the LRU cache (#117946) by ChiaHungDuan · 9 months ago
  22. 110fcb9 [scudo] Double frees result in chunk state error (#110345) by Christopher Ferris · 11 months ago
  23. 7bb0ac6 Reapply "[scudo] Apply the min release threshold to the group" (#112252) (#112266) by ChiaHungDuan · 11 months ago
  24. 386ef6f Revert "[scudo] Apply the min release threshold to the group" (#112252) by ChiaHungDuan · 11 months ago
  25. 1afd698 [scudo] Apply the min release threshold to the group (#112014) by ChiaHungDuan · 11 months ago
  26. 02411df [scudo] Fix isOwned on MTE devices. (#111060) by Evgenii Stepanov · 11 months ago
  27. ed7f7b9 [scudo] Fix the loading of a signed value to an unsigned storage (#111039) by ChiaHungDuan · 11 months ago
  28. 7594924 [scudo] Reduce unsuccessful attempts of page releasing (#110583) by ChiaHungDuan · 11 months ago
  29. 35ab32e Revert "[scudo] Fix isOwned on MTE devices. (#110717)" by NAKAMURA Takumi · 11 months ago
  30. 6072f7f [scudo] Fix isOwned on MTE devices. (#110717) by Evgenii Stepanov · 11 months ago
  31. e36860b [scudo] Fix wording for unsupported test reason. (#110716) by Evgenii Stepanov · 11 months ago
  32. 3a27dff [scudo] Remove unused field in BatchGroup (#109322) by ChiaHungDuan · 12 months ago
  33. 34a35f8 Revert "[scudo] Update secondary cache time-based release logic (#107507)" by Thurston Dang · 12 months ago
  34. dec5534 [scudo] Update secondary cache time-based release logic (#107507) by Joshua Baehring · 12 months ago
  35. 85cc561 [scudo] Add thread-safety annotation on getMemoryGroupFragmentationIn… (#108277) by ChiaHungDuan · 12 months ago
  36. c01faeb Reapply "[scudo] Fix the logic of MaxAllowedFragmentedPages" (#108130) (#108134) by ChiaHungDuan · 12 months ago
  37. c682eaa Revert "[scudo] Fix the logic of MaxAllowedFragmentedPages" (#108130) by ChiaHungDuan · 12 months ago
  38. 5a579db [scudo] Fix the logic of MaxAllowedFragmentedPages (#107927) by ChiaHungDuan · 12 months ago
  39. 71f46a5 [scudo] Add fragmentation info for each memory group (#107475) by ChiaHungDuan · 12 months ago
  40. f1711ae [scudo] Add a method to use a hard-coded page size (#106646) by Christopher Ferris · 1 year ago
  41. dbb65cd [scudo] Use variable instead of recomputing. (#106647) by Christopher Ferris · 1 year ago
  42. 1bd02e7 [scudo] Update secondary cache released pages bound. (#106466) by Joshua Baehring · 1 year ago
  43. b83ce74 [scudo] Make comment compatible with gcc (#106137) by Caslyn Tonelli · 1 year ago
  44. 9a04d85 [scudo] Fix expectation in ScudoTimingTest.VerifyMax (#106062) by Fabio D'Urso · 1 year ago
  45. 6db57b5 [scudo] Add partial chunk heuristic to retrieval algorithm. (#105009) by Joshua Baehring · 1 year ago
  46. 877a22b Revert "[scudo] Add partial chunk heuristic to retrieval algorithm." (#104894) by ChiaHungDuan · 1 year, 1 month ago
  47. 0d2a941 [scudo] Add partial chunk heuristic to retrieval algorithm. (#104807) by Joshua Baehring · 1 year, 1 month ago
  48. 2794186 Revert "[scudo] Separated committed and decommitted entries." (#104045) by ChiaHungDuan · 1 year, 1 month ago
  49. 2528417 [compiler-rt] Define `__STDC_FORMAT_MACROS` to ensure `PRId64` is available (#102980) by Mosè Giordano · 1 year, 1 month ago
  50. fad075e [scudo] Support linking with index in IntrusiveList (#101262) by ChiaHungDuan · 1 year, 1 month ago
  51. ae3b69f [scudo] Separated committed and decommitted entries. (#101409) by Joshua Baehring · 1 year, 1 month ago
  52. 72353a4 [scudo] Added test fixture for cache tests. (#102230) by Joshua Baehring · 1 year, 1 month ago
  53. ae2edcb [scudo] Die when store is called on MapAllocatorNoCache objects. (#102403) by Christopher Ferris · 1 year, 1 month ago
  54. 0ab8f52 [scudo] Avoid accessing inaccessible pages in unmap() in secondary (#102367) by ChiaHungDuan · 1 year, 1 month ago
  55. 7a089b0 [scudo][NFC] Add a default unmap() to unmap all pages (#102234) by ChiaHungDuan · 1 year, 1 month ago
  56. 536fe79 [scudo] Refactor store() and retrieve(). (#102024) by Joshua Baehring · 1 year, 1 month ago
  57. edfa33d [scudo] Remove benchmarks file. (#102077) by Christopher Ferris · 1 year, 1 month ago
  58. 0ecbeb1 Revert "[scudo] Separated committed and decommitted entries." (#101375) by ChiaHungDuan · 1 year, 1 month ago
  59. 664398a [scudo] Separated committed and decommitted entries. (#100818) by Joshua Baehring · 1 year, 1 month ago
  60. df72133 [NFCI][scudo] Remove unused variable 'MaxCount' (#100201) by Thurston Dang · 1 year, 2 months ago
  61. 6792f8a [scudo] Added LRU eviction policy to secondary cache. (#99409) by Joshua Baehring · 1 year, 2 months ago
  62. cf28e03 [scudo] Add static vector functionality. (#98986) by Joshua Baehring · 1 year, 2 months ago
  63. 9bf8810 [scudo] Add a maximum value into the timer. (#96989) by Christopher Ferris · 1 year, 2 months ago
  64. 3eed4dd [scudo][fuchsia] Give dispatched VMOs a (temporary) name (#97578) by Fabio D'Urso · 1 year, 2 months ago
  65. a21345b [scudo] Change CompactPtrT and CompactPtrScale to optional (#90797) by ChiaHungDuan · 1 year, 2 months ago
  66. 2a30906 [scudo] Minor refactoring of secondary cache test (#95995) by ChiaHungDuan · 1 year, 2 months ago
  67. 6e773de [scudo] Add TEST_SKIP macro to skip the current test (#96192) by Fabio D'Urso · 1 year, 3 months ago
  68. 12d81de Reland "[scudo] Apply filling when realloc shrinks and re-grows a block in-place" (#95838) by Fabio D'Urso · 1 year, 3 months ago
  69. 40721a8 [scudo] Test secondary cache options only if enabled (#95872) by Caslyn Tonelli · 1 year, 3 months ago
  70. e20a4ca [scudo] Update error handling for seondary cache entry count (#95595) by Joshua Baehring · 1 year, 3 months ago
  71. 841df6f [scudo] Fix the calculation of PushedBytesDelta (#95177) by ChiaHungDuan · 1 year, 3 months ago
  72. 3d6007f Revert "[scudo] Apply filling when realloc shrinks and re-grows a block in-place (#93212)" by Fabio D'Urso · 1 year, 3 months ago
  73. 8ce35a8 [scudo] Apply filling when realloc shrinks and re-grows a block in-place (#93212) by Fabio D'Urso · 1 year, 3 months ago
  74. 01bc3bc [scudo] Compute the default aligned pointer without tag (#92989) by Andrei Homescu · 1 year, 4 months ago
  75. ed22bf2 [scudo] Move the chunk update into functions (#83493) by ChiaHungDuan · 1 year, 4 months ago
  76. a5768ad [scudo] Support setting default value of ReleaseToOsIntervalMs in config (#90256) by ChiaHungDuan · 1 year, 4 months ago
  77. ee227e7 [scudo] Reflect the allowed values for M_DECAY_TIME on Android (#89114) by ChiaHungDuan · 1 year, 4 months ago
  78. 512384f [scudo] Fix the misused Exhausted in region allocation (#89852) by ChiaHungDuan · 1 year, 4 months ago
  79. 5646ef9 [scudo] Improve readability of MemMapFuchsia's error handling (#90102) by Fabio D'Urso · 1 year, 4 months ago
  80. 608cc6e Allow ZX_ERR_NO_RESOURCES with MAP_ALLOWNOMEM on Fuchsia (#89767) by Fabio D'Urso · 1 year, 5 months ago
  81. 784c4cf Sync FuchsiaConfig with downstream's custom_scudo_config.h (#89244) by Fabio D'Urso · 1 year, 5 months ago
  82. eb39902 [scudo] Add EnableContiguousRegions mode (#85149) by ChiaHungDuan · 1 year, 5 months ago
  83. a98107d [scudo] Remove end of line checks. (#88022) by Christopher Ferris · 1 year, 5 months ago
  84. 64fa25d [scudo] Add errno description to mmap failure. (#87713) by Christopher Ferris · 1 year, 5 months ago
  85. e379815 [scudo] Change isPowerOfTwo macro to return false for zero. (#87120) by Christopher Ferris · 1 year, 5 months ago
  86. 91a2610 [scudo] Do a M_PURGE call before changing release interval on Android (#87110) by ChiaHungDuan · 1 year, 5 months ago
  87. c84d8ee [scudo] Change tests that use setrlimit to cause mmap to fail. (#87004) by Christopher Ferris · 1 year, 5 months ago
  88. 52b81ad [scudo] Only init RingBuffer when needed. (#85994) by Christopher Ferris · 1 year, 5 months ago
  89. 7d0bb0f [scudo] Fix stack depot validation. (#87024) by Christopher Ferris · 1 year, 5 months ago
  90. 31a5ae7 [scudo] Dump ReleaseToOsIntervalMs (#86887) by ChiaHungDuan · 1 year, 5 months ago
  91. 85f0ebb Fix the -Wmissing-designated-field-initializers on the clang-ppc64le-rhel bot by Amy Kwan · 1 year, 5 months ago
  92. aaff388 Revert "[scudo] Use getMonotonicTimeFast for tryLock." (#86590) by ChiaHungDuan · 1 year, 5 months ago
  93. 0e8625d Fix signed/unsigned comparison warning. NFC. by Simon Pilgrim · 1 year, 5 months ago
  94. 7342450 [scudo] Clean up string handling (#86364) by Christopher Ferris · 1 year, 5 months ago
  95. 88c3edf [scudo] Fix type mismatch on DefaultMaxEntrySize (#85897) by ChiaHungDuan · 1 year, 6 months ago
  96. 94ef308 [scudo] Refactor allocator config to support optional flags (#81805) by ChiaHungDuan · 1 year, 6 months ago
  97. a7150f5 [NFC] [scudo] Move static_assert to class it concerns (#84245) by Florian Mayer · 1 year, 6 months ago
  98. 43b1a98 [NFC] [scudo] move static_assert closer to class it relates to (#84257) by Florian Mayer · 1 year, 6 months ago
  99. cd8e0a1 Skip MemtagBasicDeathTest#Unsupported when running with HWASan (#84243) by Florian Mayer · 1 year, 6 months ago
  100. 4ad63c3 [NFC] [scudo] remove DCHECK (#84255) by Florian Mayer · 1 year, 6 months ago