1. a572625 [PA] Replace largest_active_bucket_index_ with active_bucket_count_ by mikt · 2 minutes ago main
  2. 37879b5 Spanification of partition_alloc_base/files/file_util.h by Daniel Angulo · 9 hours ago
  3. c029851 [PA] Make SlotStart family aggregate types by mikt · 26 hours ago
  4. fa8d9a4 Spanification of partition_alloc_base/strings/safe_sprintf_pa_unittest.cc by Daniel Angulo · 27 hours ago
  5. eba8297 Spanification of partition_alloc_base/posix/safe_strerror.cc by Daniel Angulo · 30 hours ago
  6. 89615a6 PA: Make SchedulerLoopQuarantineBranch use `enum class QuarantineTarget` by Takashi Sakamoto · 2 days ago
  7. a1cd133 [PA] Derive intended-leak behavior from the owning root by Keishi Hattori · 2 days ago
  8. 649c2cd [PA] Consolidate PartitionAlloc TLS into a single structure. by mikt · 2 days ago
  9. f0d1e64 [PA] Move SlotStart out of internal namespace by mikt · 2 days ago
  10. 1f5d57d [PA] Support maximum AllocToken IDs by ainozaki · 5 days ago
  11. 15bf773 [PA] Decouple AllocToken from partition index by ainozaki · 5 days ago
  12. 876243f [PA/MO] Add an option to apply quarantine only to IPC-triggered tasks by mikt · 5 days ago
  13. 21aca3f PA: Remove `base/augmentations/` by Kalvin Lee · 5 days ago
  14. 990382a Prevent a realloc slot reuse with live raw_ptr refs by Stephen Nusko · 5 days ago
  15. e4d2f03 ReallocProtectedIterator: Use `std::optional` by Kalvin Lee · 6 days ago
  16. b49162b PA: Adjust args to `FreeAfterBRPQuarantine()` by Kalvin Lee · 6 days ago
  17. f755cc4 PA: Introduce `InSlotMetadata::From()` by Kalvin Lee · 6 days ago
  18. d9b0e26 ReallocProtectedIterator: Use PA struct by Kalvin Lee · 6 days ago
  19. 46c3707 Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc by Daniel Angulo · 6 days ago
  20. 940e808 base: Remove CheckHeapIntegrity and CheckMetadataIntegrity by Justin Cohen · 7 days ago
  21. 335d95e PAlloc: Use less space for power-of-2 sized AlignedAlloc. by Gregg Tavares · 8 days ago
  22. bda1ae1 PA: Mark `GetSlotUsableSize()` `const` by Kalvin Lee · 8 days ago
  23. 0e3ace2 [PA] Add support for operator new(std::align_val_t, std::nothrow) by Arthur Sonzogni · 9 days ago
  24. 2f810de PA: Directly call `GetRawSize()` by Kalvin Lee · 9 days ago
  25. df5fc1b PA: Include buildflags header by Kalvin Lee · 9 days ago
  26. 7dbf24a Remove UNSAFE_TODO from partition_alloc/scheduler_loop_quarantine_support.cc by Daniel Angulo · 12 days ago
  27. ac51e08 remove UNSAFE_TODOs from partition_alloc/partition_root.cc by Daniel Angulo · 12 days ago
  28. f37e5dd [PA] Switch AllocToken ABI from Fast ABI to non-Fast ABI by ainozaki · 12 days ago
  29. 087e4c3 [PA] Zap intended leaks even without a type id hint by Keishi Hattori · 12 days ago
  30. 584ccf1 Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc by Daniel Angulo · 12 days ago
  31. a80690f Spanification of partition_alloc/thread_cache_unittest.cc by Daniel Angulo · 13 days ago
  32. 4abc0f4 Spanification of partition_alloc/thread_cache.cc etc. by Daniel Angulo · 13 days ago
  33. b40bacc Spanification of partition_alloc/internal/thread_cache_internal.h, etc. by Daniel Angulo · 14 days ago
  34. 552529c Spanification of partition_alloc/partition_alloc_base/rand_util_pa_unittest.cc by Daniel Angulo · 14 days ago
  35. 5026491 Spanification of partition_alloc/address_space_randomization_unittest.cc by Daniel Angulo · 14 days ago
  36. 85f6a43 Reserve a bit in `InSlotMetadata` by Kalvin Lee · 14 days ago
  37. 89acd0d [PA] Move the intended-leak root into the allocator shim by Keishi Hattori · 14 days ago
  38. 68b7f62 Abort on Apple RNG failure instead of falling back to /dev/urandom by Xiaobin Cui · 14 days ago
  39. d7ac857 [MTE] Use random memory tagging unconditionally by Keishi Hattori · 2 weeks ago
  40. 8a06949 [PA] Clean up PartitionAllocFreeWithSize base::Feature flags by ainozaki · 2 weeks ago
  41. 0ee1bd8 Configure platform-specific defaults for PartitionAllocSchedulerLoopQuarantine. by Stephen Nusko · 2 weeks ago
  42. 9a83f67 base: Remove a few UNSAFE_TODO by converting to for-each loops by Nico Weber · 3 weeks ago
  43. 03cc513 Fix ScopedSchedulerLoopQuarantineExclusion by Gregg Tavares · 3 weeks ago
  44. 7d6a158 Move ScopedSafetyChecksExclusion to PartitionAlloc by Gregg Tavares · 3 weeks ago
  45. f51f075 PartitionAlloc: Track wasted size from rounding for AlignedAlloc. by Stephen Nusko · 4 weeks ago
  46. 601b19e PA: Remove `MaxDirectMapped()` by Kalvin Lee · 4 weeks ago
  47. b5214a8 PA: Remove `Settings::in_slot_metadata_size` by Kalvin Lee · 4 weeks ago
  48. 4e780d3 PA: Add `MaxAllocationSize()` by Kalvin Lee · 4 weeks ago
  49. 41619fc [PartitionAlloc] Adapt periodic reclaim interval to reclaimable memory by Chris Davis · 4 weeks ago
  50. f13ab1c PA: Check brp_enabled()-root or not before accessing metadata. by Takashi Sakamoto · 4 weeks ago
  51. 3a5c0cf Fix partition alloc test failures by David Bienvenu · 4 weeks ago
  52. a3f1f24 PA: Update requested sizes on realloc by Kalvin Lee · 4 weeks ago
  53. 34ad87a PA: No-op rework for normal-bucket realloc by Kalvin Lee · 4 weeks ago
  54. 29013c8 [PartitionAlloc] Fix MTE retagging bypass in Scheduler-Loop Quarantine by Keishi Hattori · 5 weeks ago
  55. ad56996 [PartitionAlloc] Order SetQuarantineRequest() before ReleaseFromAllocator() by Keishi Hattori · 5 weeks ago
  56. d7aeed1 MiraclePtr: Add ReportIfDangling stub to RawPtrNoOpImpl by Keishi Hattori · 5 weeks ago
  57. a134c16 Busybody: Don't depend on outside variables by Kalvin Lee · 5 weeks ago
  58. f5fbe01 partition_alloc: Expose less internal bits by Lei Zhang · 5 weeks ago
  59. 6abc77b partition_alloc: Cleanup pre-C++20 code in compiler_specific.h by Lei Zhang · 5 weeks ago
  60. a7fbe3e partition_alloc: Switch kSameAsAny to a C++20 concept by Lei Zhang · 5 weeks ago
  61. 43b48ec PA: quarantine sanitized objects as miracle objects after dequarantined by Takashi Sakamoto · 5 weeks ago
  62. 6fb47fe partition_alloc: Simplify RotR() by Lei Zhang · 5 weeks ago
  63. 0f047f3 partition_alloc: Remove PA_HAVE_SPACESHIP_OPERATOR by Lei Zhang · 5 weeks ago
  64. 7eeface partition_alloc: Replace CountlZero() with std::countl_zero() by Lei Zhang · 5 weeks ago
  65. 64a11a4 partition_alloc: Replace CountrZero() with std::countr_zero() by Lei Zhang · 5 weeks ago
  66. 09f2979 partition_alloc: Replace BitWidth() with std::bit_width() by Lei Zhang · 5 weeks ago
  67. d0d87ed partition_alloc: Replace HasSingleBit() with std::has_single_bit() by Lei Zhang · 5 weeks ago
  68. 66df8ef Remove unused kUnprotectedInRelease constant. by Tom Sepez · 6 weeks ago
  69. bbd8b39 Introduce `CHECKED_SPAN_HAS_METADATA_SUPPORT` by Kalvin Lee · 6 weeks ago
  70. 247cfd3 Improve ASLR hints in PartitionAlloc on Android. by Stephen Nusko · 6 weeks ago
  71. f2439d9 Checked Span: Don't check zero-sized spans by Kalvin Lee · 6 weeks ago
  72. 8454eac Drop k from public constant kUnprotectedInRelease. by Tom Sepez · 6 weeks ago
  73. 0211596 apple_apsl: mark malloc.h as Static by Jiewei Qian · 6 weeks ago
  74. 13a3155 Introduce RawPtrIfPtrT type trait for conditional raw_ptr conversion by Tom Sepez · 7 weeks ago
  75. 522f5c1 PA, EULD: EULD samples objects which SchedulerLoopQuarantine will not handle by Takashi Sakamoto · 7 weeks ago
  76. 5d73585 partition_alloc: Define is_lsan and is_msan for standalone build by Arthur Sonzogni · 7 weeks ago
  77. b4e94c0 Enable BackupRefPtr feature flag on CastOS. by Stephen Nusko · 7 weeks ago
  78. 128709d Reduce calls to metadata offset and ReservationTable::Get by Stephen Nusko · 7 weeks ago
  79. 0a0c55b Remove unnecessary PA_UNSAFE_TODO in partition Alloc by Daniel Angulo · 7 weeks ago
  80. 4b811f9 Checked Span: Crash on nullptr bucket by Kalvin Lee · 7 weeks ago
  81. 1a5a7f5 PA: Remove `AllocInline()` by Kalvin Lee · 7 weeks ago
  82. 407e9f8 partition_alloc: Migrate MEMORY_TOOL_REPLACES_ALLOCATOR to PA buildflag by Arthur Sonzogni · 8 weeks ago
  83. f36d5a2 Checked Span: Annotate likeliness by Kalvin Lee · 8 weeks ago
  84. 4de29aa Automatic Arrayification for partition alloc by Daniel Angulo · 8 weeks ago
  85. 20dce94 PartitionAlloc: Restore StackTopRegistry::GetCurrentThreadStackTop by Egor Pasko · 8 weeks ago
  86. 75037eb Rename Time::kTimeTToMicrosecondsOffset to kMicrosecondsFromWindowsToUnixEpoch by Helmut Januschka · 8 weeks ago
  87. 16ccc39 PartitionAlloc: Remove StackTopRegistry notification by Egor Pasko · 8 weeks ago
  88. ad3b617 PartitionAlloc: Fix component (for bugs) in DIR_METADATA by Egor Pasko · 8 weeks ago
  89. 2723da2 Spanification of cc/metrics/scroll_jank_v4_tracing_recorder.cc, etc. by Daniel Angulo · 9 weeks ago
  90. 0e08e29 PA: Record type_id and size at intended leak by Takashi Sakamoto · 9 weeks ago
  91. 009c3b6 Add alignment parameter to PartitionAllocHooks::AllocationOverrideHook. by Stephen Nusko · 10 weeks ago
  92. c55a873 [ios blink] Use CCRandomGenerateBytes instead of /dev/urandom on iOS by Xiaobin Cui · 10 weeks ago
  93. dbf94f5 Set 'License Android Compatible' for deps with reciprocal licenses by Jordan Brown · 10 weeks ago
  94. d259883 Make leaked security objects provide type-id at `delete`. by Takashi Sakamoto · 10 weeks ago
  95. 9cb2535 [PA] Disallow ++refcount once the object is not held by allocator and its refcount is zero by Takashi Sakamoto · 10 weeks ago
  96. 17f0175 Report unprotected-in-release raw_ptr correctly in BRP-ASan by Keishi Hattori · 10 weeks ago
  97. 64c90fe Set kPartitionCachelineSize to 128B for Apple ARM by Kevin Graney · 2 months ago
  98. 4e256af Enable use_checked_span on Linux. by Stephen Nusko · 3 months ago
  99. f0ef8b9 [PA] Fix ThreadCache corruption in ThreadCacheProcessScopeForTesting by mikt · 3 months ago
  100. 94cee1e Handle nullptr buckets in SlotSpans by Stephen Nusko · 3 months ago