aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2011-11-18Fix warning when lock-checker is enabledRickard Green
2011-11-18Replace spinlock with mutex as pix_lock implementationRickard Green
2011-11-13Make sure only one thread exits the runtime systemRickard Green
2011-11-13Use critical sections as mutex implementation on WindowsRickard Green
2011-11-13Use generic lock-free queue for async threadsRickard Green
2011-11-13Use generic lock-free queue for misc aux workRickard Green
2011-11-13Implement generic lock-free queueRickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-10-14Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-28Prevent valgrind warning for erts_alloc_permanent_cache_alignedSverker Eriksson
2011-09-28[erts] Fix memory leak in erts_make_stub_module (hipe loading)Sverker Eriksson
2011-09-24Merge branch 'rickard/aux-work-bug/OTP-9567' into devRickard Green
2011-09-22Fix lost wakeup of scheduler when enqueuing auxiliary workRickard Green
2011-09-20Merge branch 'ta/docs-fixes' into devHenrik Nord
2011-09-19Merge branch 'rickard/glibc-mutex-destroy-bug/OTP-9373' into devRickard Green
2011-09-16Merge branch 'pan/erl-bif-types/OTP-9496' into devBjörn-Egil Dahlberg
2011-09-16Merge branch 'pan/win_erlsrv_stop/OTP-9344' into devBjörn-Egil Dahlberg
2011-09-15Fix more misspellings of compatibilityTuncer Ayaz
2011-09-12Make sure we have a run_queueBjörn-Egil Dahlberg
2011-09-12Cleanup ETS bif's in hipe:erl_bif_types.erl (for dialyzer)Patrik Nyblom
2011-09-08Merge branch 'fm/enif_compare-64-to-32bits-cast' into devHenrik Nord
2011-09-02Fix enif_compare on 64bits machinesFilipe David Manana
2011-08-27Add erlang:external_size/2 BIFFilipe David Manana
2011-08-25Add erlang:check_old_code/1Björn Gustavsson
2011-08-25check_process_code/2: Quickly return 'false' if there is no old codeBjörn Gustavsson
2011-08-24Merge branch 'rc/r14-gc-fix' into devHenrik Nord
2011-08-15fix 64-bit issues in the garbage collectionRichard Carlsson
2011-08-03Fix binary construction with huge literal sizesBjörn Gustavsson
2011-08-03beam_load.c: Add overflow check of tag valuesBjörn Gustavsson
2011-08-03Fix construction of <<0:((1 bsl 32)-1)>>Björn Gustavsson
2011-07-29Merge branch 'sverker/allocator-aoff/OTP-9424' into devSverker Eriksson
2011-07-20Small fixups for rickard/sbmbc/OTP-9339Sverker Eriksson
2011-07-18New allocator: Address order first fit (aoff)Sverker Eriksson
2011-07-13Merge branch 'sverker/enif_make_int64-halfword/OTP-9394' into devSverker Eriksson
2011-07-11Merge branch 'rickard/sbmbc/OTP-9339' into maint-r14Erlang/OTP
2011-07-11Merge branch 'sverker/ets_delete-deadlock-race/OTP-9423' into maint-r14Erlang/OTP
2011-07-08Use separate memory carriers for small blocksRickard Green
2011-07-07Fix a match-spec trace bug that could cause emulator crashSverker Eriksson
2011-07-07Fix bug in ets:delete for write_concurrency that could lead to deadlockSverker Eriksson
2011-06-30Fix halfword bug in enif_make_int64Sverker Eriksson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-06-14Improve ethread atomicsRickard Green
2011-06-13Do not abort emulator when buggy pthread impl return EBUSYRickard Green
2011-05-26Change start order so that service_event gets initialized before it's usedPatrik Nyblom
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-19Merge branch 'rickard/driver_async_cancel/OTP-9302' into devRikard Green
2011-05-18Fix driver_async_cancel()Rickard Green
2011-05-13Merge branch 'sverker/hipe-misc-fixing/OTP-9298' into devBjörn-Egil Dahlberg