summaryrefslogtreecommitdiff
path: root/src/gc/gcpriv.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-3/+1
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-3/+0
2016-11-29Fix the mistmatch between gc_thread_stub and GCThreadFunction (#8336)Jonghyun Park1-1/+1
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-23/+23
2016-11-16Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)Sean Gillespie1-0/+2
2016-10-07Return null on allocation failure due to OOM instead of throwing a exception ...Sean Gillespie1-2/+0
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-1/+1
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-2/+2
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek1-3/+0
2016-07-12Fix exceptions in GC wave 2 (#6220)Jan Vorlicek1-2/+0
2016-07-09Fix exceptions in GC (#6192)Jan Vorlicek1-2/+0
2016-07-02Added 2 configs for Server GCMaoni01-0/+3
2016-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni01-2/+13
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-13/+0
2016-05-17Move notion of restricted physical memory behind the GCToOSInterface (#5007)Jan Kotas1-3/+0
2016-05-03Fix recently introduced timing issue when growing the card tableKoundinya Veluri1-0/+1
2016-04-15Fix assertion failure on ARMKoundinya Veluri1-1/+1
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-1/+7
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-03-02Integrate GC changes from full frameworkMaoni Stephens1-1/+13
2016-02-17port fix for pad ratioMaoni Stephens1-1/+1
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-4/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Update GC from CoreRTJan Kotas1-1/+1
2015-12-24GC OS interface refactoringJan Vorlicek1-80/+13
2015-12-16Update GC from CoreRTJan Kotas1-1/+10
2015-12-16Bug fixes from desktopJan Kotas1-6/+12
2015-12-04Update GC from CoreRTJan Kotas1-16/+16
2015-11-19Update GC from CoreRTJan Kotas1-2/+2
2015-11-19Changed LONG and ULONGJan Vorlicek1-5/+5
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-341/+341
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-18/+102
2015-09-12Replace unsigned __int64/__int64 with UINT64/INT64Jan Kotas1-2/+2
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-0/+5
2015-04-07Merge changes from parent branchdotnet-bot1-3/+12
2015-03-30Port GC fixes from NetfxDev1:Sedar Gokbulut1-2/+7
2015-03-30Port the following fixes to GC from netfxDev1:Sedar Gokbulut1-0/+3
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-1/+1
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-0/+1
2015-02-25Allow users to specify a no GC region (on behalf of maonis)Jan Kotas1-2/+107
2015-02-04Fixed type: more_spacee_lock > more_space_lockGeorge Sapkin1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4185