aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2018-12-06Merge branch 'lukas/OTP-21.1.1/scheduler_pollset/OTP-15475' into maintLukas Larsson
2018-12-06erts: Move fds with active true behaviour to own pollsetLukas Larsson
2018-12-04erts: Fix copy of literal msg during gcLukas Larsson
2018-12-03erts: Fix some 32-bit gcc warningsLukas Larsson
2018-12-03erts: Fix lists_member_2 reduction countLukas Larsson
2018-12-03erts: Optimize driver_set_timer(0) to fire at onceLukas Larsson
2018-12-03erts: Add pre-alloc to ALLOC msacc stateLukas Larsson
2018-11-27Merge branch 'lukas/erts/fix-msacc-gc-states/OTP-15450' into maintLukas Larsson
2018-11-27Merge pull request #2024 from max-au/fix_aux_work_on_dcpu_schedJohn Högberg
2018-11-26erts: fix attempt to start timer when executing on dirty schedulerMaxim Fedorov
2018-11-26Merge branch 'sverker/erts/atomics-counters/OTP-13468' into maintSverker Eriksson
2018-11-23erts: Fix bug in countersSverker Eriksson
2018-11-23erts: Refactor erl_bif_counters.cSverker Eriksson
2018-11-23Merge branch 'john/erts/spectre-configure-flag-otp_20/OTP-15430/ERIERL-237' i...John Högberg
2018-11-22Merge branch 'sverker/erts/atomics-counters/OTP-13468' into maintSverker Eriksson
2018-11-21erts: Add counters:put/3Sverker Eriksson
2018-11-20Merge branch 'john/erts/spectre-configure-flag/OTP-15430/ERIERL-237' into joh...John Högberg
2018-11-20Allow disabling retpoline in interpreter loopJohn Högberg
2018-11-16Merge branch 'john/erts/defer-orphan-file-close/OTP-15421/ERIERL-261' into maintJohn Högberg
2018-11-15Merge branch 'sverker/erts/atomics-counters/OTP-13468' into maintSverker Eriksson
2018-11-15erts: Add new module 'counters'Sverker Eriksson
2018-11-15erts: Add new module 'atomics'Sverker Eriksson
2018-11-13Fix broken assertion on monitor releaseJohn Högberg
2018-11-09Remove --/2 from dirty BIF testsJohn Högberg
2018-11-06Merge branch 'bjorn/erts/persistent_terms/OTP-14669' into maintBjörn Gustavsson
2018-11-06Add a persistent term storageBjörn Gustavsson
2018-11-02erts: Fix msacc GC states on dirty schedsLukas Larsson
2018-11-02Merge branch 'john/erts/minusminus_trapping/OTP-15371' into maintJohn Högberg
2018-11-01Merge branch 'rickard/internal_ref_cmp/OTP-15399/ERL-751' into maintRickard Green
2018-10-31Fix erts_internal_ref_number_cmp()Rickard Green
2018-10-29Refactor releasing of literalsBjörn Gustavsson
2018-10-29Optimize operator '--' and yield on large inputsJohn Högberg
2018-10-26Inline erts_cmpJohn Högberg
2018-10-25Clarify a magical allocation sizeDmytro Lytovchenko
2018-10-25Fix trapping in lists:reverse/2John Högberg
2018-10-24Extend the sharing-preserving routines to optionally copy literalsBjörn Gustavsson
2018-10-23erts: Make thr prgr wakeup current or sched 1Lukas Larsson
2018-10-23erts: Pass thread progress data where possibleLukas Larsson
2018-10-19Honor the max heap size when copying literals after purgingBjörn Gustavsson
2018-10-15erts: Fix bug in debug_free for NULL pointerSverker Eriksson
2018-10-09Merge branch 'sverker/erts/ets-select_replace-bug/OTP-15346' into maintSverker Eriksson
2018-10-09erts: Fix bug in ets:select_replace for bound keySverker Eriksson
2018-09-21Update copyright yearHenrik Nord
2018-09-18Merge branch 'sverker/erts/robustify-dist-entry-states/OTP-15297' into maintSverker Eriksson
2018-09-18Merge 'sverker/erts/fix-aborted-pending-connection-race/OTP-15296'Sverker Eriksson
2018-09-18erts: Refactor port dist_entry & conn_id into PRTSDSverker Eriksson
2018-09-18Remove ugly fail case macrosSverker Eriksson
2018-09-18Consolidate distribution entry state transitionsSverker Eriksson
2018-09-17Merge branch 'john/erts/improve-list-reverse-trapping/OTP-15199' into maintJohn Högberg
2018-09-13Improve trapping in lists:reverse/2John Högberg