summaryrefslogtreecommitdiff
path: root/src/gc/gcpriv.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-7/+1
2017-08-04align the segment size to power of 2 and perf fix on getting the seg mapping ...Maoni Stephens1-0/+5
2017-07-25Cleanup GC *_STAT bitrot (#12772)Steve MacLean1-31/+14
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+4
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-49/+6
2017-05-30Allowing larger segment size for SOH, in preparation for enabling it for NoGC...Maoni Stephens1-0/+11
2017-05-19NO_WRITE_BARRIER hasn't been used in ages and we don't think it will be used ...Maoni Stephens1-4/+0
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie1-15/+13
2017-04-07[Local GC] Fix some interface violations (#10817)Sean Gillespie1-1/+1
2017-03-30Fix an issue where the DAC and GC versions of the heap_segment data structure...Sean Gillespie1-3/+5
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-8/+8
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-8/+0
2017-03-10Porting desktop changes to coreclr. This fixes the following:Maoni01-0/+6
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+8
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-0/+6
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-126/+107
2017-02-24Clean up some GC code.Aditya Mandaleeka1-0/+2
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