summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
2016-07-23GC update from CoreRT (#6429)Jan Kotas3-453/+41
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek7-131/+7
2016-07-20Merge pull request #6242 from Maoni0/raceMaoni Stephens1-15/+4
2016-07-17GC update from CoreRT (#6305)Jan Kotas1-4/+4
2016-07-12Fixed race condition in setting dd_new_allocationMaoni01-15/+4
2016-07-12Fix exceptions in GC wave 2 (#6220)Jan Vorlicek3-149/+92
2016-07-09Fix exceptions in GC (#6192)Jan Vorlicek4-528/+420
2016-07-02Added 2 configs for Server GCMaoni02-10/+26
2016-07-01Fixed build breaks related to perf counter code on desktop. perf counters are...Maoni Stephens1-3/+5
2016-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni04-138/+175
2016-06-28Fix path to BOTR GC section in gc.cpp (#6039)Aditya Mandaleeka1-9/+8
2016-06-23Fix GC profiling on arm-softfp (#5952)Ivan Baravy1-2/+2
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie4-2/+51
2016-06-20We need to have seg_mapping_table aligned on its natural alignement (ptr size...Maoni01-3/+17
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek5-101/+15
2016-06-19Update GC from CoreRT (#5859)Jan Kotas3-40/+40
2016-06-14Need to filter addresses not in the heap range in the NextObj verification fu...Maoni01-0/+8
2016-06-14My last fix of checking whether the runtime was suspended was incomplete.Maoni03-6/+6
2016-06-11Undo StompWriteBarrierResize reordering (#5740)Jan Kotas1-11/+11
2016-06-10Fix for GC hole when using software write watchKoundinya Veluri1-1/+15
2016-06-08Merge pull request #5607 from Maoni0/grow_cardSergiy Kuryata1-1/+3
2016-06-08need to account for server GC threads calling growMaoni01-1/+3
2016-06-07software ww fixMaoni01-21/+9
2016-06-07Update GC from CoreRT (#5522)Jan Kotas7-17/+10
2016-05-26Typo Fix: from preemtive GC to preemptive GC (#5237)Geunsik Lim1-1/+1
2016-05-17Move notion of restricted physical memory behind the GCToOSInterface (#5007)Jan Kotas5-105/+51
2016-05-16Update GC from CoreRTJan Kotas1-1/+4
2016-05-08Merge pull request #4773 from kouvel/CardTableGrowFix3Koundinya Veluri2-46/+64
2016-05-06enable affinity and numa for GC and some bug fixesMaoni01-18/+9
2016-05-03Fix recently introduced timing issue when growing the card tableKoundinya Veluri2-46/+64
2016-04-22Fixes for GC updateJan Kotas1-2/+2
2016-04-22Update GC from CoreRTJan Kotas4-9/+5
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-04-15Fix assertion failure on ARMKoundinya Veluri2-6/+6
2016-04-12Merge pull request #4074 from kouvel/SoftwareWriteWatchKoundinya Veluri8-74/+887
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri8-74/+887
2016-04-11Fix brick table issue on UnixJan Vorlicek1-1/+1
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-03-09Delete dead codeJan Kotas2-14/+2
2016-03-02Integrate GC changes from full frameworkMaoni Stephens4-37/+178
2016-02-26fix warning C4334Rahul Kumar1-1/+1
2016-02-24Fixes for GC updateJan Kotas2-2/+2
2016-02-24Update GC from CoreRTJan Kotas8-63/+57
2016-02-17port fix for pad ratioMaoni Stephens2-8/+5
2016-02-03Integrate changes from full .NET FrameworkJan Kotas3-21/+19
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+1
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas3-2/+4
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid3-2/+4
2016-01-27Update license headersdotnet-bot39-156/+117
2016-01-26Update GC from CoreRTJan Kotas14-88/+61