1. 6731e50 libdl: platform headers by Steven Moreland · 9 months ago
  2. 3848423 Re-land Fix dlext tests for MTE globals by Mitch Phillips · 1 year ago
  3. 7b95053 Remove workaround for a fixed bug. by Elliott Hughes · 1 year, 6 months ago
  4. 4fbcbbd Merge changes Ib76b022f,I98882edd,I575d626b into main by Kalesh Singh · 1 year, 6 months ago
  5. 4084b55 Reapply "RELAND: bionic: loader: Extend LOAD segment VMAs" by Kalesh Singh · 1 year, 6 months ago
  6. 8d8138a Fix orthography of GetTestLibRoot(). by Elliott Hughes · 1 year, 6 months ago
  7. 7a04fed Revert "RELAND: bionic: loader: Extend LOAD segment VMAs" by Kalesh Singh · 1 year, 6 months ago
  8. 944164c RELAND: bionic: loader: Extend LOAD segment VMAs by Kalesh Singh · 1 year, 11 months ago
  9. 92a7e1c Revert "bionic: loader: Extend LOAD segment VMAs" by Zheng Pan · 1 year, 7 months ago
  10. 4b4fb6f bionic: loader: Extend LOAD segment VMAs by Kalesh Singh · 1 year, 11 months ago
  11. 41c8951 bionic: tests: Remove PAGE_SIZE usage by Kalesh Singh · 1 year, 10 months ago
  12. 4ae4be9 Clean up how we skip tests when a syscall isn't in the kernel. by Elliott Hughes · 2 years ago
  13. 7b40b4d Merge "Convert bionic dlext test zips to Android.bp" by Colin Cross · 4 years ago
  14. badcb38 Convert bionic dlext test zips to Android.bp by Colin Cross · 4 years ago
  15. 4edbcee Random HWASan cleanups. by Evgenii Stepanov · 4 years ago
  16. d02148c Add a flag to distinguish shared VMAs by Edgar Arriaga · 4 years, 9 months ago
  17. aff9a34 Rename linker greylist to exempt-list by Ryan Prichard · 5 years ago
  18. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  19. b8cd7e7 Revert "Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish" by vichang · 5 years ago
  20. 01fb8d7 Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish by Victor Chang · 5 years ago
  21. f248d2d Move libicuuc.so into com.android.i18n module. by Victor Chang · 5 years ago
  22. 22fa3dd Ignore symbols of imported libs' dependencies by Ryan Prichard · 6 years ago
  23. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  24. ad865d7 Fix dlext.ns_anonymous test for native bridge by Evgeny Eltsin · 6 years ago
  25. 1626957 linker: add more context to link failure error. by Josh Gao · 6 years ago
  26. 89b658c Only get stats for relevant maps. by Christopher Ferris · 6 years ago
  27. 191ecdc Fix a few bionic test failures caused by hwasan global instrumentation. by Peter Collingbourne · 6 years ago
  28. 3d24d2b Add memfd_create(2) and mlock2(2). by Elliott Hughes · 6 years ago
  29. b51bb50 Track libziparchive API change. by Elliott Hughes · 6 years ago
  30. 401e2ef Merge "Only write main library's RELRO by default." by Treehugger Robot · 6 years ago
  31. 5d10374 Only write main library's RELRO by default. by Torne (Richard Coles) · 6 years ago
  32. fa9f7f2 Fix DLEXT_WRITE_RELRO when loading multiple libs. by Torne (Richard Coles) · 6 years ago
  33. 358603a Modernise code to use override specifier by Yi Kong · 6 years ago
  34. e082884 Merge "bionic tests: use GTEST_SKIP." by Elliott Hughes · 6 years ago
  35. 1e7a150 Reduce reserved size for DlExtTest.ReservedRecursiveTooSmall test by Yi Kong · 6 years ago
  36. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  37. 7cdbd0d Merge "linker: allow using reserved space for multiple libraries." by Treehugger Robot · 7 years ago
  38. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  39. 6cb719f Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by Victor Chang · 7 years ago
  40. 4e02cc1 bionic_unit_tests: Remove dependency on libpagemap by Sandeep Patil · 7 years ago
  41. 68a3bcc bionic tests: switch to using android-base/file.h for TemporaryFile by Mark Salyzyn · 7 years ago
  42. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  43. 6d2c0bd Move isolated test runner out of bionic. by Christopher Ferris · 7 years ago
  44. a897151 linker: improve "bad ELF magic" error. by Elliott Hughes · 7 years ago
  45. 3b0a5b7 Relax check on number of segments in a .so file by dimitry · 7 years ago
  46. 321476a Test ld-android.so directly by dimitry · 8 years ago
  47. 9ee4591 linker: Allow link namespaces without name filters by Logan Chien · 8 years ago
  48. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  49. 965d06d Fix logic in loading dependencies crossing namespace boundaries by dimitry · 8 years ago
  50. 65ba81b Merge "Revert "Fix bug with double unload on unsuccessful dlopen"" by Elliott Hughes · 8 years ago
  51. 27f1806 Revert "Fix bug with double unload on unsuccessful dlopen" by Elliott Hughes · 8 years ago
  52. f1e645c Merge "Fix bug with double unload on unsuccessful dlopen" am: dc89324e93 by Dimitry Ivanov · 8 years ago
  53. 58554cc Fix bug with double unload on unsuccessful dlopen by dimitry · 8 years ago
  54. 74d57a3 Merge commit 'e3d21c84af0b8e3244e4c67a873d2a16bfb85034' into HEAD by Xin Li · 8 years ago
  55. 8db36a5 linker: fix error message for inaccessible libs by dimitry · 8 years ago
  56. b48bb2d Merge "ns_anonymous test: Make it work for natively bridged environment" am: b49ac81c8e am: 1ac327aed7 by dimitry · 8 years ago
  57. 8eaf28d ns_anonymous test: Make it work for natively bridged environment by dimitry · 8 years ago
  58. 7f1e941 Make dlext.ns_shared be independent of default namespace config am: 917d34a84f by Jiyong Park · 8 years ago
  59. 917d34a Make dlext.ns_shared be independent of default namespace config by Jiyong Park · 8 years ago
  60. b115aef With O_TMPFILE, open(2) takes a mode argument. by Elliott Hughes · 8 years ago
  61. d7c5262 Shave another uninteresting stack frame off aborts. by Elliott Hughes · 8 years ago
  62. 37b91af greylist is no longer enabled by default. by Jiyong Park · 8 years ago
  63. f1cb669 Shared namespaces inherit parent ns properties by Dimitry Ivanov · 8 years ago
  64. 81aad00 Compare Pss of tested library in VerifyMemorySaving by Zhenhua WANG · 8 years ago
  65. bf34ba3 loader: enable loading libraries from tmpfs by Dimitry Ivanov · 8 years ago
  66. d3e7d08 Fix lookup logic for linked namespaces by Dimitry Ivanov · 8 years ago
  67. 35c8e3b Fix greylist exception to account for linked namespaces by Dimitry Ivanov · 9 years ago
  68. 1862314 Add test for a greylisted library by Dimitry Ivanov · 9 years ago
  69. 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 9 years ago
  70. 7d429d3 Replace public library list with shared lib sonames (part 1/2) by Dimitry Ivanov · 9 years ago
  71. d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
  72. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  73. 927877c bionic-unit-tests: remove dependency on ANDROID_DATA by Dimitry Ivanov · 9 years ago
  74. 708589f bionic-unit-tests: Create symlinks in runtime by Dimitry Ivanov · 9 years ago
  75. a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
  76. 3a6c6b3 Fix dlext.ns_smoke test by Dimitry Ivanov · 9 years ago
  77. d61ca37 Fix misc-macro-parentheses warnings in bionic/tests. by Chih-Hung Hsieh · 9 years ago
  78. 42abf3d Merge "linker: Allow caller to specify parent namespace" by Treehugger Robot · 9 years ago
  79. 2ba1cf3 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 9 years ago
  80. fc2da53 linker: Allow caller to specify parent namespace by Dimitry Ivanov · 9 years ago
  81. 41fd295 Remove linker-namespace functions from the header by Dimitry Ivanov · 9 years ago
  82. 5480761 Improve error message for empty list of public libs by Dimitry Ivanov · 9 years ago
  83. aca299a Remove dangling links in secondary namespaces by Dimitry Ivanov · 9 years ago
  84. d88e1f3 linker: hide the pointer to soinfo by Dimitry Ivanov · 9 years ago
  85. d17a377 linker: print "not accessible" error message to the log by Dimitry Ivanov · 10 years ago
  86. 33697a0 Factor out the waiting for children in bionic tests. by Elliott Hughes · 10 years ago
  87. be4f742 Merge "Remove dependency on zipalign." by Christopher Ferris · 10 years ago
  88. f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
  89. c0ffcec Remove dependency on zipalign. by Christopher Ferris · 10 years ago
  90. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
  91. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
  92. 22840aa Allow dlopening public libs using absolute path by Dimitry Ivanov · 10 years ago
  93. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  94. 3cc35e2 Ignore target sdk version for the public namespace by Dmitriy Ivanov · 10 years ago
  95. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  96. fd7a91e linker: cleanup solist after unsuccessful read by Dmitriy Ivanov · 10 years ago
  97. 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
  98. a1feb11 Make dt_runpath work for libraries opened from apk by Dmitriy Ivanov · 10 years ago
  99. b482750 Optimize dlopen from a zip file by Dmitriy Ivanov · 10 years ago
  100. edfc9f6 linker: don't pass dlextinfo to dependent loads by Dmitriy Ivanov · 10 years ago