1. 03 7月, 2006 1 次提交
  2. 02 7月, 2006 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 30 6月, 2006 1 次提交
  5. 25 6月, 2006 1 次提交
  6. 09 6月, 2006 1 次提交
    • R
      [ARM] Fix Neponset IRQ handling · d782f33d
      Russell King 提交于
      While testing the genirq code on ARM, a condition was found whereby
      the Neponset IRQ handler was being re-entered, causing the system
      to deadlock.
      
      Under the ARM IRQ code, this would not have been a visible problem
      because the "simple" IRQ handling had no re-entrancy protection.
      
      Resolve this by acknowledging the parent interrupt after we mask it
      when we are going to handle one of our "special" level-based sources
      (from ethernet or USAR chip.)
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d782f33d
  7. 06 5月, 2006 1 次提交
  8. 01 4月, 2006 1 次提交
    • P
      [ARM] 3436/1: 2.6.16-git18: collie_defconfig broken · 50c37e21
      Pavel Machek 提交于
      Patch from Pavel Machek
      
      > The kautobuild found the following error while trying to build 2.6.16-git18
      > using collie_defconfig:
      >
      > arch/arm/mach-sa1100/collie.c:92: error: 'collie_uart_set_mctrl' undeclared here (not in a function)
      > arch/arm/mach-sa1100/collie.c:93: error: 'collie_uart_get_mctrl' undeclared here (not in a function)
      > make[1]: *** [arch/arm/mach-sa1100/collie.o] Error 1
      > make: *** [arch/arm/mach-sa1100] Error 2
      > make: Leaving directory `/var/tmp/kernel-orig'
      
      This fixes above compile error by adding missing pieces of uart
      support, and fixes compilation.
      Signed-off-by: NPavel Machek <pavel@suse.cz>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      50c37e21
  9. 28 3月, 2006 1 次提交
  10. 27 3月, 2006 1 次提交
  11. 26 3月, 2006 2 次提交
  12. 22 3月, 2006 2 次提交
  13. 14 1月, 2006 1 次提交
  14. 04 1月, 2006 1 次提交
  15. 22 11月, 2005 1 次提交
  16. 10 11月, 2005 1 次提交
  17. 09 11月, 2005 1 次提交
  18. 31 10月, 2005 1 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  19. 30 10月, 2005 1 次提交
  20. 29 10月, 2005 3 次提交
  21. 28 10月, 2005 1 次提交
  22. 10 10月, 2005 1 次提交
  23. 19 9月, 2005 1 次提交
  24. 15 9月, 2005 1 次提交
  25. 05 9月, 2005 2 次提交
  26. 01 9月, 2005 2 次提交
  27. 18 8月, 2005 1 次提交
  28. 05 8月, 2005 1 次提交
  29. 04 7月, 2005 1 次提交
  30. 01 7月, 2005 1 次提交
  31. 27 6月, 2005 1 次提交
  32. 20 6月, 2005 1 次提交
  33. 10 6月, 2005 1 次提交
  34. 17 4月, 2005 1 次提交