1. 30 1月, 2010 1 次提交
  2. 26 1月, 2010 1 次提交
  3. 21 1月, 2010 3 次提交
  4. 15 1月, 2010 2 次提交
  5. 08 1月, 2010 1 次提交
  6. 05 1月, 2010 2 次提交
  7. 16 12月, 2009 2 次提交
  8. 15 12月, 2009 3 次提交
  9. 11 12月, 2009 10 次提交
  10. 10 12月, 2009 2 次提交
  11. 09 12月, 2009 1 次提交
  12. 03 12月, 2009 2 次提交
  13. 28 11月, 2009 1 次提交
  14. 26 11月, 2009 1 次提交
  15. 18 11月, 2009 1 次提交
  16. 16 11月, 2009 2 次提交
  17. 09 11月, 2009 1 次提交
  18. 08 11月, 2009 1 次提交
  19. 06 11月, 2009 1 次提交
  20. 05 11月, 2009 1 次提交
  21. 03 11月, 2009 1 次提交
    • T
      sparc: Remove BKL from apc · 49ab972a
      Thomas Gleixner 提交于
      commit ab772027 (sparc: arch/sparc/kernel/apc.c to unlocked_ioctl)
      added lock/unlock_kernel() to the apc ioctl code.
      
      The code needs no serialization at all. Neither put/get_user nor the
      read/write access to the sbus devices require it. Remove BKL.
      
      cycle_kernel_lock() was added during the big BKL pushdown. It should
      ensure the serializiation against driver init code. In this case there
      is nothing to serialize. Remove it as well.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      49ab972a