summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
2018-10-08Fix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)Jan Vorlicek1-4/+1
2018-10-04Typos (#20271)John Doe1-1/+1
2018-09-25Porting fix on Desktop for VirtualUnlock perf issue on WKS GC when we reset m...Sung Yoon Whang1-1/+9
2018-09-18Add gc header files to vcxproj file to improve user experience (#19980)Jacek Blaszczynski1-0/+40
2018-09-14convert HandleStore::_underlyingBucket to a pointer (#19935)David Mason3-17/+2
2018-09-12Fix GC for collectible classes (#19892)Jan Vorlicek1-0/+5
2018-09-10Add GetCacheSizePerLogicalCpu and GetCurrentProcessCpuCount to gcenv for wind...David Mason1-4/+256
2018-08-31Enable gc_profiling for local gc (#19777)David Mason1-11/+1
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason5-38/+33
2018-08-27re-enable com for local gc (#19681)David Mason2-10/+3
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason22-161/+433
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