summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0111-76/+112
|\
| * genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-5/+13
| * genirq: Use the proper parameter name in kernel docMasanari Iida2015-07-301-1/+1
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-07-302-9/+13
| |\
| * | genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris2015-07-271-0/+6
| * | genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson2015-07-271-0/+2
| * | genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-221-0/+17
| * | genirq: Remove the irq argument from setup_affinity()Jiang Liu2015-07-111-8/+7
| * | genirq: Provide and use __irq_can_set_affinity()Jiang Liu2015-07-111-8/+10
| * | genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-113-4/+6
| * | genirq: Remove irq argument from try_one_irq()Jiang Liu2015-07-111-3/+3
| * | genirq: Remove irq argument from report_bad_irq()Jiang Liu2015-07-111-8/+6
| * | genirq: Remove irq argument from suspend/resume_irq()Jiang Liu2015-07-111-4/+4
| * | genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu2015-07-113-10/+11
| * | genirq: Remove irq arg from __irq_set_trigger()Jiang Liu2015-07-113-10/+9
| * | genirq: Remove the irq argument from check_irq_resend()Jiang Liu2015-07-114-4/+6
| * | genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-114-11/+11
* | | genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko2015-08-201-0/+17
* | | genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko2015-08-201-1/+1
| |/ |/|
* | genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner2015-07-171-5/+13
* | hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2015-07-081-4/+0
|/
* Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-206-21/+28
|\
| * genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner2015-06-201-3/+3
| * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-125-10/+10
| * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-123-5/+7
| * genirq: Prevent crash in irq_move_irq()Jiang Liu2015-06-121-1/+8
| * genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu2015-06-121-2/+0
* | irq: Add irq_set_chained_handler_and_data()Russell King2015-06-181-11/+34
* | Merge branch 'linus' into irq/coreThomas Gleixner2015-06-051-0/+1
|\ \
| * | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chipRoger Quadros2015-04-241-0/+1
* | | genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chipGeert Uytterhoeven2015-05-221-0/+1
* | | Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-05-192-0/+45
|\ \ \ | | |/ | |/|
| * | genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu2015-05-192-0/+45
| |/
* | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-05-183-3/+51
|\ \
| * | genirq: generic chip: Support hierarchy domainStefan Agner2015-05-181-3/+2
| * | genirq: Add irq_chip_(enable/disable)_parentStefan Agner2015-05-181-0/+28
| * | irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner2015-05-181-0/+21
| |/
* | genirq: Don't suspend nested_thread irqs over system suspendNeilBrown2015-05-181-0/+4
* | genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-05-131-2/+2
* | genirq: Fix type inconsistencyNicholas Mc Guire2015-05-051-1/+1
* | genirq: Fix unnecessary automatic type conversionNicholas Mc Guire2015-05-051-1/+1
* | genirq: MSI: Constify irq_domain_opsKrzysztof Kozlowski2015-05-051-1/+1
|/
* Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-111-0/+16
|\
| * genirq: Add irqchip_set_wake_parentMarc Zyngier2015-03-151-0/+16
* | genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier2015-04-081-0/+91
* | genirq: MSI: Fix freeing of unallocated MSIMarc Zyngier2015-04-081-2/+9
* | Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2015-04-082-2/+12
|\ \
| * | genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2015-03-042-2/+12
| |/
* | Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new c...Ingo Molnar2015-03-051-7/+4
|\ \ | |/
| * Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-161-0/+3
| |\
OpenPOWER on IntegriCloud