Skip to content
Snippets Groups Projects
  1. Nov 12, 2010
  2. Oct 06, 2010
  3. Jun 16, 2010
  4. Jun 19, 2009
  5. May 17, 2009
  6. Apr 28, 2009
    • Yinghai Lu's avatar
      irq: change ->set_affinity() to return status · d5dedd45
      Yinghai Lu authored
      
      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: default avatarYinghai 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: default avatarIngo Molnar <mingo@elte.hu>
      d5dedd45
  7. Dec 13, 2008
  8. Sep 06, 2008
  9. May 20, 2007
  10. May 17, 2007
    • Russell King's avatar
      [ARM] gic: Fix gic cascade irq handling · 0f347bb9
      Russell King authored
      
      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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      0f347bb9
  11. Feb 15, 2007
  12. Nov 30, 2006
  13. Aug 01, 2006
  14. Jul 01, 2006
  15. Sep 30, 2005
  16. Aug 31, 2005
  17. Aug 18, 2005
Loading