Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-04 | erts: Document the +M<S>acul command line argument | Rickard Green | |
2013-06-04 | erts: Carrier pool information in allocator information | Rickard Green | |
That is, include information about carrier pool in result returned from erlang:system_info({allocator,allocator_sizes, _}). | |||
2013-06-04 | erts: Use carrier pool for migration of carriers | Rickard Green | |
2013-06-04 | erts: Implement test case for carrier pool | Rickard Green | |
2013-06-04 | erts: Implement carrier pool | Rickard Green | |
2013-06-04 | erts: Fix type errors in info functions | Rickard Green | |
2013-06-04 | erts: Use Uint64 for call counts | Rickard Green | |
2013-06-03 | erts: Fix failing testcase alloc_SUITE:rbtree | Sverker Eriksson | |
2013-06-03 | erts: Rename allocator aoffcbf to aoffcaobf | Sverker Eriksson | |
and add documentation in erts_alloc | |||
2013-06-03 | erts: Remove unnecessary flag arguments in allocators | Sverker Eriksson | |
A cleanup after SBMBC was removed. | |||
2013-06-03 | erts: Remove SBMBC allocator | Sverker Eriksson | |
2013-06-03 | erts: Add test for add_mbc and remove_mbc callbacks | Sverker Eriksson | |
2013-06-03 | erts: Fix deallocation in removed carrier | Sverker Eriksson | |
2013-06-03 | erts: Change naive list to rb-tree of carriers in AOFF allocator | Sverker Eriksson | |
and add new callbacks add_mbc(), remove_mbc() and largest_fblk_in_mbc() for carrier migration. | |||
2013-06-03 | erts: Prepare aoff allocator for carrier migration | Sverker Eriksson | |
by putting blocks from different carrier into separate search trees. Carriers are currently organized in a naive linked list by address order. | |||
2013-06-03 | erts: Make carrier header sizes customizable | Sverker Eriksson | |
This is a modified partial revert of 2ab1d972f6fd37c17b05 | |||
2013-06-03 | erts: Add "bestfit within carrier" for aoff allocator (aoffcbf) | Sverker Eriksson | |
2013-05-31 | Merge branch 'lukas/erts/gc_stat_contention/OTP-10271' into maint | Lukas Larsson | |
* lukas/erts/gc_stat_contention/OTP-10271: Replace gc stat lock with sched spec data | |||
2013-05-31 | Replace gc stat lock with sched spec data | Lukas Larsson | |
2013-05-30 | Merge branch 'kla/armv6l-for-hipe-fixed/OTP-11125' into maint | Fredrik Gustafsson | |
* kla/armv6l-for-hipe-fixed/OTP-11125: add support for hipe on Raspberry Pi (armv6l) | |||
2013-05-30 | Merge branch 'rickard/ptab-id-alloc/OTP-11077' into maint | Rickard Green | |
* rickard/ptab-id-alloc/OTP-11077: Introduce a better id allocation algorithm for PTabs | |||
2013-05-28 | add support for hipe on Raspberry Pi (armv6l) | Klaus Alfert | |
To enable hipe on a Raspberry Pi, configure has to detect the ARM processor correctly. On a Pi, uname detects the CPU as armv6l. Other CPU variants are already detected with ARCH=arm, so does now the armv6l of the Raspberry Pi. | |||
2013-05-27 | Merge branch 'raimo/race-in-prim_inet-close/OTP-10497' into maint | Raimo Niskanen | |
* raimo/race-in-prim_inet-close/OTP-10497: Do not unlink before closing port | |||
2013-05-24 | Merge branch 'nox/fix-silent-rules/OTP-11111' into maint | Fredrik Gustafsson | |
* nox/fix-silent-rules/OTP-11111: Fix some Makefile rules that didn't support silent rules | |||
2013-05-24 | Do not unlink before closing port | Raimo Niskanen | |
2013-05-22 | Merge branch 'sverk/win64-fixes' into maint | Sverker Eriksson | |
* sverk/win64-fixes: erts: Change some more 'long' to pointer sized int (ErlDrvUInt) erts: Fix crash in nif_SUITE for win64 erts: Fix assert in isdigit for negative characters | |||
2013-05-22 | Merge branch 'lukas/erts/process_memory_crash_dump/OTP-11098' into maint | Lukas Larsson | |
* lukas/erts/process_memory_crash_dump/OTP-11098: Bump crash dump version | |||
2013-05-21 | Bump crash dump version | Lukas Larsson | |
2013-05-20 | Merge branch 'nox/fix-wcwidth/OTP-11106' into maint | Fredrik Gustafsson | |
* nox/fix-wcwidth/OTP-11106: Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drv | |||
2013-05-17 | Introduce a better id allocation algorithm for PTabs | Rickard Green | |
2013-05-16 | Merge branch 'rickard/frmptr' into maint | Rickard Green | |
* rickard/frmptr: Add 'frmptr' emulator type Conflicts: erts/preloaded/ebin/erlang.beam | |||
2013-05-16 | Merge branch 'rickard/nosuspend/OTP-11076' into maint | Rickard Green | |
* rickard/nosuspend/OTP-11076: Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled | |||
2013-05-16 | Merge branch 'rickard/inet_opts/OTP-11075' into maint | Rickard Green | |
* rickard/inet_opts/OTP-11075: Make high_msgq_watermark and low_msgq_watermark generic inet options Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2013-05-16 | Merge branch 'rickard/inet_db/OTP-11074' into maint | Rickard Green | |
* rickard/inet_db/OTP-11074: Do not treat port_set_data/port_get_data as signals Conflicts: erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam | |||
2013-05-16 | Merge branch 'lukas/erts/process_memory_crash_dump/OTP-11098' into maint | Lukas Larsson | |
* lukas/erts/process_memory_crash_dump/OTP-11098: Print process memory usage info in crash dump | |||
2013-05-16 | Merge branch 'lukas/erts/nodes_rwlock_contentions/OTP-11097' into maint | Lukas Larsson | |
* lukas/erts/nodes_rwlock_contentions/OTP-11097: Change rwlock to rlock where possible | |||
2013-05-16 | Change rwlock to rlock where possible | Lukas Larsson | |
Having rwlock could cause high unneccesary contention on the dist table when calling erlang:nodes() from many schedulers at the same time. | |||
2013-05-16 | Merge branch 'lukas/erts/win32_io_flush_hangs/OTP-11096' into maint | Lukas Larsson | |
* lukas/erts/win32_io_flush_hangs/OTP-11096: Repeat flush loop at timeout intervals | |||
2013-05-14 | Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drv | Anthony Ramine | |
2013-05-13 | Print process memory usage info in crash dump | Lukas Larsson | |
2013-05-08 | Merge branch 'nox/wide-chars/OTP-11088' into maint | Fredrik Gustafsson | |
* nox/wide-chars/OTP-11088: Support wide characters in the shell through wcwidth() Fix bogus DEBUGLOG() incantations in ttsl_drv | |||
2013-05-06 | Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled | Rickard Green | |
2013-05-06 | Make high_msgq_watermark and low_msgq_watermark generic inet options | Rickard Green | |
2013-05-06 | erts: Change some more 'long' to pointer sized int (ErlDrvUInt) | Sverker Eriksson | |
2013-05-06 | Merge branch 'sverk/fix-alloc-fixes' into maint | Sverker Eriksson | |
* sverk/fix-alloc-fixes: erts: Remove unnecessary utf8 analysis step in external decoding erts: Fix locking order violation for allocation wrappers erts: Change locking order for "port_table" and "port_sched_lock" erts: Adjust sizes for fix allocator erts: Fix unabused bug in fixed allocation erts: Fix benign size-bug for fix-allocators MONITOR_SH and NLINK_SH erts: Refactor in new struct ErtsAllctrFixDDBlock_t OTP-11085 | |||
2013-05-06 | Merge branch 'nox/fix-warnings/OTP-11086' into maint | Fredrik Gustafsson | |
* nox/fix-warnings/OTP-11086: Fix some sign warnings found with Clang Fix a shift/reduce conflicts warning in icparse Fix two deprecation warnings in com.ericsson.otp.ic.Environment Define matherr only on platforms where it is used Properly declare _sigaction on Darwin Properly mark Uint literals as unsigned in big.c Do not use -mdynamic-no-pic on Darwin | |||
2013-05-03 | erts: Fix crash in nif_SUITE for win64 | Sverker Eriksson | |
'long' is not pointer sized on win64 | |||
2013-05-03 | erts: Fix assert in isdigit for negative characters | Sverker Eriksson | |
2013-04-30 | Fix some sign warnings found with Clang | Anthony Ramine | |
2013-04-30 | Define matherr only on platforms where it is used | Anthony Ramine | |