Merge remote-tracking branch 'upstream/master'
[mono.git] / mono / metadata / sgen-workers.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 Rodrigo KumperaCleanup the interface of mono_mutex_init.
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
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-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] Evacuation for concurrent mark (during forced...
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-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2012-12-14 Mark Probst[sgen] Fix race conditions in worker thread start/stop.
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] Use SGEN_ATOMIC_ADD instead of doing it by hand.
2012-12-09 Mark Probst[sgen] A few assertions.
2012-12-09 Mark Probst[sgen] Remove workers_gc_thread_data.
2012-12-09 Mark Probst[sgen] Don't try to wake up workers before they've...
2012-12-09 Mark Probst[sgen] Fix locking of the worker distribute gray queue.
2012-12-09 Mark Probst[sgen] Workers dequeue from the distribute gray queue...
2012-12-09 Mark Probst[sgen] Always allocate objects with a vtable.
2012-12-09 Mark Probst[sgen] Debugging checks on gray object enqueues.
2012-12-09 Mark Probst[sgen] Major collection concurrent with nursery collect...
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] Concurrent flag for major collectors.
2012-12-09 Mark Probst[sgen] Mark unused gray queue as invalid.
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
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-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...
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-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-05 Mark Probst[sgen] Fix a race condition.
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 KumperaMake some asserts less opaque.
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-29 Rodrigo KumperaRework the workers code to isolate it into a proper...
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Simple abstraction for creating native threads.
2011-10-04 Mark Probst[sgen] Use our mutex abstraction instead of pthreads...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-10 Mark Probst[sgen] Don't check for parallel collector in mono_sgen_...
2011-05-31 Mark Probst[sgen] Make nursery collector for parallel M&S non...
2011-05-30 Marek HabersackMerge pull request #97 from skolima/master
2011-05-28 Mark Probst[sgen] Allocate small IDs for worker threads.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-08 Mark ProbstMerge branch 'sgen-job-distribution'
2011-03-08 Mark Probst[sgen] Parallel nursery collection.
2011-03-08 Mark Probst[sgen] Jobs for scanning from registered roots.
2011-03-08 Mark Probst[sgen] Remove an incorrect assertion in the workers...
2011-03-08 Mark Probst[sgen] Job queue.
2011-03-08 Mark Probst[sgen] Separate step for starting marking in workers.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-26 Mark Probst[sgen] Internal alloc debugging.
2011-02-26 Mark Probst[sgen] Separate internal allocator for the distribute...
2011-02-21 Mark ProbstMerge branch 'sgen-new-parallel'
2011-02-21 Mark Probst[sgen] Steal right back without unlocking if we've...
2011-02-21 Mark Probst[sgen] Check for work sharing every N (currently 32...
2011-02-21 Mark Probst[sgen] Have thread-local block free lists in worker...
2011-02-21 Mark Probst[sgen] Better work distribution for parallel mark.
next