summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysMerge "[scudo] Change the default MinReleaseToOsIntervalMs to -1" into mainHEADmastermainTreehugger Robot
4 days[scudo] Support setting default value of ReleaseToOsIntervalMs in config (#90...ChiaHungDuan
4 days[scudo] Reflect the allowed values for M_DECAY_TIME on Android (#89114)ChiaHungDuan
7 days[scudo] Change the default MinReleaseToOsIntervalMs to -1Chia-hung Duan
8 days[scudo] Fix the misused Exhausted in region allocation (#89852)ChiaHungDuan
8 days[scudo] Improve readability of MemMapFuchsia's error handling (#90102)Fabio D'Urso
10 daysAllow ZX_ERR_NO_RESOURCES with MAP_ALLOWNOMEM on Fuchsia (#89767)Fabio D'Urso
2024-04-19Sync FuchsiaConfig with downstream's custom_scudo_config.h (#89244)Fabio D'Urso
2024-04-09[scudo] Add EnableContiguousRegions mode (#85149)ChiaHungDuan
2024-04-08[scudo] Remove end of line checks. (#88022)Christopher Ferris
2024-04-05[scudo] Add errno description to mmap failure. (#87713)Christopher Ferris
2024-04-01[scudo] Change isPowerOfTwo macro to return false for zero. (#87120)Christopher Ferris
2024-04-01[scudo] Do a M_PURGE call before changing release interval on Android (#87110)ChiaHungDuan
2024-03-29[scudo] Change tests that use setrlimit to cause mmap to fail. (#87004)Christopher Ferris
2024-03-29[scudo] Only init RingBuffer when needed. (#85994)Christopher Ferris
2024-03-28[scudo] Fix stack depot validation. (#87024)Christopher Ferris
2024-03-28[scudo] Dump ReleaseToOsIntervalMs (#86887)ChiaHungDuan
2024-03-27Fix the -Wmissing-designated-field-initializers on the clang-ppc64le-rhel botAmy Kwan
2024-03-27Revert "[scudo] Use getMonotonicTimeFast for tryLock." (#86590)ChiaHungDuan
2024-03-27Fix signed/unsigned comparison warning. NFC.Simon Pilgrim
2024-03-27[scudo] Clean up string handling (#86364)Christopher Ferris
2024-03-20[scudo] Fix type mismatch on DefaultMaxEntrySize (#85897)ChiaHungDuan
2024-03-13[scudo] Add allocator_config_test.cpp to Android.bpChia-hung Duan
2024-03-13[scudo] Refactor allocator config to support optional flags (#81805)ChiaHungDuan
2024-03-11[NFC] [scudo] Move static_assert to class it concerns (#84245)Florian Mayer
2024-03-11[NFC] [scudo] move static_assert closer to class it relates to (#84257)Florian Mayer
2024-03-08Skip MemtagBasicDeathTest#Unsupported when running with HWASan (#84243)Florian Mayer
2024-03-06[NFC] [scudo] remove DCHECK (#84255)Florian Mayer
2024-03-02[scudo] Add support for LoongArch hardware CRC32 checksumming (#83113) am: 40...WÁNG Xuěruì
2024-03-01[scudo] Add support for LoongArch hardware CRC32 checksumming (#83113)WÁNG Xuěruì
2024-03-01[scudo] Avoid splitting aligned allocations on Trusty (#69281) am: 190b4cc4cfAndrei Homescu
2024-02-29[scudo] Avoid splitting aligned allocations on Trusty (#69281)Andrei Homescu
2024-02-29[scudo][NFC] Explicit type casting to avoid compiler warning (#83355) am: bb9...ChiaHungDuan
2024-02-29Reland "[scudo] Store more blocks in each TransferBatch" (#83078) (#83081) am...ChiaHungDuan
2024-02-28[scudo][NFC] Explicit type casting to avoid compiler warning (#83355)ChiaHungDuan
2024-02-28Reland "[scudo] Store more blocks in each TransferBatch" (#83078) (#83081)ChiaHungDuan
2024-02-27Revert "[scudo] Store more blocks in each TransferBatch" (#83078) am: e26c9a5651ChiaHungDuan
2024-02-27[scudo] Do not unmap the memory containing the this object in unmapRingBuffer...Fabio D'Urso
2024-02-27[scudo] Store more blocks in each TransferBatch (#70390) am: 402f70cc89ChiaHungDuan
2024-02-26Revert "[scudo] Store more blocks in each TransferBatch" (#83078)ChiaHungDuan
2024-02-26[scudo] Do not unmap the memory containing the this object in unmapRingBuffer...Fabio D'Urso
2024-02-26[scudo] Store more blocks in each TransferBatch (#70390)ChiaHungDuan
2024-02-23[NFC] Make RingBuffer an atomic pointer (#82547) am: 5caf690890Florian Mayer
2024-02-23[NFC] Make RingBuffer an atomic pointer (#82547)Florian Mayer
2024-02-22[scudo] increase frames per stack to 16 for stack depot (#82427) am: 1bcda95721Florian Mayer
2024-02-22[scudo] increase frames per stack to 16 for stack depot (#82427)Florian Mayer
2024-02-22Do not call disable / enable on null depot (#82542) am: 6801d357faFlorian Mayer
2024-02-21Do not call disable / enable on null depot (#82542)Florian Mayer
2024-02-20[NFC] fix typo am: 1f94902871Florian Mayer
2024-02-20[NFC] fix type mismatch in test. am: 95d0030bc8Florian Mayer