1. 6bbb75a Revert "Linker support for MTE globals." by Evgenii Stepanov · 1 year, 8 months ago
  2. e8139f5 Linker support for MTE globals. by Mitch Phillips · 2 years, 8 months ago
  3. 2557f73 Consistently use %m rather than strerror() in logging. by Elliott Hughes · 2 years, 1 month ago
  4. a1e3f2c Expose a function to reset the stack protector for the zygote. by Elliott Hughes · 5 years ago
  5. 5f45c18 Add an android_unsafe_frame_pointer_chase function. by Peter Collingbourne · 6 years ago
  6. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  7. 03cef38 Name stack+tls VMAs with PR_SET_VMA_ANON_NAME by Ryan Prichard · 6 years ago
  8. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
  9. 361c1b4 Initialize static TLS memory using module list by Ryan Prichard · 7 years ago
  10. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  11. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  12. 5a66490 Use shared globals so getauxval works earlier by Ryan Prichard · 7 years ago
  13. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  14. da772e2 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  15. 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  16. da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  17. 13e8dcb [hwasan] Tweak process and thread initialization. by Evgenii Stepanov · 7 years ago
  18. cb5f410 Inline __libc_init_global_stack_chk_guard. by Ryan Prichard · 7 years ago
  19. 6631f9b Clean up TLS_SLOT_BIONIC_PREINIT usage a bit by Ryan Prichard · 7 years ago
  20. 374848a The main thread should just INHERIT its scheduler attributes. by Elliott Hughes · 8 years ago
  21. c8a2612 Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched." by Elliott Hughes · 8 years ago
  22. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  23. b6d2b87 Make __libc_init_main_thread and android_set_abort_message weak by dimitry · 8 years ago
  24. 53dc9dd Improve pthread_create failure handling. by Elliott Hughes · 8 years ago
  25. a170d9b Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."" by Josh Gao · 9 years ago
  26. 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
  27. 60d052d Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used." by Josh Gao · 9 years ago
  28. 78a52f1 Attempt to use arc4random where getauxval(AT_RANDOM) is used. by Josh Gao · 9 years ago
  29. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  30. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  31. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 9 years ago
  32. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago