Merge pull request #498 from Unroll-Me/master
[mono.git] / mono / metadata / sgen-gc.c
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...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-09-05 Mark Probst[sgen] Report memory allocation failures for internal...
2012-09-05 Mark Probst[sgen] Report incorrect wbarrier setting in MONO_GC_PARAMS.
2012-09-04 Zoltan VargaTransition the minor/major GC stats to the counters...
2012-08-31 Jonathan ChambersRename ptr variable as it is keyword in msvc inline...
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-09 Rodrigo KumperaClear some dead code.
2012-07-09 Rodrigo KumperaSanitize sgen's collection trigger internal API.
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
2012-07-04 Marek SafarMerge pull request #376 from atomia/master
2012-07-04 Marek SafarMerge pull request #375 from atomia/master
2012-07-02 Rodrigo KumperaAdd two heap growth knobs: save-target-ratio and defaul...
2012-07-02 Rodrigo KumperaExtract the nursery allowance heuristics to a memgov...
2012-07-02 Rodrigo KumperaMove the sgen_*_os_memory APIs to memgov.
2012-07-02 Rodrigo KumperaMove the heap limits code to the memgov file.
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-20 Rodrigo KumperaFirst round of win32-cygwin bugfixes.
2012-06-20 Rodrigo KumperaMake some asserts less opaque.
2012-06-19 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-19 Rodrigo KumperaDisable precise marking by default since it broke on...
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-16 Zoltan VargaChange some GC defines to runtime checks in metadata/.
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-11 Rodrigo KumperaClear nursery fragments before doing xdomain checks...
2012-06-11 Rodrigo KumperaFix verify-before-collect deadlock.
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-30 Marek SafarMerge pull request #307 from crazyjncsu/master
2012-05-29 Rodrigo KumperaFix major whole-heap verification if the nursery end...
2012-05-28 Rodrigo KumperaAdd new whole heap verifier that can catch a whole...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-22 Rodrigo KumperaReplace some g_assert with g_error.
2012-05-21 Zoltan VargaFix altstack support in libgc by registering the bounds...
2012-05-21 Marek SafarMerge pull request #299 from ermshiperete/710512
2012-05-21 Rodrigo KumperaFix a very rare hang on sgen.
2012-05-18 Rodrigo KumperaHandle a race condition between thread registration...
2012-05-18 Rodrigo KumperaMake asserts more usefull.
next