summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-053-11/+67
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-023-11/+67
| |\
| | * PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki2015-10-141-1/+1
| | * PM / sleep: Drop pm_request_idle() from pm_generic_complete()Rafael J. Wysocki2015-10-141-7/+2Star
| | * PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki2015-10-123-11/+72
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-034-20/+101
|\ \ \
| * | | PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-162-0/+25
| * | | PCI: Add per-device MSI domain hookMarc Zyngier2015-10-161-5/+30
| * | | PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-161-7/+6Star
| * | | PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney2015-10-161-0/+32
| * | | irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-132-8/+8
| | |/ | |/|
* | | Merge tag 'pci-v4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-311-1/+1
|\ \ \ | |_|/ |/| |
| * | PCI: Prevent out of bounds access in numa_node overrideSasha Levin2015-10-071-1/+1
* | | genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier2015-10-161-0/+4
| |/ |/|
| |
| \
*-. \ Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki2015-10-011-3/+4
|\ \ \
| * | | PCI / PM: Update runtime PM documentation for PCI devicesRafael J. Wysocki2015-09-251-3/+4
| |/ /
* | | Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-255-37/+36Star
|\ \ \ | |/ / |/| / | |/
| * PCI: rcar: Add R8A7794 supportSergei Shtylyov2015-09-251-0/+1
| * PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2015-09-252-24/+18Star
| * PCI: Fix devfn for VPD access through function 0Alex Williamson2015-09-251-3/+6
| * PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesAlex Williamson2015-09-251-6/+11
| * PCI: Clear IORESOURCE_UNSET when clipping a bridge windowBjorn Helgaas2015-09-231-0/+2
| * PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-6/+0Star
* | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-4/+3Star
|/
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-091-1/+1
|\
| * PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller2015-09-081-1/+1
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+1Star
|\ \ | |/ |/|
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-111-2/+1Star
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-019-109/+181
|\ \
| * | PCI: xilinx: Fix typo in function nameJiang Liu2015-08-181-1/+1
| * | PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/removeThomas Gleixner2015-08-011-8/+6Star
| * | PCI/MSI: Drop domain field from msi_controllerMarc Zyngier2015-07-301-3/+0Star
| * | PCI/MSI: pci-xgene-msi: Get rid of struct msi_controllerMarc Zyngier2015-07-301-25/+16Star
| * | PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier2015-07-301-6/+8
| * | PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier2015-07-301-1/+6
| * | PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-302-1/+29
| * | PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier2015-07-301-0/+42
| * | PCI/MSI: Register irq domain with specific tokenMarc Zyngier2015-07-301-1/+8
| * | genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-221-14/+2Star
| * | genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu2015-07-221-1/+6
| * | genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-221-2/+1Star
| * | PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-224-17/+18
| * | PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu2015-07-222-20/+21
| * | PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu2015-07-221-0/+8
| * | PCI/keystone: Prepare irq handlers for irq argument removalThomas Gleixner2015-07-161-2/+5
| * | PCI/keystone: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-161-3/+3
| * | PCI/keystone: Use irq_data_get_msi_desc() to avoid redundant lookup of irq_dataJiang Liu2015-07-161-9/+6Star
| * | treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-161-1/+1
| * | genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2015-07-162-2/+2
| |/