index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh/intc: Prepare irq flow handlers for irq argument removal
Thomas Gleixner
2015-07-29
1
-1
/
+2
*
sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-29
2
-7
/
+9
*
sh/irq: Use access helper irq_data_get_affinity_mask()
Thomas Gleixner
2015-07-29
1
-3
/
+3
*
sh/irq: Use irq accessor functions instead of open coded access
Jiang Liu
2015-07-29
1
-5
/
+7
*
irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQs
Florian Fainelli
2015-07-27
1
-13
/
+39
*
irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQs
Brian Norris
2015-07-27
1
-8
/
+13
*
irqchip: Appropriate __init annotation for const data
Nicolas Pitre
2015-07-27
3
-6
/
+6
*
irqchip/gic: Remove redundant gic_set_irqchip_flags
Sudeep Holla
2015-07-27
1
-5
/
+0
*
irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
Sudeep Holla
2015-07-27
2
-2
/
+6
*
genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code
Jiang Liu
2015-07-22
1
-14
/
+2
*
genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_desc
Jiang Liu
2015-07-22
1
-1
/
+6
*
genirq/MSI: Move msi_list from struct pci_dev to struct device
Jiang Liu
2015-07-22
2
-2
/
+4
*
PCI: Use helper functions to access fields in struct msi_desc
Jiang Liu
2015-07-22
4
-17
/
+18
*
PCI: Use for_each_pci_msi_entry() to access MSI device list
Jiang Liu
2015-07-22
2
-20
/
+21
*
PCI: Add helper function msi_desc_to_pci_sysdata()
Jiang Liu
2015-07-22
1
-0
/
+8
*
drivers/irqchip: Replace pr_warning by pr_warn
Wang Long
2015-07-22
1
-2
/
+2
*
irqchip: omap-intc: Improve IRQ handler
Felipe Balbi
2015-07-22
1
-30
/
+5
*
irqchip/renesas-irqc: Make use of irq_find_mapping()
Magnus Damm
2015-07-20
1
-7
/
+4
*
irqchip/renesas-irqc: Use linear IRQ domain
Magnus Damm
2015-07-20
1
-2
/
+2
*
irqchip/renesas-irqc: Get rid of IRQF_VALID
Magnus Damm
2015-07-20
1
-1
/
+0
*
PCI/keystone: Prepare irq handlers for irq argument removal
Thomas Gleixner
2015-07-16
1
-2
/
+5
*
PCI/keystone: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-16
1
-3
/
+3
*
PCI/keystone: Use irq_data_get_msi_desc() to avoid redundant lookup of irq_data
Jiang Liu
2015-07-16
1
-9
/
+6
*
treewide: Use helper function to access irq_data->msi_desc
Jiang Liu
2015-07-16
1
-1
/
+1
*
genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()
Jiang Liu
2015-07-16
2
-2
/
+2
*
irqchip/spear-shirq: Prepare shirq_handler for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+1
*
irqchip/versatile-fpga: Prepare fpga_irq_handle for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+2
*
irqchip/tb10x: Prepare tb10x_irq_cascade for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+2
*
irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removal
Thomas Gleixner
2015-07-16
1
-5
/
+3
*
irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+2
*
irqchip/keystone: Prepare keystone_irq_handler for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+2
*
irqchip/imgpdc: Prepare pdc_intc_perip_isr for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+2
*
irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+3
*
irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removal
Thomas Gleixner
2015-07-16
1
-1
/
+3
*
irqchip/mips-gic: Use irq_set_chip_handler_name_locked
Thomas Gleixner
2015-07-12
1
-9
/
+6
*
irqchip/metag-ext: Use irq_set_chip_handler_name_locked()
Thomas Gleixner
2015-07-12
1
-5
/
+4
*
irqchip/vt8500: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-12
1
-3
/
+3
*
irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-11
6
-8
/
+8
*
irqchip/mips-gic: Use access helper irq_data_get_affinity_mask()
Jiang Liu
2015-07-11
1
-1
/
+1
*
irqchip/vic: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+2
*
irqchip/versatile: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+2
*
irqchip/tb10x: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+2
*
irqchip/sunxi-nmi: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+1
*
irqchip/orion: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+2
*
irqchip/metag: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+1
*
irqchip/imgpdc: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-4
/
+4
*
irqchip/gic: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-3
/
+2
*
irqchip/brcmstb-l2: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+2
*
irqchip/bcm7120-l2: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+2
*
irqchip/bcm7038-l1: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-11
1
-2
/
+2
[next]