1. 8fd8b99 versioner: Add R to codename map by Logan Chien · 6 years ago
  2. c071fe4 versioner: Update clang prebuilts to clang-r365631 by Logan Chien · 6 years ago
  3. 74a6283 Merge "Move __dso_handle to RELRO" by Treehugger Robot · 6 years ago
  4. c896a06 Merge "Revert "linker: cleanup (removing unused VNDK_VER)"" by Treehugger Robot · 6 years ago
  5. f1fde77 Move __dso_handle to RELRO by Vic Yang · 6 years ago
  6. 5d1d907 Revert "linker: cleanup (removing unused VNDK_VER)" by Jooyung Han · 6 years ago
  7. 8bccbb0 Merge "Use ReadMapFileAsyncSafe in malloc_iterate tests." by Christopher Ferris · 6 years ago
  8. 665e98e Merge "Add additional dl_phdr_info fields" by Ryan Prichard · 6 years ago
  9. 8ea85af Use ReadMapFileAsyncSafe in malloc_iterate tests. by Christopher Ferris · 6 years ago
  10. 65dcf78 Merge "linker: cleanup (removing unused VNDK_VER)" by Jooyung Han · 6 years ago
  11. a2e83ab Add additional dl_phdr_info fields by Ryan Prichard · 6 years ago
  12. 436af3d Merge changes from topic "clang-r365631-switch-over" by Yi Kong · 6 years ago
  13. 74e5643 Merge "Link libc++demangle." by Treehugger Robot · 6 years ago
  14. 28cf07f Merge "Reland "fdsan: make fatal by default."" by Treehugger Robot · 6 years ago
  15. 39699ea linker: cleanup (removing unused VNDK_VER) by Jooyung Han · 6 years ago
  16. 6a51013 Reland "fdsan: make fatal by default." by Josh Gao · 6 years ago
  17. d4e1db5 Merge "Automatically include <android/ndk-version.h> from every header." by Treehugger Robot · 6 years ago
  18. f69d852 Automatically include <android/ndk-version.h> from every header. by Elliott Hughes · 6 years ago
  19. e39a51b Fix segment gap test by Yi Kong · 6 years ago
  20. 3952113 Merge "Fix a few bionic test failures caused by hwasan global instrumentation." by Peter Collingbourne · 6 years ago
  21. 5f112cd Merge "Link our two main developer-facing docs together." by Treehugger Robot · 6 years ago
  22. 191ecdc Fix a few bionic test failures caused by hwasan global instrumentation. by Peter Collingbourne · 6 years ago
  23. 8f3f191 Link our two main developer-facing docs together. by Elliott Hughes · 6 years ago
  24. 1491521 Merge "Update location of trace files." by Christopher Ferris · 6 years ago
  25. 2fbbc25 Merge "Fix OOB read in fortify str[np]cpy implementations found by hwasan." by Treehugger Robot · 6 years ago
  26. a40a144 Merge "linker: Set VMA name for bss sections" by Treehugger Robot · 6 years ago
  27. aa22c0c Update location of trace files. by Christopher Ferris · 6 years ago
  28. 1bf62b2 linker: Set VMA name for bss sections by Vic Yang · 6 years ago
  29. 6b0d1cd Merge "Use generated linker config" by Kiyoung Kim · 6 years ago
  30. 32b5f4e stdatomic_test: always use bits/stdatomic.h by Tom Cherry · 6 years ago
  31. 80d85f7 Merge "leak_test: use tgkill to check if threads are alive." by Josh Gao · 6 years ago
  32. d82eb35 Merge "Don't create anonymous namespace" by Jiyong Park · 6 years ago
  33. 253ef12 leak_test: use tgkill to check if threads are alive. by Josh Gao · 6 years ago
  34. 6864fc8 Merge "Fix timespec.h documentation" by Tom Cherry · 6 years ago
  35. a960142 Fix timespec.h documentation by Tom Cherry · 6 years ago
  36. c6c17ac Merge "Revert "fdsan: make fatal by default."" by Pete Gillin · 6 years ago
  37. 76351e3 Revert "fdsan: make fatal by default." by Pete Gillin · 6 years ago
  38. a51bded Fix OOB read in fortify str[np]cpy implementations found by hwasan. by Peter Collingbourne · 6 years ago
  39. 639ad55 Merge "Fix some typos in the linker configuration file format documentation." by Roland Levillain · 6 years ago
  40. 25bedfd Don't create anonymous namespace by Jiyong Park · 6 years ago
  41. 89a1407 Merge "Change all references to PSS to RSS." by Christopher Ferris · 6 years ago
  42. 5dea560 Merge "Remove now unneeded #undef in __cxa_guard.cpp" by Tom Cherry · 6 years ago
  43. 05197f7 Change all references to PSS to RSS. by Christopher Ferris · 6 years ago
  44. 592b5f5 Merge "fdsan: make fatal by default." by Josh Gao · 6 years ago
  45. 66b5e3c fdsan: make fatal by default. by Josh Gao · 6 years ago
  46. 08baac3 Remove now unneeded #undef in __cxa_guard.cpp by Tom Cherry · 6 years ago
  47. bd6ccf9 Fix some typos in the linker configuration file format documentation. by Roland Levillain · 6 years ago
  48. 35e3b4b Use generated linker config by Kiyoung Kim · 6 years ago
  49. a08626a Merge "linker: Remove setting _USING_LIBCXX" by Tom Cherry · 6 years ago
  50. da32ff1 Merge "Add memfd_create(2) and mlock2(2)." by Elliott Hughes · 6 years ago
  51. 5d3ba4e Merge "Update to kernel headers v5.2.6." by Christopher Ferris · 6 years ago
  52. 10a67b8 Merge "Document the "one big library" trick." by Treehugger Robot · 6 years ago
  53. 32a628b Merge "linker: Add library load and unload hooks for HWASan." by Treehugger Robot · 6 years ago
  54. f8a7ec7 Merge "Update docs for clockwait/clocklock functions" by Treehugger Robot · 6 years ago
  55. 6533208 linker: Add library load and unload hooks for HWASan. by Peter Collingbourne · 6 years ago
  56. 3230b68 Document the "one big library" trick. by Elliott Hughes · 6 years ago
  57. 3d24d2b Add memfd_create(2) and mlock2(2). by Elliott Hughes · 6 years ago
  58. cd70aa4 linker: Remove setting _USING_LIBCXX by Tom Cherry · 6 years ago
  59. f0d9271 Update docs for clockwait/clocklock functions by Tom Cherry · 6 years ago
  60. fa59a10 Update to kernel headers v5.2.6. by Christopher Ferris · 6 years ago
  61. a5c9c7c Merge "Update seccomp whitelist." by Treehugger Robot · 6 years ago
  62. bf67ea5 Adapt tests due to the new Clang fortify-source warning by Yi Kong · 6 years ago
  63. 9a5bdd6 Update seccomp whitelist. by Elliott Hughes · 6 years ago
  64. fd56f55 Merge "Add renameat2." by Elliott Hughes · 6 years ago
  65. 05b675e Add renameat2. by Elliott Hughes · 6 years ago
  66. 8aac028 Merge "seccomp: add the "64-bit time for 32-bit processes" system calls." by Elliott Hughes · 6 years ago
  67. ee7bc30 seccomp: add the "64-bit time for 32-bit processes" system calls. by Elliott Hughes · 6 years ago
  68. c2a722f Merge changes I99d2faae,Ie98b7624 by Ryan Prichard · 6 years ago
  69. 30feb64 Enable traditional TLS accesses on arm64 by Ryan Prichard · 6 years ago
  70. 6d60145 Renumber arm64 TLS to match GNU values by Ryan Prichard · 6 years ago
  71. 876c6f0 Merge "Fix clang header dependency for versioner" by Pirama Arumuga Nainar · 6 years ago
  72. e7c3cb1 Merge "Use the new sort_bss_symbols_by_size option for libc" by Vic Yang · 6 years ago
  73. 49c733c Fix clang header dependency for versioner by Pirama Arumuga Nainar · 6 years ago
  74. 03ff436 Use the new sort_bss_symbols_by_size option for libc by Vic Yang · 6 years ago
  75. c16468b Merge "linker: Speed up relocation with an 1-entry symbol cache" by Vic Yang · 6 years ago
  76. 6ae3a13 Merge "Fix linker compilation when STATS is set" by Treehugger Robot · 6 years ago
  77. 521ad07 linker: Speed up relocation with an 1-entry symbol cache by Vic Yang · 6 years ago
  78. 542db79 Fix linker compilation when STATS is set by Vic Yang · 6 years ago
  79. d5c0a50 Merge "Name stack+tls VMAs with PR_SET_VMA_ANON_NAME" by Ryan Prichard · 6 years ago
  80. 4ea1921 Link libc++demangle. by Dan Albert · 6 years ago
  81. 4f40d47 Merge "Add missing nothrow attribute" by Treehugger Robot · 6 years ago
  82. 21f1d48 Merge "Reserve signal for java heap dumps." by Florian Mayer · 6 years ago
  83. 7b50f7d Add missing nothrow attribute by Yi Kong · 6 years ago
  84. 6883b08 Reserve signal for java heap dumps. by Florian Mayer · 6 years ago
  85. 03cef38 Name stack+tls VMAs with PR_SET_VMA_ANON_NAME by Ryan Prichard · 6 years ago
  86. 6b2532e Merge "Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>)" by Tom Cherry · 6 years ago
  87. 5a8482e Merge "Load /etc/{passwd,group} from all partitions" by Tom Cherry · 6 years ago
  88. 91b0430 Merge "Add bionic_libc_private_headers for use by art" by Paul Duffin · 6 years ago
  89. 8b6d5d4 Merge "Move to the libc++ demangler." by Christopher Ferris · 6 years ago
  90. 9782b87 Move to the libc++ demangler. by Christopher Ferris · 6 years ago
  91. 76e2b15 Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>) by Tom Cherry · 6 years ago
  92. 6b5cb03 Add bionic_libc_private_headers for use by art by Paul Duffin · 6 years ago
  93. 9cf7601 Merge "Update notice" by Tom Cherry · 6 years ago
  94. 09ecb00 Merge "Fix pthread_cond_clockwait() when cond is initialized with CLOCK_MONOTONIC" by Tom Cherry · 6 years ago
  95. 40f69ae Update notice by Tom Cherry · 6 years ago
  96. 800c1a9 Fix pthread_cond_clockwait() when cond is initialized with CLOCK_MONOTONIC by Tom Cherry · 6 years ago
  97. 59cc0b3 Merge "Clear pointer tags as required for HWASAN for globals." by Treehugger Robot · 6 years ago
  98. f99fc25 Merge "SSE4.1 is part of the Android x86/x86-64 ABI." by Elliott Hughes · 6 years ago
  99. 3975431 Merge "Add avx2 version of wmemset in binoic" by Elliott Hughes · 6 years ago
  100. 45f0a3b Clear pointer tags as required for HWASAN for globals. by Peter Collingbourne · 6 years ago