1. 25 5月, 2011 1 次提交
  2. 21 5月, 2010 1 次提交
  3. 15 12月, 2009 2 次提交
  4. 07 10月, 2009 1 次提交
    • R
      Blackfin: mass clean up of copyright/licensing info · 96f1050d
      Robin Getz 提交于
      Bill Gatliff & David Brownell pointed out we were missing some
      copyrights, and licensing terms in some of the files in
      ./arch/blackfin, so this fixes things, and cleans them up.
      
      It also removes:
       - verbose GPL text(refer to the top level ./COPYING file)
       - file names (you are looking at the file)
       - bug url (it's in the ./MAINTAINERS file)
       - "or later" on GPL-2, when we did not have that right
      
      It also allows some Blackfin-specific assembly files to be under a BSD
      like license (for people to use them outside of Linux).
      Signed-off-by: NRobin Getz <robin.getz@analog.com>
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      96f1050d
  5. 17 9月, 2009 2 次提交
  6. 13 6月, 2009 1 次提交
  7. 18 11月, 2008 1 次提交
  8. 07 1月, 2009 1 次提交
  9. 27 10月, 2008 1 次提交
  10. 10 10月, 2008 1 次提交
  11. 09 10月, 2008 1 次提交
  12. 08 10月, 2008 1 次提交
  13. 27 8月, 2008 1 次提交
  14. 14 8月, 2008 4 次提交
  15. 05 8月, 2008 2 次提交
  16. 19 7月, 2008 1 次提交
  17. 31 5月, 2008 1 次提交
  18. 17 5月, 2008 1 次提交
  19. 24 4月, 2008 1 次提交
  20. 23 4月, 2008 1 次提交
  21. 09 2月, 2008 1 次提交
  22. 21 11月, 2007 2 次提交
  23. 23 12月, 2007 1 次提交
  24. 18 11月, 2007 1 次提交
  25. 29 10月, 2007 1 次提交
  26. 21 10月, 2007 2 次提交
  27. 25 7月, 2007 1 次提交
  28. 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
  29. 22 5月, 2007 1 次提交
  30. 08 5月, 2007 1 次提交