aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2016-05-10erts: Skip alloc_SUITE:erts_mmap if ERL_ZFLAGSSverker Eriksson
2016-05-10erts: Fix doc typo in erts_allocSverker Eriksson
2016-05-04erts: Show exec_alloc as disabled when not usedSverker Eriksson
2016-05-04erts: Refactor ERTS_ALC_INFO_A_* constantsSverker Eriksson
2016-05-04erts: Add macro HAVE_ERTS_MMAPSverker Eriksson
2016-05-04erts: Refactor erl_mmap.hSverker Eriksson
2016-04-29erts: Fix system_info({allocator_sizes, mseg_alloc})Sverker Eriksson
2016-04-29erts: Add erts_mmap to system_info(allocator)Sverker Eriksson
2016-04-29erts: Add literal_mmap and exec_mmap to system_infoSverker Eriksson
2016-04-29erts: Move option info for erts_mmapSverker Eriksson
2016-04-20erts: Produce statistics for literal and hipe super carriersSverker Eriksson
2016-04-20Merge branch 'sverker/hipe-code-alloc'Sverker Eriksson
2016-04-20erts: Make sure literal MBCs have super aligned sizesSverker Eriksson
2016-04-19Merge branch 'lukas/erts/tracing/fix-spawned-lc-error/OTP-10267'Björn-Egil Dahlberg
2016-04-18erts: Fix lock order bug when only child is procs tracedLukas Larsson
2016-04-18Merge branch 'bjorn/compiler/misc-opt'Björn Gustavsson
2016-04-18Merge branch 'bjorn/erts/beam_load'Björn Gustavsson
2016-04-15erts: Add 'exec_alloc' for hipe codeSverker Eriksson
2016-04-15erts: Make ErtsMemMapper able to map memory with PROT_EXECSverker Eriksson
2016-04-15erts: Refactor callbacks for literal mseg allocSverker Eriksson
2016-04-15erts: Tweak defaults for literal allocatorSverker Eriksson
2016-04-15Update preloaded modulesLukas Larsson
2016-04-15erts: Don't trace on link events when port is deadLukas Larsson
2016-04-15erts: more logging in trace_bif_SUITE trace_bif_returnLukas Larsson
2016-04-15erts: Make trace_delivered go via sys msg dispatcher againLukas Larsson
2016-04-15erts: Add comment about future trace optimizationsLukas Larsson
2016-04-15erts: Optimize tracer reload testLukas Larsson
2016-04-15erts: Document erlang:match_spec_test/3Lukas Larsson
2016-04-15erts: Deallocate heap fragments from trace nif callsLukas Larsson
2016-04-15erts: Add 'spawned' trace event to 'procs' trace flagLukas Larsson
2016-04-15erts: send and receive no longer need status lockLukas Larsson
2016-04-15erts: Do 'unregister' as "self-tracing"Sverker Eriksson
2016-04-15erts: Silence harmless valgrind warning in dec_termSverker Eriksson
2016-04-15erts: Fix end_per_testcase crash in local_trace_SUITELukas Larsson
2016-04-15erts: Add tracing examples in match spec docsLukas Larsson
2016-04-15erts: Remove fake schedule testcaseLukas Larsson
2016-04-15erts: Fix FPE bug in erl_nifSverker Eriksson
2016-04-15erts: Extend process and port tracingLukas Larsson
2016-04-15erts: Implement tracer modulesLukas Larsson
2016-04-15erts: Add erts_nif_get_funcs and erts_nif_call_functionLukas Larsson
2016-04-15erts: Calculate flatmap value offsetLukas Larsson
2016-04-15Merge branch 'lukas/erts/enif_send_null_env/OTP-13495'Lukas Larsson
2016-04-15Merge branch 'egil/erts/fix-erlang-system_profile/ERL-126/OTP-13494'Björn-Egil Dahlberg
2016-04-14Merge branch 'binarin/erts/fix-epmd-systemd-notifications/PR-999/OTP-13493'Björn-Egil Dahlberg
2016-04-14erts: Enhance system_profile testsBjörn-Egil Dahlberg
2016-04-14erts: Don't use function location when process is terminatingBjörn-Egil Dahlberg
2016-04-14Merge branch 'sverker/erts/open_port-improper-args.ERL-127.OTP-13489'Sverker Eriksson
2016-04-14v3_kernel: Construct literal lists properlyBjörn Gustavsson
2016-04-14Optimize get_tuple_element instructions that target Y registersBjörn Gustavsson
2016-04-14Mend beam_SUITE:packed_registers/1Björn Gustavsson