summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-11Merge branch 'pci/resource' into nextBjorn Helgaas1-8/+12
2014-01-08Merge branch 'pci/msi' into nextBjorn Helgaas1-7/+20
2014-01-08PCI: Enforce bus address limits in resource allocationYinghai Lu1-4/+0
2014-01-04PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-0/+14
2014-01-04PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev1-3/+3
2014-01-04PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev1-7/+0
2014-01-04PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev1-0/+6
2013-12-21PCI: Add pci_bus_address() to get bus address of a BARBjorn Helgaas1-0/+8
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-2/+2
2013-12-21PCI: Change pci_bus_region addresses to dma_addr_tBjorn Helgaas1-2/+2
2013-12-20Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+1
2013-12-20Merge branch 'pci/msi' into nextBjorn Helgaas1-8/+8
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev1-4/+4
2013-12-20PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1Alexander Gordeev1-3/+3
2013-12-20PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman1-1/+1
2013-12-19Merge branch 'pci/vc' into nextBjorn Helgaas2-7/+37
2013-12-19Merge branch 'pci/pciehp' into nextBjorn Helgaas1-0/+8
2013-12-18PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2Alex Williamson1-9/+9
2013-12-18PCI: Add Virtual Channel to save/restore supportAlex Williamson2-4/+26
2013-12-18PCI: Add support for save/restore of extended capabilitiesAlex Williamson1-1/+8
2013-12-18PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson1-0/+1
2013-12-16PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas1-0/+8
2013-12-13PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches1-2/+1
2013-12-13Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+2
2013-12-13PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong1-2/+2
2013-12-08PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+3
2013-11-26PCI: Omit PCI ID macro strings to shorten quirk namesMichal Marek1-15/+15
2013-11-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-4/+66
2013-11-22Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-73/+71
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-43/+49
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+13
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+3
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds4-12/+27
2013-11-22Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2-7/+9
2013-11-22Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds13-54/+478
2013-11-22Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-8/+33
2013-11-22mm: place page->pmd_huge_pte to right unionKirill A. Shutemov1-3/+3
2013-11-22mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+6
2013-11-22mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-4/+0
2013-11-21genetlink: fix genl_set_err() group IDJohannes Berg1-0/+3
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg1-4/+1
2013-11-21Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie1-1/+3
2013-11-21Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2-3/+61
2013-11-21Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-0/+2
2013-11-21net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur1-0/+1
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-0/+8
2013-11-21btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-1/+3
2013-11-21Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds1-9/+0
2013-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+31
2013-11-21Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-12/+29