summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2007-05-02PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman1-0/+15
2007-05-02MSI: Add an arch_msi_check_device()Michael Ellerman1-4/+25
2007-05-02MSI: Rename pci_msi_supported() to pci_msi_check_device()Michael Ellerman1-6/+6
2007-05-02MSI: Consolidate precondition checksMichael Ellerman1-12/+2
2007-05-02MSI: Expand pci_msi_supported()Michael Ellerman1-11/+8
2007-05-02MSI: Remove msi_cacheMichael Ellerman1-40/+4
2007-05-02MSI: Move EXPORT_SYMBOL()s near their definitionMichael Ellerman1-5/+4
2007-05-02MSI: Consolidate BUG_ON()s.Michael Ellerman1-7/+3
2007-05-02MSI: Consolidate MSI-X irq freeing codeMichael Ellerman1-29/+20
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2Michael Ellerman1-11/+5
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1Michael Ellerman1-7/+2
2007-05-02MSI: Simplify BUG() handling in pci_disable_msix()Michael Ellerman1-10/+5
2007-05-02MSI: Simplify BUG() handling in pci_disable_msi()Michael Ellerman1-12/+9
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg6-36/+24
2007-05-02PCI: Require vendor and device for new_idJean Delvare1-2/+2
2007-05-02PCI: fix sysfs rom file creation for BIOS ROM shadowsJesse Barnes1-2/+3
2007-05-02PCI: kernel-doc fixRandy Dunlap1-1/+1
2007-05-02PCI: fix multiple definition of `queue_pushbutton_work'Kristen Carlson Accardi6-6/+6
2007-05-02pciehp: Adapt to device driver modelKenji Kaneshige2-35/+6
2007-05-02pciehp: Event handling reworkKenji Kaneshige4-389/+321
2007-05-02pci: New PCI-E reset APIBrian King1-0/+29
2007-05-02PCI: Flush MSI-X table writesMitch Williams1-0/+25
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2-4/+4
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-5/+5
2007-04-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-113/+0
2007-04-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+4
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik1-113/+0
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell1-17/+41
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck1-5/+1
2007-04-25ACPI: Disable MSI on request of FADTShaohua Li1-0/+4
2007-04-23Revert "adjust legacy IDE resource setting (v2)"Bartlomiej Zolnierkiewicz1-32/+13
2007-04-03[PATCH] msi: synchronously mask and unmask msi-x irqs.Eric W. Biederman1-0/+1
2007-03-26PCI: Fix warning message in PCIE port driverPrarit Bhargava1-1/+1
2007-03-26PCI: Stop unhiding the SMBus on Toshiba laptopsJean Delvare1-11/+7
2007-03-12[PATCH] pci: Repair pci_save/restore_state so we can restore one save many ti...Eric W. Biederman1-6/+6
2007-03-12[PATCH] msi: Safer state caching.Eric W. Biederman3-129/+25
2007-03-09pci: fix section mismatch warningSam Ravnborg1-1/+1
2007-03-09PCI: aer: fix section mismatch warningSam Ravnborg1-3/+3
2007-03-09pcie: fix section mismatch warningSam Ravnborg1-3/+3
2007-03-09PCI: allow multiple calls to pcim_pin_device()Tejun Heo1-7/+8
2007-03-05[PATCH] msi: support masking msi irqs without a mask bitEric W. Biederman1-0/+2
2007-03-05[PATCH] msi: fix up the msi enable/disable logicEric W. Biederman1-80/+64
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman4-12/+30
2007-03-03adjust legacy IDE resource setting (v2)Jan Beulich1-13/+32
2007-03-01ahci/pata_jmicron: match class not function numberTejun Heo1-1/+4
2007-03-01jmicron ATA: reimplement jmicron ATA quirkTejun Heo1-30/+50
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-02-17Fix typos concerning hierarchyUwe Kleine-König1-1/+1
2007-02-16PCI: Make PCI device numa-node attribute visible in sysfsBrice Goglin1-0/+11
2007-02-16PCI: PCI devices get assigned redundant IRQsAndreas Block1-8/+10