aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_bif_info.c
AgeCommit message (Expand)Author
2019-08-16Merge branch 'john/erts/process_info-binary-heap-fragments/OTP-15978' into maintJohn Högberg
2019-08-12erts: Scan heap fragments for off-heap binariesJohn Högberg
2019-06-10Merge branch 'sverker/erts/process-info-reductions-idle-proc/ERL-964/OTP-1586...Sverker Eriksson
2019-06-04Revert "erts: Force process_info(reductions) as signal"Sverker Eriksson
2019-05-06Merge branch 'sverker/process_info-reductions-fix/OTP-15793' into maint-21Erlang/OTP
2019-05-06Merge branch 'maint'Sverker Eriksson
2019-05-06Merge branch 'sverker/process_info-reductions-fix/OTP-15793' into maintSverker Eriksson
2019-05-03erts: Force process_info(reductions) as signalSverker Eriksson
2019-04-18Merge branch 'rickard/dist-system-limit/OTP-15708'Rickard Green
2019-04-18Fix broken ETS test caseKjell Winblad
2019-04-11Merge branch 'sverker/revert-big-creation'Sverker Eriksson
2019-04-10Decentralized counters for ETS ordered_set with write_concurrencyKjell Winblad
2019-04-09Revert "epmd: Support 32-bit creation values in local node"Sverker Eriksson
2019-04-09erts: Fix lock order violation in system_info(procs)Lukas Larsson
2019-04-05Fail when we cannot encode term in binaryRickard Green
2019-03-25erts: Fix erts_debug:set_internal_state(reds_left)Sverker Eriksson
2019-03-22Merge branch 'sverker/enable-big-creation/OTP-15603'Sverker Eriksson
2019-03-22epmd: Support 32-bit creation values in local nodeSverker Eriksson
2019-03-19Merge branch 'sverker/enif_whereis_pid-dirty-dtor'Sverker Eriksson
2019-03-19erts: Schedule resource destructors alwaysSverker Eriksson
2019-03-07Merge branch 'sverker/maint/ets-no-mbuf-trapping/OTP-15660'Sverker Eriksson
2019-03-07Merge branch 'sverker/ets-no-mbuf-trapping/OTP-15660'Sverker Eriksson
2019-03-07erts: Remove ets traversal yielding if heap fragmentSverker Eriksson
2019-02-05erts: Refactor rbt _yielding to use reductionsLukas Larsson
2019-02-01Merge branch 'maint'Lukas Larsson
2019-02-01erts: Fix erlang:system_info(kernel_poll) to return correct valueLukas Larsson
2019-01-15Merge branch 'maint'Lukas Larsson
2019-01-15erts: Make sure to take main lock when dumping proc infoLukas Larsson
2019-01-15Merge branch 'maint'Lukas Larsson
2019-01-10erts: Add erlang:system_flag(system_logger,_)Lukas Larsson
2018-10-23erts: Add erts_debug feature 'ets_force_split'Sverker Eriksson
2018-09-07erts: Beautify away #ifdef DEBUGSverker Eriksson
2018-07-18erts: Remove use of VALGRIND_PRINTF_XMLSverker Eriksson
2018-07-10erts: Fix buggy calls to erts_sys_explicit_8bit_getenvSverker Eriksson
2018-06-04erts: Add system_info(ets_count)Sverker Eriksson
2018-05-18Merge branch 'sverker/ets-delete_all_objects-trap/OTP-15078'Sverker Eriksson
2018-05-16Fix erts_try_lock_sig_free_proc()Rickard Green
2018-05-16New process suspend implementation based on async signalingRickard Green
2018-05-08erts: Make atomic ets:delete_all_objects yieldSverker Eriksson
2018-04-27Merge branch 'rickard/process_info/OTP-14966'Rickard Green
2018-04-26Fix handling of process-info requests in receiveRickard Green
2018-04-24Merge pull request #1790 from jhogberg/john/erts/more-alloc-info/OTP-14961John Högberg
2018-04-23erts: Rewrite memory instrumentationJohn Högberg
2018-04-18Merge branch 'sverker/lock-check-matrix'Sverker Eriksson
2018-04-13erts: Add erts_debug:lc_graph/0Sverker Eriksson
2018-04-12New process_info() implementation using signalsRickard Green
2018-03-23Merge branch 'rickard/signals/OTP-14589'Rickard Green
2018-03-22Fix signal order for is_process_aliveRickard Green
2018-03-21Merge pull request #1740 from rickard-green/rickard/signals/OTP-14589Rickard Green
2018-03-21Implementation of true asynchronous signaling between processesRickard Green