aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-14[PATCH] revert "PCI: quirk for IBM Dock II cardbus controllers"Andrew Morton1-27/+0
2006-11-13[PATCH] pci: don't try to remove sysfs files before they are setup.David Miller1-0/+3
2006-11-08[PATCH] htirq: allow buggy drivers of buggy hardware to write the registersEric W. Biederman1-5/+24
2006-11-08[PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman1-48/+24
2006-11-03PCI: Let PCI_MULTITHREAD_PROBE depend on BROKENAdrian Bunk1-1/+1
2006-10-27PCI: Remove quirk_via_abnormal_poweroffKarsten Wiese1-27/+0
2006-10-27PCI: reset pci device state to unknown state for resumeShaohua Li1-0/+13
2006-10-27PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa2-48/+3
2006-10-27acpiphp: fix latch statusMUNEDA Takahiro1-3/+3
2006-10-23Revert unintentional and bogus change to drivers/pci/quirks.cLinus Torvalds1-2/+2
2006-10-22[PKT_SCHED] netem: Orphan SKB when adding to queue.David S. Miller1-2/+2
2006-10-20[PATCH] Fix up rpaphp driver for pci hotplug header moveOlaf Hering1-1/+1
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman23-257/+22
2006-10-18change pci hotplug subsystem maintainer to KristenKristen Carlson Accardi2-4/+2
2006-10-18PCI: optionally sort device lists breadth-firstMatt Domsch1-0/+92
2006-10-18cpcihp_generic: prevent loading without "bridge" parameterAkinobu Mita1-2/+2
2006-10-18pci: Additional search functionsAlan Cox1-2/+70
2006-10-18PCI: quirks: switch quirks code offender to use pci_get APIAlan Cox1-1/+2
2006-10-18PCI: Improve pci_msi_supported() commentsBrice Goglin1-7/+9
2006-10-18PCI hotplug: ioremap balanced with iounmapAmol Lad1-5/+14
2006-10-18shpchp: remove unnecessary cmd_busy member from struct controllerKenji Kaneshige2-5/+1
2006-10-18shpchp: fix command completion checkKenji Kaneshige1-5/+9
2006-10-18pci: Stamp out pci_find_* usage in fakephpAlan Cox1-3/+8
2006-10-18PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM errorZhang, Yanmin1-1/+1
2006-10-18PCI: Turn pci_fixup_video into generic for embedded VGAeiichiro.oiwa.nm@hitachi.com2-1/+49
2006-10-18PCI: add ICH7/8 ACPI/GPIO io resource quirksDaniel Ritz1-0/+6
2006-10-18PCI: pcie-check-and-return-bus_register-errors fixAndrew Morton2-3/+4
2006-10-18PCI: VIA IRQ quirk behaviour changeDaniel Drake1-9/+34
2006-10-18pciehp: Remove unnecessary check in pciehp_ctrl.cEric Sesterhenn1-2/+1
2006-10-18pciehp - add missing lockingKenji Kaneshige4-30/+33
2006-10-18pciehp: fix improper info messagesKenji Kaneshige2-22/+33
2006-10-18shpchp: fix shpchp_wait_cmd in pollKenji Kaneshige1-19/+35
2006-10-11[PATCH] HT_IRQ must depend on PCIAdrian Bunk1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells6-11/+10
2006-10-04[PATCH] htirq: tidy up the htirq codeEric W. Biederman3-2/+4
2006-10-04[PATCH] msi: move the ia64 code into arch/ia64Eric W. Biederman3-379/+3
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman4-199/+145
2006-10-04[PATCH] msi: only use a single irq_chip for msi interruptsEric W. Biederman1-91/+24
2006-10-04[PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2-36/+9
2006-10-04[PATCH] Initial generic hypertransport interrupt supportEric W. Biederman3-0/+199
2006-10-04[PATCH] genirq: msi: only build msi-apic.c on ia64Eric W. Biederman1-1/+2
2006-10-04[PATCH] genirq: msi: make the msi code irq based and not vector basedEric W. Biederman2-264/+168
2006-10-04[PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman2-56/+8
2006-10-04[PATCH] genirq: msi: refactor the msi_opsEric W. Biederman4-115/+54
2006-10-04[PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman2-106/+98
2006-10-04[PATCH] genirq: msi: make the msi boolean tests return either 0 or 1Eric W. Biederman1-2/+2
2006-10-04[PATCH] genirq: msi: simplify msi enable and disableEric W. Biederman1-106/+16
2006-10-04[PATCH] fix "PCI: assign ioapic resource at hotplug"Kenji Kaneshige1-5/+5
2006-10-03Still more typo fixesMatt LaPlante1-1/+1
2006-10-01[PATCH] PCI quirks updateAlan Cox1-2/+15