1. 81d7c82 Add note about seemingly double relocation of the linker by Florian Mayer · 1 year, 6 months ago
  2. 8ccb69f Remove unused variable. by Christopher Ferris · 1 year, 6 months ago
  3. 1f64a2e Update LD_SHOW_AUXV for recent AT_* changes. by Elliott Hughes · 1 year, 7 months ago
  4. 975cc73 Merge "Revert "Workaround app compat issue introduced by global ThinLTO optimization"" into main by Treehugger Robot · 1 year, 7 months ago
  5. a5f4b08 linker_translate_path.cpp: say API level 29 rather than Q. by Elliott Hughes · 1 year, 7 months ago
  6. ac57186 Merge changes I300b7645,Ibd11ef97,If24c85b5,I9ff02cd2 into main by Treehugger Robot · 1 year, 7 months ago
  7. 9fc49bd Revert "Workaround app compat issue introduced by global ThinLTO optimization" by Yi Kong · 1 year, 8 months ago
  8. bad0f29 Merge "Merge 24Q3 to AOSP main" into main by Xin Li · 1 year, 7 months ago
  9. 138a955 linker: LoadSegments: Factor out MapBssSection() by Kalesh Singh · 1 year, 7 months ago
  10. e0f4a37 linker: LoadSegments: Factor out DropPaddingPages() by Kalesh Singh · 1 year, 7 months ago
  11. 37bcaea linker: LoadSegments: Factor out ZeroFillSegment() by Kalesh Singh · 1 year, 7 months ago
  12. 86e04f6 linker: LoadSegments: Factor out MapSegment() by Kalesh Singh · 1 year, 7 months ago
  13. f08d0eb Make LD_DEBUG more user-friendly. by Elliott Hughes · 1 year, 7 months ago
  14. 58819ee Merge "linker: use a string constant for the default PT_INTERP." into main am: b7c2f618a6 by Elliott Hughes · 1 year, 7 months ago
  15. 03eda27 linker: use a string constant for the default PT_INTERP. by Elliott Hughes · 1 year, 7 months ago
  16. 88118d0 Merge "Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future" into aosp-main-future by Xin Li · 1 year, 8 months ago
  17. 30a4aba Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future by Xin Li · 1 year, 8 months ago
  18. 620eec1 Merge <sys/system_properties.h> and <sys/_system_properties.h>. by Elliott Hughes · 1 year, 8 months ago
  19. d990f7d Merge "Linker: clear error for incorrect page size load." into main by Steven Moreland · 1 year, 8 months ago
  20. fc89c8a Linker: clear error for incorrect page size load. by Steven Moreland · 1 year, 8 months ago
  21. c16828b Revert "linker: map large portion of ELF file to read its fragments" by Suren Baghdasaryan · 1 year, 8 months ago
  22. 8232cb9 Merge "linker: don't abbreviate "offset"." into main by Elliott Hughes · 1 year, 8 months ago
  23. 42b1a45 Merge "linker_note_gnu_property_test: clarify naming." into main by Elliott Hughes · 1 year, 8 months ago
  24. 0aee1c0 Revert "linker: map the entire ELF file if address space is 64bit" by Suren Baghdasaryan · 1 year, 8 months ago
  25. bcff7cc linker: don't abbreviate "offset". by Elliott Hughes · 1 year, 8 months ago
  26. 54faa65 linker_note_gnu_property_test: clarify naming. by Elliott Hughes · 1 year, 8 months ago
  27. f5e21d9 linker: use %m in error messages. by Elliott Hughes · 1 year, 8 months ago
  28. 7ceba7b Merge changes Id8264654,I7b25151a into main by Treehugger Robot · 1 year, 8 months ago
  29. 8eebd02 linker: map the entire ELF file if address space is 64bit by Suren Baghdasaryan · 1 year, 8 months ago
  30. ea5dd95 linker: map large portion of ELF file to read its fragments by Suren Baghdasaryan · 1 year, 8 months ago
  31. 7fb9934 Merge "Ignore relocations in the vdso." into main by Elliott Hughes · 1 year, 8 months ago
  32. 9fb81ab LD_DEBUG: stop reporting "FOUND" or "NOT FOUND" on every symbol lookup. by Elliott Hughes · 1 year, 8 months ago
  33. 54564df Ignore relocations in the vdso. by Elliott Hughes · 1 year, 8 months ago
  34. 55ee76d Merge "Make __linker_error() handle the trailing newline." into main by Elliott Hughes · 1 year, 8 months ago
  35. f989766 Merge "Revert "Workaround app compat issue introduced by global ThinLTO optimization"" into main by Treehugger Robot · 1 year, 8 months ago
  36. 6486293 Revert "Workaround app compat issue introduced by global ThinLTO optimization" by Yi Kong · 1 year, 8 months ago
  37. a78c33a Workaround app compat issue introduced by global ThinLTO optimization by Yi Kong · 1 year, 9 months ago
  38. b74fc83 Merge "Make LD_DEBUG logging go to stderr as well as logcat." into main by Treehugger Robot · 1 year, 9 months ago
  39. 4b08842 Make LD_DEBUG logging go to stderr as well as logcat. by Elliott Hughes · 1 year, 9 months ago
  40. 0f1e401 linker: show the exact ABI rather than "32-bit"/"64-bit". by Elliott Hughes · 1 year, 9 months ago
  41. c863e6e Make __linker_error() handle the trailing newline. by Elliott Hughes · 1 year, 9 months ago
  42. 4c8c7ef Merge "LD_DEBUG style nit." into main by Elliott Hughes · 1 year, 9 months ago
  43. b73c1c8 Merge "linker/Android.bp: factor out duplicated flags." into main by Elliott Hughes · 1 year, 9 months ago
  44. 1f18d02 LD_DEBUG style nit. by Elliott Hughes · 1 year, 9 months ago
  45. aede6ea Workaround app compat issue introduced by global ThinLTO optimization by Yi Kong · 1 year, 9 months ago
  46. b1b2e37 linker/Android.bp: factor out duplicated flags. by Elliott Hughes · 1 year, 9 months ago
  47. 89aada1 Factor out the keep_symbols magic. by Elliott Hughes · 1 year, 9 months ago
  48. 9d605c0 Merge "Reapply "[MTE] allocate ring buffer for stack history"" into main by Florian Mayer · 1 year, 9 months ago
  49. c0aa70a Reapply "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 9 months ago
  50. 192f3cf The libc++ upgrade means we can use contains() in the linker now. by Elliott Hughes · 1 year, 9 months ago
  51. 45b29f1 Revert "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 9 months ago
  52. 4b5d62e Remove use of `--exclude-libs` for libgcc/libcompiler_rt. by Elliott Hughes · 1 year, 9 months ago
  53. a8873c5 Merge "[MTE] allocate ring buffer for stack history" into main by Florian Mayer · 1 year, 9 months ago
  54. 10d11dd [MTE] allocate ring buffer for stack history by Florian Mayer · 2 years ago
  55. 4d43778 [riscv][bionic] Prototype TLS Descriptor support by Paul Kirth · 2 years, 2 months ago
  56. 8f653f8 bionic_allocator: more detailed and consistent error reporting. by Elliott Hughes · 1 year, 10 months ago
  57. d475ee4 Merge "Revert^2 "Switch the loader to a noexcept version of libc++"" into main by Ryan Prichard · 1 year, 10 months ago
  58. e78370e Merge "linker: update non-PIE error message." into main by Treehugger Robot · 1 year, 11 months ago
  59. 71abb3d linker: update non-PIE error message. by Elliott Hughes · 1 year, 11 months ago
  60. 322e9ec linker: remove useless comments. by Elliott Hughes · 1 year, 11 months ago
  61. 0bac1cb Revert^2 "Switch the loader to a noexcept version of libc++" by Ryan Prichard · 1 year, 11 months ago
  62. 5134762 bionic: loader: Drop readahead padding pages by Kalesh Singh · 2 years ago
  63. c5c1d19 loader: Only extend segments if kernel supports page size migration by Kalesh Singh · 2 years ago
  64. e1e7479 bionic: loader: Don't extend LOAD segments for p_aligns > 64KiB by Kalesh Singh · 2 years ago
  65. 698ca39 Revert "Switch the loader to a noexcept version of libc++" by Ryan Prichard · 1 year, 11 months ago
  66. 33de273 get_executable_info: minor clarification. by Elliott Hughes · 1 year, 11 months ago
  67. 8d7c0f4 linker: use realpath instead of readlink when getting the symlink path by chenxinyuanchen · 2 years ago
  68. 6b776d9 Merge "tlsdesc_resolver.S: use L() macro for local labels." into main by Treehugger Robot · 2 years ago
  69. 396868c [[nodiscard]] the various ElfReader functions. by Elliott Hughes · 2 years ago
  70. f1bb280 tlsdesc_resolver.S: use L() macro for local labels. by Elliott Hughes · 2 years ago
  71. d162eb9 Switch the loader to a noexcept version of libc++ by Ryan Prichard · 2 years, 2 months ago
  72. 2a901e6 Call relocate_relr before the ifunc resolvers by Ryan Prichard · 2 years ago
  73. 0e17932 Remove duplicate PT_ARM_EXIDX definition. by Elliott Hughes · 2 years ago
  74. 74d6744 Merge "ReadPadSegmentNote: Skip PT_NOTEs that are beyond the end of the file" into main by Treehugger Robot · 2 years ago
  75. 751bb8a ReadPadSegmentNote: Skip PT_NOTEs that are beyond the end of the file by Kalesh Singh · 2 years ago
  76. f67f27b linker: clarify comments in call_ifunc_resolvers(). by Elliott Hughes · 2 years ago
  77. 8ba5f48 Merge "Disable Android relocation packing in linker." into main by Treehugger Robot · 2 years ago
  78. c630da5 Disable Android relocation packing in linker. by Peter Collingbourne · 2 years ago
  79. a00ed8a Merge "linker: Process RELR relocations before ANDROID_REL[A]." into main by Treehugger Robot · 2 years ago
  80. e0ebca8 linker: Process RELR relocations before ANDROID_REL[A]. by Peter Collingbourne · 2 years ago
  81. 4396392 Fix StaticTlsLayout for atypical alignment values by Ryan Prichard · 2 years, 1 month ago
  82. 68eb690 Merge changes Idb061b98,I93c17ca6 into main by Ryan Prichard · 2 years, 1 month ago
  83. 32bb367 ldd: skip relocation processing, TLS modules, CFI by Ryan Prichard · 2 years, 1 month ago
  84. b493746 Guard against linker[64] having a PT_TLS segment by Ryan Prichard · 2 years, 1 month ago
  85. 1d3ba11 bionic: loader: Only zero the last partial page in RW segments by Kalesh Singh · 2 years, 1 month ago
  86. 702d9b0 Reapply "RELAND: bionic: loader: Extend GNU_RELRO protection" by Kalesh Singh · 2 years, 1 month ago
  87. 4084b55 Reapply "RELAND: bionic: loader: Extend LOAD segment VMAs" by Kalesh Singh · 2 years, 1 month ago
  88. 7a04fed Revert "RELAND: bionic: loader: Extend LOAD segment VMAs" by Kalesh Singh · 2 years, 1 month ago
  89. 26de648 Revert "RELAND: bionic: loader: Extend GNU_RELRO protection" by Kalesh Singh · 2 years, 1 month ago
  90. f9c297d Merge changes from topic "reland_bionic_vma_fixes" into main by Kalesh Singh · 2 years, 1 month ago
  91. 41b8863 RELAND: bionic: loader: Extend GNU_RELRO protection by Kalesh Singh · 2 years, 5 months ago
  92. 944164c RELAND: bionic: loader: Extend LOAD segment VMAs by Kalesh Singh · 2 years, 5 months ago
  93. e65e193 Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 2 years, 1 month ago
  94. f53e91c Revert^3 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 2 years, 2 months ago
  95. 50f4d83 Merge "Add API to allow apps to attach extra information to tombstones." into main by Florian Mayer · 2 years, 1 month ago
  96. ec49465 Merge "bionic: ReadPadSegmentNote: Fix print format warnings" into main by Treehugger Robot · 2 years, 1 month ago
  97. 7e0598b Merge changes from topic "revert-2803156-loader_crt_pad_segment-HJBTSCOMQA" into main by Zheng Pan · 2 years, 2 months ago
  98. 32b6d8c bionic: ReadPadSegmentNote: Fix print format warnings by Kalesh Singh · 2 years, 2 months ago
  99. 92a7e1c Revert "bionic: loader: Extend LOAD segment VMAs" by Zheng Pan · 2 years, 2 months ago
  100. 9535c32 Revert "bionic: loader: Extend GNU_RELRO protection" by Zheng Pan · 2 years, 2 months ago