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