summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Determine memory load based on cgroup usage. (#19518)Tom Deseyn2-4/+31
2018-08-11[local gc] disable feature redhawk (#17769)David Mason8-49/+17
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-26/+0
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas2-2/+2
2018-06-05Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...Egor Chesakov1-1/+7
2018-06-03Typo (#18266)John Doe1-1/+1
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-2/+2
2018-05-24Typo (#18122)John Doe1-1/+1
2018-05-24Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) (#...Egor Chesakov1-1/+1
2018-05-24Fix a variety of typos (#18096)John Doe1-2/+2
2018-04-23Set -march=armv7-a for Alpine Linux ARM32 (#17730)kasper31-1/+1
2018-04-21Use volatile load to read brick table entries (#17717)Jan Kotas2-15/+9
2018-04-16[Arm64] Add memory barrier after interlocked operations (#17595)Koundinya Veluri2-9/+45
2018-04-06Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)David Mason5-6/+18
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason6-0/+24
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens4-7/+92
2018-03-30fix for HasCriticalFinalizer in local gc (#17369)David Mason1-6/+7
2018-03-27fix for logalways eventing level (#17277)David Mason2-2/+6
2018-03-27restrict memory limit by taking VM into consideration (#17177)Maoni Stephens1-19/+83
2018-03-26[local gc] Fix for BitScanForward64, it was ignoring the high byte check (#17...David Mason1-3/+9
2018-03-22fix order of Serialize for linux build (#17119)David Mason1-11/+11
2018-03-13change bool to bool (#16914)David Mason1-2/+2
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason12-215/+149
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-02-15Fix typo in GC log (#16398)Kevin Gosse1-1/+1
2018-02-01Memory footprint gc latency level (#15469)gbalykov5-154/+203
2018-01-31[local gc] Enable eventing (#16120)David Mason9-10/+53
2018-01-30[Local GC] FEATURE_EVENT_TRACE 4/n: Event ports for all GC-keyword events (#1...Sean Gillespie5-153/+173
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn4-30/+18
2018-01-26GCPrivate, GCHandle, and GChandlePrivate events for local GC (#16020)David Mason5-39/+113
2018-01-25[Local GC] FEATURE_EVENT_TRACE 3/n: Defining and Firing Dynamic Events (#16000)Sean Gillespie6-12/+211
2018-01-24[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#...Sean Gillespie5-0/+60
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie13-0/+283
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik2-20/+2
2018-01-15Fix Android build (#15868)Jan Vorlicek1-0/+3
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas15-187/+165
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie15-165/+187
2017-12-12Revert "Cast lp1 to the ScanContext; lp2 is a function pointer. (#15433)"Sean Gillespie1-1/+1
2017-12-12make coreclr buildable on FreeBSD again (#15480)Tomas Weinfurt2-0/+3
2017-12-07Cast lp1 to the ScanContext; lp2 is a function pointer. (#15433)Sean Gillespie1-1/+1
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie15-187/+165
2017-11-14small changes to get coreclr building on FreeBSD again (#14964)Tomas Weinfurt3-3/+7
2017-11-11Fix implementation of GCToOSInterface::VirtualCommit to ditch the pages (#14979)Jan Kotas1-1/+6
2017-11-09[Local GC] Unify background GC thread and server GC thread creation (#14821)Sean Gillespie9-207/+158
2017-11-01[Local GC] Fix (another) ScanContext layout issue when building without FEATU...Sean Gillespie1-2/+0
2017-10-30[Local GC] Fix an issue where the size of ScanContext differs between EE and ...Sean Gillespie1-0/+6
2017-10-27Don't wake up other GC threads when we decide to not proceed with the GC (#14...Maoni Stephens1-2/+17
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie7-125/+186
2017-10-26[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)Sean Gillespie6-18/+41
2017-10-10Fix AllocationTick_V3 depending on _V2 to be enabled (#14338)Tom Deseyn1-1/+1