Commit Graph

155 Commits (d8d386c10630d8f7837700f4c466443d49e12cc0)

Author SHA1 Message Date
Alexander Gordeev 51906e779f x86/MSI: Support multiple MSIs in presense of IRQ remapping 12 years ago
Thomas Gleixner 293a7a0a16 genirq: Provide means to retrigger parent 12 years ago
Kuninori Morimoto b3ae66f209 genirq: Export irq_set_chip_and_handler_name() 13 years ago
Ning Jiang 23812b9d9e genirq: Add IRQS_PENDING for nested and simple irq 13 years ago
Jiri Kosina 3911ff30f5 genirq: export handle_edge_irq() and irq_to_desc() 13 years ago
Thomas Gleixner d4dc0f90d2 genirq: Allow check_wakeup_irqs to notice level-triggered interrupts 13 years ago
Russell King a09b659cd6 genirq: Fix long-term regression in genirq irq_set_irq_type() handling 13 years ago
Thomas Gleixner b4bc724e82 genirq: Handle pending irqs in irq_startup() 13 years ago
Thomas Gleixner ac56376111 genirq: Unmask oneshot irqs when thread was not woken 13 years ago
Steven Rostedt f069686e4b tracing/softirq: Move __raise_softirq_irqoff() out of header 13 years ago
Marc Zyngier 31d9d9b6d8 genirq: Add support for per-cpu dev_id interrupts 14 years ago
Geert Uytterhoeven ed585a6516 genirq: Make irq_shutdown() symmetric vs. irq_startup again 14 years ago
Jonathan Cameron edf76f8307 irq: Export functions to allow modular irq drivers 14 years ago
Paul Mundt 7f1b1244e1 genirq: Support per-IRQ thread disabling. 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 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 0c6f8a8b91 genirq: Remove compat code 14 years ago
Thomas Gleixner 0ef5ca1e1f genirq; Fix cleanup fallout 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
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 c69e3758ff genirq: Fixup fasteoi handler for oneshot mode 14 years ago
Thomas Gleixner a61d825808 genirq: Fix misplaced status update in irq_disable() 14 years ago
Thomas Gleixner 77694b408a genirq; Add fasteoi irq_chip quirk 14 years ago
Thomas Gleixner 781295762d genirq: Add preflow handler support 14 years ago
Thomas Gleixner 3836ca08aa genirq: Consolidate set_chip_handler functions 14 years ago
Thomas Gleixner 02725e7471 genirq: Use irq_get/put functions 14 years ago
Thomas Gleixner 091738a266 genirq: Remove real old transition functions 14 years ago
Thomas Gleixner e1ef824146 genirq: Reflect IRQ_MOVE_PCNTXT in irq_data state 14 years ago
Thomas Gleixner d4d5e08960 genirq: Add IRQCHIP_SET_TYPE_MASKED flag 14 years ago
Thomas Gleixner 1ccb4e612f genirq: Wrap the remaning IRQ_* flags 14 years ago
Thomas Gleixner 876dbd4cc1 genirq: Mirror irq trigger type bits in irq_data.state 14 years ago
Thomas Gleixner a005677b3d genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 14 years ago
Thomas Gleixner 6e40262ea4 genirq: Move IRQ_MASKED to core 14 years ago
Thomas Gleixner 2a0d6fb335 genirq: Move IRQ_PENDING flag to core 14 years ago
Thomas Gleixner c1594b77e4 genirq: Move IRQ_DISABLED to core 14 years ago
Thomas Gleixner 163ef30911 genirq: Move IRQ_REPLAY and IRQ_WAITING to core 14 years ago
Thomas Gleixner 3d67baec7f genirq: Move IRQ_ONESHOT to core 14 years ago
Thomas Gleixner 009b4c3b8a genirq: Add IRQ_INPROGRESS to core 14 years ago
Thomas Gleixner 6954b75b48 genirq: Move IRQ_POLL_INPROGRESS to core 14 years ago
Thomas Gleixner 6f91a52d9b genirq: Use modify_status for set_irq_nested_thread 14 years ago
Thomas Gleixner 35e857cbeb genirq: Fixup core code namespace fallout 14 years ago
Thomas Gleixner 849f061c25 genirq: Use handle_perpcu_event() in handle_percpu_irq() 14 years ago
Thomas Gleixner a60a5dc2db genirq: Use handle_irq_event() in handle_edge_irq() 14 years ago
Thomas Gleixner a7ae4de5c8 genirq: Use handle_irq_event() in handle_fasteoi_irq() 14 years ago
Thomas Gleixner 1529866c63 genirq: Use handle_irq_event() in handle_level_irq() 14 years ago