aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2019-05-10Eliminate process yield after each call to length/1Björn Gustavsson
2019-05-06Merge branch 'maint'Sverker Eriksson
2019-05-06Merge branch 'sverker/process_info-reductions-fix/OTP-15793' into maintSverker Eriksson
2019-05-03erts: Force process_info(reductions) as signalSverker Eriksson
2019-05-03Merge branch 'lukas/erts/distr-frag-fixes'Lukas Larsson
2019-05-02Merge branch 'sverker/tw-assert'Sverker Eriksson
2019-05-02erts: Add documentation for distribution fragmentsLukas Larsson
2019-05-02Merge branch 'lukas/erts/distr-frag-fixes'Lukas Larsson
2019-04-30Merge branch 'john/erts/alloc-header-packing-win64'John Högberg
2019-04-30erts: Fix memory leak for down/exit messageLukas Larsson
2019-04-29erts: Fix bug in timer wheel at cancel during bump yieldSverker Eriksson
2019-04-29erts: Tidy up some harmless code typosSverker Eriksson
2019-04-29Merge branch 'rickard/dist-q-sz-fix'Rickard Green
2019-04-29erts_alloc: Fix header packing on Win64John Högberg
2019-04-24erts: Fix another bug in process_info(reductions)Sverker Eriksson
2019-04-24erts: Simplify erts_get_port_namesSverker Eriksson
2019-04-24Fix distribution queue size adjustmentRickard Green
2019-04-24Revert "Prepare release"Rickard Green
2019-04-24erts_alloc: Fix incorrect header word packingJohn Högberg
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