summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] revert "PCI: quirk for IBM Dock II cardbus controllers"Andrew Morton2006-11-141-27/+0
* [PATCH] pci: don't try to remove sysfs files before they are setup.David Miller2006-11-131-0/+3
* [PATCH] htirq: allow buggy drivers of buggy hardware to write the registersEric W. Biederman2006-11-081-5/+24
* [PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman2006-11-081-48/+24
* PCI: Let PCI_MULTITHREAD_PROBE depend on BROKENAdrian Bunk2006-11-031-1/+1
* PCI: Remove quirk_via_abnormal_poweroffKarsten Wiese2006-10-271-27/+0
* PCI: reset pci device state to unknown state for resumeShaohua Li2006-10-271-0/+13
* PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa2006-10-272-48/+3
* acpiphp: fix latch statusMUNEDA Takahiro2006-10-271-3/+3
* Revert unintentional and bogus change to drivers/pci/quirks.cLinus Torvalds2006-10-231-2/+2
* [PKT_SCHED] netem: Orphan SKB when adding to queue.David S. Miller2006-10-221-2/+2
* [PATCH] Fix up rpaphp driver for pci hotplug header moveOlaf Hering2006-10-201-1/+1
* PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman2006-10-1823-257/+22
* change pci hotplug subsystem maintainer to KristenKristen Carlson Accardi2006-10-182-4/+2
* PCI: optionally sort device lists breadth-firstMatt Domsch2006-10-181-0/+92
* cpcihp_generic: prevent loading without "bridge" parameterAkinobu Mita2006-10-181-2/+2
* pci: Additional search functionsAlan Cox2006-10-181-2/+70
* PCI: quirks: switch quirks code offender to use pci_get APIAlan Cox2006-10-181-1/+2
* PCI: Improve pci_msi_supported() commentsBrice Goglin2006-10-181-7/+9
* PCI hotplug: ioremap balanced with iounmapAmol Lad2006-10-181-5/+14
* shpchp: remove unnecessary cmd_busy member from struct controllerKenji Kaneshige2006-10-182-5/+1
* shpchp: fix command completion checkKenji Kaneshige2006-10-181-5/+9
* pci: Stamp out pci_find_* usage in fakephpAlan Cox2006-10-181-3/+8
* PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM errorZhang, Yanmin2006-10-181-1/+1
* PCI: Turn pci_fixup_video into generic for embedded VGAeiichiro.oiwa.nm@hitachi.com2006-10-182-1/+49
* PCI: add ICH7/8 ACPI/GPIO io resource quirksDaniel Ritz2006-10-181-0/+6
* PCI: pcie-check-and-return-bus_register-errors fixAndrew Morton2006-10-182-3/+4
* PCI: VIA IRQ quirk behaviour changeDaniel Drake2006-10-181-9/+34
* pciehp: Remove unnecessary check in pciehp_ctrl.cEric Sesterhenn2006-10-181-2/+1
* pciehp - add missing lockingKenji Kaneshige2006-10-184-30/+33
* pciehp: fix improper info messagesKenji Kaneshige2006-10-182-22/+33
* shpchp: fix shpchp_wait_cmd in pollKenji Kaneshige2006-10-181-19/+35
* [PATCH] HT_IRQ must depend on PCIAdrian Bunk2006-10-111-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-056-11/+10
* [PATCH] htirq: tidy up the htirq codeEric W. Biederman2006-10-043-2/+4
* [PATCH] msi: move the ia64 code into arch/ia64Eric W. Biederman2006-10-043-379/+3
* [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-044-199/+145
* [PATCH] msi: only use a single irq_chip for msi interruptsEric W. Biederman2006-10-041-91/+24
* [PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2006-10-042-36/+9
* [PATCH] Initial generic hypertransport interrupt supportEric W. Biederman2006-10-043-0/+199
* [PATCH] genirq: msi: only build msi-apic.c on ia64Eric W. Biederman2006-10-041-1/+2
* [PATCH] genirq: msi: make the msi code irq based and not vector basedEric W. Biederman2006-10-042-264/+168
* [PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman2006-10-042-56/+8
* [PATCH] genirq: msi: refactor the msi_opsEric W. Biederman2006-10-044-115/+54
* [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman2006-10-042-106/+98
* [PATCH] genirq: msi: make the msi boolean tests return either 0 or 1Eric W. Biederman2006-10-041-2/+2
* [PATCH] genirq: msi: simplify msi enable and disableEric W. Biederman2006-10-041-106/+16
* [PATCH] fix "PCI: assign ioapic resource at hotplug"Kenji Kaneshige2006-10-041-5/+5
* Still more typo fixesMatt LaPlante2006-10-031-1/+1
* [PATCH] PCI quirks updateAlan Cox2006-10-011-2/+15