Merge remote-tracking branch 'upstream/master'
[mono.git] / mono / metadata / sgen-marksweep.c
2013-04-25 Gerardo García PeñaMerge remote-tracking branch 'upstream/master'
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-03 Mark ProbstMerge remote-tracking branch 'origin/fix-los-cardtable...
2013-04-03 Mark Probst[sgen] Use unified cardtable-update code in M&S, too.
2013-04-02 Mark ProbstMerge remote-tracking branch 'origin/fix-concurrent...
2013-04-02 Mark Probst[sgen] Update mod-union with regular, not shadow cardtable.
2013-04-02 Mark Probst[sgen] Mod-union consistency check MONO_GC_DEBUG option.
2013-03-19 Mark ProbstMerge branch 'feature-free-32'
2013-03-19 Mark Probst[sgen] Statistics for 32 bit freeing.
2013-03-19 Mark Probst[sgen] While iterating over empty block array, compact it.
2013-03-19 Mark Probst[sgen] Try allocating M&S blocks in smaller contingents...
2013-03-19 Mark Probst[sgen] Free contiguous blocks on 32 bit archs.
2013-03-13 Mark Probst[sgen] Gather a histogram of layouts of scanned objects.
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-05 Mark Probst[sgen] Unify non-concurrent and concurrent M&S.
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 SSB write barrier.
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-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-18 Rodrigo KumperaSilence a lot of warnings on linux.
2013-01-18 Rodrigo Kumpera[sgen] Fix the fixed-heap + parallel configuration...
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-11 Mark Probst[sgen] Bugfix: Actually sweep blocks when doing concurr...
2013-01-11 Mark Probst[sgen] Add a missing binary protocol call.
2013-01-11 Mark Probst[sgen] Bugfix: When scanning mod table, follow major...
2013-01-11 Mark Probst[sgen] Binary protocol entry for card scanning.
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-02 Mark Probst[sgen] Pass value of reference to major mark function...
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
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] Handle all blocks without mod union tables,...
2012-12-09 Mark Probst[sgen] Option to disable lazy sweep in MONO_GC_PARAMS.
2012-12-09 Mark Probst[sgen] Remove stupid old concurrent sweep.
2012-12-09 Mark Probst[sgen] Sweep blocks in cardtable scans only if there...
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] Only scan marked objects when processing the...
2012-12-09 Mark Probst[sgen] Major collection concurrent with nursery collect...
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] Do concurrent collection concurrently.
2012-12-09 Mark Probst[sgen] Scan cardtable mod union when finishing up major...
2012-12-09 Mark Probst[sgen] Assert that concurrent mark never pins 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-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-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-28 Rodrigo KumperaLazy sweep blocks when walking the heap.
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-19 Rodrigo KumperaReplace all uses of DEBUG with SGEN_LOG and SGEN_ASSERT.
2012-11-19 Zoltan VargaSweep the heap block containing the object in free_obje...
2012-11-14 Zoltan VargaSweep unswept blocks referenced by set card table entries.
2012-11-14 Zoltan VargaUse multiple versions of sweek_block () specialized...
2012-11-14 Zoltan VargaImplement lazy sweeping for the mark-sweep collector...
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-29 Mark Probst[dtrace] Turns out "sweeped" is not a word.
2012-09-29 Mark Probst[sgen] Flags bit field instead of individual args for...
2012-09-29 Mark Probst[dtrace] Make pointers into user space uintptr_t instea...
2012-09-28 Mark ProbstMerge branch 'feature-dtrace'
2012-09-28 Mark Probst[dtrace] Add G_UNLIKELY to all DTrace _ENABLED macros.
2012-09-28 Mark Probst[dtrace] Pass namespace and class name to probes where...
2012-09-28 Mark Probst[dtrace] Probe for pinning of objects.
2012-09-28 Mark Probst[dtrace] Probe for major heap area sweep.
2012-09-28 Mark Probst[dtrace] GC heap allocation probes for SGen.
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-13 Marek SafarMerge pull request #456 from strawd/bug7079
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
next