Age | Commit message (Expand) | Author |
2018-06-04 | Merge branch 'sverker/ets-count/OTP-14987' | Sverker Eriksson |
2018-06-04 | erts: Refactor usage of am_atom_put to ERTS_MAKE_AM | Sverker Eriksson |
2018-05-15 | erts: Make cpu_timestamp use per thread on Linux | Lukas Larsson |
2018-05-15 | erts: Fix erts_os_times warning | Lukas Larsson |
2018-04-25 | Merge branch 'lukas/erts/poll-thread/OTP-14346' | Lukas Larsson |
2018-04-24 | erts: nif resource stop from poll-thread is a indirect call | Lukas Larsson |
2018-04-19 | Optimize performance of float_to_list/2 | Serge Aleynikov |
2018-04-12 | Merge PR-1770 from sverker/float_to_list-tweak/OTP-15015 | Sverker Eriksson |
2018-04-04 | erts: Fix float_to_list(F, [{decimals,D}]) | Sverker Eriksson |
2018-03-29 | erts: Don't use EV_DISPATCH on openbsd | Lukas Larsson |
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: Make sys_memcpy and friends inline functions | Sverker Eriksson |
2018-03-13 | Merge PR-1699 from sverker/hipe-amd64-high-code/OTP-14951 | Sverker Eriksson |
2018-03-05 | erts: Remove unused "executable" feature from ErtsMemMapper | Sverker Eriksson |
2018-03-05 | erts: Remove hipe amd64 code super carrier (exec_mmap) | Sverker Eriksson |
2018-02-16 | erts: Ignore SIGTERM in erl_child_setup | Lukas Larsson |
2018-01-30 | erts: Remove low memory demand for hipe amd64 code | Sverker Eriksson |
2018-01-24 | Merge branch 'maint' | Sverker Eriksson |
2018-01-15 | erts: Refactor and cleanup sys_double_to_chars_fast | Sverker Eriksson |
2018-01-15 | erts: Fix float_to_list(F, [{decimals,D}]). | Sverker Eriksson |
2018-01-03 | Alter erl_ddll:load dependency search path on Windows | John Högberg |
2018-01-03 | Replace the libc environment with a thread-safe emulation | John Högberg |
2017-10-30 | erts: Fix a bunch of compiler warnings | Lukas Larsson |
2017-10-02 | erts: Trigger ready events when erts_io_control fails | Lukas Larsson |
2017-10-02 | erts: disable kernel-poll on OS X vsn < 16 | Lukas Larsson |
2017-10-02 | erts: Fix msacc testcase with new poll-thread | Lukas Larsson |
2017-10-02 | erts: Add testcases to test IOp and IOt options | Lukas Larsson |
2017-10-02 | erts: get_internal_state(check_io_debug) now prints to error_logger | Lukas Larsson |
2017-10-02 | erts: Move all I/O polling to a seperate thread | Lukas Larsson |
2017-10-02 | erts: Add multiple poll sets | Sverker Eriksson |
2017-09-15 | erts: Refactor check_io to use one static struct | Sverker Eriksson |
2017-09-15 | erts: Replace check_io spinlock with lock-less list insertion | Sverker Eriksson |
2017-09-15 | erts: Add number of enif_select's to check_io_debug | Sverker Eriksson |
2017-09-15 | erts: Remove undocumented driver_event | Sverker Eriksson |
2017-09-15 | erts: Refactor move check_io interface from sys to check_io | Sverker Eriksson |
2017-09-15 | erts: Rename ErtsPollSet_ structS to not confuse gdb | Sverker Eriksson |
2017-09-15 | erts: Increase number of check_io-fd-locks | Sverker Eriksson |
2017-09-11 | Merge branch 'maint' | Lukas Larsson |
2017-09-11 | Merge branch 'lukas/erts/fix_warnings' into maint | Lukas Larsson |
2017-09-11 | Fix unused-functions warnings | Lukas Larsson |
2017-09-05 | Merge branch 'maint' | Rickard Green |
2017-09-05 | Merge branch 'rickard/statistics-time-fixes/OTP-14597/ERL-465' into maint | Rickard Green |
2017-09-04 | Bug fixes of statistics(wall_clock) and statistics(runtime) | Rickard Green |
2017-07-17 | erts: Replace usage of all erts_smp prefixes to just erts | Lukas Larsson |
2017-07-17 | erts: Cleanup removal of non-smp emulators | Lukas Larsson |
2017-07-17 | erts: Remove ERTS_SMP and USE_THREAD defines | Lukas Larsson |
2017-07-06 | Merge branch 'john/erts/runtime-lcnt' into maint | John Högberg |
2017-07-06 | Allow toggling lock counting at runtime | John Högberg |
2017-05-29 | Fix WX lock check assertion on MacOSX | Rickard Green |