Age | Commit message (Expand) | Author |
2015-10-09 | genirq: Fix handle_bad_irq kerneldoc comment | Arnd Bergmann |
2015-10-09 | genirq: Export handle_bad_irq | Arnd Bergmann |
2015-10-01 | genirq: Fix race in register_irq_proc() | Ben Hutchings |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner |
2015-09-16 | genirq: Move field 'msi_desc' from irq_data into irq_common_data | Jiang Liu |
2015-09-16 | genirq: Move field 'affinity' from irq_data into irq_common_data | Jiang Liu |
2015-09-16 | genirq: Move field 'handler_data' from irq_data into irq_common_data | Jiang Liu |
2015-09-16 | genirq: Move field 'node' from irq_data into irq_common_data | Jiang Liu |
2015-09-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-08-20 | genirq: Introduce irq_chip_set_type_parent() helper | Grygorii Strashko |
2015-08-20 | genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchy | Grygorii Strashko |
2015-07-30 | genirq/irqdomain: Allow irq domain aliasing | Marc Zyngier |
2015-07-30 | genirq: Use the proper parameter name in kernel doc | Masanari Iida |
2015-07-30 | Merge branch 'linus' into irq/core | Thomas Gleixner |
2015-07-27 | genirq: Add chip_[suspend|resume] PM support to irq_chip | Brian Norris |
2015-07-27 | genirq: Export irq_[get|set]_irqchip_state() | Bjorn Andersson |
2015-07-22 | genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code | Jiang Liu |
2015-07-17 | genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD | Thomas Gleixner |
2015-07-11 | genirq: Remove the irq argument from setup_affinity() | Jiang Liu |
2015-07-11 | genirq: Provide and use __irq_can_set_affinity() | Jiang Liu |
2015-07-11 | genirq: Remove the irq argument from note_interrupt() | Jiang Liu |
2015-07-11 | genirq: Remove irq argument from try_one_irq() | Jiang Liu |
2015-07-11 | genirq: Remove irq argument from report_bad_irq() | Jiang Liu |
2015-07-11 | genirq: Remove irq argument from suspend/resume_irq() | Jiang Liu |
2015-07-11 | genirq: Remove irq argument from __enable/__disable_irq() | Jiang Liu |
2015-07-11 | genirq: Remove irq arg from __irq_set_trigger() | Jiang Liu |
2015-07-11 | genirq: Remove the irq argument from check_irq_resend() | Jiang Liu |
2015-07-11 | genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu() | Jiang Liu |
2015-07-08 | hotplug: Prevent alloc/free of irq descriptors during cpu up/down | Thomas Gleixner |
2015-06-20 | Merge branch 'irq/for-x86' into irq/core | Thomas Gleixner |
2015-06-20 | genirq: Remove bogus restriction in irq_move_mask_irq() | Thomas Gleixner |
2015-06-18 | irq: Add irq_set_chained_handler_and_data() | Russell King |
2015-06-12 | genirq: Introduce helper function irq_data_get_node() | Jiang Liu |
2015-06-12 | genirq: Introduce struct irq_common_data to host shared irq data | Jiang Liu |
2015-06-12 | genirq: Prevent crash in irq_move_irq() | Jiang Liu |
2015-06-12 | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain | Jiang Liu |
2015-06-05 | Merge branch 'linus' into irq/core | Thomas Gleixner |
2015-05-22 | genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chip | Geert Uytterhoeven |
2015-05-19 | Merge branch 'irq/for-x86' into irq/core | Thomas Gleixner |
2015-05-19 | genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU | Jiang Liu |
2015-05-18 | Merge branch 'irq/for-arm' into irq/core | Thomas Gleixner |
2015-05-18 | genirq: generic chip: Support hierarchy domain | Stefan Agner |
2015-05-18 | genirq: Add irq_chip_(enable/disable)_parent | Stefan Agner |
2015-05-18 | irqdomain: Add non-hierarchy helper irq_domain_set_info | Stefan Agner |
2015-05-18 | genirq: Don't suspend nested_thread irqs over system suspend | NeilBrown |
2015-05-13 | genirq: devres: Fix testing return value of request_any_context_irq() | Axel Lin |
2015-05-05 | genirq: Fix type inconsistency | Nicholas Mc Guire |
2015-05-05 | genirq: Fix unnecessary automatic type conversion | Nicholas Mc Guire |
2015-05-05 | genirq: MSI: Constify irq_domain_ops | Krzysztof Kozlowski |
2015-04-24 | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip | Roger Quadros |