aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann1-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann1-0/+1
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner4-22/+13
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2-2/+2
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu3-11/+12
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2-3/+4
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu3-3/+4
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-76/+112
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko1-0/+17
2015-08-20genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko1-1/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-5/+13
2015-07-30genirq: Use the proper parameter name in kernel docMasanari Iida1-1/+1
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner2-9/+13
2015-07-27genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris1-0/+6
2015-07-27genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson1-0/+2
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu1-0/+17
2015-07-17genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner1-5/+13
2015-07-11genirq: Remove the irq argument from setup_affinity()Jiang Liu1-8/+7
2015-07-11genirq: Provide and use __irq_can_set_affinity()Jiang Liu1-8/+10
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu3-4/+6
2015-07-11genirq: Remove irq argument from try_one_irq()Jiang Liu1-3/+3
2015-07-11genirq: Remove irq argument from report_bad_irq()Jiang Liu1-8/+6
2015-07-11genirq: Remove irq argument from suspend/resume_irq()Jiang Liu1-4/+4
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu3-10/+11
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu3-10/+9
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu4-4/+6
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu4-11/+11
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner1-4/+0
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner6-21/+28
2015-06-20genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner1-3/+3
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King1-11/+34
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu5-10/+10
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu3-5/+7
2015-06-12genirq: Prevent crash in irq_move_irq()Jiang Liu1-1/+8
2015-06-12genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu1-2/+0
2015-06-05Merge branch 'linus' into irq/coreThomas Gleixner1-0/+1
2015-05-22genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chipGeert Uytterhoeven1-0/+1
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2-0/+45
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu2-0/+45
2015-05-18Merge branch 'irq/for-arm' into irq/coreThomas Gleixner3-3/+51
2015-05-18genirq: generic chip: Support hierarchy domainStefan Agner1-3/+2
2015-05-18genirq: Add irq_chip_(enable/disable)_parentStefan Agner1-0/+28
2015-05-18irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner1-0/+21
2015-05-18genirq: Don't suspend nested_thread irqs over system suspendNeilBrown1-0/+4
2015-05-13genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin1-2/+2
2015-05-05genirq: Fix type inconsistencyNicholas Mc Guire1-1/+1
2015-05-05genirq: Fix unnecessary automatic type conversionNicholas Mc Guire1-1/+1
2015-05-05genirq: MSI: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-04-24genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chipRoger Quadros1-0/+1