Commit Graph

548 Commits (b23cf0bd55b0c6b703982446f679e00d6d929524)

Author SHA1 Message Date
Rob Herring eef24afb28 irq: Fix check for already initialized irq_domain in irq_domain_add 14 years ago
Geert Uytterhoeven ed585a6516 genirq: Make irq_shutdown() symmetric vs. irq_startup again 14 years ago
Linus Torvalds 69dd3d8e29 Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" 14 years ago
Randy Dunlap d522a0d179 irqdesc: fix new kernel-doc warning 14 years ago
Sebastian Andrzej Siewior b6873807a7 irq: Track the owner of irq descriptor 14 years ago
Sebastian Andrzej Siewior f3637a5f2e irq: Always set IRQF_ONESHOT if no primary handler is specified 14 years ago
Grant Likely 7e71330169 dt/irq: add irq_domain_generate_simple() helper 14 years ago
Grant Likely 08a543ad33 irq: add irq_domain translation infrastructure 14 years ago
jhbird.choi@samsung.com 1dd75f91ae genirq: Fix wrong bit operation 14 years ago
Maxin B John ae891a1b93 devres: fix possible use after free 14 years ago
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