summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_proc_sig_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Lukas Larsson2019-06-271-1/+1
|\
| * Merge branch 'lukas/erts/dist-optimize-large-data/PR-2291/OTP-15926' into maintLukas Larsson2019-06-271-1/+1
| |\
| | * erts: Move copy of payload to receiving processLukas Larsson2019-06-191-1/+1
* | | Merge branch 'maint'Sverker Eriksson2019-06-241-0/+1
|\ \ \ | |/ /
| * | Merge branch 'sverker/system_info-procs-bug/ERL-979/OTP-15909' into maintSverker Eriksson2019-06-241-0/+1
| |\ \ | | |/ | |/|
| | * Fix fatal bug in erts_proc_sig_signal_sizeSverker Eriksson2019-06-191-0/+1
* | | Merge pull request #2189 from jhogberg/john/erts/seq-trace-on-spawn/OTP-15232...John Högberg2019-05-281-1/+1
|\ \ \ | |/ / |/| |
| * | seq_trace: Inherit trace token on spawnJohn Högberg2019-03-211-1/+1
* | | erts: Fix incorrect gcc may be used init warningLukas Larsson2019-04-091-0/+2
* | | Merge branch 'john/erts/seq_trace-sigq-clearing/OTP-15704'John Högberg2019-03-271-0/+8
|\ \ \ | | |/ | |/|
| * | erts: Handle all signal types when clearing seq_trace tokenJohn Högberg2019-03-271-0/+8
* | | erts: Pending signals can be for free processesLukas Larsson2019-03-251-1/+2
* | | Merge branch 'maint'Rickard Green2019-03-211-2/+8
|\ \ \ | |/ / | | / | |/ |/|
| * Fix reception of resume signal on process executing dirtyRickard Green2019-03-201-2/+8
* | erts: Implement trapping while sending distr exit/downLukas Larsson2019-02-221-1/+1
* | erts: Add ERL_NODE_BOOKKEEP to node tables refcLukas Larsson2019-02-221-2/+3
* | erts: Implement fragmentation of distrubution messagesLukas Larsson2019-02-221-95/+100
* | erts: Move reason in dist messages to payloadLukas Larsson2019-02-211-63/+249
* | erts: Refactor rbt _yielding to use reductionsLukas Larsson2019-02-051-10/+11
|/
* erts: Fix seq_trace:reset_trace dirty gc bugLukas Larsson2018-12-131-1/+0
* Merge branch 'rickard/fix-suspend-monitor-down/OTP-15237/ERL-704' into maintRickard Green2018-08-211-1/+1
|\
| * Fix incoming suspend monitor downRickard Green2018-08-201-1/+1
* | erts: Fix seq_trace to not clear token for system messagesLukas Larsson2018-08-031-29/+9
|/
* erts: Fix incoming signal handling for exiting processSverker Eriksson2018-06-111-8/+11
* erts: Cleanup in proc_queue_signalSverker Eriksson2018-06-051-8/+8
* erts: Fix broken signal queueSverker Eriksson2018-06-051-5/+3
* Merge branch 'rickard/suspend/OTP-14964'Rickard Green2018-05-161-22/+447
|\
| * New process suspend implementation based on async signalingRickard Green2018-05-161-22/+447
* | erts: Fix bug when scheduling monitor-msg comboSverker Eriksson2018-05-151-9/+1
* | erts: Refactor new erts_make_dirty_proc_handledSverker Eriksson2018-05-151-27/+32
|/
* Merge branch 'rickard/process_info/OTP-14966'Rickard Green2018-04-271-13/+13
|\
| * Fix scheduled process_info() 'status' requestRickard Green2018-04-271-13/+13
* | erts: Optimize monitor signal by message piggybackSverker Eriksson2018-04-261-29/+168
* | erts: Cleanup some codeSverker Eriksson2018-04-261-19/+6
* | Merge branch 'rickard/process_info/OTP-14966'Rickard Green2018-04-261-4/+9
|\ \ | |/
| * Fix message tracingRickard Green2018-04-231-4/+9
* | Merge branch 'rickard/process_info/OTP-14966'Rickard Green2018-04-131-155/+500
|\ \ | |/
| * New process_info() implementation using signalsRickard Green2018-04-121-155/+500
* | Merge branch 'rickard/signals/OTP-14589'Rickard Green2018-04-111-8/+10
|\ \
| * | Fix seq traceRickard Green2018-04-051-8/+10
| |/
* | Merge pull request #1760 from jhogberg/john/erts/any-term-as-seq_trace-label/...John Högberg2018-03-271-1/+1
|\ \ | |/ |/|
| * Lift the type restrictions on seq_trace token labelsJohn Högberg2018-03-231-1/+1
* | Fix VM probes compilationRickard Green2018-03-261-2/+4
* | Fix VM probes compilationJohn Högberg2018-03-231-12/+39
* | Fix lock countingRickard Green2018-03-221-4/+2
* | Fix signal order for is_process_aliveRickard Green2018-03-221-26/+154
|/
* Implementation of true asynchronous signaling between processesRickard Green2018-03-211-0/+3772