1. a0f30e3 partition_alloc: Remove unused code from partition_alloc_constants.h by Lei Zhang · 2 days ago main
  2. 391865c Checked Span: Smuggle requested size by Kalvin Lee · 2 days ago
  3. 3fe238c Add arthursonzogni@chromium.org to PartitionAlloc OWNERS by Arthur Sonzogni · 2 days ago
  4. d9c4133 Make free a no-op during signal-driven shutdown on ChromeOS by Stephen Nusko · 4 days ago
  5. 19e7ac6 Allowlist any target which has a public header include a private header by Matt Stark · 4 days ago
  6. f6c416c Add orphan worker_thread_unittest.cc in it BUILD.gn by Foromo Daniel Soromou · 5 days ago
  7. fe164fa partition_alloc: Move PartitionRootLock() forward decl to its own header by Lei Zhang · 5 days ago
  8. 0687869 Remove superfluous includes for PA's component_export.h from headers by Lei Zhang · 5 days ago
  9. 1f6b7be Spanification of base/allocator/partition_allocator/src/partition_alloc/pointers/raw_ptr_unittest.cc by Daniel Angulo · 5 days ago
  10. dd0036d Spanification of partition_alloc/pointers/raw_ptr_unittest.cc, etc. by Daniel Angulo · 5 days ago
  11. 8e376ee Revert "[PA] Consolidate PartitionAlloc TLS into a single structure." by Alex Mitra · 5 days ago
  12. b202279 Revert "[PA] Replace largest_active_bucket_index_ with active_bucket_count_" by Alex Mitra · 5 days ago
  13. 25a2169 Revert "[PA] Introduce PartitionTlsRegistry to track PartitionTls instances" by Alex Mitra · 5 days ago
  14. 0fb0e3e PA: `const SlotSpanMetadata*` to `...BucketSizeDetails()` by Kalvin Lee · 5 days ago
  15. 59c8c4f Spanification of partition_alloc_base/cpu.cc, etc. by Daniel Angulo · 9 days ago
  16. 14f58fb Spanification of partition_alloc/pointers/raw_ptr_unittest.cc by Daniel Angulo · 9 days ago
  17. 7a355f7 Spanification of partition_alloc/partition_alloc_check.h by Daniel Angulo · 10 days ago
  18. 4c25384 [PA] Introduce PartitionTlsRegistry to track PartitionTls instances by mikt · 10 days ago
  19. 756d474 base: add bikineev@ as owner partition_alloc by Anton Bikineev · 10 days ago
  20. df749d8 PA: Remove wrong PA_DCHECK() from Partitionroot::DumpStats() by Takashi Sakamoto · 10 days ago
  21. 07d8a85 [PA] Add mikt@google.com to PartitionAlloc OWNERS by mikt · 10 days ago
  22. 15ecfb7 Spanification of partition_alloc/partition_bucket.cc, etc. by Daniel Angulo · 10 days ago
  23. 06f54f9 [PA] Decouple PartitionAlloc perftests into standalone target by mikt · 11 days ago
  24. a7c4a41 PA: Collate output arguments by Kalvin Lee · 11 days ago
  25. 072eb32 PA: `ThreadCache::GetFromCache() -> SlotAddressAndSize` by Kalvin Lee · 11 days ago
  26. 809402f Move shared partition_alloc test headers to test_support by Matt Stark · 11 days ago
  27. c0919ce base: Clean up redundant include rules by Mitsuru Oshima · 11 days ago
  28. 82539aa Run `gn format` on all build files by Matt Stark · 12 days ago
  29. 68303b2 Spanification of partition_alloc/gwp_asan_support.cc etc. by Daniel Angulo · 13 days ago
  30. 4c551f3 Checked Span: Adjust usable size functions by Kalvin Lee · 13 days ago
  31. 5db1967 partition_alloc: Move LINUX_NAME_REGION define to its own header by Lei Zhang · 2 weeks ago
  32. 70d897d Checked Span: Clarify "smuggled" size bits by Kalvin Lee · 2 weeks ago
  33. 0a04517 PA: Plumb bool showing if slot can store raw size by Kalvin Lee · 2 weeks ago
  34. a572625 [PA] Replace largest_active_bucket_index_ with active_bucket_count_ by mikt · 3 weeks ago
  35. 37879b5 Spanification of partition_alloc_base/files/file_util.h by Daniel Angulo · 3 weeks ago
  36. c029851 [PA] Make SlotStart family aggregate types by mikt · 3 weeks ago
  37. fa8d9a4 Spanification of partition_alloc_base/strings/safe_sprintf_pa_unittest.cc by Daniel Angulo · 3 weeks ago
  38. eba8297 Spanification of partition_alloc_base/posix/safe_strerror.cc by Daniel Angulo · 3 weeks ago
  39. 89615a6 PA: Make SchedulerLoopQuarantineBranch use `enum class QuarantineTarget` by Takashi Sakamoto · 3 weeks ago
  40. a1cd133 [PA] Derive intended-leak behavior from the owning root by Keishi Hattori · 3 weeks ago
  41. 649c2cd [PA] Consolidate PartitionAlloc TLS into a single structure. by mikt · 3 weeks ago
  42. f0d1e64 [PA] Move SlotStart out of internal namespace by mikt · 3 weeks ago
  43. 1f5d57d [PA] Support maximum AllocToken IDs by ainozaki · 3 weeks ago
  44. 15bf773 [PA] Decouple AllocToken from partition index by ainozaki · 3 weeks ago
  45. 876243f [PA/MO] Add an option to apply quarantine only to IPC-triggered tasks by mikt · 3 weeks ago
  46. 21aca3f PA: Remove `base/augmentations/` by Kalvin Lee · 3 weeks ago
  47. 990382a Prevent a realloc slot reuse with live raw_ptr refs by Stephen Nusko · 3 weeks ago
  48. e4d2f03 ReallocProtectedIterator: Use `std::optional` by Kalvin Lee · 3 weeks ago
  49. b49162b PA: Adjust args to `FreeAfterBRPQuarantine()` by Kalvin Lee · 3 weeks ago
  50. f755cc4 PA: Introduce `InSlotMetadata::From()` by Kalvin Lee · 3 weeks ago
  51. d9b0e26 ReallocProtectedIterator: Use PA struct by Kalvin Lee · 3 weeks ago
  52. 46c3707 Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc by Daniel Angulo · 4 weeks ago
  53. 940e808 base: Remove CheckHeapIntegrity and CheckMetadataIntegrity by Justin Cohen · 4 weeks ago
  54. 335d95e PAlloc: Use less space for power-of-2 sized AlignedAlloc. by Gregg Tavares · 4 weeks ago
  55. bda1ae1 PA: Mark `GetSlotUsableSize()` `const` by Kalvin Lee · 4 weeks ago
  56. 0e3ace2 [PA] Add support for operator new(std::align_val_t, std::nothrow) by Arthur Sonzogni · 4 weeks ago
  57. 2f810de PA: Directly call `GetRawSize()` by Kalvin Lee · 4 weeks ago
  58. df5fc1b PA: Include buildflags header by Kalvin Lee · 4 weeks ago
  59. 7dbf24a Remove UNSAFE_TODO from partition_alloc/scheduler_loop_quarantine_support.cc by Daniel Angulo · 4 weeks ago
  60. ac51e08 remove UNSAFE_TODOs from partition_alloc/partition_root.cc by Daniel Angulo · 4 weeks ago
  61. f37e5dd [PA] Switch AllocToken ABI from Fast ABI to non-Fast ABI by ainozaki · 4 weeks ago
  62. 087e4c3 [PA] Zap intended leaks even without a type id hint by Keishi Hattori · 4 weeks ago
  63. 584ccf1 Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc by Daniel Angulo · 4 weeks ago
  64. a80690f Spanification of partition_alloc/thread_cache_unittest.cc by Daniel Angulo · 4 weeks ago
  65. 4abc0f4 Spanification of partition_alloc/thread_cache.cc etc. by Daniel Angulo · 4 weeks ago
  66. b40bacc Spanification of partition_alloc/internal/thread_cache_internal.h, etc. by Daniel Angulo · 5 weeks ago
  67. 552529c Spanification of partition_alloc/partition_alloc_base/rand_util_pa_unittest.cc by Daniel Angulo · 5 weeks ago
  68. 5026491 Spanification of partition_alloc/address_space_randomization_unittest.cc by Daniel Angulo · 5 weeks ago
  69. 85f6a43 Reserve a bit in `InSlotMetadata` by Kalvin Lee · 5 weeks ago
  70. 89acd0d [PA] Move the intended-leak root into the allocator shim by Keishi Hattori · 5 weeks ago
  71. 68b7f62 Abort on Apple RNG failure instead of falling back to /dev/urandom by Xiaobin Cui · 5 weeks ago
  72. d7ac857 [MTE] Use random memory tagging unconditionally by Keishi Hattori · 5 weeks ago
  73. 8a06949 [PA] Clean up PartitionAllocFreeWithSize base::Feature flags by ainozaki · 5 weeks ago
  74. 0ee1bd8 Configure platform-specific defaults for PartitionAllocSchedulerLoopQuarantine. by Stephen Nusko · 5 weeks ago
  75. 9a83f67 base: Remove a few UNSAFE_TODO by converting to for-each loops by Nico Weber · 5 weeks ago
  76. 03cc513 Fix ScopedSchedulerLoopQuarantineExclusion by Gregg Tavares · 6 weeks ago
  77. 7d6a158 Move ScopedSafetyChecksExclusion to PartitionAlloc by Gregg Tavares · 6 weeks ago
  78. f51f075 PartitionAlloc: Track wasted size from rounding for AlignedAlloc. by Stephen Nusko · 6 weeks ago
  79. 601b19e PA: Remove `MaxDirectMapped()` by Kalvin Lee · 6 weeks ago
  80. b5214a8 PA: Remove `Settings::in_slot_metadata_size` by Kalvin Lee · 6 weeks ago
  81. 4e780d3 PA: Add `MaxAllocationSize()` by Kalvin Lee · 6 weeks ago
  82. 41619fc [PartitionAlloc] Adapt periodic reclaim interval to reclaimable memory by Chris Davis · 7 weeks ago
  83. f13ab1c PA: Check brp_enabled()-root or not before accessing metadata. by Takashi Sakamoto · 7 weeks ago
  84. 3a5c0cf Fix partition alloc test failures by David Bienvenu · 7 weeks ago
  85. a3f1f24 PA: Update requested sizes on realloc by Kalvin Lee · 7 weeks ago
  86. 34ad87a PA: No-op rework for normal-bucket realloc by Kalvin Lee · 7 weeks ago
  87. 29013c8 [PartitionAlloc] Fix MTE retagging bypass in Scheduler-Loop Quarantine by Keishi Hattori · 7 weeks ago
  88. ad56996 [PartitionAlloc] Order SetQuarantineRequest() before ReleaseFromAllocator() by Keishi Hattori · 7 weeks ago
  89. d7aeed1 MiraclePtr: Add ReportIfDangling stub to RawPtrNoOpImpl by Keishi Hattori · 7 weeks ago
  90. a134c16 Busybody: Don't depend on outside variables by Kalvin Lee · 7 weeks ago
  91. f5fbe01 partition_alloc: Expose less internal bits by Lei Zhang · 8 weeks ago
  92. 6abc77b partition_alloc: Cleanup pre-C++20 code in compiler_specific.h by Lei Zhang · 8 weeks ago
  93. a7fbe3e partition_alloc: Switch kSameAsAny to a C++20 concept by Lei Zhang · 8 weeks ago
  94. 43b48ec PA: quarantine sanitized objects as miracle objects after dequarantined by Takashi Sakamoto · 8 weeks ago
  95. 6fb47fe partition_alloc: Simplify RotR() by Lei Zhang · 8 weeks ago
  96. 0f047f3 partition_alloc: Remove PA_HAVE_SPACESHIP_OPERATOR by Lei Zhang · 8 weeks ago
  97. 7eeface partition_alloc: Replace CountlZero() with std::countl_zero() by Lei Zhang · 8 weeks ago
  98. 64a11a4 partition_alloc: Replace CountrZero() with std::countr_zero() by Lei Zhang · 8 weeks ago
  99. 09f2979 partition_alloc: Replace BitWidth() with std::bit_width() by Lei Zhang · 8 weeks ago
  100. d0d87ed partition_alloc: Replace HasSingleBit() with std::has_single_bit() by Lei Zhang · 8 weeks ago