Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-10 | Merge branch 'rickard-sverker/carrier-migration/OTP-10279' into maint | Rickard Green | |
* rickard-sverker/carrier-migration/OTP-10279: erts: Fix warning erts: Fix management of redirected carrier to deallocate | |||
2013-06-10 | Merge branch 'sverk/darwin-unlimited-select' into maint | Sverker Eriksson | |
* sverk/darwin-unlimited-select: erts: Fix dynamic select for darwin erts: Refactor unlimited select patch erts: Fix bug in unlimited fd_set patch Use _DARWIN_UNLIMITED_SELECT in erl_poll | |||
2013-06-10 | Merge branch 'rickard/stale-driver-select/OTP-11084' into maint | Rickard Green | |
* rickard/stale-driver-select/OTP-11084: Fix bad fix of erts_stale_drv_select() | |||
2013-06-10 | Fix bad fix of erts_stale_drv_select() | Rickard Green | |
2013-06-10 | erts: Fix debug code in erts_ptab_test_next_id() | Rickard Green | |
2013-06-10 | erts: Fix warning | Rickard Green | |
2013-06-10 | erts: Fix management of redirected carrier to deallocate | Rickard Green | |
2013-06-05 | Merge branch 'pan/unicode_error_wrong_offset' into maint | Patrik Nyblom | |
* pan/unicode_error_wrong_offset: Fix faulty rest on error in unicode:characters_to_list OTP-11080 | |||
2013-06-05 | Merge branch 'pan/r16b01/system_monitor_long_schedule/OTP-11067' into maint | Patrik Nyblom | |
* pan/r16b01/system_monitor_long_schedule/OTP-11067: Minor spelling correction Add system_monitor of long_schedule | |||
2013-06-05 | Merge branch 'pan/win_now_jumps' into maint | Patrik Nyblom | |
* pan/win_now_jumps: Enable use of GetTickCoun64 when available Intermediate code with lock on gettickcount() Tmp OTP-11146 | |||
2013-06-04 | Merge branch 'rickard/stale-driver-select/OTP-11084' into maint | Rickard Green | |
* rickard/stale-driver-select/OTP-11084: Fix crash when reporting stale driver select | |||
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: 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 '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-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-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_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-13 | Print process memory usage info in crash dump | Lukas Larsson | |
2013-05-12 | Use _DARWIN_UNLIMITED_SELECT in erl_poll | Anthony Ramine | |
This allows erl_poll to select() on file descriptors greater than FD_SETSIZE (1024) on Darwin. The fd sets are manually (re)allocated and freed. | |||
2013-05-06 | Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled | 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 | Fix crash when reporting stale driver select | Rickard Green | |
2013-05-02 | Add system_monitor of long_schedule | Patrik Nyblom | |
2013-05-02 | Fix faulty rest on error in unicode:characters_to_list | Patrik Nyblom | |
2013-04-30 | Fix some sign warnings found with Clang | Anthony Ramine | |
2013-04-30 | Properly mark Uint literals as unsigned in big.c | Anthony Ramine | |
2013-04-29 | Do not treat port_set_data/port_get_data as signals | Rickard Green | |