[sgen] DTrace probe for when a GC is requested.
[mono.git] / mono / metadata / sgen-gc.c
2013-01-11 Mark Probst[sgen] DTrace probe for when a GC is requested.
2013-01-11 Mark Probst[sgen] Don't report that we need a major collection...
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-06 Mark Probst[sgen] Pass the reference, not just its location, to...
2013-01-03 Mark Probst[sgen] Don't force synchronous collection unless reques...
2013-01-03 Mark Probst[sgen] More dtrace probes.
2013-01-03 Mark Probst[sgen] Give a warning when precise stack mark is reques...
2012-12-14 Mark Probst[sgen] Don't allow concurrent M&S with split nursery.
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-09 Mark Probst[sgen] Just pass one struct around, instead of scan_fun...
2012-12-09 Mark Probst[sgen] A few assertions.
2012-12-09 Mark Probst[sgen] Start the workers before pinning when concurrent.
2012-12-09 Mark Probst[sgen] Disable redirection to distribute queue after...
2012-12-09 Mark Probst[sgen] Fix weak tracking links in concurrent mark.
2012-12-09 Mark Probst[sgen] DTrace probes for finalisers and weak links.
2012-12-09 Mark Probst[sgen] Number of major objects marked in concurrent...
2012-12-09 Mark Probst[sgen] Remove debugging printfs.
2012-12-09 Mark Probst[sgen] Handle major object remembers happening outside...
2012-12-09 Mark Probst[sgen] Don't try to wake up workers before they've...
2012-12-09 Mark Probst[sgen] Don't try to wait for workers unless we're concu...
2012-12-09 Mark Probst[sgen] More information in sweep and world restart...
2012-12-09 Mark Probst[sgen] Fix locking of the worker distribute gray queue.
2012-12-09 Mark Probst[sgen] DTrace probes for sweep begin/end and concurrent...
2012-12-09 Mark Probst[sgen] Workers dequeue from the distribute gray queue...
2012-12-09 Mark Probst[sgen] Make nursery-is-clean check a MONO_GC_DEBUG...
2012-12-09 Mark Probst[sgen] Debugging checks on gray object enqueues.
2012-12-09 Mark Probst[sgen] Never enqueue nursery pointers for the concurren...
2012-12-09 Mark Probst[sgen] Major collection concurrent with nursery collect...
2012-12-09 Mark Probst[sgen] Separate binary protocol entries for collection...
2012-12-09 Mark Probst[sgen] Objects promoted during concurrent collections...
2012-12-09 Mark Probst[sgen] Clear nursery fragments before whole heap check.
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] Do another copy/mark pass when finishing up...
2012-12-09 Mark Probst[sgen] Factor out major copying and marking from roots...
2012-12-09 Mark Probst[sgen] Don't check the value for nursery in the concurr...
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] Reset pinning early in concurrent collector.
2012-12-09 Mark Probst[sgen] Separate function for finishing major collections.
2012-12-09 Mark Probst[sgen] Only allow the card table wbarrier for concurren...
2012-12-09 Mark Probst[sgen] Some nursery stuff isn't necessary for concurren...
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] Split major collection into startup and work.
2012-12-09 Mark Probst[sgen] Tiny code cleanup.
2012-12-09 Mark Probst[sgen] Mark unused gray queue as invalid.
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-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 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-12 Zoltan VargaAdd --enable-minimal= configure options to disable...
2012-11-10 Zoltan VargaDeclare the memory region passed to conservatively_pin_...
2012-11-10 Marek SafarMerge pull request #499 from bh-whd/master
2012-11-09 Rodrigo KumperaImplement the runtime side of disabling performance...
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-15 Zoltan VargaAdd more info for collections/thread suspends to the...
2012-10-14 Zoltan VargaFix compiling with SGEN_BINARY_PROTOCOL.
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-02 Mark Probst[sgen] Fix race condition in mono_gc_weak_link_get ().
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
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] Remove our duplicates of DTrace probe defines.
2012-09-28 Mark Probst[dtrace] Probes for taking/releasing the GC lock.
2012-09-28 Mark Probst[dtrace] GC begin/end probes for SGen.
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-15 Zoltan VargaFix precise stack marking for the thread initiating...
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...
2012-09-12 Marek SafarMerge pull request #457 from strawd/aspnetwebstack...
next