aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.c
AgeCommit message (Expand)Author
2012-12-07Implement true asynchronous signaling between processes and portsRickard Green
2012-12-03Move busy port flagRickard Green
2012-12-03Remove R9 compatibility featuresRickard Green
2012-12-03Use ptab functionality also for portsRickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-12-03Atomic port stateRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-08-02Use thread progress instead of scheduling misc aux work were possibleRickard Green
2012-08-02Merge 'rickard/thr-prgr-use/OTP-10116' and 'rickard/proc-sched/OTP-9892'Rickard Green
2012-08-02Remove development debug codeRickard Green
2012-08-02Fix bug scheduling free processesRickard Green
2012-06-18Fix faulty use of thread progress in handle_aux_work()Rickard Green
2012-04-27Optimize process state changesRickard Green
2012-04-16Optimize process table accessRickard Green
2012-04-16Implement possibility to use ordinary mutexes as process locksRickard Green
2012-03-22erl_process.c: Fix probe for process exitBjörn Gustavsson
2012-03-22Ifdef all dynamic trace codePatrik Nyblom
2012-03-22Change to more specific configure options for dtracePatrik Nyblom
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie
2012-03-21erts: Implement erl_haltRaimo Niskanen
2012-02-20Merge branch 'rickard/barriers/OTP-9922' into maintRickard Green
2012-02-19Reduce thread progress read operations in handle_aux_work()Rickard Green
2012-02-19Misc memory barrier fixesRickard Green
2012-02-16Merge branch 'jz/erts-remove-unused-var' into maintHenrik Nord
2012-02-07Merge branch 'dgud/sched-work-time/OTP-9858' into maintPatrik Nyblom
2012-01-26Implement statistics(scheduler_wall_time)Rickard Green
2011-12-21erts: Remove unused variableJovi Zhang
2011-12-20Remove bad assertRickard Green
2011-12-08Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-12-07Fix cleanup of elements in lock-free queuesRickard Green
2011-12-05Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-12-05Fix handle_async_ready_clean()Rickard Green
2011-12-01Merge branch 'rickard/rm-common-runq/OTP-9727'Rickard Green
2011-12-01Remove common run-queue in SMP caseRickard Green
2011-12-01Fix scheduler suspend bugRickard Green
2011-11-29erl_process.c: Remove the redundant variable 'processes_busy'Björn Gustavsson
2011-11-18Merge branch 'sverk/hipe-without-fpe/OTP-9724'Sverker Eriksson
2011-11-18Merge branch 'rickard/sched-compact-load/OTP-9695'Rickard Green
2011-11-17hipe,erts: Allow hipe without floating point exceptionsSverker Eriksson
2011-11-15Add switch that can disable scheduler compaction of loadRickard Green
2011-11-13Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Merge branch 'rickard/alloc-opt/OTP-7775'Rickard 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-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-26Merge branch 'dev' into majorLars Thorsen