aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2016-02-02Better list_to_integerDmytro Lytovchenko
2016-02-02Merge branch 'margnus1/bs_unit_fix' into maintZandra
2016-02-02erts: Make msacc alloctor type thread safeSverker Eriksson
2016-02-02Silence compilerBjörn-Egil Dahlberg
2016-02-02erts: Refactor perf counter internal interfaceLukas Larsson
2016-02-02erts: Fix msacc win32 debug compile errorLukas Larsson
2016-02-02erts: Add microstate accountingLukas Larsson
2016-02-02erts, kernel: Add os:perf_counter functionLukas Larsson
2016-02-02erts: Add ERTS_WRITE_UNLIKELYLukas Larsson
2016-02-02Merge branch 'maint'Rickard Green
2016-02-02Merge branch 'rickard/monotonic-time-improvements/OTP-13222' into maintRickard Green
2016-01-29Remove faulty assertsRickard Green
2016-01-28Merge branch 'master' into sverk/hipe-line-table-bug/master/OTP-13282Sverker Eriksson
2016-01-28erts: Fix bug concerning line information for hipe modulesSverker Eriksson
2016-01-27erts: When erts_alloc fails, the emulator no longer abortsLukas Larsson
2016-01-26Merge branch 'lukas/erts/gc_info/OTP-13265'Lukas Larsson
2016-01-25Moved do_list_to_integer from bif.c to big.cDmytro Lytovchenko
2016-01-22Merge branch 'maint'Rickard Green
2016-01-22Merge branch 'rickard/test-fix' into maintRickard Green
2016-01-21erts: Fix faulty assert for non-smpSverker Eriksson
2016-01-21erts: Add checks for thread safe allocationSverker Eriksson
2016-01-21Introduce time management in native APIsRickard Green
2016-01-20Introduce time warp safe replacement for safe_fixed optionRickard Green
2016-01-20Introduce time warp safe trace timestamp formatsRickard Green
2016-01-20Merge branch 'maint'Rickard Green
2016-01-19Merge branch 'sverk/safe-purging/OTP-13122'Sverker Eriksson
2016-01-18Fix dirty scheduler check in handle_aux_workSteve Vinoski
2016-01-18erts: Fix race between receive timeout and exit signalSverker Eriksson
2016-01-14Merge branch 'maint'Rickard Green
2016-01-14Merge branch 'vinoski/dirty-sched-no-aux-work/OTP-13236' into maintRickard Green
2016-01-13erts: Optimize erlang:check_process_codeSverker Eriksson
2016-01-13erts: Make copy_literals more fail safeSverker Eriksson
2016-01-13erts: Move copy_literals/2 from erlang to erts_internalSverker Eriksson
2016-01-13erts: Make erlang:purge_module/1 safeSverker Eriksson
2016-01-13Merge branch 'sverk/fvisibility-hidden/OTP-13227'Sverker Eriksson
2016-01-13erts: Introduce erts_code_purgerSverker Eriksson
2016-01-08erts: Allow -fvisibility=hidden for NIFs and driversSverker Eriksson
2016-01-08erts: Cleanup erl_driver.h for windowsSverker Eriksson
2016-01-08erts: Refactor ERL_NIF_INIT macroSverker Eriksson
2016-01-07Merge branch 'sverk/proc-dict-opt'Sverker Eriksson
2016-01-07Merge branch 'sverk/check_process_code-fix'Sverker Eriksson
2015-12-30Merge branch 'maint'Rickard Green
2015-12-30Merge branch 'rickard/rq-len/OTP-13201' into maintRickard Green
2015-12-30Light weight statistics of run queue lengthsRickard Green
2015-12-30Merge branch 'maint'Rickard Green
2015-12-30Merge branch 'rickard/ohmq-fixup/OTP-13047'Rickard Green
2015-12-30Fix HL timer hard debug implementationRickard Green
2015-12-29Fix asynchronous BIF timer cancellation message replyRickard Green
2015-12-23Use monotonic time for call_time traceRickard Green
2015-12-21Do not allow aux work on dirty schedulersSteve Vinoski