summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_bif_info.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-131-1/+1
* Merge branch 'rickard/outstanding-cpc-cla-limit/24.1.7/OTP-17796' into maintRickard Green2021-12-071-0/+4
|\
| * Merge branch 'rickard/outstanding-cpc-cla-limit/23.3.4/OTP-17796' into rickar...Rickard Green2021-12-061-0/+4
| |\
| | * Merge branch 'rickard/outstanding-cpc-cla-limit/22.3.4/OTP-17796' into rickar...Rickard Green2021-12-061-0/+3
| | |\
| | | * Introduce outstanding requests limit for system processesRickard Green2021-12-061-0/+3
* | | | Merge branch 'rickard/dirty-alloc-instances/OTP-17363' into maintRickard Green2021-11-161-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Allocator instances for dirty schedulersRickard Green2021-11-161-4/+4
* | | | Merge branch 'rickard/pi-status/OTP-17628' into maintRickard Green2021-09-131-9/+14
|\ \ \ \
| * | | | Fix process_info(_, status) from other process with other prioRickard Green2021-09-111-9/+14
* | | | | erts: Protect erts_debug_SUITE:stack_check against loopingSverker Eriksson2021-06-071-2/+2
| |/ / / |/| | |
* | | | Merge branch 'rickard/signal-order-fix/23/OTP-17291' into rickard/signal-orde...Rickard Green2021-04-221-2/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'rickard/signal-order-fix/22/OTP-17291' into rickard/signal-orde...Rickard Green2021-04-221-2/+8
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'rickard/signal-order-fix/OTP-17291' into rickard/signal-order-f...Rickard Green2021-04-221-2/+8
| | |\ \
| | | * | Ensure is_process_alive() and process_info() respect signal orderRickard Green2021-04-221-2/+8
| | | |/
| | * | Merge branch 'rickard/recv-opt-fix/ERL-1199/OTP-16572' into maint-22Erlang/OTP2020-04-061-8/+10
| | |\ \
| | * \ \ Merge branch 'john/erts/fix-cla-disable-gc/OTP-16555/ERL-1088' into maint-22Erlang/OTP2020-04-061-0/+34
| | |\ \ \
| * | \ \ \ Merge branch 'rickard/link-protocol-fix/OTP-17127' into maintRickard Green2021-03-101-8/+36
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'rickard/recv-mark-fixup'Rickard Green2021-03-111-24/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove test-case workaround for missing compiler supportRickard Green2021-03-091-24/+0
* | | | | | | | Merge branch 'rickard/link-protocol-fix/master/OTP-17127' into masterRickard Green2021-03-101-8/+36
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rickard/link-protocol-fix/OTP-17127' into rickard/link-protocol...Rickard Green2021-03-101-8/+36
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | erts: Fix link protocol inconsistency bug in distributed caseRickard Green2021-03-101-2/+8
| | * | | | | | erts: Adjust link structure in distributed caseRickard Green2021-03-011-2/+2
| | * | | | | | erts: Fix link protocol inconsistency bug in node local caseRickard Green2021-03-011-7/+19
| | * | | | | | erts: Split link structure in node local caseRickard Green2021-03-011-4/+14
* | | | | | | | Merge branch 'maint'Rickard Green2021-03-101-0/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'rickard/multizero-timeout-in-timeout-fix/23/OTP-17253' into maintRickard Green2021-03-101-0/+34
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'rickard/multizero-timeout-in-timeout-fix/OTP-17253' into rickar...Rickard Green2021-03-041-0/+34
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fix multi-zero timeout callback handling in timer wheelRickard Green2021-03-041-0/+34
| | | | |_|_|/ | | | |/| | |
* | | | | | | Merge branch 'maint'Sverker Eriksson2021-01-111-29/+92
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Produce nice asan logsSverker Eriksson2020-12-181-51/+86
| * | | | | | erts: Add address-sanitizer build target 'asan'Sverker Eriksson2020-12-181-0/+6
| |/ / / / /
* | | | | | Fix receive marker API to avoid racesRickard Green2021-01-111-10/+13
* | | | | | Merge branch 'rickard/recv-opt/OTP-16226'Rickard Green2020-12-231-7/+29
|\ \ \ \ \ \
| * | | | | | Multiple reusable receive markers for receive optimizationRickard Green2020-12-081-7/+29
* | | | | | | erlang: Add extended error for all BIFsBjörn Gustavsson2020-12-141-1/+1
* | | | | | | Implement EEP-54 (extended error information)Björn Gustavsson2020-12-021-2/+2
|/ / / / / /
* | | | | | Merge pull request #2860 from jhogberg/john/erts/refactor-code-pointersJohn Högberg2020-11-131-8/+18
|\ \ \ \ \ \
| * | | | | | erts: Replace `BeamInstr*` with `ErtsCodePtr` (void*)John Högberg2020-11-121-8/+18
* | | | | | | otp: Remove all purify supportSverker Eriksson2020-11-091-53/+3
|/ / / / / /
* | | | | | otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-78/+3
* | | | | | jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-10/+11
* | | | | | jit: Refactor export entries and NIF loading for W^XJohn Högberg2020-10-301-1/+1
* | | | | | jit: Use the native stack as the Erlang stackJohn Högberg2020-09-221-0/+4
* | | | | | erts: Implement the BeamAsm JITLukas Larsson2020-09-221-3/+13
* | | | | | erts: Refactor bif exports to be allocated at start-timeLukas Larsson2020-09-211-4/+4
* | | | | | erts: Break out module-info related functions from beam_load.cJohn Högberg2020-09-211-0/+338
* | | | | | Merge branch 'sverker/cuddle-persistent_term-basic'Sverker Eriksson2020-08-311-0/+3
|\ \ \ \ \ \
| * | | | | | erts: Fix persistent_term_SUITESverker Eriksson2020-08-111-0/+3
| |/ / / / /
* | | | | | Merge pull request #2630 from richcarl/drop-elib-malloc/OTP-16788Lukas Larsson2020-08-111-4/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |