Age | Commit message (Expand) | Author | Files | Lines |
2015-07-29 | sh/irq: Use access helper irq_data_get_affinity_mask() | Thomas Gleixner | 2 | -6/+7 |
2015-07-29 | sh/irq: Use irq accessor functions instead of open coded access | Jiang Liu | 1 | -5/+7 |
2015-07-29 | sh/irq: Use accessor irq_data_get_node() | Jiang Liu | 1 | -1/+1 |
2015-07-27 | ia64/iosapic: Use irq_set_chip_handler_name_locked() | Thomas Gleixner | 1 | -3/+3 |
2015-07-27 | ia64/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 4 | -7/+7 |
2015-07-27 | C6X/meagmod-pic: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 1 | -2/+2 |
2015-07-27 | blackfin/irq: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -4/+4 |
2015-07-27 | blackfin/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 1 | -1/+2 |
2015-07-27 | alpha/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 1 | -1/+1 |
2015-07-27 | irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQs | Florian Fainelli | 1 | -13/+39 |
2015-07-27 | irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQs | Brian Norris | 1 | -8/+13 |
2015-07-27 | genirq: Add chip_[suspend|resume] PM support to irq_chip | Brian Norris | 2 | -2/+18 |
2015-07-27 | irqchip: Appropriate __init annotation for const data | Nicolas Pitre | 3 | -6/+6 |
2015-07-27 | genirq: Export irq_[get|set]_irqchip_state() | Bjorn Andersson | 1 | -0/+2 |
2015-07-27 | irqchip/gic: Remove redundant gic_set_irqchip_flags | Sudeep Holla | 6 | -10/+0 |
2015-07-27 | irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND | Sudeep Holla | 2 | -2/+6 |
2015-07-26 | avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
2015-07-26 | avr32/at32ap: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -2/+2 |
2015-07-26 | avr32/at32ap: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 1 | -2/+2 |
2015-07-22 | genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code | Jiang Liu | 3 | -14/+21 |
2015-07-22 | genirq/MSI: Reorginize struct msi_desc to prepare for support of generic MSI | Jiang Liu | 1 | -20/+50 |
2015-07-22 | genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_desc | Jiang Liu | 2 | -8/+10 |
2015-07-22 | genirq/MSI: Move msi_list from struct pci_dev to struct device | Jiang Liu | 5 | -4/+9 |
2015-07-22 | PCI: Use helper functions to access fields in struct msi_desc | Jiang Liu | 4 | -17/+18 |
2015-07-22 | sparc/PCI: Use helper functions to access fields in struct msi_desc | Jiang Liu | 1 | -1/+1 |
2015-07-22 | PCI: Use for_each_pci_msi_entry() to access MSI device list | Jiang Liu | 2 | -20/+21 |
2015-07-22 | x86/PCI: Use for_pci_msi_entry() to access MSI device list | Jiang Liu | 1 | -4/+4 |
2015-07-22 | s390/pci: Use for_pci_msi_entry() to access MSI device list | Jiang Liu | 1 | -3/+3 |
2015-07-22 | powerpc/PCI: Use for_pci_msi_entry() to access MSI device list | Jiang Liu | 8 | -18/+18 |
2015-07-22 | MIPS/PCI: Use for_pci_msi_entry() to access MSI device list | Jiang Liu | 1 | -1/+1 |
2015-07-22 | PCI: Add helper function msi_desc_to_pci_sysdata() | Jiang Liu | 2 | -0/+15 |
2015-07-22 | drivers/irqchip: Replace pr_warning by pr_warn | Wang Long | 1 | -2/+2 |
2015-07-22 | irqchip: omap-intc: Improve IRQ handler | Felipe Balbi | 1 | -30/+5 |
2015-07-20 | irqchip/renesas-irqc: Make use of irq_find_mapping() | Magnus Damm | 1 | -7/+4 |
2015-07-20 | irqchip/renesas-irqc: Use linear IRQ domain | Magnus Damm | 1 | -2/+2 |
2015-07-20 | irqchip/renesas-irqc: Get rid of IRQF_VALID | Magnus Damm | 1 | -1/+0 |
2015-07-17 | PCI/keystone: Prepare irq handlers for irq argument removal | Thomas Gleixner | 1 | -2/+5 |
2015-07-17 | PCI/keystone: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 1 | -3/+3 |
2015-07-17 | PCI/keystone: Use irq_data_get_msi_desc() to avoid redundant lookup of irq_data | Jiang Liu | 1 | -9/+6 |
2015-07-17 | treewide: Use helper function to access irq_data->msi_desc | Jiang Liu | 6 | -6/+6 |
2015-07-17 | genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc() | Jiang Liu | 3 | -3/+3 |
2015-07-16 | irqchip/spear-shirq: Prepare shirq_handler for irq argument removal | Thomas Gleixner | 1 | -1/+1 |
2015-07-16 | irqchip/versatile-fpga: Prepare fpga_irq_handle for irq argument removal | Thomas Gleixner | 1 | -1/+2 |
2015-07-16 | irqchip/tb10x: Prepare tb10x_irq_cascade for irq argument removal | Thomas Gleixner | 1 | -1/+2 |
2015-07-16 | irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removal | Thomas Gleixner | 1 | -5/+3 |
2015-07-16 | irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removal | Thomas Gleixner | 1 | -1/+2 |
2015-07-16 | irqchip/keystone: Prepare keystone_irq_handler for irq argument removal | Thomas Gleixner | 1 | -1/+2 |
2015-07-16 | irqchip/imgpdc: Prepare pdc_intc_perip_isr for irq argument removal | Thomas Gleixner | 1 | -1/+2 |
2015-07-16 | irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle for irq argument removal | Thomas Gleixner | 1 | -1/+3 |
2015-07-16 | irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removal | Thomas Gleixner | 1 | -1/+3 |