1. cf87831 Merge "Make more functions weak for native bridge" by Lev Rumyantsev · 4 years, 10 months ago
  2. ddbcea2 Merge "pthread_cond: only call futex_wake when there are waiters" by Treehugger Robot · 4 years, 10 months ago
  3. e4f7c6d Merge "Fix bug in finding another thread's TCB." by Vy Nguyen · 4 years, 10 months ago
  4. 9c08f4f pthread_cond: only call futex_wake when there are waiters by Tim Murray · 4 years, 10 months ago
  5. 19f8486 Fix bug in finding another thread's TCB. by Vy Nguyen · 4 years, 10 months ago
  6. 814f38f Make more functions weak for native bridge by Lev Rumyantsev · 4 years, 10 months ago
  7. dcbc8ec Merge changes from topic "I81ece86ace916eb6b435ab516cd431ec4b48a3bf" by Steven Moreland · 4 years, 10 months ago
  8. 0cdf132 Expose per-process memory init. by Steven Moreland · 4 years, 10 months ago
  9. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  10. 08a4342 Merge "Mark __progname as weak for native_bridge" by Evgeny Eltsin · 4 years, 10 months ago
  11. 6551173 Merge "Add an internal struct layout test." by Peter Collingbourne · 4 years, 10 months ago
  12. 6351127 Merge "x86/x86_64: cleanup signal trampolines" by Ryan Prichard · 4 years, 10 months ago
  13. 4edf74a Add an internal struct layout test. by Peter Collingbourne · 4 years, 10 months ago
  14. b752dd5 Mark __progname as weak for native_bridge by Evgeny Eltsin · 4 years, 10 months ago
  15. 9494caa Merge "Enable arm64 .eh_frame terminator, align it to 4" by Ryan Prichard · 4 years, 10 months ago
  16. cde6ca1 Merge "No global ThinLTO for linker" by Treehugger Robot · 4 years, 10 months ago
  17. a7e363f No global ThinLTO for linker by Yi Kong · 4 years, 10 months ago
  18. 897fd6e Merge "No global ThinLTO for bionic" by Yi Kong · 4 years, 10 months ago
  19. 15a05a7 No global ThinLTO for bionic by Yi Kong · 4 years, 11 months ago
  20. 07c85f1 Merge "Make __clone_for_fork pure native bridge mode abstraction" by Victor Khimenko · 4 years, 10 months ago
  21. d510f22 Merge "Stop marking symbols weak in native bionic build" by Victor Khimenko · 4 years, 10 months ago
  22. 5aedb68 Merge "alloc_debug: get load_bias error" by Christopher Ferris · 4 years, 10 months ago
  23. 6427f39 Make __clone_for_fork pure native bridge mode abstraction by Victor Khimenko · 4 years, 10 months ago
  24. b967e79 Stop marking symbols weak in native bionic build by Victor Khimenko · 4 years, 10 months ago
  25. 8d01fac alloc_debug: get load_bias error by Weiwei.Zhang · 4 years, 10 months ago
  26. fd8d687 x86/x86_64: cleanup signal trampolines by Ryan Prichard · 5 years ago
  27. 73ed0c4 Merge changes from topic "arm64_branch-protection" by Elliott Hughes · 4 years, 10 months ago
  28. 7241ac6 Merge "Enable BTI in bionic linker" by Elliott Hughes · 4 years, 10 months ago
  29. bcef897 Enable arm64 .eh_frame terminator, align it to 4 by Ryan Prichard · 4 years, 10 months ago
  30. 5cd0172 Merge "Work around issues with `aligned_alloc()` and -O2." by Treehugger Robot · 4 years, 10 months ago
  31. 1c33c4a Work around issues with `aligned_alloc()` and -O2. by Stephen Hines · 4 years, 10 months ago
  32. bda8558 Merge "Avoid explicit use of "10000" in build files." by Dan Albert · 4 years, 10 months ago
  33. 1559018 Merge "Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h." by Peter Collingbourne · 4 years, 10 months ago
  34. 978eb16 Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h. by Peter Collingbourne · 4 years, 11 months ago
  35. 8d55d18 Enable BTI in bionic linker by Tamas Petz · 5 years ago
  36. 47250ac Merge "Adapt for update to clang-r399163." by Stephen Hines · 4 years, 11 months ago
  37. 7606477 Adapt for update to clang-r399163. by Stephen Hines · 4 years, 11 months ago
  38. 0a12075 Merge "Add arm64 source to linker_wrapper" by Treehugger Robot · 4 years, 11 months ago
  39. 3b47d60 Add arm64 source to linker_wrapper by Jiyong Park · 4 years, 11 months ago
  40. 6c19d67 Merge "Explicitly add the include path for android_filesystem_config.h" by Tom Cherry · 4 years, 11 months ago
  41. 379ed1e Explicitly add the include path for android_filesystem_config.h by Tom Cherry · 4 years, 11 months ago
  42. bfb8890 Merge "Simplify native bridge skip check" by Lev Rumyantsev · 4 years, 11 months ago
  43. 37c5ed3 Simplify native bridge skip check by Lev Rumyantsev · 4 years, 11 months ago
  44. cf69abc Merge "Dump the per-thread TAGGED_ADDR_CTRL value if available." by Peter Collingbourne · 4 years, 11 months ago
  45. f15d33e Merge "Merge mainline-release 6664920 to master - DO NOT MERGE" by Bill Yi · 4 years, 11 months ago
  46. e320c77 Merge mainline-release 6664920 to master - DO NOT MERGE by Bill Yi · 4 years, 11 months ago
  47. d7f153f Merge "Merge android11-tests-dev." by Treehugger Robot · 4 years, 11 months ago
  48. 60a3956 Merge "Make it clearer that math.h isn't fdlibm." by Treehugger Robot · 4 years, 11 months ago
  49. fee514e Make it clearer that math.h isn't fdlibm. by Elliott Hughes · 4 years, 11 months ago
  50. 98d79de Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 4 years, 11 months ago
  51. 66ae134 Merge "Mark bionic APEX as visible" by Kiyoung Kim · 4 years, 11 months ago
  52. 6525d54 Merge android11-tests-dev. by Xin Li · 4 years, 11 months ago
  53. 1efa573 Merge "Expose a function to reset the stack protector for the zygote." by Elliott Hughes · 5 years ago
  54. a1e3f2c Expose a function to reset the stack protector for the zygote. by Elliott Hughes · 5 years ago
  55. bba9153 Merge "Implement a new mechanism to let Scudo access the TLS slot" by Peter Collingbourne · 5 years ago
  56. 38d290a Implement a new mechanism to let Scudo access the TLS slot by Peter Collingbourne · 5 years ago
  57. ba4b406 Merge "NGREG != ELF_NGREG." am: a5a9992671 by Elliott Hughes · 5 years ago
  58. a5a9992 Merge "NGREG != ELF_NGREG." by Elliott Hughes · 5 years ago
  59. 5a8189f Mark bionic APEX as visible by Kiyoung Kim · 5 years ago
  60. 8e5fc5b NGREG != ELF_NGREG. by Elliott Hughes · 5 years ago
  61. f5bdee7 libc: Add Armv8.3-A PAuth and Armv8.5-A BTI compatibility to *.S by Tamas Petz · 5 years ago
  62. 18621fb Update crtbegin.c and crt*.S to support Armv8.5-A BTI by Tamas Petz · 5 years ago
  63. 42b6530 libm: Add Armv8.3-A PAuth and Armv8.5-A BTI support to assembly files by Tamas Petz · 6 years ago
  64. 19d66e6 libc: Prepare support for Armv8.3-A PAuth and Armv8.5-A BTI in *.S by Tamas Petz · 6 years ago
  65. 86214f6 Merge "Skip RP1A.200720.011" into stage-aosp-master by Xin Li · 5 years ago
  66. 4473d90 Merge "Add benchmark for property mapping" am: 7e0816a0a4 by Tom Cherry · 5 years ago
  67. 59cee9f Skip RP1A.200720.011 by Xin Li · 5 years ago
  68. 204da16 Mark RP1A.200720.001 as merged by Xin Li · 5 years ago
  69. 7e0816a Merge "Add benchmark for property mapping" by Tom Cherry · 5 years ago
  70. a5744e2 Add benchmark for property mapping by Tom Cherry · 5 years ago
  71. 57af5a7 Merge "Incorporate upstream's strptime %Z/%z support." am: 159bb3f86b by Treehugger Robot · 5 years ago
  72. 159bb3f Merge "Incorporate upstream's strptime %Z/%z support." by Treehugger Robot · 5 years ago
  73. d065c04 Incorporate upstream's strptime %Z/%z support. by Elliott Hughes · 5 years ago
  74. f5493e8 Merge "Add fdtrack docs." am: 984b4e9ae1 by Josh Gao · 5 years ago
  75. 984b4e9 Merge "Add fdtrack docs." by Josh Gao · 5 years ago
  76. 12a0eb6 Add fdtrack docs. by Josh Gao · 5 years ago
  77. 7a265e7 Mark Android R (rvc-dev-plus-aosp-without-vendor@6692709) as merged by Xin Li · 5 years ago
  78. 7aad6a8 Merge "Updated __libc_get_static_tls_bounds test to be more meaningful" am: f3c1b60d53 by Vy Nguyen · 5 years ago
  79. f3c1b60 Merge "Updated __libc_get_static_tls_bounds test to be more meaningful" by Vy Nguyen · 5 years ago
  80. 97ba12b Updated __libc_get_static_tls_bounds test to be more meaningful by Vy Nguyen · 5 years ago
  81. 3459e3f Merge "bionic_systrace: moving global static variables" am: 37e112f60a by Treehugger Robot · 5 years ago
  82. 37e112f Merge "bionic_systrace: moving global static variables" by Treehugger Robot · 5 years ago
  83. 1e1c784 bionic_systrace: moving global static variables by Bowgo Tsai · 5 years ago
  84. 2206289 Merge "async_safe: don't call libc's socket." am: 1e0d28b9c2 by Josh Gao · 5 years ago
  85. 1e0d28b Merge "async_safe: don't call libc's socket." by Josh Gao · 5 years ago
  86. ece7a0f Merge "Fix issues with .note.GNU-stack section directives." am: 3d59029a12 by Treehugger Robot · 5 years ago
  87. d371133 async_safe: don't call libc's socket. by Josh Gao · 5 years ago
  88. 3d59029 Merge "Fix issues with .note.GNU-stack section directives." by Treehugger Robot · 5 years ago
  89. c68ec15 Fix issues with .note.GNU-stack section directives. by Stephen Hines · 5 years ago
  90. 0b27445 Merge "Adding system property tracing" am: 08bcaac208 by Treehugger Robot · 5 years ago
  91. 08bcaac Merge "Adding system property tracing" by Treehugger Robot · 5 years ago
  92. d0ecf0b Adding system property tracing by Bowgo Tsai · 5 years ago
  93. 97cefc6 Merge "Cast from const void * -> const char * when using memchr()." am: 3ec750e035 by Treehugger Robot · 5 years ago
  94. 3ec750e Merge "Cast from const void * -> const char * when using memchr()." by Treehugger Robot · 5 years ago
  95. 62165a1 Cast from const void * -> const char * when using memchr(). by Stephen Hines · 5 years ago
  96. f578e9a Merge "Disable HWASAN on ifunc resolvers." am: 3936985e75 by Treehugger Robot · 5 years ago
  97. 5863553 Merge "Various coverage improvements." am: 1c502d46b3 by Elliott Hughes · 5 years ago
  98. 3936985 Merge "Disable HWASAN on ifunc resolvers." by Treehugger Robot · 5 years ago
  99. 1c502d4 Merge "Various coverage improvements." by Elliott Hughes · 5 years ago
  100. 48943b2 Avoid explicit use of "10000" in build files. by Dan Albert · 5 years ago