1. 15 1月, 2014 12 次提交
  2. 15 11月, 2013 3 次提交
  3. 14 11月, 2013 1 次提交
  4. 10 10月, 2013 2 次提交
  5. 25 9月, 2013 1 次提交
  6. 07 9月, 2013 3 次提交
  7. 08 7月, 2013 5 次提交
  8. 29 6月, 2013 1 次提交
  9. 06 6月, 2013 2 次提交
  10. 21 5月, 2013 1 次提交
  11. 09 5月, 2013 7 次提交
  12. 04 3月, 2013 1 次提交
  13. 24 2月, 2013 1 次提交
    • C
      xtensa: add support for TLS · c50842df
      Chris Zankel 提交于
      The Xtensa architecture provides a global register called THREADPTR
      for the purpose of Thread Local Storage (TLS) support. This allows us
      to use a fairly simple implementation, keeping the thread pointer in
      the regset and simply saving and restoring it upon entering/exiting
      the from user space.
      Signed-off-by: NChris Zankel <chris@zankel.net>
      c50842df