summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sverker/erts/trace-call-time-fix/OTP-17290' into maint-22Erlang/OTP2021-03-312-1/+26
|\
| * erts: Fix bug in call time tracingSverker Eriksson2021-03-292-1/+26
* | Merge branch 'rickard/multizero-timeout-in-timeout-fix/22/OTP-17253' into mai...Erlang/OTP2021-03-313-2/+62
|\ \
| * \ Merge branch 'rickard/multizero-timeout-in-timeout-fix/OTP-17253' into rickar...Rickard Green2021-03-043-2/+62
| |\ \
| | * | Fix multi-zero timeout callback handling in timer wheelRickard Green2021-03-043-2/+62
* | | | Merge branch 'lukas/erts/sendfile_active_close/OTP-17244' into maint-22Erlang/OTP2021-03-311-10/+24
|\ \ \ \ | |/ / / |/| | |
| * | | erts: Return badarg if multiple sendfiles happenLukas Larsson2021-03-031-0/+7
| * | | erts: Fix fd leak when an active socket is closed remotelyLukas Larsson2021-03-031-10/+17
| |/ /
* | | Prepare releaseErlang/OTP2021-02-192-1/+37
* | | Merge branch 'bjorn/macos11-otp22/OTP-16779' into maint-22Erlang/OTP2021-02-198-14/+31
|\ \ \
| * | | erts: Eliminate warnings in C code in testsBjörn Gustavsson2021-02-185-4/+16
| * | | Add missing include statements in in6addr testsTyler Stromberg2021-02-181-0/+2
| * | | Update config scripts to compile for Apple Silicon (arm64)Mark Peek2021-02-182-1/+2
| * | | Fix segfault(s) from variadic args on ARM64tehprofessor2021-02-181-9/+9
| * | | Undo perform degradation on macOSBjörn Gustavsson2021-02-181-0/+2
* | | | Merge branch 'rickard/aux-work-fix/OTP-17185' into maint-22Erlang/OTP2021-02-191-13/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing memory barriers in aux work handlingRickard Green2021-02-101-13/+16
| |/ /
* | | Prepare releaseErlang/OTP2021-01-122-1/+26
* | | Merge branch 'rickard/suspend-resume-BIF-fix/OTP-17080' into maint-22Erlang/OTP2021-01-121-0/+6
|\ \ \
| * | | Check suspendee argument for suspend_process()/resume_process()Rickard Green2020-12-231-0/+6
| |/ /
* | | Merge branch 'rickard/poll-tab-len/ERIERL-580/OTP-17088' into maint-22Erlang/OTP2021-01-124-3/+154
|\ \ \
| * | | Fix table sizing in erts_pollRickard Green2020-12-234-3/+154
| |/ /
* | | Prepare releaseErlang/OTP2020-12-042-1/+18
* | | Merge branch 'sverker/22/dist-lock-bug/ERL-1337/OTP-16869' into maint-22Erlang/OTP2020-12-045-29/+63
|\ \ \
| * \ \ Merge 'sverker/21/dist-lock-bug/ERL-1337/OTP-16869'Sverker Eriksson2020-10-265-29/+63
| |\ \ \ | | |_|/ | |/| |
| | * | erts: Fix race on ErtsMonLnkDist in erts_net_messageSverker Eriksson2020-10-235-35/+63
| | |/
* | | Prepare releaseErlang/OTP2020-10-192-1/+18
* | | Merge branch 'rickard/small-memory-build-fix/OTP-16939' into maint-22Erlang/OTP2020-10-191-0/+2
|\ \ \
| * | | Fix SMALL_MEMORY buildRickard Green2020-10-131-0/+2
* | | | Prepare releaseErlang/OTP2020-10-022-1/+79
* | | | Merge branch 'rickard/carrier-pools/OTP-16856' into maint-22Erlang/OTP2020-10-026-27/+283
|\ \ \ \ | |/ / /
| * | | Multiple carrier poolsRickard Green2020-09-256-27/+283
| |/ /
* | | Merge branch 'rickard/thr-progress-wakeup-bugs/OTP-16870' into maint-22Erlang/OTP2020-10-029-93/+147
|\ \ \
| * | | Fix thread progress handling in poll threadsRickard Green2020-09-299-90/+129
| * | | Fix thread progress handling in sys-msg-dispatcher threadRickard Green2020-09-221-2/+18
| | |/ | |/|
* | | Merge branch 'bmk/erts/20200909/active_once_wakes_up_io_polling_thread_unnece...Erlang/OTP2020-10-021-9/+19
|\ \ \
| * | | [erts] Active-once wakes up IO possing thread unnecessarilyMicael Karlberg2020-09-101-9/+19
| | |/ | |/|
* | | Merge branch 'sverker/22/ets-select_replace-compressed/ERL-1356/OTP-16874' in...Erlang/OTP2020-10-024-14/+39
|\ \ \
| * \ \ Merge 'sverker/21/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-214-14/+39
| |\ \ \ | | |/ / | |/| |
| | * | Merge 'sverker/20/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-214-14/+39
| | |\ \ | | | |/ | | |/|
| | | * erts: Fix bug in ets:replace/2 on compressed tableSverker Eriksson2020-09-214-14/+39
* | | | Merge branch 'rickard/statistics-doc-bug/OTP-16866' into maint-22Erlang/OTP2020-10-021-4/+3
|\ \ \ \
| * | | | Fix documentation of statistics(run_queue)Rickard Green2020-09-181-4/+3
| | |/ / | |/| |
* | | | Prepare releaseErlang/OTP2020-08-132-1/+17
* | | | Merge branch 'max-au/erl-check-io-desync-22/OTP-16780/PR-2701' into maint-22Erlang/OTP2020-08-131-1/+3
|\ \ \ \
| * \ \ \ Merge branch 'max-au/erl-check-io-desync-21/OTP-16780/PR-2701' into max-au/er...Lukas Larsson2020-08-111-1/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | erl_check_io: do not discard ERTS_POLL_EV_IN from active_eventsMaxim Fedorov2020-08-111-1/+3
| | |/ /
* | | | Prepare releaseErlang/OTP2020-07-212-1/+31
* | | | Merge branch 'rickard/tse/OTP-16766/OTP-16772/ERL-1304' into maint-22Erlang/OTP2020-07-2113-108/+319
|\ \ \ \
| * | | | Fix multiple usage of same thread specific event at the same timeRickard Green2020-07-1613-108/+319
| | |/ / | |/| |