aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_proc_sig_queue.c
AgeCommit message (Expand)Author
2019-07-22Merge branch 'rickard/node-refc-tests-22' into maintRickard Green
2019-07-22Fix node refc test of external dataRickard Green
2019-07-02Merge branch 'sverker/system_info-procs-bug/ERL-979/OTP-15909' into maint-22Erlang/OTP
2019-06-27Merge branch 'lukas/erts/dist-optimize-large-data/PR-2291/OTP-15926' into maintLukas Larsson
2019-06-24Merge branch 'sverker/system_info-procs-bug/ERL-979/OTP-15909' into maintSverker Eriksson
2019-06-19Fix fatal bug in erts_proc_sig_signal_sizeSverker Eriksson
2019-06-19erts: Move copy of payload to receiving processLukas Larsson
2019-04-09erts: Fix incorrect gcc may be used init warningLukas Larsson
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-25erts: Pending signals can be for free processesLukas Larsson
2019-03-21Merge branch 'maint'Rickard Green
2019-03-20Fix reception of resume signal on process executing dirtyRickard Green
2019-02-22erts: Implement trapping while sending distr exit/downLukas Larsson
2019-02-22erts: Add ERL_NODE_BOOKKEEP to node tables refcLukas Larsson
2019-02-22erts: Implement fragmentation of distrubution messagesLukas Larsson
2019-02-21erts: Move reason in dist messages to payloadLukas Larsson
2019-02-05erts: Refactor rbt _yielding to use reductionsLukas Larsson
2018-12-13erts: Fix seq_trace:reset_trace dirty gc bugLukas Larsson
2018-08-21Merge branch 'rickard/fix-suspend-monitor-down/OTP-15237/ERL-704' into maintRickard Green
2018-08-20Fix incoming suspend monitor downRickard Green
2018-08-03erts: Fix seq_trace to not clear token for system messagesLukas Larsson
2018-06-11erts: Fix incoming signal handling for exiting processSverker Eriksson
2018-06-05erts: Cleanup in proc_queue_signalSverker Eriksson
2018-06-05erts: Fix broken signal queueSverker Eriksson
2018-05-16Merge branch 'rickard/suspend/OTP-14964'Rickard Green
2018-05-16New process suspend implementation based on async signalingRickard Green
2018-05-15erts: Fix bug when scheduling monitor-msg comboSverker Eriksson
2018-05-15erts: Refactor new erts_make_dirty_proc_handledSverker Eriksson
2018-04-27Merge branch 'rickard/process_info/OTP-14966'Rickard Green
2018-04-27Fix scheduled process_info() 'status' requestRickard Green
2018-04-26erts: Optimize monitor signal by message piggybackSverker Eriksson
2018-04-26erts: Cleanup some codeSverker Eriksson
2018-04-26Merge branch 'rickard/process_info/OTP-14966'Rickard Green
2018-04-23Fix message tracingRickard Green
2018-04-13Merge branch 'rickard/process_info/OTP-14966'Rickard Green
2018-04-12New process_info() implementation using signalsRickard Green
2018-04-11Merge branch 'rickard/signals/OTP-14589'Rickard Green
2018-04-05Fix seq traceRickard Green
2018-03-27Merge pull request #1760 from jhogberg/john/erts/any-term-as-seq_trace-label/...John Högberg
2018-03-26Fix VM probes compilationRickard Green
2018-03-23Fix VM probes compilationJohn Högberg
2018-03-23Lift the type restrictions on seq_trace token labelsJohn Högberg
2018-03-22Fix lock countingRickard Green
2018-03-22Fix signal order for is_process_aliveRickard Green
2018-03-21Implementation of true asynchronous signaling between processesRickard Green