| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: remove foolish code from pci-driver.c | Greg Kroah-Hartman | 2008-01-24 | 1 | -45/+5 |
* | PCI: use proper call to driver_create_file | Greg Kroah-Hartman | 2008-01-24 | 1 | -2/+7 |
* | driver core: add way to get to bus device klist | Greg Kroah-Hartman | 2008-01-24 | 1 | -4/+7 |
* | driver core: add way to get to bus kset | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+4 |
* | Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_an... | Greg Kroah-Hartman | 2008-01-24 | 1 | -7/+7 |
* | kobject: clean up rpadlpar horrid sysfs abuse | Greg Kroah-Hartman | 2008-01-24 | 1 | -69/+43 |
* | kset: convert pci hotplug to use kset_create_and_add | Greg Kroah-Hartman | 2008-01-24 | 3 | -15/+14 |
* | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 2008-01-24 | 2 | -4/+4 |
* | ACPI: apply quirk_ich6_lpc_acpi to more ICH8 and ICH9 | Zhao Yakui | 2008-01-11 | 1 | -0/+6 |
* | [PCI] Do not enable CRS Software Visibility by default | Linus Torvalds | 2007-12-27 | 1 | -18/+0 |
* | PCI: Restore PCI expansion ROM P2P prefetch window creation | Gary Hade | 2007-12-17 | 1 | -1/+2 |
* | Revert "PCI: fix IDE legacy mode resources" | Linus Torvalds | 2007-12-10 | 1 | -36/+12 |
* | pci hotplug: kernel-doc fixes | Randy Dunlap | 2007-11-28 | 12 | -169/+169 |
* | pci-aer: fix kernel-doc mistakes | Randy Dunlap | 2007-11-28 | 1 | -14/+15 |
* | PCI: drivers/pci/pci-sysfs.c: Add missing pci_dev_put | Julia Lawall | 2007-11-28 | 1 | -1/+3 |
* | PCI: pcie portdriver: initialize returned value | Linas Vepstas | 2007-11-28 | 1 | -1/+1 |
* | PCI: Add Kconfig option to disable deprecated pci_find_* API | Jeff Garzik | 2007-11-05 | 3 | -3/+23 |
* | PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check | Adrian Bunk | 2007-11-05 | 1 | -9/+7 |
* | PCI: make pci_match_device() static | Adrian Bunk | 2007-11-05 | 1 | -3/+2 |
* | PCI: Remove 3 incorrect MSI quirks. | David Miller | 2007-11-05 | 1 | -3/+0 |
* | PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USB | David Miller | 2007-11-05 | 1 | -0/+20 |
* | PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. | David Miller | 2007-11-05 | 2 | -6/+36 |
* | PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge. | David Miller | 2007-11-05 | 1 | -0/+3 |
* | PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 c... | David Miller | 2007-11-05 | 1 | -1/+0 |
* | intel-iommu: Fix array overflow | Takashi Iwai | 2007-10-30 | 1 | -2/+2 |
* | x86 gart: rename iommu.h to gart.h | Joerg Roedel | 2007-10-30 | 1 | -1/+1 |
* | intel-iommu fixes | Al Viro | 2007-10-29 | 2 | -5/+4 |
* | jmicron: update quirk for JMB361/3/5/6 | Tejun Heo | 2007-10-23 | 1 | -1/+1 |
* | intel-iommu: fix sg_page() | FUJITA Tomonori | 2007-10-23 | 1 | -2/+2 |
* | intel-iommu sg chaining support | FUJITA Tomonori | 2007-10-22 | 1 | -17/+17 |
* | intel-iommu: fix for IOMMU early crash | Keshavamurthy, Anil S | 2007-10-22 | 1 | -11/+11 |
* | intel-iommu: optimize sg map/unmap calls | Keshavamurthy, Anil S | 2007-10-22 | 3 | -160/+231 |
* | Intel IOMMU: Iommu floppy workaround | Keshavamurthy, Anil S | 2007-10-22 | 1 | -0/+27 |
* | Intel IOMMU: Iommu Gfx workaround | Keshavamurthy, Anil S | 2007-10-22 | 2 | -0/+40 |
* | Intel IOMMU: DMAR fault handling support | Keshavamurthy, Anil S | 2007-10-22 | 1 | -0/+194 |
* | Intel IOMMU: Intel iommu cmdline option - forcedac | Keshavamurthy, Anil S | 2007-10-22 | 1 | -1/+6 |
* | Intel IOMMU: Avoid memory allocation failures in dma map api calls | Keshavamurthy, Anil S | 2007-10-22 | 1 | -4/+26 |
* | Intel IOMMU: Intel IOMMU driver | Keshavamurthy, Anil S | 2007-10-22 | 3 | -1/+2276 |
* | Intel IOMMU: IOVA allocation and management routines | Keshavamurthy, Anil S | 2007-10-22 | 2 | -0/+419 |
* | Intel IOMMU: PCI generic helper function | Keshavamurthy, Anil S | 2007-10-22 | 3 | -0/+49 |
* | Intel IOMMU: DMAR detection and parsing logic | Keshavamurthy, Anil S | 2007-10-22 | 2 | -0/+332 |
* | Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c | Linus Torvalds | 2007-10-15 | 1 | -2/+0 |
* | more trivial signedness fixes in drivers | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-10-12 | 17 | -352/+209 |
|\ |
|
| * | PCI: Add 'nodomains' boot option, and pci_domains_supported global | Jeff Garzik | 2007-10-12 | 1 | -0/+13 |
| * | PCI: modify PCI bridge control ISA flag for clarity | Gary Hade | 2007-10-12 | 1 | -2/+2 |
| * | PCI: avoid P2P prefetch window for expansion ROMs | Gary Hade | 2007-10-12 | 1 | -2/+1 |
| * | PCI: skip ISA ioresource alignment on some systems | Gary Hade | 2007-10-12 | 1 | -2/+2 |
| * | PCI: remove transparent bridge sizing | Gary Hade | 2007-10-12 | 1 | -0/+5 |
| * | pci: write file size to inode on proc bus file write | David Rientjes | 2007-10-12 | 1 | -1/+2 |