aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_node_tables.c
AgeCommit message (Expand)Author
2017-03-10Update copyright yearRickard Green
2017-02-06Atomic reference count of binaries also in non-SMPRickard Green
2016-11-17erts: Refactor crash dumping with cbprintfSverker Eriksson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-07erts: Support 32-bit creation for external pid,port,refsSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2015-12-15Merge branch 'lukas/erts/forker'Lukas Larsson
2015-12-15erts: Refactor out erts functions from hashLukas Larsson
2015-12-14Merge branch 'maint'Ingela Anderton Andin
2015-12-11erts: Fix correct node name for DTRACESverker Eriksson
2015-11-26Merge branch 'maint'Sverker Eriksson
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-11-10erts: Fix bug in setnode/2Sverker Eriksson
2015-11-02erts: Remove ERTS_PSD_DIST_ENTRYSverker Eriksson
2015-06-24erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-10Merge branch 'rickard/delayed-delete-node/OTP-12802'Rickard Green
2015-06-10Merge branch 'rickard/node-table-read-lock/OTP-12777'Rickard Green
2015-06-10Delayed node table GCRickard Green
2015-06-09Only read lock node table when reading infoRickard Green
2015-05-26Merge branch 'jlouis/cocci-noderef-fixes'Henrik Nord
2015-05-12Correct usage of sizeof() for pointer typesJesper Louis Andersen
2015-05-08Optimized timer implementationRickard Green
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-29Do not treat port_set_data/port_get_data as signalsRickard Green
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-03Move busy port flagRickard Green
2012-12-03Use ptab functionality also for portsRickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-12-03Atomic port stateRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-08-31Merge branch 'maint'Björn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-03Merge branch 'rickard/tab-unref-thr-prgr/OTP-10167'Rickard Green
2012-08-02Use thread progress instead of scheduling misc aux work were possibleRickard Green
2012-06-04Merge branch 'maint'Lukas Larsson
2012-05-10Remove stale code for hybrid heap and incremental GCBjörn Gustavsson
2012-04-16Optimize process table accessRickard Green
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie
2011-11-13Replace system block with thread progress blockRickard Green
2011-06-14Use new atomic API in runtime systemRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-02Be less eager to set dist entry in busy stateRickard Green
2010-09-08Re-enable spin wait on ethreads rwlocksRickard Green
2010-08-10Merge branch 'rickard/ethread-rewrite/OTP-8544' into devRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP