aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.c
AgeCommit message (Expand)Author
2016-04-01Merge branch 'rickard/proc-free-fix/OTP-13446' into maint-18Erlang/OTP
2016-03-31Fix bad refc management of process structRickard Green
2016-03-01Merge branch 'sverk/halt-INT_MIN' into maintSverker Eriksson
2016-02-25Merge branch 'egil/heart-callback/OTP-13250' into maintBjörn-Egil Dahlberg
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2016-02-23Do not wait for main lock when looking up process not runningRickard Green
2016-02-16erts: Add BIF erts_internal:system_check/1Björn-Egil Dahlberg
2016-02-08Merge branch 'sverk/proc-exiting-timer-race/OTP-13245' into maintSverker Eriksson
2016-02-02Merge branch 'rickard/monotonic-time-improvements/OTP-13222' into maintRickard Green
2016-01-20Introduce time warp safe trace timestamp formatsRickard Green
2016-01-18Fix dirty scheduler check in handle_aux_workSteve Vinoski
2016-01-18erts: Fix race between receive timeout and exit signalSverker Eriksson
2016-01-14Merge branch 'vinoski/dirty-sched-no-aux-work/OTP-13236' into maintRickard Green
2015-12-30Light weight statistics of run queue lengthsRickard Green
2015-12-21Do not allow aux work on dirty schedulersSteve Vinoski
2015-11-02erts: Remove ERTS_PSD_DIST_ENTRYSverker Eriksson
2015-09-09Merge branch 'rickard/event-tmo/OTP-12954' into maintRickard Green
2015-08-27Fix ethread events with timeoutRickard Green
2015-08-18Merge branch 'lukas/erts/process_priority_unlock/OTP-12943' into maintLukas Larsson
2015-08-13erts: Make sure to unlock status lock when setting process prioLukas Larsson
2015-08-10Merge branch 'lukas/erts/system_process_core/OTP-12934' into maintLukas Larsson
2015-08-10Merge branch 'sverk/smp-trace-port-exit-bug/OTP-12901' into maintLukas Larsson
2015-08-10Teach smp VM how to deal with crash of a linked trace portSverker Eriksson
2015-07-14erts: Don't abort when a system process is terminatedLukas Larsson
2015-07-08Merge branch 'rickard/non-smp-trace-port-exit-bug/OTP-12889' into maint-18Erlang/OTP
2015-07-07Merge branch 'maint-17' into maintZandra Hird
2015-07-06Teach non-smp VM how to deal with trace port crashRickard Green
2015-06-22Merge branch 'bruce/change-license'Bruce Yinhe
2015-06-18erts: Fix timer wheel initialization bug for non smpSverker Eriksson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-17Save IO bytes in scheduler specific dataRickard Green
2015-06-10Merge branch 'rickard/timer-improvement/OTP-12650'Rickard Green
2015-06-10Merge branch 'rickard/lost-multi-aux-work/OTP-12812'Rickard Green
2015-06-09Disable accessor timer optionRickard Green
2015-06-09Aux work flag descriptionsRickard Green
2015-06-09Fix test casesRickard Green
2015-06-08Fix lost aux work flags when setting multiple flagsRickard Green
2015-06-05Reorder scheduler information in crashdumpsDan Gudmundsson
2015-05-25Merge branch 'vinoski/ds-timer-wheel-fix'Rickard Green
2015-05-25Fix bug causing timeout to overwrite exit instructionRickard Green
2015-05-18Avoid timer wheel work in dirty schedulersSteve Vinoski
2015-05-08Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green
2015-05-08Optimized timer implementationRickard Green
2015-04-27Merge branch 'vinoski/dirty-sched-wakeup'Zandra Hird
2015-04-14erts: Refactor erts_queue_messageBjörn-Egil Dahlberg
2015-04-10Keep dirty schedulers from waking other schedulersSteve Vinoski
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Multiple timer wheelsRickard Green
2015-03-20Erlang based BIF timer implementation for scalabilityRickard Green
2015-03-20Implement ethread events with timeoutRickard Green