aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2016-07-26Allow larger timeout delay in driver_SUITERickard Green
2016-07-26Ignore long time failures during high CPU utilizationRickard Green
2016-07-26erts: Fix epmd_module testcaseBjörn-Egil Dahlberg
2016-07-26erts: Fix whitespaces in distribution_SUITEBjörn-Egil Dahlberg
2016-07-21erts: Update maps entropy testsBjörn-Egil Dahlberg
2016-07-21erts: Fix internal hashing entropy for mapsBjörn-Egil Dahlberg
2016-07-21erts: Fix whitespacesBjörn-Egil Dahlberg
2016-07-20Fix dirty schedulers build on windowsRickard Green
2016-07-15Merge branch 'maint-19' into maintBjörn-Egil Dahlberg
2016-07-14erts: Cleanup a bunch of un-neccesary #ifndefsLukas Larsson
2016-07-14erts: Fix some msacc inline directivesLukas Larsson
2016-07-14erts: Add extra bif msacc statesLukas Larsson
2016-07-14erts: Add erts_map_from_ks_and_vsLukas Larsson
2016-07-14erts: Fix msacc for dirty scheduler and heap_limitLukas Larsson
2016-07-14hipe: Remove performance profiling codeLukas Larsson
2016-07-14Merge branch 'sverker/update_counter-deadlock/ERL-188/OTP-13731' into maint-19Erlang/OTP
2016-07-13erts: Make sure to de-allocate the old seq tracerLukas Larsson
2016-07-11Merge branch 'lukas/erts/tracing/bif_return_to_trace_fix/OTP-13734' into maintLukas Larsson
2016-07-11erts: After a call to a tracer nif, reset htopLukas Larsson
2016-07-11Merge branch 'lukas/erts/spawn_driver_relative_cd/ERL-175/OTP-13733' into maintLukas Larsson
2016-07-11erts: Fix deadlock in ets:update_counter/4Sverker Eriksson
2016-07-11erts: Optimize db_finalize_dbterm_hashSverker Eriksson
2016-07-08erts: Fix GC overrun bug in 'bsl' op with small Op1Sverker Eriksson
2016-07-08erts: Check if return_to trace is enabled for bifLukas Larsson
2016-07-07Merge branch 'sverker/child-setup-debugging' into maintSverker Eriksson
2016-07-07Merge branch 'sverker/spawn-driver-env-test' into maintSverker Eriksson
2016-07-06check_process_code: Sweep HiPE stack for literalsMagnus Lång
2016-07-05Merge branch 'hipe-trap-gc/PR-1116/OTP-13724' into maintSverker Eriksson
2016-07-05erts: Add port_SUITE:cd invalid dir testcaseLukas Larsson
2016-07-01erts: Fix spawn driver with relative cd optionLukas Larsson
2016-07-01erts: Fix HARD_DEBUG printouts in erl_child_setupLukas Larsson
2016-07-01erts: Improve error printouts in erl_child_setupLukas Larsson
2016-06-30hipe: Fix bug in trap frame allocation wrappersMagnus Lång
2016-06-30hipe: Add assertion for gc in bif without wrapperMagnus Lång
2016-06-29Fix group_leader/2Rickard Green
2016-06-28erts: Save abort reason for erl_child_setupSverker Eriksson
2016-06-27erts: Improve system_info(dist_ctrl)Sverker Eriksson
2016-06-27Cleanup in statistics_SUITE:runtime_update testRickard Green
2016-06-27Improve timer tests in driver_SUITERickard Green
2016-06-27Fix statistics_SUITE:scheduler_wall_time testRickard Green
2016-06-27Fix scheduler_SUITE:scheduler_suspend testRickard Green
2016-06-27Fix scheduler_SUITE:scheduler_threads testRickard Green
2016-06-22Improve accuracy of timeouts using premature timeoutsRickard Green
2016-06-22Fix scheduler_SUITE:update_cpu_info testRickard Green
2016-06-22Skip nif_SUITE:consume_timeslice test when debug compiledRickard Green
2016-06-22Increase time margin in timer_bif_SUITE:start_timer_1 testRickard Green
2016-06-21erts: Add test port_SUITE:pipe_limit_envSverker Eriksson
2016-06-20erts: Optimize spawn driver for large(r) environmentsSverker Eriksson
2016-06-20erts: Fix spawn driver when env size is above pipe capacitySverker Eriksson
2016-06-17Merge branch 'raimo/uds-support/OTP-13643'Raimo Niskanen