1. 78e42d8 Merge "Enable native_bridge_support" by Dimitry Ivanov · 7 years ago
  2. af1467b Merge "Exclude libgcc_stripped wherever libgcc is excluded" by Yi Kong · 7 years ago
  3. 7ac2afb Exclude libgcc_stripped wherever libgcc is excluded by Yi Kong · 7 years ago
  4. 7f04880 Enable native_bridge_support by dimitry · 7 years ago
  5. b51bb50 Track libziparchive API change. by Elliott Hughes · 7 years ago
  6. afe30a5 Remove dependency on unused libutils by dimitry · 7 years ago
  7. 401e2ef Merge "Only write main library's RELRO by default." by Treehugger Robot · 7 years ago
  8. 584bc62 Move libdl and linker to static NOTICE files. by Elliott Hughes · 7 years ago
  9. 7b9db34 Fix linker compilation with timing enabled by Vic Yang · 7 years ago
  10. 5d10374 Only write main library's RELRO by default. by Torne (Richard Coles) · 7 years ago
  11. 93ea856 Merge changes I59a8bc4a,Ic437d352 by Ryan Prichard · 7 years ago
  12. e4d620b Fix dlsym and dladdr for TLS symbols by Ryan Prichard · 7 years ago
  13. fa9f7f2 Fix DLEXT_WRITE_RELRO when loading multiple libs. by Torne (Richard Coles) · 7 years ago
  14. 976d4b4 Use std::move() for rvalue-reference setters and ctors by Vic Yang · 7 years ago
  15. 2d020e4 linker: Add support for "whitelisted" property in linker config files by Vic Yang · 7 years ago
  16. 6091665 Merge "Add more linker debug." by Martin Stjernholm · 7 years ago
  17. 95252ee Add more linker debug. by Martin Stjernholm · 7 years ago
  18. 036e09c Don't install *.mountpoint targets by Jiyong Park · 7 years ago
  19. 92b3e1b Cosmetic changes to linker allocator and config by Ryan Prichard · 7 years ago
  20. b0e2dd0 Allow building the linker with -O0 by Ryan Prichard · 7 years ago
  21. b39cb3c linker: Handle libraries with disjoint mappings correctly. by Peter Collingbourne · 7 years ago
  22. 7cdbd0d Merge "linker: allow using reserved space for multiple libraries." by Treehugger Robot · 7 years ago
  23. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  24. 54c8640 Merge "Redirect /system/lib/libicuuc.so regardless of duplication in /system" by vichang · 7 years ago
  25. d102cf6 Merge "Switch linker tests to Android.bp." by Elliott Hughes · 7 years ago
  26. f84d0a9 Merge "libasync_safe: stop clobbering other folks' identifiers." by Elliott Hughes · 7 years ago
  27. 15a2b7b Switch linker tests to Android.bp. by Elliott Hughes · 7 years ago
  28. 3019d78 libasync_safe: stop clobbering other folks' identifiers. by Elliott Hughes · 7 years ago
  29. fcd3538 Disable native_coverage for ld-android and linker by Pirama Arumuga Nainar · 7 years ago
  30. af12c94 Redirect /system/lib/libicuuc.so regardless of duplication in /system by Victor Chang · 7 years ago
  31. efc503d Greylist libraries are attempted to be loaded in the default ns by Jiyong Park · 7 years ago
  32. 808d176 Merge "Fix linker self-exec detection" by Ryan Prichard · 7 years ago
  33. 1990ba5 Fix linker self-exec detection by Ryan Prichard · 7 years ago
  34. 6cb719f Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by Victor Chang · 7 years ago
  35. 73ee7a6 Merge "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by vichang · 7 years ago
  36. 1906e77 Revert "Allow dlopen("/system/lib/<soname>") for pre-Q" by vichang · 7 years ago
  37. 9c48951 Merge "Allow dlopen("/system/lib/<soname>") for pre-Q" by vichang · 7 years ago
  38. f6e4cfd Allow dlopen("/system/lib/<soname>") for pre-Q by Victor Chang · 7 years ago
  39. bb7e123 Purge linker block allocators before leaving linker by Vic Yang · 7 years ago
  40. fbc4c8e Move the dynamic linker to ./bootstrap subdir by Jiyong Park · 7 years ago
  41. a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
  42. 7bb60fc Revert "linker: Purge block allocator memory when possible" by Vic Yang · 7 years ago
  43. ffaae70 Implement arm64 TLSDESC by Ryan Prichard · 7 years ago
  44. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
  45. 3b463cf Implement TLS_DTPMOD and TLS_DTPREL relocations by Ryan Prichard · 7 years ago
  46. ea41ab0 Ignore DT_TLSDESC_GOT / DT_TLSDESC_PLT by Ryan Prichard · 7 years ago
  47. 083d850 Move the linker allocator into libc by Ryan Prichard · 7 years ago
  48. 52165b3 Replace some of linker_allocator's header includes by Ryan Prichard · 7 years ago
  49. 70ee182 Merge "Call realpath(3) only when the path is accessible for read" by Treehugger Robot · 7 years ago
  50. fbd6f3c Merge changes Iece631a5,I53769e0e by Treehugger Robot · 7 years ago
  51. 42e8198 Call realpath(3) only when the path is accessible for read by Jiyong Park · 7 years ago
  52. 57b9d1e support LIB in runpath by Jiyong Park · 7 years ago
  53. dac328a linker: Reduce number of mmap()/prctl() calls in block allocator by Vic Yang · 7 years ago
  54. fb78a4a linker: Purge block allocator memory when possible by Vic Yang · 7 years ago
  55. 314c0f7 Merge "Fix soinfo_tls::module dangling reference" by Ryan Prichard · 7 years ago
  56. bf427f4 Fix soinfo_tls::module dangling reference by Ryan Prichard · 7 years ago
  57. 1906268 Merge "linker: only generate log messages when logging is enabled" by Josh Gao · 7 years ago
  58. 9a23865 Merge changes Ia08e1b5c,I60e589dd,Ib7edb665,Ibf1bf5ec,Ibd623857 by Ryan Prichard · 7 years ago
  59. a022034 linker: only generate log messages when logging is enabled by Tim Murray · 7 years ago
  60. fb8730d Handle R_GENERIC_TLS_TPREL relocations by Ryan Prichard · 7 years ago
  61. 1988350 Avoid a dlopen abort on an invalid TLS alignment by Ryan Prichard · 7 years ago
  62. 5bccde7 Merge "Fix fd leak in android_dlopen_ext." by Treehugger Robot · 7 years ago
  63. e5e69e0 Record TLS modules and layout static TLS memory by Ryan Prichard · 7 years ago
  64. de853ff Fix fd leak in android_dlopen_ext. by Martin Stjernholm · 7 years ago
  65. 977e47d StaticTlsLayout: add exe/tcb and solib layout by Ryan Prichard · 7 years ago
  66. 9ee8069 Build the linker with -D_USING_LIBCXX by Ryan Prichard · 7 years ago
  67. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  68. 6b55cc3 dir.${section}: downgrade "can't resolve" diag by Ryan Prichard · 7 years ago
  69. 2ccb2f0 Add generic TLS linker reloc macros by Ryan Prichard · 7 years ago
  70. 259429b Further improve of linker memory allocators by Vic Yang · 7 years ago
  71. 5493851 Reduce LinkerSmallObjectAllocator memory overhead by Vic Yang · 7 years ago
  72. 0218e92 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  73. 34583c1 Move dlerror out of a TLS slot and into a pthread_internal_t member. by Elliott Hughes · 7 years ago
  74. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  75. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  76. 6b3be17 Prevent dependency cycle due to system_shared_libs expansion by Dan Willemsen · 7 years ago
  77. 6b70fda Merge changes I376d7695,Ied443375,I614d25e7 by Ryan Prichard · 7 years ago
  78. c7cbef4 Merge "linker: changes to init work arounds" by Tom Cherry · 7 years ago
  79. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  80. 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
  81. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  82. de69660 Fix free pages count in LinkerSmallObjectAllocator by Vic Yang · 7 years ago
  83. 0ff8df5 Merge "Cleanup: __libc_init_AT_SECURE, auxv, sysinfo" by Ryan Prichard · 7 years ago
  84. f17fd1d Disable XOM in linker, libc, and libm. by Ivan Lozano · 7 years ago
  85. 701bd0c Cleanup: __libc_init_AT_SECURE, auxv, sysinfo by Ryan Prichard · 7 years ago
  86. a4f3625 Fix: search path is not added when one of its parent is not accessible by Jiyong Park · 7 years ago
  87. ba1a723 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  88. 33c3a06 linker unit tests requires liblog by Mark Salyzyn · 7 years ago
  89. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  90. 66bc428 linker: changes to init work arounds by Tom Cherry · 7 years ago
  91. bbd465a Merge "Revert "Disable lld, failed to link bionic/linker."" by Chih-hung Hsieh · 7 years ago
  92. 34d1f2d Revert "Disable lld, failed to link bionic/linker." by Chih-hung Hsieh · 7 years ago
  93. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  94. 3583341 ld.config.txt for APEX by Jiyong Park · 7 years ago
  95. 04164f6 Merge "Clean up bionic_macros.h a bit." by Elliott Hughes · 7 years ago
  96. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  97. 48b6911 linker: Fix fd leak by Vic Yang · 7 years ago
  98. d84f8b5 Merge "Rework the linker_wrapper to work with lld" by Treehugger Robot · 7 years ago
  99. 5038ef6 Workaround host bionic libs that are missing DT_RUNPATH by Dan Willemsen · 7 years ago
  100. d6bf019 Rework the linker_wrapper to work with lld by Dan Willemsen · 7 years ago