summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_node_tables.c
Commit message (Expand)AuthorAgeFilesLines
* erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-4/+4
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | erts: Support 32-bit creation for external pid,port,refsSverker Eriksson2016-04-071-26/+2
|/
* Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson2016-02-241-57/+38
|\
| * Merge branch 'lukas/erts/forker'Lukas Larsson2015-12-151-4/+7
| |\
| | * erts: Refactor out erts functions from hashLukas Larsson2015-12-151-4/+8
| * | Merge branch 'maint'Ingela Anderton Andin2015-12-141-0/+4
| |\ \
| * \ \ Merge branch 'maint'Sverker Eriksson2015-11-261-103/+47
| |\ \ \
| * | | | Fragmented young heap generation and off_heap_message_queue optionRickard Green2015-11-121-37/+31
| | |_|/ | |/| |
| * | | erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg2015-06-241-16/+0
* | | | erts: Change erl_exit into erts_exitSverker Eriksson2016-02-241-2/+2
| |_|/ |/| |
* | | erts: Fix correct node name for DTRACESverker Eriksson2015-12-111-0/+4
| |/ |/|
* | erts: Fix bug in setnode/2Sverker Eriksson2015-11-101-97/+47
* | erts: Remove ERTS_PSD_DIST_ENTRYSverker Eriksson2015-11-021-6/+0
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'rickard/delayed-delete-node/OTP-12802'Rickard Green2015-06-101-31/+171
|\
| * Delayed node table GCRickard Green2015-06-101-31/+171
* | Merge branch 'rickard/node-table-read-lock/OTP-12777'Rickard Green2015-06-101-6/+6
|\ \ | |/
| * Only read lock node table when reading infoRickard Green2015-06-091-6/+6
* | Merge branch 'jlouis/cocci-noderef-fixes'Henrik Nord2015-05-261-2/+2
|\ \ | |/ |/|
| * Correct usage of sizeof() for pointer typesJesper Louis Andersen2015-05-121-2/+2
* | Optimized timer implementationRickard Green2015-05-081-1/+1
|/
* Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
* Do not treat port_set_data/port_get_data as signalsRickard Green2013-04-291-2/+4
* Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green2012-12-071-27/+38
|\
| * Move busy port flagRickard Green2012-12-031-4/+2
| * Use ptab functionality also for portsRickard Green2012-12-031-14/+22
| * Prepare for use of ptab functionality also for portsRickard Green2012-12-031-15/+18
| * Atomic port stateRickard Green2012-12-031-1/+2
| * Generalize process table implementationRickard Green2012-12-031-3/+4
* | Merge branch 'maint'Björn-Egil Dahlberg2012-08-311-1/+1
|\ \
| * | Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* | | Merge branch 'rickard/tab-unref-thr-prgr/OTP-10167'Rickard Green2012-08-031-1/+1
|\ \ \ | | |/ | |/|
| * | Use thread progress instead of scheduling misc aux work were possibleRickard Green2012-08-021-1/+1
* | | Merge branch 'maint'Lukas Larsson2012-06-041-12/+0
|\ \ \ | |/ / |/| / | |/
| * Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-101-12/+0
* | Optimize process table accessRickard Green2012-04-161-18/+20
|/
* Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie2012-03-221-0/+9
* Replace system block with thread progress blockRickard Green2011-11-131-2/+3
* Use new atomic API in runtime systemRickard Green2011-06-141-3/+3
* Use new atomic types in emulatorRickard Green2010-12-151-5/+5
* Be less eager to set dist entry in busy stateRickard Green2010-11-021-5/+5
* Re-enable spin wait on ethreads rwlocksRickard Green2010-09-081-2/+2
* Merge branch 'rickard/ethread-rewrite/OTP-8544' into devRickard Green2010-08-101-6/+25
|\
| * Rewrite ethread libraryRickard Green2010-08-101-6/+25
* | One off-heap list, to eliminate two words per ETS object.Sverker Eriksson2010-07-201-39/+31
|/
* Merge branch 'pan/otp_8332_halfword' into devErlang/OTP2010-03-221-8/+31
|\
| * Correct the VM to work for more test suitesPatrik Nyblom2010-03-101-2/+4
| * Store pointers to heap data in 32-bit wordsPatrik Nyblom2010-03-101-0/+14