Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14Avoid declaring an object cannot fit in a segment if we already have committe...Andrew Au
2021-07-09Fix GCMemoryInfo.TotalAvailableMemoryBytes under Wow (#55387)Jan Kotas
2021-07-02Fix fix_allocation_context for regions (#54931)Andrew Au
2021-06-30Saw the ASSERT_HOLDING_SPIN_LOCK fail in the region allocator. (#54896)Peter Sollich
2021-06-29Found a race condition where the LOH flag on a segment is set too late. This ...Peter Sollich
2021-06-28Add YieldProcessor implementation for arm (#54829)Gleb Balykov
2021-06-23Fix finalizer issue with regions (#54550)Peter Sollich
2021-06-22Fix a memory corruption caused by an integer overflow (#54510)Andrew Au
2021-06-22get rid of an unnecessary join (#54312)Maoni Stephens
2021-06-22Fix deadlock (#54426)Andrew Au
2021-06-18Fix Linux x86 build (#50836)Gleb Balykov
2021-06-15Add the concept of "notification profilers" to the runtime (#53122)David Mason
2021-06-11In gc_heap::walk_heap_per_heap, we need to iterate through the SOH generation...Peter Sollich
2021-06-10Fix mark overflow for regions (#53929)Peter Sollich
2021-06-10Disable STRESS_REGIONS (#53996)Peter Sollich
2021-06-09Fix process background segment end (#53879)Peter Sollich
2021-06-09Remove an erroneous check (#53889)Andrew Au
2021-06-09Improve GC stress log instrumentation (#53547)Andrew Au
2021-06-08Implement descr_generations_to_profiler for regions (#53706)Andrew Au
2021-06-04Fix large object allocation (#53589)Peter Sollich
2021-06-04Improve ENC logging. (#53695)Mike McLaughlin
2021-06-03Avoid setting the brick of the next region during sweep in plan (#53446)Andrew Au
2021-05-17enable regions by default in standalone gc (#52716)Manish Godse
2021-05-13Low level API support for Objective-C interop. (#52146)Aaron Robinson
2021-05-12Allow overriding processor count via configuration setting (#52492)Anton Lapounov
2021-05-11fixing assert for accounting (#52573)Maoni Stephens
2021-05-07Do not count page cache towards cgroup’s memory load (#51738)Marcin Krystianc
2021-05-06Allocate initial regions (#51752)Andrew Au
2021-05-05Instroduce the DPAD feature (Dynamic Promotion And Demotion) feature for regi...Maoni Stephens
2021-05-04Fix issue 47805 (#52183)Peter Sollich
2021-04-22Fix a build error when USE_REGIONS is turned on (#51660)Andrew Au
2021-04-21Allow region_allocator to allocate from the right (#50973)Andrew Au
2021-04-16Fail the GCHeap initialization if large page is specified without a heap hard...Andrew Au
2021-04-14Improve background mark stack overflow performance (#50214)Andrew Au
2021-04-13Fix card mark stealing issue (#51104)Peter Sollich
2021-04-09Make sure separated_poh_p and use_large_pages_p works together (#50665)Andrew Au
2021-04-08Make some region parameters configurable (#50603)Andrew Au
2021-04-06Reorganize CoreCLR native build to reduce CMake reconfigures when the build s...Jeremy Koritzinsky
2021-03-26Lock region allocator (#49990)Peter Sollich
2021-03-25Port misc changes from feature/NativeAOT (#50212)Jan Kotas
2021-03-22Add comment for GCDesc::GetNumPointers (#49951)Jan Kotas
2021-03-20Fix and simplify GCDescs for collectible types (#49791)Jan Kotas
2021-03-17Fix card marking stealing for regions (#49704)Peter Sollich
2021-03-16Do not pin free object for STRESS_REGIONS (#49547)Andrew Au
2021-03-16Remove reference to non-existing parameter (#49630)Andrii Kurdiumov
2021-03-14Use same brick size for both x64 and ARM64 (#49581)Jan Kotas
2021-03-02cgroup: fix memory leak in GetCGroupMemoryUsage (#48911)Tom Deseyn
2021-02-27region memory limit (#48691)Maoni Stephens
2021-02-25Dprintf optimization (#47046)Peter Sollich
2021-02-19Probe libnuma.so.1.0.0 before its symlinks (#48133)Adeel Mujahid