aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2019-04-23Prepare releaseErlang/OTP
2019-04-18Merge branch 'kjell/emulator/persistent_term_yield/OTP-15615'Kjell Winblad
2019-04-18Merge branch 'rickard/dist-system-limit/OTP-15708'Rickard Green
2019-04-18Make persistent_term:put/2 and persistent_term:erase/1 yieldKjell Winblad
2019-04-18Merge branch 'lukas/OTP-22-rc2/misc-fixes/OTP-15773'Lukas Larsson
2019-04-18erts: Yield correctly when iterating over distr exit messagesLukas Larsson
2019-04-18erts: Fix cleanup of message factory undoLukas Larsson
2019-04-18Fix broken ETS test caseKjell Winblad
2019-04-15Merge branch 'bjorn/cuddle-with-tests'Björn Gustavsson
2019-04-12crash dump: Fix printing of "OldBinVHeap unused"Björn Gustavsson
2019-04-12crash dump: Include correct IP for a garbing processBjörn Gustavsson
2019-04-12Merge branch 'bjorn/erts/measure-process_main/OTP-15620'Björn Gustavsson
2019-04-11Merge branch 'sverker/node-table-cmp-0-creation-fix'Sverker Eriksson
2019-04-11Merge branch 'sverker/revert-big-creation'Sverker Eriksson
2019-04-10erts: Revert creation 0 as wildcard in node_table_cmpSverker Eriksson
2019-04-10Decentralized counters for ETS ordered_set with write_concurrencyKjell Winblad
2019-04-10erts: Make erts_free debug failure easier to diagnoseLukas Larsson
2019-04-10Merge pull request #2204 from jhogberg/john/erts/optimize-arith-ops/OTP-15740John Högberg
2019-04-10Merge branch 'john/merge-re-replace-fix'John Högberg
2019-04-09Revert "erts: Make DFLAG_BIG_CREATION mandatory"Sverker Eriksson
2019-04-09Revert "erts: Remove old encoding of pids, ports and refs"Sverker Eriksson
2019-04-09Revert "epmd: Support 32-bit creation values in local node"Sverker Eriksson
2019-04-09erts: Fix dist sequence yield state allocator typeLukas Larsson
2019-04-09erts: Yield when exiting/free process is suspended by deLukas Larsson
2019-04-09erts: Fix alignment of ErtsDistExternal on sparcLukas Larsson
2019-04-09erts: Fix incorrect gcc may be used init warningLukas Larsson
2019-04-09erts: Fix lock order violation in system_info(procs)Lukas Larsson
2019-04-09erts: Fix buffer alignment bug in alloc_dist_obufLukas Larsson
2019-04-09erts: Fix build of dist_ctrl_get_data return termLukas Larsson
2019-04-08Add erts_debug:interpreter_size/0Björn Gustavsson
2019-04-08erts: Optimize arithmetic ops using overflow intrinsicsJohn Högberg
2019-04-08erts: Skip ERTS_NOINLINE on non-GCC-compatible compilersJohn Högberg
2019-04-05Fail when we cannot encode term in binaryRickard Green
2019-04-05Optimize the i_minus instructionBjörn Gustavsson
2019-04-05Merge remote-tracking branch 'trofi/master' into john/merge-re-replace-fixJohn Högberg
2019-04-01Merge branch 'john/kernel/cuddle-file-suite'John Högberg
2019-03-29cleanup: beam_emu.c: use ERTS_NOINLINE instead of NOINLINESergei Trofimovich
2019-03-29stdlib: fix re:replace on LTO buildsSergei Trofimovich
2019-03-29Merge branch 'maint'Sverker Eriksson
2019-03-29Merge branch 'sverker/process_info-reductions-fix/OTP-15709' into maintSverker Eriksson
2019-03-29Fix out of memory bug in the implementation of mapsKjell Winblad
2019-03-29file_SUITE: Ignore EILSEQ on Darwin in +fnu/latin1 testJohn Högberg
2019-03-28erts: Fix bug in process_info(reductions)Sverker Eriksson
2019-03-28erts: Use ptr_val for pointer in gc msg copySverker Eriksson
2019-03-28Merge branch 'john/erts/remove-destructive-bs_get_binary2/ERL-901'John Högberg
2019-03-27erts: Remove unsafe bs_get_binary2 optimization from loaderJohn Högberg
2019-03-27Merge branch 'john/erts/seq_trace-sigq-clearing/OTP-15704'John Högberg
2019-03-27erts: Handle all signal types when clearing seq_trace tokenJohn Högberg
2019-03-27Fix unsafe optimization made by the loaderBjörn Gustavsson
2019-03-26Merge branch 'john/erts/explain-empty-stack-check-in-next_catch'John Högberg