aboutsummaryrefslogtreecommitdiff
path: root/linker
AgeCommit message (Expand)Author
2023-04-14Introduce hwasan mode for linkerFlorian Mayer
2023-04-05Remove unused includeFlorian Mayer
2023-04-03ELS TLS documentation: s/module/module_id/.Elliott Hughes
2023-03-17No-op DT_AARCH64_MEMTAG_* entriesMitch Phillips
2023-02-03Merge "Add the recoverable GWP-ASan feature."Mitch Phillips
2023-02-02Add the recoverable GWP-ASan feature.Mitch Phillips
2023-01-25linker: Fallback to argv[0] to get the executable infoVincent Donnefort
2023-01-10Merge "Plumb scudo_ring_buffer_size to debuggerd_process_info"Florian Mayer
2023-01-05Plumb scudo_ring_buffer_size to debuggerd_process_infoFlorian Mayer
2022-12-29linker: Fix memory leak for reserved memoryhuangchaochao
2022-12-01linker_namespace: move sonames instead of copyingJooyung Han
2022-11-18Remove stale TODO.Martin Stjernholm
2022-11-15Correctly print RISC-V arch name on error when verifying ELF header.Ulya Trafimovich
2022-10-22riscv64: build the linker.Elliott Hughes
2022-10-10riscv64 TLS support.Elliott Hughes
2022-09-30Improve a debug message to log a more useful namespace.Martin Stjernholm
2022-08-19Use liblog_for_runtime_apex instead of liblogJiyong Park
2022-08-11Add the .debug_frame for arm32.Christopher Ferris
2022-05-27Merge "Basic support for MTE stack tagging."Treehugger Robot
2022-05-26Basic support for MTE stack tagging.Evgenii Stepanov
2022-05-19Fix it to call the lambda functionSuchang Woo
2022-04-05Deprecate "/apex/<name>/ld.config.txtJiyong Park
2022-03-31Extempt calculate_gnu_hash_neon from hwasan.Florian Mayer
2022-03-28Merge "Always process TLS relocs using general code path"Ryan Prichard
2022-03-25Always process TLS relocs using general code pathRyan Prichard
2022-03-22Merge "Add DF_1_ORIGIN to SUPPORTED_DT_FLAGS_1."Treehugger Robot
2022-03-21Add DF_1_ORIGIN to SUPPORTED_DT_FLAGS_1.Peter Collingbourne
2022-03-08Tweak linux_glibc properties for musl builds in bionicColin Cross
2022-02-03Change default block size alignment to be 4 for memory saving on 32-bit archEric Miao
2022-02-01Keep allocation of `tail_` outside of LinkedListEric Miao
2022-01-25Move linker from sampling PGO to AFDO pipelineYi Kong
2021-11-04Re-enable LTO for linkerYi Kong
2021-10-01Merge "Remove bazel_module stanzas from bionic/linker"Christopher Parsons
2021-10-01Remove bazel_module stanzas from bionic/linkerChris Parsons
2021-10-01Add more tests to TEST_MAPPINGColin Cross
2021-08-26Merge "Reland "Use the dynamic table instead of __rela?_iplt_* to find the li...Peter Collingbourne
2021-08-26Reland "Use the dynamic table instead of __rela?_iplt_* to find the linker's ...Peter Collingbourne
2021-08-26Merge "Revert "Use the dynamic table instead of __rela?_iplt_* to find the li...Treehugger Robot
2021-08-26Revert "Use the dynamic table instead of __rela?_iplt_* to find the linker's ...ycheo
2021-08-25Merge "Export memalign to linker"Treehugger Robot
2021-08-20Use the dynamic table instead of __rela?_iplt_* to find the linker's IRELATIV...Peter Collingbourne
2021-08-17Export memalign to linkerMatthew Maurer
2021-06-14Remove host_bionic_injectColin Cross
2021-06-14Don't use prefix_symbols for host bionic linker wrapperColin Cross
2021-05-11Merge "Add cc_defaults for hugepage alignment of shared libraries"Collin Fijalkovich
2021-05-06Bionic: Mark PMD aligned text segments huge page eligibleCollin Fijalkovich
2021-04-29Add cc_defaults for hugepage alignment of shared librariesCollin Fijalkovich
2021-03-19bp2build: remove some bp2build_available props, use package_allowlist instead.Jingwen Chen
2021-03-11Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error...Peter Collingbourne
2021-03-09Merge "Add some slack at the end of large allocations when target SDK level <...Peter Collingbourne