Age | Commit message (Expand) | Author |
2015-10-13 | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier |
2015-09-10 | powerpc/MSI: Fix race condition in tearing down MSI interrupts | Paul Mackerras |
2015-07-22 | powerpc/PCI: Use for_pci_msi_entry() to access MSI device list | Jiang Liu |
2015-06-02 | powerpc/fsl_msi: Move MSI-related ops to pci_controller_ops | Daniel Axtens |
2015-03-23 | powerpc/85xx: workaround for chips with MSI hardware errata | Hongtao Jia |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-12-11 | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2014-12-10 | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner |
2014-11-23 | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu |
2014-11-17 | powerpc/fsl_msi: mark the msi cascade handler IRQF_NO_THREAD | Kevin Hao |
2014-11-10 | powerpc: Remove superfluous bootmem includes | Anton Blanchard |
2014-10-20 | powerpc: sysdev: drop owner assignment from platform_drivers | Wolfram Sang |
2014-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe... | Linus Torvalds |
2014-10-01 | PCI/MSI/PPC: Remove arch_msi_check_device() | Alexander Gordeev |
2014-09-19 | Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" | Scott Wood |
2014-09-04 | powerpc/fsl_msi: spread msi ints across different MSIRs | Tudor Laurentiu |
2014-09-04 | powerpc/fsl_msi: show more meaningful names in /proc/interrupts | Tudor Laurentiu |
2014-09-04 | powerpc/fsl_msi: change the irq handler from chained to normal | Tudor Laurentiu |
2014-09-04 | powerpc/fsl_msi: reorganize structs to improve clarity and flexibility | Tudor Laurentiu |
2014-09-03 | powerpc/fsl_msi: support vmpic msi with mpic 4.3 | Tudor Laurentiu |
2013-08-07 | powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3 | Minghuan Lian |
2013-07-30 | powerpc/fsl_msi: fix error return code in fsl_of_msi_probe() | Wei Yongjun |
2013-04-03 | powerpc/fsl-msi: use a different lockclass for the cascade interrupt | Sebastian Andrzej Siewior |
2013-02-12 | powerpc/fsl: msi: sparse fixes | Kim Phillips |
2013-01-03 | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman |
2012-10-10 | Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue | Marcelo Tosatti |
2012-10-05 | powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls | Scott Wood |
2012-09-11 | powerpc/fsl_msi: drop unneeded cast to non-const pointer | Arnd Bergmann |
2012-09-11 | powerpc/fsl_msi: add a const qualifier | Uwe Kleine-König |
2012-03-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2012-03-16 | powerpc/fsl_msi: return proper error value when ioremap failed. | Liu Shuo |
2012-02-16 | irq_domain/powerpc: constify irq_domain_ops | Grant Likely |
2012-02-16 | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely |
2012-02-14 | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely |
2012-01-04 | powerpc/fsl: add MSI support for the Freescale hypervisor | Timur Tabi |
2011-11-24 | powerpc/fsl_msi: add support for the fsl, msi property in PCI nodes | Timur Tabi |
2011-10-14 | powerpc/fsl_msi: add support for "msi-address-64" property | Timur Tabi |
2011-10-11 | powerpc/fsl_msi: fix support for multiple MSI ranges | Timur Tabi |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches |
2011-05-19 | Merge branch 'merge' into next | Benjamin Herrenschmidt |
2011-05-19 | powerpc/fsl_msi: Use chip_data not handler_data | Milton Miller |
2011-05-19 | powerpc/fsl_msi: Don't abuse platform_data for driver_data | Milton Miller |
2011-05-18 | drivercore: revert addition of of_match to struct device | Grant Likely |
2011-03-29 | powerpc: Convert to new irq_* function names | Thomas Gleixner |
2011-03-29 | powerpc-fsl-msi-use-irqd.patch | Thomas Gleixner |
2011-03-29 | powerpc: Use proper accessors for IRQ_* flags | Thomas Gleixner |
2011-03-18 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2011-03-15 | powerpc/fsl_msi: Handle msi-available-ranges better | Scott Wood |
2011-03-10 | powerpc: sysdev/fsl_msi irq_data conversion. | Lennert Buytenhek |