aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_bif_info.c
AgeCommit message (Expand)Author
2016-03-10Improved scheduler suspend functionalityRickard Green
2016-03-01Merge branch 'sverk/master/halt-INT_MIN'Sverker Eriksson
2016-02-25Merge branch 'maint'Björn-Egil Dahlberg
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2016-02-16erts: Add BIF erts_internal:system_check/1Björn-Egil Dahlberg
2016-02-08erts: Use Sint instead of int for list lengthsRichard Carlsson
2016-02-02erts: Add microstate accountingLukas Larsson
2016-01-26Merge branch 'lukas/erts/gc_info/OTP-13265'Lukas Larsson
2016-01-07Merge branch 'sverk/proc-dict-opt'Sverker Eriksson
2015-12-30Merge branch 'maint'Rickard Green
2015-12-30Light weight statistics of run queue lengthsRickard Green
2015-12-15erts: Add 'fill_heap' to erts_debug:state_internal_stateSverker Eriksson
2015-12-08Merge branch 'rickard/ohmq-fixup/OTP-13047'Rickard Green
2015-12-08Replace off_heap_message_queue option with message_queue_data optionRickard Green
2015-12-08Fix process_info(_, off_heap_message_queue)Rickard Green
2015-11-17Add --enable-sharing-preserving configure flagYiannis Tsiouris
2015-11-16erts: Add garbage_collection_info to process_info/2Lukas Larsson
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-11-12Introduce literal tagRickard Green
2015-11-12erts: Refactor erl_mmap to allow several mapper instancesSverker Eriksson
2015-09-11erts: Add new allocator LITERALSverker Eriksson
2015-07-01erts: Remove halfword !HEAP_ON_C_STACKBjörn-Egil Dahlberg
2015-06-24erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-17Merge branch 'rickard/io-bytes/OTP-12842'Rickard Green
2015-06-17Save IO bytes in scheduler specific dataRickard Green
2015-06-16erts: Refactor LCNTBjörn-Egil Dahlberg
2015-06-15Merge branch 'hamt_bin2term'Sverker Eriksson
2015-06-15erts: Remove hashmap probabilistic heap overestimationSverker Eriksson
2015-06-10Delayed node table GCRickard Green
2015-06-09Fix test casesRickard Green
2015-05-08Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green
2015-05-08Optimized timer implementationRickard Green
2015-03-30erts: Suppress valgrind for bif_SUITE:erlang_haltSverker Eriksson
2015-03-24Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-24Better OS system time implementationRickard Green
2015-03-20Merge branch 'rickard/time_api/master/OTP-11997'Rickard Green
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20erts: Add test map_SUITE:t_hashmap_balanceSverker Eriksson
2015-03-20Erlang based BIF timer implementation for scalabilityRickard Green
2015-03-20Introduce a new time APIRickard Green
2014-12-19erts: Improve crash dumpsLukas Larsson
2014-11-07Merge branch 'maint'Bruce Yinhe
2014-11-07Merge branch 'lemenkov/expose_nif_version' into maintBruce Yinhe
2014-11-06Merge branch 'maint'Marcus Arendt
2014-11-06Merge branch 'vinoski/fix-smp-disable-with-ds/OTP-12295' into maintMarcus Arendt
2014-11-02Expose NIF versionPeter Lemenkov
2014-10-27Merge branch 'egil/fix-instruction-counter'Björn-Egil Dahlberg
2014-10-26Fix "-smp disable" for emulator with dirty schedulersSteve Vinoski