- 2dd0bdf [scudo] Use a tryLock in secondary release to OS (#132827) by Christopher Ferris · 7 hours ago main master
- a8735a2 [scudo] Modify header corrupption error message (#126812) by Christopher Ferris · 6 weeks ago
- d256b97 [scudo] Make guard pages optional in the secondary (#125960) by Christopher Ferris · 7 weeks ago
- 8e02278 [scudo] Refactor the secondary test (#125595) by Christopher Ferris · 7 weeks ago
- 3dd8c57 [scudo] Clean up secondary tests. (#124999) by Christopher Ferris · 8 weeks ago
- 7948b60 [scudo] Fix the format of getStats() (#121608) by ChiaHungDuan · 2 months ago
- 8fe52f1 [scudo] Add the record of number of attempted page release (#120497) by ChiaHungDuan · 3 months ago
- 6edd4e5 [scudo] Minor refactor on element address validation (NFC) (#119436) by ChiaHungDuan · 4 months ago
- e9d2752 [scudo] Clean the TODO in list.h (#119323) by ChiaHungDuan · 4 months ago
- ed3eeff [scudo] Group type traits into a single header (NFC) (#118888) by ChiaHungDuan · 4 months ago
- dba2636 [scudo] Use internal list to manage the LRU cache (#117946) by ChiaHungDuan · 4 months ago
- 110fcb9 [scudo] Double frees result in chunk state error (#110345) by Christopher Ferris · 5 months ago
- 7bb0ac6 Reapply "[scudo] Apply the min release threshold to the group" (#112252) (#112266) by ChiaHungDuan · 5 months ago
- 386ef6f Revert "[scudo] Apply the min release threshold to the group" (#112252) by ChiaHungDuan · 5 months ago
- 1afd698 [scudo] Apply the min release threshold to the group (#112014) by ChiaHungDuan · 5 months ago
- 02411df [scudo] Fix isOwned on MTE devices. (#111060) by Evgenii Stepanov · 6 months ago
- ed7f7b9 [scudo] Fix the loading of a signed value to an unsigned storage (#111039) by ChiaHungDuan · 6 months ago
- 7594924 [scudo] Reduce unsuccessful attempts of page releasing (#110583) by ChiaHungDuan · 6 months ago
- 35ab32e Revert "[scudo] Fix isOwned on MTE devices. (#110717)" by NAKAMURA Takumi · 6 months ago
- 6072f7f [scudo] Fix isOwned on MTE devices. (#110717) by Evgenii Stepanov · 6 months ago
- e36860b [scudo] Fix wording for unsupported test reason. (#110716) by Evgenii Stepanov · 6 months ago
- 3a27dff [scudo] Remove unused field in BatchGroup (#109322) by ChiaHungDuan · 6 months ago
- 34a35f8 Revert "[scudo] Update secondary cache time-based release logic (#107507)" by Thurston Dang · 6 months ago
- dec5534 [scudo] Update secondary cache time-based release logic (#107507) by Joshua Baehring · 6 months ago
- 85cc561 [scudo] Add thread-safety annotation on getMemoryGroupFragmentationIn… (#108277) by ChiaHungDuan · 7 months ago
- c01faeb Reapply "[scudo] Fix the logic of MaxAllowedFragmentedPages" (#108130) (#108134) by ChiaHungDuan · 7 months ago
- c682eaa Revert "[scudo] Fix the logic of MaxAllowedFragmentedPages" (#108130) by ChiaHungDuan · 7 months ago
- 5a579db [scudo] Fix the logic of MaxAllowedFragmentedPages (#107927) by ChiaHungDuan · 7 months ago
- 71f46a5 [scudo] Add fragmentation info for each memory group (#107475) by ChiaHungDuan · 7 months ago
- f1711ae [scudo] Add a method to use a hard-coded page size (#106646) by Christopher Ferris · 7 months ago
- dbb65cd [scudo] Use variable instead of recomputing. (#106647) by Christopher Ferris · 7 months ago
- 1bd02e7 [scudo] Update secondary cache released pages bound. (#106466) by Joshua Baehring · 7 months ago
- b83ce74 [scudo] Make comment compatible with gcc (#106137) by Caslyn Tonelli · 7 months ago
- 9a04d85 [scudo] Fix expectation in ScudoTimingTest.VerifyMax (#106062) by Fabio D'Urso · 7 months ago
- 6db57b5 [scudo] Add partial chunk heuristic to retrieval algorithm. (#105009) by Joshua Baehring · 7 months ago
- 877a22b Revert "[scudo] Add partial chunk heuristic to retrieval algorithm." (#104894) by ChiaHungDuan · 7 months ago
- 0d2a941 [scudo] Add partial chunk heuristic to retrieval algorithm. (#104807) by Joshua Baehring · 7 months ago
- 2794186 Revert "[scudo] Separated committed and decommitted entries." (#104045) by ChiaHungDuan · 7 months ago
- 2528417 [compiler-rt] Define `__STDC_FORMAT_MACROS` to ensure `PRId64` is available (#102980) by Mosè Giordano · 7 months ago
- fad075e [scudo] Support linking with index in IntrusiveList (#101262) by ChiaHungDuan · 8 months ago
- ae3b69f [scudo] Separated committed and decommitted entries. (#101409) by Joshua Baehring · 8 months ago
- 72353a4 [scudo] Added test fixture for cache tests. (#102230) by Joshua Baehring · 8 months ago
- ae2edcb [scudo] Die when store is called on MapAllocatorNoCache objects. (#102403) by Christopher Ferris · 8 months ago
- 0ab8f52 [scudo] Avoid accessing inaccessible pages in unmap() in secondary (#102367) by ChiaHungDuan · 8 months ago
- 7a089b0 [scudo][NFC] Add a default unmap() to unmap all pages (#102234) by ChiaHungDuan · 8 months ago
- 536fe79 [scudo] Refactor store() and retrieve(). (#102024) by Joshua Baehring · 8 months ago
- edfa33d [scudo] Remove benchmarks file. (#102077) by Christopher Ferris · 8 months ago
- 0ecbeb1 Revert "[scudo] Separated committed and decommitted entries." (#101375) by ChiaHungDuan · 8 months ago
- 664398a [scudo] Separated committed and decommitted entries. (#100818) by Joshua Baehring · 8 months ago
- df72133 [NFCI][scudo] Remove unused variable 'MaxCount' (#100201) by Thurston Dang · 8 months ago
- 6792f8a [scudo] Added LRU eviction policy to secondary cache. (#99409) by Joshua Baehring · 8 months ago
- cf28e03 [scudo] Add static vector functionality. (#98986) by Joshua Baehring · 8 months ago
- 9bf8810 [scudo] Add a maximum value into the timer. (#96989) by Christopher Ferris · 9 months ago
- 3eed4dd [scudo][fuchsia] Give dispatched VMOs a (temporary) name (#97578) by Fabio D'Urso · 9 months ago
- a21345b [scudo] Change CompactPtrT and CompactPtrScale to optional (#90797) by ChiaHungDuan · 9 months ago
- 2a30906 [scudo] Minor refactoring of secondary cache test (#95995) by ChiaHungDuan · 9 months ago
- 6e773de [scudo] Add TEST_SKIP macro to skip the current test (#96192) by Fabio D'Urso · 9 months ago
- 12d81de Reland "[scudo] Apply filling when realloc shrinks and re-grows a block in-place" (#95838) by Fabio D'Urso · 9 months ago
- 40721a8 [scudo] Test secondary cache options only if enabled (#95872) by Caslyn Tonelli · 9 months ago
- e20a4ca [scudo] Update error handling for seondary cache entry count (#95595) by Joshua Baehring · 9 months ago
- 841df6f [scudo] Fix the calculation of PushedBytesDelta (#95177) by ChiaHungDuan · 10 months ago
- 3d6007f Revert "[scudo] Apply filling when realloc shrinks and re-grows a block in-place (#93212)" by Fabio D'Urso · 10 months ago
- 8ce35a8 [scudo] Apply filling when realloc shrinks and re-grows a block in-place (#93212) by Fabio D'Urso · 10 months ago
- 01bc3bc [scudo] Compute the default aligned pointer without tag (#92989) by Andrei Homescu · 10 months ago
- ed22bf2 [scudo] Move the chunk update into functions (#83493) by ChiaHungDuan · 10 months ago
- a5768ad [scudo] Support setting default value of ReleaseToOsIntervalMs in config (#90256) by ChiaHungDuan · 11 months ago
- ee227e7 [scudo] Reflect the allowed values for M_DECAY_TIME on Android (#89114) by ChiaHungDuan · 11 months ago
- 512384f [scudo] Fix the misused Exhausted in region allocation (#89852) by ChiaHungDuan · 11 months ago
- 5646ef9 [scudo] Improve readability of MemMapFuchsia's error handling (#90102) by Fabio D'Urso · 11 months ago
- 608cc6e Allow ZX_ERR_NO_RESOURCES with MAP_ALLOWNOMEM on Fuchsia (#89767) by Fabio D'Urso · 11 months ago
- 784c4cf Sync FuchsiaConfig with downstream's custom_scudo_config.h (#89244) by Fabio D'Urso · 11 months ago
- eb39902 [scudo] Add EnableContiguousRegions mode (#85149) by ChiaHungDuan · 12 months ago
- a98107d [scudo] Remove end of line checks. (#88022) by Christopher Ferris · 12 months ago
- 64fa25d [scudo] Add errno description to mmap failure. (#87713) by Christopher Ferris · 12 months ago
- e379815 [scudo] Change isPowerOfTwo macro to return false for zero. (#87120) by Christopher Ferris · 12 months ago
- 91a2610 [scudo] Do a M_PURGE call before changing release interval on Android (#87110) by ChiaHungDuan · 12 months ago
- c84d8ee [scudo] Change tests that use setrlimit to cause mmap to fail. (#87004) by Christopher Ferris · 12 months ago
- 52b81ad [scudo] Only init RingBuffer when needed. (#85994) by Christopher Ferris · 12 months ago
- 7d0bb0f [scudo] Fix stack depot validation. (#87024) by Christopher Ferris · 12 months ago
- 31a5ae7 [scudo] Dump ReleaseToOsIntervalMs (#86887) by ChiaHungDuan · 12 months ago
- 85f0ebb Fix the -Wmissing-designated-field-initializers on the clang-ppc64le-rhel bot by Amy Kwan · 12 months ago
- aaff388 Revert "[scudo] Use getMonotonicTimeFast for tryLock." (#86590) by ChiaHungDuan · 12 months ago
- 0e8625d Fix signed/unsigned comparison warning. NFC. by Simon Pilgrim · 12 months ago
- 7342450 [scudo] Clean up string handling (#86364) by Christopher Ferris · 12 months ago
- 88c3edf [scudo] Fix type mismatch on DefaultMaxEntrySize (#85897) by ChiaHungDuan · 1 year ago
- 94ef308 [scudo] Refactor allocator config to support optional flags (#81805) by ChiaHungDuan · 1 year ago
- a7150f5 [NFC] [scudo] Move static_assert to class it concerns (#84245) by Florian Mayer · 1 year ago
- 43b1a98 [NFC] [scudo] move static_assert closer to class it relates to (#84257) by Florian Mayer · 1 year ago
- cd8e0a1 Skip MemtagBasicDeathTest#Unsupported when running with HWASan (#84243) by Florian Mayer · 1 year, 1 month ago
- 4ad63c3 [NFC] [scudo] remove DCHECK (#84255) by Florian Mayer · 1 year, 1 month ago
- 48c2bd7 [scudo] Add support for LoongArch hardware CRC32 checksumming (#83113) by WÁNG Xuěruì · 1 year, 1 month ago
- 1a8c2b8 [scudo] Avoid splitting aligned allocations on Trusty (#69281) by Andrei Homescu · 1 year, 1 month ago
- bd1fc01 [scudo][NFC] Explicit type casting to avoid compiler warning (#83355) by ChiaHungDuan · 1 year, 1 month ago
- 288e819 Reland "[scudo] Store more blocks in each TransferBatch" (#83078) (#83081) by ChiaHungDuan · 1 year, 1 month ago
- 3b0c505 Revert "[scudo] Store more blocks in each TransferBatch" (#83078) by ChiaHungDuan · 1 year, 1 month ago
- f7fdf52 [scudo] Do not unmap the memory containing the this object in unmapRingBuffer (#83034) by Fabio D'Urso · 1 year, 1 month ago
- 8a1bf1e [scudo] Store more blocks in each TransferBatch (#70390) by ChiaHungDuan · 1 year, 1 month ago
- b90cbed [NFC] Make RingBuffer an atomic pointer (#82547) by Florian Mayer · 1 year, 1 month ago
- d236950 [scudo] increase frames per stack to 16 for stack depot (#82427) by Florian Mayer · 1 year, 1 month ago
- 76284ee Do not call disable / enable on null depot (#82542) by Florian Mayer · 1 year, 1 month ago