summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_message.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | erts: Add ERL_NIF_SELECT_CUSTOM_MSGSverker Eriksson2018-12-201-3/+1
|/ /
* | erts: Fix seq_trace to not clear token for system messagesLukas Larsson2018-08-031-3/+15
* | erts: Fix bug when scheduling monitor-msg comboSverker Eriksson2018-05-151-1/+4
* | erts: Optimize monitor signal by message piggybackSverker Eriksson2018-04-261-60/+84
* | Merge branch 'rickard/process_info/OTP-14966'Rickard Green2018-04-261-0/+6
|\ \
| * | Restore merge of signal queues in queue_messages() if main lock is heldRickard Green2018-04-251-0/+6
* | | Merge branch 'rickard/process_info/OTP-14966'Rickard Green2018-04-131-45/+37
|\ \ \ | |/ /
| * | New process_info() implementation using signalsRickard Green2018-04-121-64/+37
* | | Merge branch 'rickard/signals/OTP-14589'Rickard Green2018-04-131-24/+0
|\ \ \
| * | | Fix VM probes compilationRickard Green2018-04-111-24/+0
| |/ /
* | | Merge pull request #1760 from jhogberg/john/erts/any-term-as-seq_trace-label/...John Högberg2018-03-271-3/+4
|\ \ \ | |/ / |/| |
| * | Lift the type restrictions on seq_trace token labelsJohn Högberg2018-03-231-3/+4
* | | Fix VM probes compilationJohn Högberg2018-03-231-1/+1
|/ /
* | Implementation of true asynchronous signaling between processesRickard Green2018-03-211-257/+70
* | Remove ERTS_PSFLG_ON_HEAP_MSGQRickard Green2018-03-051-5/+1
* | Merge branch 'maint'Sverker Eriksson2017-10-021-8/+5
|\ \
| * \ Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maintSverker Eriksson2017-10-021-8/+5
| |\ \
| | * | erts: Fix bug when detecting bad dist messageSverker Eriksson2017-10-021-8/+5
| | |/
| | * Update copyright yearRickard Green2017-03-101-1/+1
* | | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-38/+38
* | | erts: Cleanup removal of non-smp emulatorsLukas Larsson2017-07-171-0/+4
* | | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-34/+0
|/ /
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | erts: Introduce erts_bin_releaseSverker Eriksson2017-04-111-5/+2
* | Implement magic referencesRickard Green2017-02-061-0/+5
* | Merge branch 'maint'Rickard Green2017-02-061-1/+1
|\ \ | |/
| * Merge branch 'rickard/binary-refc' into maintRickard Green2017-02-061-1/+1
| |\
| | * Atomic reference count of binaries also in non-SMPRickard Green2017-02-061-1/+1
* | | Merge branch 'sverker/ASSERT_IN_ENV'Sverker Eriksson2017-01-231-4/+6
|\ \ \
| * | | erts: Add macro ERTS_PROC_LOCKS_HIGHER_THANSverker Eriksson2017-01-121-4/+6
* | | | Merge branch 'maint'Rickard Green2017-01-111-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix issues with abandoned heapRickard Green2017-01-101-1/+1
| |/
* | Merge branch 'maint'Rickard Green2016-08-311-0/+17
|\ \ | |/
| * Ensure correct mbuf_sz value in process structureRickard Green2016-08-301-0/+17
* | erts: Refactor literal purge area argumentsBjörn-Egil Dahlberg2016-08-011-8/+6
* | erts: Remove the need for copying of literalsBjörn-Egil Dahlberg2016-08-011-7/+12
|/
* hipe: Remove performance profiling codeLukas Larsson2016-07-141-19/+0
* Fix bad assertionRickard Green2016-05-311-1/+1
* Properly close message factories in erts_factory_trim_and_close()Rickard Green2016-05-311-1/+1
* Merge branch 'rickard/on_heap-fix/OTP-13366'Rickard Green2016-05-271-10/+5
|\
| * Fix message queue update on replacement and removal of messageRickard Green2016-05-261-10/+5
* | Remove the 'message_queue_data' option 'mixed'Rickard Green2016-05-251-27/+1
|/
* Add better support for communication with a process executing dirty NIFRickard Green2016-05-111-3/+4
* erts: Add Sender in 'receive' trace matchspecSverker Eriksson2016-05-041-34/+38
* erts: Add matchspec to 'receive' traceSverker Eriksson2016-05-041-16/+21
* erts: Extend process and port tracingLukas Larsson2016-04-151-3/+3
* erts: Implement tracer modulesLukas Larsson2016-04-151-78/+82
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | Refactor and fix dtrace define in erl_messageBjörn-Egil Dahlberg2016-04-061-10/+5
|/