summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | s390/pci: cleanup hotplug codeSebastian Ott2013-06-261-13/+40
| * | | | pci: add pcibios_release_deviceSebastian Ott2013-06-262-0/+11
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-032-41/+4
|\ \ \ \
| * | | | cpqphp_sysfs: switch to fixed_size_llseek()Al Viro2013-06-291-20/+2
| * | | | pci/proc: switch to fixed_size_llseek()Al Viro2013-06-291-21/+2
| |/ / /
* | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-026-0/+1995
|\ \ \ \
| * | | | pci: Add PCIe driver for Samsung ExynosJingoo Han2013-06-263-0/+1067
| * | | | Merge branch 'clps711x/soc' into next/socOlof Johansson2013-06-112-3/+6
| |\| | |
| * | | | Merge tag 'pcie_bridge-3.11' of git://git.infradead.org/users/jcooper/linux i...Olof Johansson2013-05-311-11/+44
| |\ \ \ \
| | * | | | pci: mvebu: fix the emulation of the status registerThomas Petazzoni2013-05-271-4/+1
| | * | | | pci: mvebu: allow the enumeration of devices beyond physical bridgesThomas Petazzoni2013-05-271-3/+28
| | * | | | pci: mvebu: no longer fake the slot location of downstream devicesThomas Petazzoni2013-05-271-4/+15
| * | | | | Merge tag 'pcie_kw-3.11' of git://git.infradead.org/users/jcooper/linux into ...Olof Johansson2013-05-312-1/+2
| |\ \ \ \ \
| | * | | | | pci: mvebu: enable driver usage on KirkwoodThomas Petazzoni2013-05-272-1/+2
| | |/ / / /
| * | | | | Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into n...Olof Johansson2013-05-315-0/+894
| |\| | | |
| | * | | | pci: mvebu: fix return value check in mvebu_pcie_probe()Wei Yongjun2013-05-271-1/+1
| | * | | | pci: PCIe driver for Marvell Armada 370/XP systemsThomas Petazzoni2013-05-205-0/+894
| | | |/ / | | |/| |
* | | | | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-022-3/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-172-3/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-032-3/+1
| | |/ / | |/| |
* | | | ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki2013-06-241-14/+32
* | | | PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu2013-06-233-6/+14
| |/ / |/| |
* | | aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2013-05-302-3/+6
|/ /
* / PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu2013-05-171-0/+14
|/
* Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-093-3/+5
|\
| * PCI: Delay final fixups until resources are assignedYinghai Lu2013-05-072-1/+1
| * PCI: Set ->mask_pos correctlyDan Carpenter2013-04-301-2/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-1/+1
|\ \
| * | pci: Set dev->dev.type in alloc_pci_devBrian King2013-04-181-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-23/+11
|\ \ \
| * | | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-9/+3
| * | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-13/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck2013-04-241-0/+41
| | |/ | |/|
* | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-2936-791/+591
|\ \ \
| * \ \ Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2013-04-242-120/+80
| |\ \ \
| | * | | PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-04-231-2/+2
| | * | | PCI: Drop msi_mask_reg() and remove drivers/pci/msi.hBjorn Helgaas2013-04-232-14/+2
| | * | | PCI: Use msix_table_size() directly, drop multi_msix_capable()Bjorn Helgaas2013-04-232-5/+5
| | * | | PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macrosBjorn Helgaas2013-04-232-4/+2
| | * | | PCI: Drop is_64bit_address() and is_mask_bit_support() macrosBjorn Helgaas2013-04-232-4/+2
| | * | | PCI: Drop msi_data_reg() macroBjorn Helgaas2013-04-232-8/+6
| | * | | PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macrosBjorn Helgaas2013-04-232-10/+8
| | * | | PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directlyBjorn Helgaas2013-04-232-5/+4
| | * | | PCI: Use cached MSI/MSI-X offsets from dev, not from msi_descBjorn Helgaas2013-04-231-14/+8
| | * | | PCI: Use cached MSI-X cap while enabling MSI-XGavin Shan2013-04-231-20/+16
| | * | | PCI: Use cached MSI cap while enabling MSI interruptsGavin Shan2013-04-231-13/+11
| | * | | PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()Gavin Shan2013-04-231-4/+1
| | * | | PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan2013-04-231-23/+19