aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2017-10-05macros.tab: Fix assertion in SET_I_REL()Björn Gustavsson
2017-10-03Merge branch 'maint'Hans Nilsson
2017-10-03Merge branch 'maint-20' into maintHans Nilsson
2017-10-02Merge branch 'maint'Sverker Eriksson
2017-10-02Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maintSverker Eriksson
2017-10-02erts: Fix bug when detecting bad dist messageSverker Eriksson
2017-10-02Add distribution_SUITE:bad_dist_ext_sizeSverker Eriksson
2017-10-02Prepare releaseErlang/OTP
2017-10-02Fix zlib merge snafuJohn Högberg
2017-10-02Merge branch 'maint'John Högberg
2017-10-02Merge branch 'maint-20' into maintJohn Högberg
2017-10-02Merge branch 'bjorn/erts/improve-beam-ops'Björn Gustavsson
2017-10-02Merge pull request #1589 from bjorng/bjorn/erts/instruction-offsetsBjörn Gustavsson
2017-10-02erts: Update +IOt and msacc docsLukas Larsson
2017-10-02Merge branch 'maint'Rickard Green
2017-10-02Merge branch 'lukas/erts/poll-thread/OTP-14346'Lukas Larsson
2017-10-02erts: Trigger ready events when erts_io_control failsLukas Larsson
2017-10-02erts: enif_select steal testDmytro Lytovchenko
2017-10-02erts: disable kernel-poll on OS X vsn < 16Lukas Larsson
2017-10-02erts: Fix msacc testcase with new poll-threadLukas Larsson
2017-10-02erts: Add testcases to test IOp and IOt optionsLukas Larsson
2017-10-02erts: get_internal_state(check_io_debug) now prints to error_loggerLukas Larsson
2017-10-02erts: Remove eager check ioLukas Larsson
2017-10-02erts: Move all I/O polling to a seperate threadLukas Larsson
2017-10-02erts: Fix smp_select testcase to use ERL_DRV_USELukas Larsson
2017-10-02erts: Fix msacc unmanaged state counterLukas Larsson
2017-10-02erts: Optimize port_task quick allocatorSverker Eriksson
2017-10-02erts: Add ERTS_THR_PREF_QUICK_ALLOC_IMPLSverker Eriksson
2017-10-02erts: Update suspend of scheduler to handle multiple pollsetsRickard Green
2017-10-02erts: Add multiple poll setsSverker Eriksson
2017-10-02erts: Some code cleanup for gdb to work betterLukas Larsson
2017-10-02erts: temp_alloc can no longer be disabledLukas Larsson
2017-10-01Move out variables from the head of combined instructionsBjörn Gustavsson
2017-10-01Change operand from 'P' to 'Q' for i_apply_last and i_apply_fun_lastBjörn Gustavsson
2017-10-01Add CHECK_ALIGNED() for testing storage destinationsBjörn Gustavsson
2017-10-01instrs.tab: Add missing -no_next directivesBjörn Gustavsson
2017-10-01beam_load.c: Generalize the 'P' operator in the packing engineBjörn Gustavsson
2017-10-01Break out most of the initialization from process_main()Björn Gustavsson
2017-10-01Eliminate the OpCode() macroBjörn Gustavsson
2017-10-01Eliminate unnecessary and inconsistent castsBjörn Gustavsson
2017-10-01Refactor macros for accessing Beam instructionsBjörn Gustavsson
2017-10-01beam_emu: Make order of macros consistentBjörn Gustavsson
2017-10-01beam_SUITE: Strengthen test of packed registersBjörn Gustavsson
2017-09-30Point out the correct line number in stack tracesBjörn Gustavsson
2017-09-29Fix gunzip/1 of concatenated gzip filesJohn Högberg
2017-09-29Fix minor incompatibilities in inflate behaviorJohn Högberg
2017-09-28Remove unused files from the documentation buildLars Thorsen
2017-09-28Eliminate MY_IS_SSMALL()Björn Gustavsson
2017-09-27Don't allow null in filenamesRickard Green
2017-09-27Merge branch 'lukas/erts/fix_threads_error_printout'Lukas Larsson