summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2015-10-13irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier-9/+7
2015-10-13irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier-1/+5
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier-9/+21
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner-3/+18
2015-10-12Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki-1/+1
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner-0/+22
2015-10-09genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu-31/+31
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg-1/+20
2015-10-09Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas-0/+87
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann-0/+1
2015-10-01Merge branch 'irq/for-arm' into irq/coreThomas Gleixner-0/+87
2015-10-01genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang-0/+87
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings-2/+17
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard-0/+2
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard-3/+4
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie-6/+5
2015-09-22genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner-41/+117
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-22/+13
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu-2/+2
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu-11/+12
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu-3/+4
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu-3/+4
2015-09-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates-1/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-76/+112
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko-0/+17
2015-08-20genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko-1/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier-5/+13
2015-07-30genirq: Use the proper parameter name in kernel docMasanari Iida-1/+1
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner-9/+13
2015-07-27genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris-0/+6
2015-07-27genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson-0/+2
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu-0/+17
2015-07-17genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner-5/+13
2015-07-11genirq: Remove the irq argument from setup_affinity()Jiang Liu-8/+7
2015-07-11genirq: Provide and use __irq_can_set_affinity()Jiang Liu-8/+10
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu-4/+6
2015-07-11genirq: Remove irq argument from try_one_irq()Jiang Liu-3/+3
2015-07-11genirq: Remove irq argument from report_bad_irq()Jiang Liu-8/+6
2015-07-11genirq: Remove irq argument from suspend/resume_irq()Jiang Liu-4/+4
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu-10/+11
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu-10/+9
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu-4/+6
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu-11/+11
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner-4/+0
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner-21/+28
2015-06-20genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner-3/+3
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King-11/+34
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu-10/+10
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu-5/+7