Commit Graph

536 Commits (2bd2d6f2dc952fc44fc52887de36e51896da96b9)

Author SHA1 Message Date
Simon Guinot 659fb32d1b genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) 14 years ago
Jesper Juhl 13863a66c9 genirq: Prevent potential NULL dereference in irq_set_irq_wake() 14 years ago
Mark Brown c5182b8867 genirq: Ensure we locate the passed IRQ in irq_alloc_descs() 14 years ago
Linus Walleij e7fbad300a genirq: Fix descriptor init on non-sparse IRQs 14 years ago
Sebastian Andrzej Siewior 3a43e05f4d irq: Handle spurios irq detection for threaded irqs 14 years ago
Sebastian Andrzej Siewior ef26f20cd1 genirq: Print threaded handler in spurious debug output 14 years ago
Yinghai Lu def945eeb9 irq: Remove smp_affinity_list when unregister irq proc 14 years ago
Mike Travis 4b060420a5 bitmap, irq: add smp_affinity_list interface to /proc/irq 14 years ago
Jonathan Cameron edf76f8307 irq: Export functions to allow modular irq drivers 14 years ago
Thomas Gleixner fe12bc2c99 genirq: Uninline and sanity check generic_handle_irq() 14 years ago
Thomas Gleixner fe05143484 genirq: Remove pointless ifdefs 14 years ago
Geert Uytterhoeven 94b2c363dc genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL 14 years ago
Thomas Gleixner c42321c76b genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIP 14 years ago
Thomas Gleixner cfefd21e69 genirq: Add chip suspend and resume callbacks 14 years ago
Thomas Gleixner 7d82806247 genirq: Implement a generic interrupt chip 14 years ago
Paul Mundt 7f1b1244e1 genirq: Support per-IRQ thread disabling. 14 years ago
Xiaotian Feng 4f5058c3b7 genirq: Fix cpumask leak in __setup_irq() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Thomas Gleixner 78c8982564 genirq: Remove the now obsolete config options and select statements 14 years ago
Stephen Rothwell ac0e0447be genirq: fix CONFIG_IRQ_EDGE_EOI_HANDLER build 14 years ago
Thomas Gleixner 353c8ed44f genirq: Fix misnamed label in handle_edge_eoi_irq 14 years ago
Thomas Gleixner 851d7cf647 genirq: Remove move_*irq leftovers 14 years ago
Thomas Gleixner 0c6f8a8b91 genirq: Remove compat code 14 years ago
Thomas Gleixner a6e120ed42 alpha: Use generic show_interrupts() 14 years ago
Thomas Gleixner cd22c0e44b genirq: Fix harmless typo 14 years ago
Thomas Gleixner 0ef5ca1e1f genirq; Fix cleanup fallout 14 years ago
Thomas Gleixner a6aeddd1c4 genirq: Fix typo and remove unused variable 14 years ago
Randy Dunlap 30398bf6c6 genirq: Fix new kernel-doc warnings 14 years ago
Thomas Gleixner 33b054b867 genirq: Remove handle_IRQ_event 14 years ago
Thomas Gleixner 0521c8fbb3 genirq: Provide edge_eoi flow handler 14 years ago
Thomas Gleixner 32f4125ebf genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data 14 years ago
David Daney c2d0c555c2 genirq: Split irq_set_affinity() so it can be called with lock held. 14 years ago
Thomas Gleixner b3d422329f genirq: Add chip flag for restricting cpu_on/offline calls 14 years ago
David Daney 0fdb4b259e genirq: Add chip hooks for taking CPUs on/off line. 14 years ago
Thomas Gleixner 801a0e9ae3 genirq: Add irq disabled flag to irq_data state 14 years ago
David Daney d72274e589 genirq: Reserve the irq when calling irq_set_chip() 14 years ago
Thomas Gleixner ab7798ffcf genirq: Expand generic show_interrupts() 14 years ago
Thomas Gleixner 3b90389128 genirq; Remove the last leftovers of the old sparse irq code 14 years ago
Dan Carpenter 1c389795c1 genirq: Fix incorrect unlock in __setup_irq() 14 years ago
Thomas Gleixner ee0401ec11 genirq: show_interrupts: Check desc->name before printing it blindly 14 years ago
Thomas Gleixner d209a699a0 genirq: Add chip flag to force mask on suspend 14 years ago
Thomas Gleixner c68fd4f3ca genirq: Add comments to Kconfig switches 14 years ago
Thomas Gleixner c69e3758ff genirq: Fixup fasteoi handler for oneshot mode 14 years ago
Thomas Gleixner 8d32a307e4 genirq: Provide forced interrupt threading 14 years ago
Thomas Gleixner 9d591edd02 genirq: Allow shared oneshot interrupts 14 years ago
Thomas Gleixner b5faba21a6 genirq: Prepare the handling of shared oneshot interrupts 14 years ago
Thomas Gleixner 1204e95689 genirq: Make warning in handle_percpu_event useful 14 years ago
Jan Beulich fd4afaf333 genirq: Streamline kernel/irq/Kconfig 14 years ago
Thomas Gleixner 70433c0161 genirq: Use the correct variable for note_interrupt 14 years ago
Thomas Gleixner 8fff39e069 genirq: Add missing break in __irq_set_trigger() 14 years ago