aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2018-02-12Merge 'sverker/carrier-migration-improvements'Sverker Eriksson
2018-02-12erts: Add system_flags(erts_alloc,"+M?sbct *")Sverker Eriksson
2018-02-12erts: Add age order first fit allocator strategiesSverker Eriksson
2018-02-08erts: Refactor erl_ao_firstfit_allocSverker Eriksson
2018-02-08erts: Add migration options "acnl" and "acfml"Sverker Eriksson
2017-12-20erts: Add more stats for mbcs_poolSverker Eriksson
2017-12-20erts: Improve carrier pool searchSverker Eriksson
2017-12-20erts: Improve alloc_SUITE:migrationSverker Eriksson
2017-12-20erts: Refactor carrier dealloc migrationSverker Eriksson
2017-10-05Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maint-19Erlang/OTP
2017-10-05Merge branch 'sverker/19/on_load-on_load-bug/OTP-14612' into maint-19Erlang/OTP
2017-10-05Merge branch 'sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into ma...Erlang/OTP
2017-10-05Merge branch 'rickard/timer-sid-bug/OTP-14548' into maint-19Erlang/OTP
2017-10-02erts: Fix bug when detecting bad dist messageSverker Eriksson
2017-09-13erts: Fix 'on_load' tracing bug for modules with -on_loadSverker Eriksson
2017-08-30Merge tag 'OTP-19.0' into sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson
2017-08-30erts: Fix crash in binary_to_atom/term for invalid utf8Sverker Eriksson
2017-08-23Fix scheduler id field in timersRickard Green
2017-07-25Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-19Erlang/OTP
2017-07-25Merge branch 'sverker/prealloc-race-bug/OTP-14491' into maint-19Erlang/OTP
2017-07-12erts: Fix bug in bxor of a big negative numberSverker Eriksson
2017-06-30erts: Fix bug in quick allocSverker Eriksson
2017-06-26Merge branch 'rickard/statistics/OTP-14484' into maint-19Erlang/OTP
2017-06-26Merge branch 'lukas/erts/fix_outputv_port_task_cleanup/ERL-428/OTP-14481' int...Erlang/OTP
2017-06-22Fix statistics(wall_clock) and statistics(runtime) implementationRickard Green
2017-06-14fixup! erts: Cleanup dropped port tasks correctlyLukas Larsson
2017-06-14erts: Cleanup dropped port tasks correctlyLukas Larsson
2017-06-07Merge branch 'rickard/purge-hibernated-19/ERIERL-24/OTP-14444' into maint-19Erlang/OTP
2017-06-01Merge branch 'rickard/purge-hibernated' into rickard/purge-hibernated-19Rickard Green
2017-06-01Do not GC hibernated process from other processesRickard Green
2017-06-01Fix check_process_code() on hibernated processRickard Green
2017-03-21erts: Make sigterm signal safe for non-smp beamBjörn-Egil Dahlberg
2017-03-10Update copyright yearRickard Green
2017-03-01Merge branch 'lukas/erts/port_control_emasculate_binary/OTP-14231' into maintLukas Larsson
2017-02-27erts: Fix emasculation of binaries in port_controlLukas Larsson
2017-02-23Merge branch 'sverker/include-module-literal-size/OTP-14228' into maintSverker Eriksson
2017-02-21erts: Beautify loaded()Sverker Eriksson
2017-02-21erts: Fix literal size bug when only old instance existsSverker Eriksson
2017-02-21erts: Emasculate binaries that are scheduled in port_controlLukas Larsson
2017-02-16Merge branch 'sverker/enif_send-noproc-fix/OTP-14229' into maintSverker Eriksson
2017-02-16Merge branch 'sverker/include-module-literal-size/OTP-14228' into maintSverker Eriksson
2017-02-16Merge branch 'sverker/round-bug/OTP-14227' into maintSverker Eriksson
2017-02-14erts: Fix round/1 for large floatsSverker Eriksson
2017-02-06Merge branch 'rickard/binary-refc' into maintRickard Green
2017-02-06Atomic reference count of binaries also in non-SMPRickard Green
2017-02-06Merge branch 'rickard/ds-fix' into maintRickard Green
2017-02-06Merge branch 'rickard/hole-marker' into maintRickard Green
2017-02-03Use a hole-marker that cannot be mistaken for a valid term on the heapRickard Green
2017-02-03Fix merge commitBjörn-Egil Dahlberg
2017-02-03Merge branch 'maint-18' into maintHans Nilsson