1. c3b3e86 Use PROT_NONE on the unused parts of CFI shadow. by Evgenii Stepanov · 4 years ago
  2. eb6c7ab Copy translateSystemPathToApexPath to linker_translate_path.cpp by Victor Khimenko · 4 years, 1 month ago
  3. ccf1602 Allow native_bridge linker to use different APEX from native one by Victor Khimenko · 4 years, 1 month ago
  4. 76eb84a __loader_cfi_fail: acquire g_dl_mutex by Ryan Prichard · 4 years, 2 months ago
  5. 771da6f android_get_exported_namespace: acquire g_dl_mutex by Ryan Prichard · 4 years, 2 months ago
  6. a08c97b Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 4 years, 3 months ago
  7. 515a0e2 Revert "Statically link libdl.a to linker" by Jooyung Han · 4 years, 3 months ago
  8. ec829ed Statically link libdl.a to linker by Jiyong Park · 4 years, 3 months ago
  9. f4e3d42 Delete definitions of __aeabi_unwind_cpp_pr0. by Peter Collingbourne · 4 years, 5 months ago
  10. 4c9293f [GWP-ASan] Export GWP-ASan regions to libdebuggerd. by Mitch Phillips · 4 years, 4 months ago
  11. 47ddeb1 Merge "Deprecate sys.linker.use_generated_config property" by Kiyoung Kim · 4 years, 4 months ago
  12. 1878690 Deprecate sys.linker.use_generated_config property by Kiyoung Kim · 4 years, 4 months ago
  13. c65b55c Merge "Remove XOM properties." by Ivan Lozano · 4 years, 4 months ago
  14. 1479893 Remove unused mips/mips64 code from the linker. by Elliott Hughes · 4 years, 4 months ago
  15. 3e928ed Remove XOM properties. by Ivan Lozano · 4 years, 4 months ago
  16. 57e6b86 Adjust the documentation of `get_ld_config_file_apex_path`. by Roland Levillain · 4 years, 4 months ago
  17. a399ede Merge "Use generated linker config for APEX binaries" by Kiyoung Kim · 4 years, 4 months ago
  18. 22fa3dd Ignore symbols of imported libs' dependencies by Ryan Prichard · 4 years, 4 months ago
  19. fb58744 Use generated linker config for APEX binaries by Kiyoung Kim · 4 years, 4 months ago
  20. e503383 Comment two linker namespace functions by Ryan Prichard · 4 years, 4 months ago
  21. 272458e Rename dlsym_handle_lookup:6 to dlsym_handle_lookup_impl by Ryan Prichard · 4 years, 5 months ago
  22. 1d8f6f2 Merge "Modernize SHT_RELR support." by Elliott Hughes · 4 years, 5 months ago
  23. 6663f55 Modernize SHT_RELR support. by Elliott Hughes · 4 years, 5 months ago
  24. 29546b9 Merge "Make ramdisk_available." by Yifan Hong · 4 years, 5 months ago
  25. 928c249 Remove an unused code path by Ryan Prichard · 4 years, 5 months ago
  26. 5a39cee Make ramdisk_available. by Yifan Hong · 4 years, 5 months ago
  27. 39d9156 Merge "Export the unwinder implementation from libc." by Peter Collingbourne · 4 years, 5 months ago
  28. 0bf9aed Merge "Neon-optimized version of the GNU symbol calculation" by Ryan Prichard · 4 years, 5 months ago
  29. 4f14069 Restore handling of R_GENERIC_NONE relocations by Ryan Prichard · 4 years, 5 months ago
  30. 129f7a1 Neon-optimized version of the GNU symbol calculation by Ryan Prichard · 4 years, 6 months ago
  31. 339ecef Optimize GNU hash linking for large inputs by Ryan Prichard · 4 years, 5 months ago
  32. f2b1e03 Export the unwinder implementation from libc. by Peter Collingbourne · 4 years, 6 months ago
  33. a04764b Merge changes I578d36a1,Id17508ab,I385f312b by Ryan Prichard · 4 years, 5 months ago
  34. cec75e3 Merge "Do not add duplicate soinfos to g_default_namespace" by Ryan Prichard · 4 years, 5 months ago
  35. 551565e Create linker_log[_va_list] functions by Ryan Prichard · 4 years, 6 months ago
  36. 0e12cce Validate defined versions in prelink_image by Ryan Prichard · 4 years, 5 months ago
  37. ae320cd Prelink each library only once by Ryan Prichard · 4 years, 6 months ago
  38. e2871bd Do not add duplicate soinfos to g_default_namespace by NIEJuhu · 4 years, 6 months ago
  39. 5e2ac29 Merge "Stop using the __ANDROID_API_x__ constants." by Elliott Hughes · 4 years, 6 months ago
  40. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 4 years, 6 months ago
  41. fa87744 Make the linker NOTICE file match the linker source. by Elliott Hughes · 4 years, 6 months ago
  42. 19f95dd Do not DL_WARN when failed to find generated linker config by Kiyoung Kim · 4 years, 6 months ago
  43. ff43ec0 Prefer arch-specific linker config when available by Evgeny Eltsin · 4 years, 6 months ago
  44. 838ca10 Merge "Enable linker configuration from generator by default" by Kiyoung Kim · 4 years, 6 months ago
  45. ef04c80 Enable linker configuration from generator by default by Kiyoung Kim · 4 years, 6 months ago
  46. cdb52fc Make private/bionic_page.h available as platform/bionic/page.h. by Elliott Hughes · 4 years, 6 months ago
  47. 1a2460d Move linker config under /linkerconfig by Kiyoung Kim · 4 years, 7 months ago
  48. 4d4087d Replace LIB_PATH macro with kLibPath by Ryan Prichard · 4 years, 6 months ago
  49. 28fb781 Merge "linker: add more context to link failure error." by Treehugger Robot · 4 years, 7 months ago
  50. 94a8e85 linker: avoid -O0 memset while clearing temp_tcb by Ryan Prichard · 4 years, 7 months ago
  51. 1626957 linker: add more context to link failure error. by Josh Gao · 4 years, 8 months ago
  52. 249757b Use ifuncs in the linker by Ryan Prichard · 4 years, 7 months ago
  53. 80e40f0 Refactor linker/Android.bp for native-bridge by Ryan Prichard · 4 years, 7 months ago
  54. dd2ed97 Merge "Add linker config variable: VNDK_APEX_VER" by Jooyung Han · 4 years, 7 months ago
  55. 859202c Merge "linker: remove COUNT_PAGES" by Ryan Prichard · 4 years, 7 months ago
  56. 6f9a97f Merge "Revert "Load /dev/linker/ld.config.txt by default"" by Treehugger Robot · 4 years, 8 months ago
  57. 09bde95 Revert "Load /dev/linker/ld.config.txt by default" by Roland Levillain · 4 years, 8 months ago
  58. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 4 years, 8 months ago
  59. 0928399 Add linker config variable: VNDK_APEX_VER by Jooyung Han · 4 years, 8 months ago
  60. 78cd283 linker: remove COUNT_PAGES by Ryan Prichard · 4 years, 8 months ago
  61. 61a97e9 Load /dev/linker/ld.config.txt by default by Kiyoung Kim · 4 years, 8 months ago
  62. 9da992c Merge changes Ia0c0018c,I2f1fc8b4,Ibe964c3b,I791da8ac by Ryan Prichard · 4 years, 8 months ago
  63. 495863f linker: stop relocating R_ARM_REL32 by Ryan Prichard · 4 years, 8 months ago
  64. 308af57 Factor out R_GENERIC_COPY by Ryan Prichard · 4 years, 8 months ago
  65. e0a53e2 Factor out R_GENERIC_ABSOLUTE by Ryan Prichard · 4 years, 8 months ago
  66. 9ef61a2 Remove broken arm64 PREL/ABS relocations by Ryan Prichard · 4 years, 8 months ago
  67. 919dc05 Merge "Revert "Change linker config variable: VNDK_VER"" by Treehugger Robot · 4 years, 8 months ago
  68. a365ac1 Revert "Change linker config variable: VNDK_VER" by Jooyung Han · 4 years, 8 months ago
  69. 2ab4e0f Merge "Cleanup linker unwinder integration" by Ryan Prichard · 4 years, 8 months ago
  70. d9a4115 Cleanup linker unwinder integration by Ryan Prichard · 4 years, 8 months ago
  71. e30a7f5 Change linker config variable: VNDK_VER by Jooyung Han · 4 years, 9 months ago
  72. e87e0dc Restrict the availability of the bionic libs by Jiyong Park · 4 years, 8 months ago
  73. c6bec07 Inline soinfo::get_tls by Ryan Prichard · 4 years, 8 months ago
  74. c5d3a43 Make tls related header files platform accessible. by Christopher Ferris · 4 years, 9 months ago
  75. 34c0043 Merge "Use generated linker config by default" by Kiyoung Kim · 4 years, 9 months ago
  76. b2a1c11 Remove libvorbisdec from greylist. by Dongwon Kang · 4 years, 9 months ago
  77. 89b9528 Use generated linker config by default by Kiyoung Kim · 4 years, 9 months ago
  78. 9fe3826 Add more linker debug log. by Martin Stjernholm · 4 years, 10 months ago
  79. 6d5277d Update references to the new com.android.art APEX. by Martin Stjernholm · 5 years ago
  80. c896a06 Merge "Revert "linker: cleanup (removing unused VNDK_VER)"" by Treehugger Robot · 4 years, 10 months ago
  81. 5d1d907 Revert "linker: cleanup (removing unused VNDK_VER)" by Jooyung Han · 4 years, 10 months ago
  82. 665e98e Merge "Add additional dl_phdr_info fields" by Ryan Prichard · 4 years, 10 months ago
  83. 65dcf78 Merge "linker: cleanup (removing unused VNDK_VER)" by Jooyung Han · 4 years, 10 months ago
  84. a2e83ab Add additional dl_phdr_info fields by Ryan Prichard · 4 years, 10 months ago
  85. 74e5643 Merge "Link libc++demangle." by Treehugger Robot · 4 years, 10 months ago
  86. 28cf07f Merge "Reland "fdsan: make fatal by default."" by Treehugger Robot · 4 years, 10 months ago
  87. 39699ea linker: cleanup (removing unused VNDK_VER) by Jooyung Han · 4 years, 10 months ago
  88. 6a51013 Reland "fdsan: make fatal by default." by Josh Gao · 4 years, 10 months ago
  89. 3952113 Merge "Fix a few bionic test failures caused by hwasan global instrumentation." by Peter Collingbourne · 4 years, 10 months ago
  90. 191ecdc Fix a few bionic test failures caused by hwasan global instrumentation. by Peter Collingbourne · 4 years, 10 months ago
  91. a40a144 Merge "linker: Set VMA name for bss sections" by Treehugger Robot · 4 years, 10 months ago
  92. 1bf62b2 linker: Set VMA name for bss sections by Vic Yang · 4 years, 10 months ago
  93. 6b0d1cd Merge "Use generated linker config" by Kiyoung Kim · 4 years, 10 months ago
  94. d82eb35 Merge "Don't create anonymous namespace" by Jiyong Park · 4 years, 10 months ago
  95. c6c17ac Merge "Revert "fdsan: make fatal by default."" by Pete Gillin · 4 years, 10 months ago
  96. 76351e3 Revert "fdsan: make fatal by default." by Pete Gillin · 4 years, 10 months ago
  97. 639ad55 Merge "Fix some typos in the linker configuration file format documentation." by Roland Levillain · 4 years, 10 months ago
  98. 25bedfd Don't create anonymous namespace by Jiyong Park · 5 years ago
  99. 592b5f5 Merge "fdsan: make fatal by default." by Josh Gao · 4 years, 10 months ago
  100. 66b5e3c fdsan: make fatal by default. by Josh Gao · 4 years, 10 months ago