1. f2f1253 Merge "__init_shadow_call_stack: explicitly check for mmap() failures." into main by Elliott Hughes · 12 months ago
  2. a7637a8 Fix uses of the deprecated API level names in the implementation. by Elliott Hughes · 12 months ago
  3. 1b36291 __init_shadow_call_stack: explicitly check for mmap() failures. by Elliott Hughes · 12 months ago
  4. c0aa70a Reapply "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 1 month ago
  5. 45b29f1 Revert "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 1 month ago
  6. 10d11dd [MTE] allocate ring buffer for stack history by Florian Mayer · 1 year, 3 months ago
  7. 73750dc Move memtag_stack out of libc_globals by Florian Mayer · 1 year, 4 months ago
  8. 2557f73 Consistently use %m rather than strerror() in logging. by Elliott Hughes · 2 years ago
  9. fd93b60 Check for mprotect result by Kelvin Zhang · 2 years ago
  10. bb11ee6 Remove PAGE_SIZE call sites. by Peter Collingbourne · 3 years, 2 months ago
  11. c35a0dc riscv64: say "x3" rather than "gp" in shadow call stack assembler. by Elliott Hughes · 2 years, 2 months ago
  12. 7dd3896 riscv64: switch from x18 to gp for shadow call stack. by Elliott Hughes · 2 years, 3 months ago
  13. 9a7155d riscv64 SCS support. by Elliott Hughes · 2 years, 5 months ago
  14. f9fa32a Basic support for MTE stack tagging. by Evgenii Stepanov · 3 years, 2 months ago
  15. 7309177 Revert "Disable pointer authentication in app processes." by Elliott Hughes · 3 years, 4 months ago
  16. bf52e88 Disable pointer authentication in app processes. by Peter Collingbourne · 3 years, 6 months ago
  17. 26d83ba Disable return PAC in __pthread_start. by Peter Collingbourne · 4 years, 1 month ago
  18. dcbacd6 Avoid prctl(PR_PAC_RESET_KEYS) on devices without PAC support. by Peter Collingbourne · 4 years, 3 months ago
  19. 811d180 Reset PAC keys on thread creation instead of on zygote fork. by Peter Collingbourne · 4 years, 4 months ago
  20. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 4 years, 10 months ago
  21. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  22. 5f45c18 Add an android_unsafe_frame_pointer_chase function. by Peter Collingbourne · 6 years ago
  23. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  24. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  25. b92d1c3 Block signals in pthread_create. by Evgenii Stepanov · 6 years ago
  26. 03cef38 Name stack+tls VMAs with PR_SET_VMA_ANON_NAME by Ryan Prichard · 6 years ago
  27. f1ed31f Increase the size of the shadow call stack guard region to 16MB. by Peter Collingbourne · 6 years ago
  28. d5076ba Merge "Add tracepoints for pthread_create and pthread_join" by Treehugger Robot · 6 years ago
  29. 77d0f90 Add tracepoints for pthread_create and pthread_join by Philip Cuadra · 6 years ago
  30. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 6 years ago
  31. 361c1b4 Initialize static TLS memory using module list by Ryan Prichard · 7 years ago
  32. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  33. 466e0ec Remove some PR_SET_VMAs during pthread_create by Tim Murray · 7 years ago
  34. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  35. 734beec Allocate a small guard region around the shadow call stack. by Peter Collingbourne · 7 years ago
  36. da772e2 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  37. 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  38. da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  39. 13e8dcb [hwasan] Tweak process and thread initialization. by Evgenii Stepanov · 7 years ago
  40. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  41. be551f5 HWASan support in bionic. by Evgenii Stepanov · 7 years ago
  42. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  43. 38f01e0 Preserve historical pthread_create scheduler behavior better. by Elliott Hughes · 8 years ago
  44. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  45. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  46. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  47. 53dc9dd Improve pthread_create failure handling. by Elliott Hughes · 8 years ago
  48. dacbb04 Merge "Support larger guard regions." by Treehugger Robot · 8 years ago
  49. d6c678c Support larger guard regions. by Elliott Hughes · 8 years ago
  50. 7b0af7a Always log errno when aborting. by Elliott Hughes · 8 years ago
  51. 6de6087 Report correct errno on clone failure by dimitry · 8 years ago
  52. dfcb82d Clean up __isthreaded. by Elliott Hughes · 8 years ago
  53. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  54. 5450f86 Fix leak of bionic TLS when threads are detached. by Josh Gao · 8 years ago
  55. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 8 years ago
  56. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 8 years ago
  57. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 8 years ago
  58. b0e8c56 Remove the global thread list. by Elliott Hughes · 9 years ago
  59. cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
  60. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  61. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
  62. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  63. 01b85d5 Set x86 TLS limit to 0xfffff, not PAGE_SIZE. by Elliott Hughes · 9 years ago
  64. 304348a Clear pthread_internal_t allocated on user provided stack. by Yabin Cui · 10 years ago
  65. d26e780 Use bionic lock in pthread_internal_t. by Yabin Cui · 10 years ago
  66. eeb6b57 Name the thread stack and signal stack guard pages. by Elliott Hughes · 10 years ago
  67. ef11500 Revert "Revert "add guard pages to the internal signal stacks"" by Yabin Cui · 10 years ago
  68. a3125fd Revert "add guard pages to the internal signal stacks" by Elliott Hughes · 10 years ago
  69. 595752f add guard pages to the internal signal stacks by Daniel Micay · 10 years ago
  70. 799cb35 Fix in error handling in pthread_create.cpp. by Yabin Cui · 10 years ago
  71. 93d44ff Merge "Let g_thread_list_lock only protect g_thread_list." by Yabin Cui · 10 years ago
  72. 673b15e Let g_thread_list_lock only protect g_thread_list. by Yabin Cui · 10 years ago
  73. a2db50d Fix alignment error for pthread_internal_t/pthread stack. by Yabin Cui · 10 years ago
  74. 58cf31b Make pthread join_state not protected by g_thread_list_lock. by Yabin Cui · 10 years ago
  75. 5e2bd71 Refactor pthread_key.cpp to be lock-free. by Yabin Cui · 10 years ago
  76. 05fc1d7 Add missing includes. by Elliott Hughes · 10 years ago
  77. 8b5df39 Turn on -Wold-style-cast and fix the errors. by Elliott Hughes · 10 years ago
  78. 917d390 Make pthread stack size match real range. by Yabin Cui · 11 years ago
  79. ba8dfc2 Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK. by Yabin Cui · 11 years ago
  80. 6a7aaf4 Reserve enough user request stack space in pthread_create. by Yabin Cui · 11 years ago
  81. 8cf1b30 Use mmap to create the pthread_internal_t by Yabin Cui · 11 years ago
  82. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 11 years ago
  83. 8574a06 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  84. 5b8ceff Revert "Use mmap to create the pthread_internal_t." by Nicolas Geoffray · 11 years ago
  85. cc5f654 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  86. 40a5217 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 11 years ago
  87. e959a3b Remove the global lock around thread stack creation. by Elliott Hughes · 11 years ago
  88. e0f25dd Remove the obsolete _thread_created_hook. by Elliott Hughes · 11 years ago
  89. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  90. 03eebcb Move common macros into bionic_macros.h. by Christopher Ferris · 11 years ago
  91. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  92. cd46104 Fix a typo in the big g_ search/replace. by Elliott Hughes · 11 years ago
  93. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  94. 0d236aa Align the child stack in clone(2). by Elliott Hughes · 11 years ago
  95. b676aaf Remove unnecessary #includes. by Elliott Hughes · 11 years ago
  96. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  97. af8aebe Move _thread_created_hook to where it belongs. by Elliott Hughes · 12 years ago
  98. 8090614 Work around CLONE_SETTLS being weird on x86. by Elliott Hughes · 12 years ago
  99. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  100. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago