1. 10 10月, 2008 1 次提交
  2. 09 10月, 2008 1 次提交
  3. 08 10月, 2008 1 次提交
  4. 27 8月, 2008 1 次提交
  5. 14 8月, 2008 4 次提交
  6. 05 8月, 2008 2 次提交
  7. 19 7月, 2008 1 次提交
  8. 31 5月, 2008 1 次提交
  9. 17 5月, 2008 1 次提交
  10. 24 4月, 2008 1 次提交
  11. 23 4月, 2008 1 次提交
  12. 09 2月, 2008 1 次提交
  13. 21 11月, 2007 2 次提交
  14. 23 12月, 2007 1 次提交
  15. 18 11月, 2007 1 次提交
  16. 29 10月, 2007 1 次提交
  17. 21 10月, 2007 2 次提交
  18. 25 7月, 2007 1 次提交
  19. 21 6月, 2007 1 次提交
    • B
      Blackfin arch: defines and provides entry points for certain user space... · 7adfb58f
      Bernd Schmidt 提交于
      Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses
      
      This patch defines (and provides) entry points for certain user space functions
      at fixed addresses.  The Blackfin has no usable atomic instructions, but we can
      ensure that these code sequences appear atomic from a user space point of view
      by detecting when we're in the process of executing them during the interrupt
      handler return path.  This allows much more efficient pthread lock
      implementations than the bfin_spinlock syscall we're currently using.
      
      Also provided is a small sys_rt_sigreturn stub which can be used by the signal
      handler setup code.  The signal.c part will be committed separately.
      Signed-off-by: NBernd Schmidt <bernd.schmidt@analog.com>
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      
      7adfb58f
  20. 22 5月, 2007 1 次提交
  21. 08 5月, 2007 1 次提交