1. 18a5085 [PA] Allow to ensure ThreadCache without PartitionRoot known by mikt · 7 hours ago
  2. 44293c0 partition_allocator: Disable libcxx module for allocator_core by Takuto Ikuta · 11 hours ago
  3. d76c1a6 [PA] Add pa_check.md by Takashi Sakamoto · 4 days ago
  4. 1f1efda4 [PA] Move Metadata outside of GigaCage (2/5) by Takashi Sakamoto · 4 days ago
  5. 91b4858 [PA] Move Metadata outside of GigaCage (1/5) by Takashi Sakamoto · 5 days ago
  6. 1904143f [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 5 days ago
  7. 6bb3281 partition_alloc: Fix missing include on Windows. by Arthur Sonzogni · 6 days ago
  8. eebe67d partition_alloc: Resolve C++20 compile errors. by Arthur Sonzogni · 7 days ago
  9. 71a1aad6 Remove remaining __pnacl__ and __native_client__ in //base by Nico Weber · 8 days ago
  10. 5b21d68 base: Remove references to BUILDFLAG(IS_NACL) by Takuto Ikuta · 13 days ago
  11. abe0d3a [PartitionAlloc] Use fewer VMAs by default on Linux systems by Benoît Lizé · 13 days ago
  12. c4b7c22 [PA] Fix pool offset freelist DCHECK with MTE by mikt · 4 weeks ago
  13. 7ad62bb [base/allocator] Remove launched features by Benoît Lizé · 4 weeks ago
  14. 9a76d23e [PA] Add callback for DoubleFreeDetected or CorruptionDetected by mikt · 4 weeks ago
  15. 9511f9a [partition_alloc] Add more threading annotations by Thiabaud Engelbrecht · 4 weeks ago
  16. 30380ea partition_alloc: Add a missing include for std::ignore by Takuto Ikuta · 4 weeks ago
  17. ef881e5 [PA] Make PartitionAllocMemoryAllocationPerfTest human-readable. by Takashi Sakamoto · 4 weeks ago
  18. 9486028f base: remove NaCl from BUILD.gn, as well as NaCl-only source files by Daniel Cheng · 5 weeks ago
  19. 3de8127 [PA] Add option not to crash on Double-Free or Corrupton by mikt · 5 weeks ago
  20. 9df256f PA: Fix an include to be relative to PA source dir by Anton Bikineev · 5 weeks ago
  21. da752eb LSC Add 'Update Mechanism:' to README.chromium by Jordan · 5 weeks ago
  22. c55d12d Update MacOSVersion() for macOS 26 by Avi Drissman · 6 weeks ago
  23. 6faa8af [partition_alloc] Add threading annotations by Thiabaud Engelbrecht · 6 weeks ago
  24. f823998 [partition_alloc] Add mechanism to terminate a process on commit failure (Windows). by Francois Pierre Doray · 7 weeks ago
  25. 5111d61 PA: Remove seam code for 4S by Kalvin Lee · 7 weeks ago
  26. c10310f [PA] Use PA_LOG() instead of LOG() by Lei Zhang · 7 weeks ago
  27. 1e9331c7 [PA] Optimize Purging mechanism for Scheduler-Loop Quarantine by mikt · 7 weeks ago
  28. b0b79c0 [PA] Replace usable_size with slot_size in Scheduler-Loop Quarantine by mikt · 7 weeks ago
  29. 3dd433b [PA] Do Scheduler-Loop Quarantine after BRP Quarantine, not before. by mikt · 7 weeks ago
  30. a37e602b [PA/E-LUD] Refactor: Fork LightweightQuarantine by mikt · 7 weeks ago
  31. e98b242 Mark pointer in PartitionAllocPageAllocatorTest.DecommitAndZero volatile by Hans Wennborg · 8 weeks ago
  32. 0857ae0a Remove the macOS 11 malloc size hack from PartitionAlloc by Avi Drissman · 8 weeks ago
  33. e60ae71 Use std::array instead of a c style array in PurgePartitionAlloc by Stephen Nusko · 8 weeks ago
  34. fcc8d24 Reland "[PA] Cache ReservationOffsetTable instead of lookup by address" by mikt · 8 weeks ago
  35. 04ed397 Remove redundant std::max(x, x) by Andrey Kosyakov · 8 weeks ago
  36. 7e9bbf0e GWP-ASan: raise kMaxMetadata and kMaxRequestedSlots by Matthew Denton · 8 weeks ago
  37. 3d5fd3f Revert "[PA] Cache ReservationOffsetTable instead of lookup by address" by Jonathan Ross · 9 weeks ago
  38. 25c8be7 [PA] Cache ReservationOffsetTable instead of lookup by address by mikt · 9 weeks ago
  39. 6267bb9 [PA/shim] Fix shim test failure on mac component build by mikt · 9 weeks ago
  40. 5b7d8be base: Disable libc++ modules build in partition allocator by Takuto Ikuta · 10 weeks ago
  41. 90f68e09 [PA] Remove libc++ string object dependency from allocator_base. by Takashi Sakamoto · 10 weeks ago
  42. 184f00ae Clean up PA's instance_tracer.h by Lei Zhang · 10 weeks ago
  43. 56569ac [PA] Fix PoolOffsetLookup for Configurable Pool by mikt · 10 weeks ago
  44. 71f0998f [PA] Cache PoolInfo instead of lookup by address by mikt · 2 months ago
  45. a92da34c Remove <ostream> from PA's safe_conversions.h by Lei Zhang · 3 months ago
  46. 9d28068 Revert "gardening: Disable PartitionAllocPageAllocatorTest.DecommitAndZero on UBSan" by Antonio Sartori · 3 months ago
  47. cbd00f6 gardening: Disable PartitionAllocPageAllocatorTest.DecommitAndZero on UBSan by Yuki Shiino · 3 months ago
  48. d4b48071 [PA/docs] Update buckets.md by mikt · 3 months ago
  49. edf5748 Exported things should always be visible by Devon Loehr · 3 months ago
  50. e2f56893 [PA] Remove Freelist Dispatcher by mikt · 3 months ago
  51. e161722 [PA] Remove free slot bitmap by mikt · 3 months ago
  52. 4e29d32 [PA] Replace std::unordered_map with base::flat_map by Takashi Sakamoto · 3 months ago
  53. 6edcce3 [PA] Remove unused free functions by mikt · 3 months ago
  54. 6d9e081 [PA] Remove unchecked freelist iteration by mikt · 3 months ago
  55. 163f8d4 Reland "spanification: remove `#pragma allow_unsafe_buffers` where unneeded" by Stephen Nusko · 3 months ago
  56. 169e9ac [PA] Simplify bucket lookup by mikt · 3 months ago
  57. e5979e8 Revert "spanification: remove `#pragma allow_unsafe_buffers` where unneeded" by [email protected] · 3 months ago
  58. d781d7b spanification: remove `#pragma allow_unsafe_buffers` where unneeded by Stephen Nusko · 3 months ago
  59. 795c45fd [PA] Remove ZERO_RANDOMLY_ON_FREE by mikt · 3 months ago
  60. fa5aa3a [PA] Add stack scan supported for loongarch64. by Wang Qing · 3 months ago
  61. afd9dd1 [PA] Check ThreadCache validity in DoubleFreeOrCorruptionDetected by mikt · 3 months ago
  62. 71c48e9 [PA] Copy base/containers/flat_{map,tree}.h to partition_alloc_base/containers. by Takashi Sakamoto · 3 months ago
  63. 8c4a58b [PA] Scoped Scheduler-Loop Quarantine opt-out by mikt · 3 months ago
  64. 5b7571351 [tvOS][base_unittests] Replace host_info with sysctlbyname on tvOS by Abhijeet Kandalkar · 3 months ago
  65. 3f8824e [PA] Remove ghost of alternate bucket distribution by mikt · 3 months ago
  66. cefa2e20 Roll Android NDK to r28 by Sam Maier · 3 months ago
  67. 989d978 [PA/shim] Support sized-delete by mikt · 3 months ago
  68. 2a50391 [PA] Fix wrong includes. by Takashi Sakamoto · 3 months ago
  69. b3b10b6 [PA] Fix PartitionAlloc windows component build by Takashi Sakamoto · 3 months ago
  70. 426fc83 [PartitionAlloc] Enable priority inheritance in SpinningMutex by Anand Ravi · 3 months ago
  71. d5f516665 [PA] Refactor: move Scheduler-Loop Quarantine related code in one place by mikt · 3 months ago
  72. fd3036ee Forward declare base::NoDestructor in headers when missing by Lei Zhang · 3 months ago
  73. 7f6f446 [base/allocator] Add aligned_alloc to shims on Android by Benoît Lizé · 3 months ago
  74. 00e36e0 [PartitionAlloc] Make ENOMEM issues have a separate crash signature by Benoît Lizé · 3 months ago
  75. 12808728 Change expected message in nocompile test by Devon Loehr · 3 months ago
  76. b378ec0 [PartitionAlloc] Crash in AddressPoolManager when decommit fails. by Benoît Lizé · 4 months ago
  77. 14c0cce5 Reland "[PA] Disable BRP zapping on iOS" by mikt · 4 months ago
  78. 312e70a [ios blink] Add support for arm64e target by Dave Tapuska · 4 months ago
  79. da4cc82e Revert "[PA] Disable BRP zapping on iOS" by Ginny Huang · 4 months ago
  80. 8b121d3 [PA] Disable BRP zapping on iOS by mikt · 4 months ago
  81. 51f3c71 chore: migrate ritownsend OWNERS/TODOs by Richard Townsend · 4 months ago
  82. 4177cf7 Reland "[PA] Add base::CheckHeapIntegrity to investigate corruption" by mikt · 4 months ago
  83. 66f6451e [PA] Split DoubleFreeOrCorruptionDetected into DoubleFreeDetected and CorruptionDetected. by Takashi Sakamoto · 4 months ago
  84. 9785b8f Export things to prevent accidental duplication by Devon Loehr · 4 months ago
  85. da2e4eb Revert "[PA] Add base::CheckHeapIntegrity to investigate corruption" by Wen-Chien Wang · 4 months ago
  86. 1cd920f Revert "[PA] Fix compile failure in PartitionRoot::CheckMetadataIntegrity" by Wen-Chien Wang · 4 months ago
  87. 56390fd [PA] Fix compile failure in PartitionRoot::CheckMetadataIntegrity by mikt · 4 months ago
  88. d61bb8d [PA] Add base::CheckHeapIntegrity to investigate corruption by mikt · 4 months ago
  89. 513d319 ios: Correct gwp_asan_unittests out of memory by Justin Cohen · 4 months ago
  90. 3bff518 Deactivate MTE in HWASan builds by = · 4 months ago
  91. 323cf56b [wasm] Adds rudimentary support for WASM/Emscripten builds. by Lokbondo Kung · 4 months ago
  92. e4776f7 [PA] Add EnsureThreadCache() for blocking thread cache creation by mikt · 5 months ago
  93. 58221752 [PA] Add unittest to verify extra extras protecting OOB by mikt · 5 months ago
  94. 2dbd9db Remove an unused include of <unistd.h> by Jeremy Roman · 5 months ago
  95. 66c01c34 PA: Fix compilation error about `LiftThreadIsolationScope`. by Arthur Sonzogni · 5 months ago
  96. a8b48db PA: Remove pool offset freelists feature by Kalvin Lee · 5 months ago
  97. e6fc4c74 partition_alloc: fix missing `basic_common_reference` in C++17. by Arthur Sonzogni · 5 months ago
  98. 79011458 PartitionAlloc: realloc growth factor mitigation for Skia. by Arthur Sonzogni · 5 months ago
  99. f12e128 Fix extra qualification on member 'basic_common_reference' by Marshall Greenblatt · 5 months ago
  100. 45b8db2 [ios blink] Set MAP_JIT pages to RWX by default by Dave Tapuska · 5 months ago