summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds16-111/+102
2011-01-14PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki3-4/+4
2011-01-14PCI/PM: Use pm_wakeup_event() directly for reporting wakeup eventsRafael J. Wysocki2-16/+6
2011-01-14PCI: sysfs: Update ROM to include default owner write accessAlex Williamson1-1/+1
2011-01-14PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki5-33/+5
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan2-2/+0
2011-01-05xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTENDKonrad Rzeszutek Wilk1-0/+1
2010-12-23PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki4-38/+53
2010-12-23PCI: pci-stub: ignore zero-length id parametersTejun Heo1-0/+3
2010-12-23PCI: Skip id checking if no id is passedYinghai Lu1-0/+4
2010-12-23PCI: fix __pci_device_probe kernel-doc warningRandy Dunlap1-1/+1
2010-12-23PCI: make pci_restore_state return voidJon Mason2-6/+4
2010-12-23PCI: Disable ASPM if BIOS asks us toMatthew Garrett2-4/+18
2010-12-23PCI: Add mask bit definition for MSI-X tableSheng Yang1-2/+3
2010-12-23PCI: MSI: Move MSI-X entry definition to pci_regs.hSheng Yang1-6/+0
2010-12-23PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.cRafael J. Wysocki1-1/+2
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2-0/+28
2010-12-17Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas1-48/+5
2010-12-17Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas1-49/+21
2010-12-16PCI: Update MCP55 quirk to not affect non HyperTransport variantsNeil Horman1-0/+3
2010-12-13x86, vt-d: Handle previous faults after enabling fault handlingSuresh Siddha1-0/+5
2010-12-13x86, vt-d: Quirk for masking vtd spec errors to platform error handling logicSuresh Siddha1-0/+23
2010-11-25Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2-0/+19
2010-11-24pci root complex: support for tile architectureChris Metcalf2-0/+19
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16PCI: fix offset check for sysfs mmapped filesDarrick J. Wong1-1/+1
2010-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-29/+91
2010-11-15PCI: sysfs: fix printk warningsRandy Dunlap1-1/+2
2010-11-12PCI: fix pci_bus_alloc_resource() hang, prefer positive decodeBjorn Helgaas1-21/+49
2010-11-11PCI: read current power state at enable timeJesse Barnes1-0/+12
2010-11-11PCI: fix size checks for mmap() on /proc/bus/pci filesMartin Wilck3-8/+23
2010-11-11PCI hotplug: ibmphp: Add check to prevent reading beyond mapped areaSteven Rostedt1-0/+6
2010-11-08xen-pcifront: fix PCI reference leakJiri Slaby1-2/+3
2010-11-08xen-pcifront: Remove duplicate inclusion of headers.Jesper Juhl1-1/+0
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-2/+1184
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds15-22/+206
2010-10-27proc_bus_pci_ioctl: remove pointless BKL usageLinus Torvalds1-3/+0
2010-10-26PCI: allocate bus resources from the top downBjorn Helgaas1-5/+48
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+2
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-55/+49
2010-10-22Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Stefano Stabellini8-227/+1239
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-6/+7
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar1-0/+20
2010-10-18xen-pcifront: Xen PCI frontend driver.Ryan Wilson3-0/+1171
2010-10-18msi: Introduce default_[teardown|setup]_msi_irqs with fallback.Thomas Gleixner1-2/+12
2010-10-18x86/PCI: Export pci_walk_bus function.Konrad Rzeszutek Wilk1-0/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+2