aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier1-1/+5
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-9/+21
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner2-3/+18
2015-10-12Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki1-1/+1
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner3-0/+22
2015-10-09genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu1-31/+31
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg3-1/+20
2015-10-09Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipCatalin Marinas3-0/+87
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann1-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann1-0/+1
2015-10-01Merge branch 'irq/for-arm' into irq/coreThomas Gleixner3-0/+87
2015-10-01genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang3-0/+87
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard1-0/+2
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard1-3/+4
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie3-6/+5
2015-09-22genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner1-41/+117
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-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates1-1/+1
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