summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+1Star
* 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/+1Star
* 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/+10Star
* [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/+3Star
* [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-044-199/+145Star
* [PATCH] msi: only use a single irq_chip for msi interruptsEric W. Biederman2006-10-041-91/+24Star
* [PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2006-10-042-36/+9Star
* [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/+168Star
* [PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman2006-10-042-56/+8Star
* [PATCH] genirq: msi: refactor the msi_opsEric W. Biederman2006-10-044-115/+54Star
* [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman2006-10-042-106/+98Star
* [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/+16Star
* [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
* [PATCH] msi: use kmem_cache_zalloc()Pekka J Enberg2006-09-271-10/+3Star
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* pciehp - fix wrong return valueKenji Kaneshige2006-09-271-6/+6
* acpiphp: add support for ioapic hot-removeSatoru Takeuchi2006-09-272-14/+92
* PCI: assign ioapic resource at hotplugSatoru Takeuchi2006-09-271-3/+10
* acpiphp: disable bridgesSatoru Takeuchi2006-09-271-1/+16
* acpiphp: stop bus device before acpi_bus_trimSatoru Takeuchi2006-09-271-0/+3
* PCI: add pci_stop_bus_deviceSatoru Takeuchi2006-09-271-1/+36
* acpiphp: do not initialize existing ioapicsSatoru Takeuchi2006-09-271-1/+3
* acpiphp: initialize ioapics before starting devicesSatoru Takeuchi2006-09-271-1/+1
* acpiphp: set hpp values before starting devicesSatoru Takeuchi2006-09-271-1/+1
* PCI Hotplug: cleanup pcihp skeleton code.Satoru Takeuchi2006-09-271-6/+3Star
* PCI: Restore PCI Express capability registers after PM eventMichael S. Tsirkin2006-09-271-0/+50
* PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function staticAdrian Bunk2006-09-271-1/+1
* PCI: Multiprobe sanitizerAlan Cox2006-09-271-1/+5
* PCI: fix __must_check warningsGreg Kroah-Hartman2006-09-278-61/+137
* PCI Hotplug: fix __must_check warningsGreg Kroah-Hartman2006-09-272-33/+128