Age | Commit message (Expand) | Author | Files | Lines |
2007-11-06 | PCI: Add Kconfig option to disable deprecated pci_find_* API | Jeff Garzik | 3 | -3/+23 |
2007-11-06 | PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check | Adrian Bunk | 1 | -9/+7 |
2007-11-06 | PCI: make pci_match_device() static | Adrian Bunk | 1 | -3/+2 |
2007-11-06 | PCI: Remove 3 incorrect MSI quirks. | David Miller | 1 | -3/+0 |
2007-11-06 | PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USB | David Miller | 1 | -0/+20 |
2007-11-06 | PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. | David Miller | 2 | -6/+36 |
2007-11-06 | PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge. | David Miller | 1 | -0/+3 |
2007-11-06 | PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 c... | David Miller | 1 | -1/+0 |
2007-10-30 | intel-iommu: Fix array overflow | Takashi Iwai | 1 | -2/+2 |
2007-10-30 | x86 gart: rename iommu.h to gart.h | Joerg Roedel | 1 | -1/+1 |
2007-10-29 | intel-iommu fixes | Al Viro | 2 | -5/+4 |
2007-10-24 | jmicron: update quirk for JMB361/3/5/6 | Tejun Heo | 1 | -1/+1 |
2007-10-23 | intel-iommu: fix sg_page() | FUJITA Tomonori | 1 | -2/+2 |
2007-10-22 | intel-iommu sg chaining support | FUJITA Tomonori | 1 | -17/+17 |
2007-10-22 | intel-iommu: fix for IOMMU early crash | Keshavamurthy, Anil S | 1 | -11/+11 |
2007-10-22 | intel-iommu: optimize sg map/unmap calls | Keshavamurthy, Anil S | 3 | -160/+231 |
2007-10-22 | Intel IOMMU: Iommu floppy workaround | Keshavamurthy, Anil S | 1 | -0/+27 |
2007-10-22 | Intel IOMMU: Iommu Gfx workaround | Keshavamurthy, Anil S | 2 | -0/+40 |
2007-10-22 | Intel IOMMU: DMAR fault handling support | Keshavamurthy, Anil S | 1 | -0/+194 |
2007-10-22 | Intel IOMMU: Intel iommu cmdline option - forcedac | Keshavamurthy, Anil S | 1 | -1/+6 |
2007-10-22 | Intel IOMMU: Avoid memory allocation failures in dma map api calls | Keshavamurthy, Anil S | 1 | -4/+26 |
2007-10-22 | Intel IOMMU: Intel IOMMU driver | Keshavamurthy, Anil S | 3 | -1/+2276 |
2007-10-22 | Intel IOMMU: IOVA allocation and management routines | Keshavamurthy, Anil S | 2 | -0/+419 |
2007-10-22 | Intel IOMMU: PCI generic helper function | Keshavamurthy, Anil S | 3 | -0/+49 |
2007-10-22 | Intel IOMMU: DMAR detection and parsing logic | Keshavamurthy, Anil S | 2 | -0/+332 |
2007-10-15 | Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c | Linus Torvalds | 1 | -2/+0 |
2007-10-14 | more trivial signedness fixes in drivers | Al Viro | 1 | -1/+1 |
2007-10-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 17 | -352/+209 |
2007-10-13 | PCI: Add 'nodomains' boot option, and pci_domains_supported global | Jeff Garzik | 1 | -0/+13 |
2007-10-13 | PCI: modify PCI bridge control ISA flag for clarity | Gary Hade | 1 | -2/+2 |
2007-10-13 | PCI: avoid P2P prefetch window for expansion ROMs | Gary Hade | 1 | -2/+1 |
2007-10-13 | PCI: skip ISA ioresource alignment on some systems | Gary Hade | 1 | -2/+2 |
2007-10-13 | PCI: remove transparent bridge sizing | Gary Hade | 1 | -0/+5 |
2007-10-13 | pci: write file size to inode on proc bus file write | David Rientjes | 1 | -1/+2 |
2007-10-13 | pci: use size stored in proc_dir_entry for proc bus files | David Rientjes | 1 | -2/+2 |
2007-10-13 | pci: implement "pci=noaer" | Randy Dunlap | 3 | -0/+17 |
2007-10-13 | PCI: fix IDE legacy mode resources | Yoichi Yuasa | 1 | -12/+36 |
2007-10-13 | MSI: Use correct data offset for 32-bit MSI in read_msi_msg() | Roland Dreier | 1 | -1/+1 |
2007-10-13 | PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code | Michael Ellerman | 1 | -2/+1 |
2007-10-13 | PCI: re-enable onboard sound on "MSI K8T Neo2-FIR" | Johannes Goecke | 1 | -32/+0 |
2007-10-13 | PCI: quirk_vt82c586_acpi: Omit reading PCI revision ID | Auke Kok | 1 | -3/+1 |
2007-10-13 | PCI: quirk amd_8131_mmrbc: Omit reading pci revision ID | Auke Kok | 1 | -5/+2 |
2007-10-13 | cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for read | Auke Kok | 1 | -1/+1 |
2007-10-13 | pci: hotplug: cpqphp: convert to kthread infrastructure | Christoph Hellwig | 1 | -48/+21 |
2007-10-13 | pci: hotplug: ibmphp: convert to kthread | Kristen Carlson Accardi | 1 | -45/+12 |
2007-10-13 | PCI: is_power_of_2 in drivers/pci/pci.c | vignesh babu | 1 | -2/+3 |
2007-10-13 | pciehp: minor cleanups for pciehp_hpc.c | Kenji Kaneshige | 1 | -21/+26 |
2007-10-13 | pciehp: remove trailing whitespace form pciehp_pci.c | Kenji Kaneshige | 1 | -3/+3 |
2007-10-13 | pciehp: remove trailing whitespace from pciehp_ctrl.c | Kenji Kaneshige | 1 | -10/+10 |
2007-10-13 | pciehp: remove trailing whitespace from pciehp_core.c | Kenji Kaneshige | 1 | -10/+10 |