Age | Commit message (Expand) | Author |
2018-03-21 | Merge pull request #1740 from rickard-green/rickard/signals/OTP-14589 | Rickard Green |
2018-03-21 | Implementation of true asynchronous signaling between processes | Rickard Green |
2018-03-20 | erts: Optimize macro DMC_PUSH | Sverker Eriksson |
2018-03-09 | Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etc | John Högberg |
2017-07-17 | erts: Replace usage of all erts_smp prefixes to just erts | Lukas Larsson |
2017-07-17 | erts: Remove ERTS_SMP and USE_THREAD defines | Lukas Larsson |
2017-05-16 | Merge branch 'lukas/erts/trace_recv_esdp_bug/OTP-14411' | Lukas Larsson |
2017-05-16 | Merge pull request #1436 from garazdawi/lukas/erts/remove_unused_functions | Lukas Larsson |
2017-05-16 | erts: Remove old unused functions | Lukas Larsson |
2017-05-10 | Merge branch 'sverker/ets-select-replace-const' | Sverker Eriksson |
2017-05-10 | erts: Fix ets:select_replace with {const, NewTuple} | Sverker Eriksson |
2017-05-05 | erts: the esdp is not always available in matchspec | Lukas Larsson |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-11 | erts: Introduce erts_bin_release | Sverker Eriksson |
2017-03-22 | erts: Optimize ets:select_replace to not use heap | Sverker Eriksson |
2017-03-22 | erts: Fix benign bug in match spec machine | Sverker Eriksson |
2017-03-22 | Add more complete key-safety check | Sverker Eriksson |
2017-03-22 | Reject unsafe matchspecs on ets:select_replace/2 | Guilherme Andrade |
2017-02-16 | Handle magic refs in db_cleanup_offheap_comp() | Rickard Green |
2017-02-14 | erts: Add deallocation veto for magic destructors | Sverker Eriksson |
2017-02-06 | Use magic refs for compiled match specs | Rickard Green |
2017-02-06 | Implement magic references | Rickard Green |
2017-02-06 | Merge branch 'maint' | Rickard Green |
2017-02-06 | Atomic reference count of binaries also in non-SMP | Rickard Green |
2016-10-12 | erts: Refactor find_function_from_pc to return MFA | Lukas Larsson |
2016-10-12 | erts: Refactor out func_info into struct | Lukas Larsson |
2016-05-11 | erts: Only allow remove from trace_status callback | Lukas Larsson |
2016-05-11 | Add better support for communication with a process executing dirty NIF | Rickard Green |
2016-05-04 | erts: Fix bug in trace_pattern for 'on_load' | Sverker Eriksson |
2016-05-04 | erts: Fix PAM to be callable from non-scheduler thread | Sverker Eriksson |
2016-05-04 | erts: Add Sender in 'receive' trace matchspec | Sverker Eriksson |
2016-05-04 | erts: Add matchspec restrictions for 'receive' trace | Sverker Eriksson |
2016-05-04 | erts: Add matchspec to 'receive' trace | Sverker Eriksson |
2016-05-04 | erts: Remove multi scheduler blocking in match specs | Sverker Eriksson |
2016-04-15 | erts: Implement tracer modules | Lukas Larsson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-02-24 | Merge branch 'master' into sverk/master/halt-INT_MIN | Sverker Eriksson |
2016-02-24 | erts: Change erl_exit into erts_exit | Sverker Eriksson |
2015-11-19 | Refactor have seq_trace token test | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove halfword bases in ETS | Björn-Egil Dahlberg |
2015-06-24 | erts: Reinstate copy_object over-allocation optimization | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove halfword copy_object_rel | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove halfword object manipulation | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove halfword heap relative comparisions | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove halfword basic relative heap operations | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove HALFWORD_HEAP definition | Björn-Egil Dahlberg |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-15 | erts: Remove hashmap probabilistic heap overestimation | Sverker Eriksson |
2015-05-08 | erts: Make hashmap_get halfword safe | Björn-Egil Dahlberg |
2015-05-07 | erts: Fix ETS db_has_variable check for large Maps | Björn-Egil Dahlberg |