summaryrefslogtreecommitdiff
path: root/erts/emulator
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Sverker Eriksson2012-04-274-61/+375
|\
| * Merge branch 'maint-r15' into maintSverker Eriksson2012-04-274-58/+370
| |\
| | * Merge branch 'rickard/driver_system_info/OTP-10059' into maint-r15Erlang/OTP2012-04-251-0/+4
| | |\
| | | * Clear number of async threads if no thread supportRickard Green2012-04-181-0/+4
| | * | Merge branch 'rickard/no_ets_write_concurrency-r15b01/OTP-10048' into maint-r15Erlang/OTP2012-04-251-11/+52
| | |\ \
| | | * \ Merge branch 'rickard/no_ets_write_concurrency/OTP-10048' into rickard/no_ets...Rickard Green2012-04-041-11/+52
| | | |\ \ | | | | |/ | | | |/|
| | | | * Remove unnecessary memory barriers in ETS when no write_concurrency is usedRickard Green2012-04-041-12/+54
| | * | | Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15Erlang/OTP2012-04-253-6/+82
| | |\ \ \
| | | * | | Add switch controlling scheduler busy waitRickard Green2012-04-233-6/+83
| | | |/ /
| | * | | Merge branch 'rickard/sched-wakeup-other/OTP-10033' into rickard/sched-wakeup...Rickard Green2012-04-233-41/+232
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Implement proposal for new scheduler wakeup strategyRickard Green2012-04-233-46/+242
* | | | | Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green2012-04-2741-3090/+4010
|\ \ \ \ \
| * | | | | Teach etp-commands to understand new emulator internal data structuresRickard Green2012-04-271-0/+55
| * | | | | Optimize process state changesRickard Green2012-04-2725-2302/+2210
| * | | | | Optimize process table accessRickard Green2012-04-1632-802/+1509
| * | | | | Implement possibility to use ordinary mutexes as process locksRickard Green2012-04-164-46/+296
| | |/ / / | |/| | |
* | | | | Merge branch 'maint'Björn-Egil Dahlberg2012-04-231-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | erts: The lck->extra field needs 'TAGGED' dataBjörn-Egil Dahlberg2012-04-201-1/+1
* | | | | Correct dtrace for master branchPatrik Nyblom2012-04-191-3/+3
* | | | | Merge branch 'maint'Patrik Nyblom2012-04-187-191/+238
|\ \ \ \ \ | |/ / / /
| * | | | tests: Remove line macro from port_bif_SUITEBjörn-Egil Dahlberg2012-04-171-195/+190
| * | | | Make port_info(Port,os_pid) work on WindowsBjörn-Egil Dahlberg2012-04-173-9/+16
| * | | | Extend erlang:port_info/1,2 to show the OS pid of a spawned processMatthias Lang2012-04-176-2/+47
* | | | | Revert "Extend erlang:port_info/1,2 to show the OS pid of a spawned process"Patrik Nyblom2012-04-186-47/+2
* | | | | kernel, erts: Remove bit8 option from inetBjörn-Egil Dahlberg2012-04-161-63/+1
* | | | | Merge branch 'maint'Björn-Egil Dahlberg2012-04-138-46/+180
|\ \ \ \ \ | |/ / / /
| * | | | lcnt: Let runq locks reflect actual call locationRick Reed2012-04-101-0/+39
| * | | | lcnt: Enhancement fixupsBjörn-Egil Dahlberg2012-04-105-17/+13
| * | | | erts: Add lcnt port and suspend optionsRick Reed2012-04-055-45/+144
| * | | | Increase ethr event and lock counting constants to allow at least +A 1024.Rick Reed2012-04-041-1/+1
| |/ / /
* | | | Merge branch 'maint'Sverker Eriksson2012-03-301-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'sverk/proc-race-leak/OTP-10041' into maintSverker Eriksson2012-03-301-2/+2
| |\ \ \
| | * | | erts: Fix memory leak caused by race on exiting processSverker Eriksson2012-03-301-2/+2
* | | | | Merge branch 'maint'Rickard Green2012-03-301-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'rickard/erts-poll/OTP-10019' into maintRickard Green2012-03-301-1/+1
| |\ \ \ \
| | * | | | Fix wakeup functionality in no thread support caseRickard Green2012-03-271-1/+1
| | |/ / /
* | | | | Merge branch 'maint'Björn-Egil Dahlberg2012-03-3039-39/+39
|\ \ \ \ \ | |/ / / /
| * | | | Update copyright yearsBjörn-Egil Dahlberg2012-03-3039-39/+39
| |/ / /
* | | | Merge branch 'maint'Lukas Larsson2012-03-231-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009...Lukas Larsson2012-03-231-0/+1
| |\ \ \
| | * | | Disable built in hooks for emulatorLukas Larsson2012-03-211-0/+1
* | | | | Merge branch 'maint'Patrik Nyblom2012-03-2236-180/+3288
|\ \ \ \ \ | |/ / / /
| * | | | Use distinct function-entry probes for local and global callsBjörn Gustavsson2012-03-222-32/+53
| * | | | Correct calculation of stack depth in call/return probesBjörn Gustavsson2012-03-221-4/+2
| * | | | Add probes for all kind of callsBjörn Gustavsson2012-03-221-22/+37
| * | | | Don't try to "clean up" generated fun namesBjörn Gustavsson2012-03-221-22/+2
| * | | | erl_process.c: Fix probe for process exitBjörn Gustavsson2012-03-221-2/+2
| * | | | Update slogan and add system_info for dynamic tracePatrik Nyblom2012-03-221-1/+22
| * | | | Rename dyntrace BIFs to more suiting namesPatrik Nyblom2012-03-223-51/+51
| * | | | If VM probes are not enabled, short-circuit calls to probe BIFsBjörn Gustavsson2012-03-222-0/+91