Merge pull request #1412 from esdrubal/stackframe
[mono.git] / mono / metadata / sgen-gc.c
2014-11-30 Zoltan VargaMerge pull request #1412 from esdrubal/stackframe
2014-11-30 Zoltan VargaMerge remote-tracking branch 'mfoliveira/ppc64el-v2'
2014-11-28 Alex Rønne PetersenMerge pull request #1401 from fquiroz01/patch-1
2014-11-27 Alex Rønne PetersenMerge pull request #1431 from esdrubal/enummap
2014-11-27 Alex Rønne PetersenMerge pull request #1319 from directhex/systemwide...
2014-11-26 Alex Rønne PetersenMerge pull request #1407 from chrisvire/bug-24587
2014-11-26 Alex Rønne PetersenMerge pull request #1424 from akoeplinger/remove-enable...
2014-11-26 Mark Probst[sgen] Use `guint64` for most counters, not `long long`.
2014-11-26 Mark Probst[sgen] Remove MARK_ON_ENQUEUE option - always use it...
2014-11-26 Mark Probst[sgen] Remove GRAY_QUEUE_HAVE_DESCRIPTORS option -...
2014-11-26 Mark Probst[sgen] Separate binary protocol entries for concurrent...
2014-11-26 Mark Probst[sgen] Flush binary protocol buffers after unloading...
2014-11-26 Mark Probst[sgen] Support split nursery again.
2014-11-26 Mark Probst[sgen] Make mark on enqueue vs dequeue configurable.
2014-11-26 Mark Probst[sgen] Count scanned objects.
2014-11-26 Mark Probst[sgen] Mark on dequeue, not enqueue.
2014-11-26 Mark Probst[sgen] Make enqueuing descriptors compile-time optional.
2014-11-26 Mark Probst[sgen] Optimized mark/scan loop for major collections.
2014-11-26 Miguel de IcazaMerge pull request #1398 from jwestfall69/dgv-first_row...
2014-11-26 Miguel de IcazaMerge pull request #1396 from jwestfall69/dgvrc-clear...
2014-11-20 Mark ProbstMerge pull request #1421 from BrzVlad/fix-monitor-resur...
2014-11-20 Zoltan VargaMerge pull request #1411 from jbevain/sdb-frame-domain
2014-11-19 Mark Probst[sgen] Remove dead code.
2014-11-19 Mark ProbstMerge pull request #1413 from BrzVlad/bin-prot-io
2014-11-19 Vlad Brezae[sgen] Fix binary protocol build
2014-11-17 Mark ProbstMerge pull request #1406 from BrzVlad/monitor-resurrect
2014-11-17 Rodrigo KumperaMerge pull request #1388 from schani/fix-23401
2014-11-13 Mark Probst[sgen] Never mark from two threads at the same time.
2014-11-13 Mark Probst[sgen] Reorganize `sgen_perform_collection` for clarity.
2014-11-13 Mark Probst[sgen] Make `check-mark-bits` work again.
2014-11-13 Mark Probst[sgen] Scan the whole nursery in the finish mark pause.
2014-11-13 Mark Probst[sgen] Binary protocol entry for pin stage.
2014-11-13 Mark Probst[sgen] Add missing `volatile`.
2014-11-11 Ludovic Henry[counters] Make API thread safe
2014-11-10 Marek SafarMerge pull request #1334 from ztone/delegate
2014-11-10 Miguel de IcazaMerge pull request #1390 from woodsb02/FreeBSDMacNetwor...
2014-11-07 Alexander KöplingerMerge branch 'patch-1' of https://github.com/ReubenBond...
2014-11-06 Mark Probst[sgen] When out of memory, finish concurrent with scann...
2014-11-06 Mark Probst[sgen] Make `check-mark-bits` also scan nursery objects.
2014-11-06 Mark Probst[sgen] Optional check that the concurrent collector...
2014-11-06 Mark Probst[sgen] Add assertions.
2014-11-06 Mark Probst[sgen] Move heap checks before pinning.
2014-11-06 Mark Probst[sgen] Stop concurrent worker during concurrent update...
2014-11-06 Mark Probst[sgen] Remove `workers_marking` - workers are always...
2014-11-06 Mark Probst[sgen] Implement a proper state machine for workers.
2014-11-06 Mark Probst[sgen] Fix cementing with concurrent M&S.
2014-11-03 Marcos HenrichMerge pull request #1185 from esdrubal/http-reuse
2014-11-02 Miguel de IcazaMerge pull request #1347 from ermshiperete/ImproveEllip...
2014-11-02 Miguel de IcazaMerge pull request #1371 from martinjt/AddClientDisconn...
2014-11-02 Miguel de IcazaMerge pull request #1163 from AerisG222/more_mvc_fixes
2014-10-31 Miguel de IcazaMerge pull request #960 from ermshiperete/ShowHelp
2014-10-31 João MatosMerge pull request #1360 from madewokherd/winuncpath
2014-10-30 Rodrigo KumperaMerge pull request #1381 from schani/fix-23401
2014-10-30 Mark Probst[sgen] Don't store pin queue addresses, only indexes...
2014-10-30 Mark Probst[sgen] Fix crash in late pinning.
2014-10-29 Zoltan VargaMerge pull request #944 from ermshiperete/bug-novell...
2014-10-29 Miguel de IcazaMerge pull request #1337 from RyanMelenaNoesis/master
2014-10-28 Marcos HenrichMerge pull request #1298 from esdrubal/uploadfileasync
2014-10-28 Marcos HenrichMerge pull request #1321 from esdrubal/currentsystemtim...
2014-10-24 Miguel de IcazaMerge pull request #1348 from ermshiperete/ImproveButto...
2014-10-21 Ludovic Henry[sgen] Add GC max collection time counter
2014-10-10 Marek HabersackMerge pull request #1333 from joero74/ignore-missing...
2014-10-09 Mark ProbstMerge pull request #1326 from BrzVlad/master
2014-10-09 Zoltan Varga[runtime] Use the functionality in mono-proclib.c to...
2014-10-07 Rodrigo KumperaMerge pull request #1179 from ludovic-henry/pr25-threadpool
2014-10-07 Alexis Christoforides[runtime] Fix another lost canary change
2014-10-06 Alexis Christoforides[runtime] Fix canary oops
2014-10-06 Alexis Christoforides[runtime] Implement 'nursery-canaries' option for SGen.
2014-10-06 Alexis Christoforides[runtime] Convert String.InternalSetLength to an icall...
2014-10-06 Alexis Christoforides[runtime] Implement nursery canaries.
2014-10-01 Mark Probst[sgen] Fix concurrent mark with split nursery.
2014-10-01 Jonathan PryorMerge pull request #1306 from joelmartinez/docs-private...
2014-09-29 Ludovic Henry[sgen] Remove useless internal allocation
2014-09-29 Mark Probst[sgen] Don't use callback for pinning cemented objects.
2014-09-29 Mark Probst[sgen] Macro abstractions for pointer tagging.
2014-09-29 Mark Probst[sgen] Move SGen statistics out of gc-internal.h.
2014-09-29 Mark Probst[sgen] Heavy statistics counters for scanned object...
2014-09-29 Mark Probst[sgen] Added some comments.
2014-09-29 Mark Probst[sgen] Simplify sgen_drain_gray_stack().
2014-09-29 Mark Probst[sgen] Free gray queue sections after GC, not at start...
2014-09-29 Mark Probst[sgen] Enqueue objects with their descriptors.
2014-09-29 Mark Probst[sgen] Remove parallel collector.
2014-09-29 Mark Probst[sgen] Remove SGen fixed heap configuration.
2014-09-28 Marek SafarMerge pull request #1315 from rjvdboon/BootstrapContext
2014-09-27 Marek SafarMerge pull request #1314 from alesliehughes/master
2014-09-26 Sebastien PouliotMerge pull request #1282 from madrang/MinorChangesOfPul...
2014-09-26 Marek SafarMerge pull request #1312 from esdrubal/xmltext
2014-09-25 Marek SafarMerge pull request #1309 from esdrubal/json
2014-09-25 Miguel de IcazaMerge pull request #1307 from esdrubal/servicemodelrss
2014-09-24 Mark Probst[sgen] Don't get time twice at the same time.
2014-09-24 Ludovic Henry[sgen] Add concurrent collector counter for time spent...
2014-09-24 Ludovic Henry[sgen] Add major concurrent collector stw time to ...
2014-09-24 Miguel de IcazaMerge pull request #1304 from slluis/mac-proxy-autoconfig
2014-09-23 Marcos HenrichMerge pull request #1203 from esdrubal/protect
2014-09-19 Miguel de IcazaMerge pull request #1245 from StephenMcConnel/bug-22483
2014-09-12 Zoltan VargaMerge pull request #1275 from ranma42/fix-lib64
2014-09-09 Marek SafarMerge pull request #1266 from esdrubal/datetimenewformat
2014-09-09 Rodrigo KumperaMerge pull request #1248 from kumpera/kill_the_interpreter
2014-09-08 Marek SafarMerge pull request #1262 from esdrubal/uriserializationinfo
2014-09-08 Marek SafarMerge pull request #1253 from esdrubal/datetimeiso8601
next