1. 06 12月, 2010 1 次提交
  2. 30 11月, 2010 1 次提交
  3. 12 11月, 2010 1 次提交
  4. 06 10月, 2010 1 次提交
  5. 17 6月, 2010 1 次提交
  6. 19 6月, 2009 1 次提交
  7. 17 5月, 2009 1 次提交
  8. 28 4月, 2009 1 次提交
    • Y
      irq: change ->set_affinity() to return status · d5dedd45
      Yinghai Lu 提交于
      according to Ingo, change set_affinity() in irq_chip should return int,
      because that way we can handle failure cases in a much cleaner way, in
      the genirq layer.
      
      v2: fix two typos
      
      [ Impact: extend API ]
      Signed-off-by: NYinghai Lu <yinghai@kernel.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Suresh Siddha <suresh.b.siddha@intel.com>
      Cc: "Eric W. Biederman" <ebiederm@xmission.com>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: linux-arch@vger.kernel.org
      LKML-Reference: <49F654E9.4070809@kernel.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      d5dedd45
  9. 13 12月, 2008 1 次提交
  10. 06 9月, 2008 1 次提交
  11. 21 5月, 2007 1 次提交
  12. 17 5月, 2007 1 次提交
    • R
      [ARM] gic: Fix gic cascade irq handling · 0f347bb9
      Russell King 提交于
      No need for the cascade irq function to have a "fastcall" annotation.
      Fix the range checking for valid IRQ numbers - comparing the value
      returned by the GIC with NR_IRQS is meaningless since we translate
      the GIC irq number to a Linux IRQ number afterwards.
      
      Check the GIC returned IRQ number is within limits first, then add
      the IRQ offset, and only then compare with NR_IRQS.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      0f347bb9
  13. 15 2月, 2007 1 次提交
  14. 30 11月, 2006 1 次提交
  15. 02 8月, 2006 1 次提交
  16. 02 7月, 2006 1 次提交
  17. 30 9月, 2005 1 次提交
  18. 01 9月, 2005 1 次提交
  19. 19 8月, 2005 1 次提交