Merge pull request #601 from knocte/sock_improvements
[mono.git] / mono / metadata / sgen-gc.h
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-02 Mark ProbstMerge remote-tracking branch 'origin/fix-concurrent...
2013-04-02 Mark Probst[sgen] Mod-union consistency check MONO_GC_DEBUG option.
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-28 Zoltan VargaMove atomic.h/atomic.h to utils/.
2013-03-19 Mark ProbstMerge branch 'feature-free-32'
2013-03-19 Mark Probst[sgen] Free contiguous blocks on 32 bit archs.
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-06 Mark Probst[sgen] Just warn, don't abort, on invalid MONO_GC_PARAM...
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-27 Mark ProbstMerge branch 'feature-remove-ssb'
2013-02-27 Mark Probst[sgen] Remove unnecessary entries from remembered set...
2013-02-27 Mark Probst[sgen] Remove SSB write barrier.
2013-02-27 Mark Probst[sgen] Binary protocol entries for scanning objects...
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-23 Mark ProbstMerge branch 'feature-concurrent-evacuation'
2013-02-23 Mark Probst[sgen] Do non-concurrent GC to evacuate when the need...
2013-02-23 Mark Probst[sgen] Evacuation for concurrent mark (during forced...
2013-02-23 Mark Probst[sgen] Remove concurrent_cementing argument to sgen_add...
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
2013-02-22 Miguel de IcazaMerge pull request #561 from akoeplinger/bufferless-fix
2013-02-22 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
2013-02-19 Mark Probst[sgen] Don't mark objects on promotion.
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-09 Miguel de IcazaMerge pull request #524 from pruiz/mvc-allowhtml-fix
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2013-01-23 Mark ProbstMerge branch 'feature-perpetual-pinning'
2013-01-23 Mark Probst[sgen] Shadow cementing table to allow cementing during...
2013-01-23 Mark Probst[sgen] Fix whole heap check for cementing.
2013-01-19 Mark Probst[sgen] Make concurrent mark work with the split nursery.
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-18 Marek SafarMerge pull request #532 from alesliehughes/master
2013-01-17 Rodrigo Kumpera[sgen] Cleanup, remove object ranges for finalization...
2013-01-16 Mark Probst[sgen] Remove the copying major collector.
2013-01-12 Mark Probst[sgen] Flag in minor collector struct for whether it...
2013-01-11 Mark Probst[sgen] MONO_GC_DEBUG option for checking mark bit consi...
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Jean-Michel PerraudMerge remote-tracking branch 'upstream/master'
2013-01-06 Mark Probst[sgen] Pass the reference, not just its location, to...
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-10 Mark Probst[sgen] Build fix.
2012-12-09 Mark Probst[sgen] Just pass one struct around, instead of scan_fun...
2012-12-09 Mark Probst[sgen] Fix weak tracking links in concurrent mark.
2012-12-09 Mark Probst[sgen] Number of major objects marked in concurrent...
2012-12-09 Mark Probst[sgen] More information in sweep and world restart...
2012-12-09 Mark Probst[sgen] Always allocate objects with a vtable.
2012-12-09 Mark Probst[sgen] Never enqueue nursery pointers for the concurren...
2012-12-09 Mark Probst[sgen] Objects promoted during concurrent collections...
2012-12-09 Mark Probst[sgen] Enqueue objects allocated during minor collectio...
2012-12-09 Mark Probst[sgen] Pass scan function to sgen_drain_gray_stack().
2012-12-09 Mark Probst[sgen] Do concurrent collection concurrently.
2012-12-09 Mark Probst[sgen] Allocate job data dynamically.
2012-12-09 Mark Probst[sgen] Scan cardtable mod union when finishing up major...
2012-12-09 Mark Probst[sgen] Mod-union card tables.
2012-12-09 Mark Probst[sgen] Don't pin when doing concurrent collections.
2012-12-09 Mark Probst[sgen] Separate mark for concurrent collector. Not...
2012-12-09 Mark Probst[sgen] Concurrent flag for major collectors.
2012-12-09 Mark Probst[sgen] Mark/pin large objects in the LOS header, not...
2012-12-09 Mark Probst[sgen] Remove superfluous fields from LOSObject.
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-12-04 Zoltan VargaAdd support for interior pointers for oldspace objects...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-25 Mark Probst[sgen] Switch license of SGen to LGPL2.
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-20 Zoltan VargaRename 'thread_info' global in sgen to 'sgen_thread_inf...
2012-11-19 Rodrigo KumperaSwitch sgen to use utils/mono-logger-internal.h for...
2012-11-19 Rodrigo KumperaKill sgen_get_logfile and sgen_debug_printf.
2012-11-19 Rodrigo KumperaReplace all uses of DEBUG with SGEN_LOG and SGEN_ASSERT.
2012-11-19 Rodrigo KumperaAdd macros to sgen meant to replace DEBUG
2012-11-05 Jeffrey StedfastMerge pull request #488 from roji/email_attachment_fixes
2012-11-02 Marek SafarMerge pull request #492 from pruiz/systx-fixes
2012-11-01 Mark Probst[sgen] MONO_GC_DEBUG option for disabling the managed...
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-24 Zoltan VargaMake sgen-fin-weak-hash.c a proper module.
2012-10-22 Zoltan VargaMove the sgen stop-the-world code to a separate file.
2012-10-22 Zoltan VargaGet rid of the mach_port field from SgenThreadInfo...
2012-10-22 Zoltan VargaStore the thread context in SgenThreadInfo in all cases...
2012-10-21 Zoltan VargaMove the find_pinning_reference () function to sgen...
2012-10-16 Mark Probst[sgen] Properly fix bridge internal memory tag.
2012-10-14 Zoltan VargaAdd a debug function to sgen to do consistency checks...
2012-10-11 Jérémie LavalMerge pull request #440 from mono-soc-2012/garyb/resources
2012-10-11 Mark Probst[sgen] Fix bridge code internal memory tag bug.
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-03 Mark Probst[sgen] Complete the bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Incomplete bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Separate header for the hash table.
2012-10-01 Zoltan VargaAvoid calling mono_jit_info_table_find () in is_ip_in_m...
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
next