aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-27[PATCH] msi: use kmem_cache_zalloc()Pekka J Enberg1-10/+3
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-09-26pciehp - fix wrong return valueKenji Kaneshige1-6/+6
2006-09-26acpiphp: add support for ioapic hot-removeSatoru Takeuchi2-14/+92
2006-09-26PCI: assign ioapic resource at hotplugSatoru Takeuchi1-3/+10
2006-09-26acpiphp: disable bridgesSatoru Takeuchi1-1/+16
2006-09-26acpiphp: stop bus device before acpi_bus_trimSatoru Takeuchi1-0/+3
2006-09-26PCI: add pci_stop_bus_deviceSatoru Takeuchi1-1/+36
2006-09-26acpiphp: do not initialize existing ioapicsSatoru Takeuchi1-1/+3
2006-09-26acpiphp: initialize ioapics before starting devicesSatoru Takeuchi1-1/+1
2006-09-26acpiphp: set hpp values before starting devicesSatoru Takeuchi1-1/+1
2006-09-26PCI Hotplug: cleanup pcihp skeleton code.Satoru Takeuchi1-6/+3
2006-09-26PCI: Restore PCI Express capability registers after PM eventMichael S. Tsirkin1-0/+50
2006-09-26PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function staticAdrian Bunk1-1/+1
2006-09-26PCI: Multiprobe sanitizerAlan Cox1-1/+5
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman8-61/+137
2006-09-26PCI Hotplug: fix __must_check warningsGreg Kroah-Hartman2-33/+128
2006-09-26SHPCHP: fix __must_check warningsGreg Kroah-Hartman3-4/+8
2006-09-26PCI-Express AER implemetation: pcie_portdrv error handlerZhang, Yanmin1-21/+175
2006-09-26PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin9-0/+1568
2006-09-26PCI-Express AER implemetation: export pcie_port_bus_typeZhang, Yanmin1-0/+1
2006-09-26PCIE: check and return bus_register errorsRandy Dunlap3-5/+11
2006-09-26MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capabilityBrice Goglin1-0/+59
2006-09-26MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfsBrice Goglin1-0/+41
2006-09-26MSI: Factorize common code in pci_msi_supported()Brice Goglin1-20/+31
2006-09-26MSI: Cleanup existing MSI quirksBrice Goglin2-16/+31
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-3/+2
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1Andi Kleen1-3/+2
2006-09-25PCI: enable driver multi-threaded probeGreg Kroah-Hartman2-0/+36
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-3/+1
2006-09-25PM: no suspend_prepare() phaseDavid Brownell1-14/+0
2006-09-25PM: PCI and IDE handle PM_EVENT_PRETHAWDavid Brownell1-1/+3
2006-09-25Suspend changes for PCI coreLinus Torvalds1-1/+40
2006-09-24Merge branch 'master' into upstreamJeff Garzik1-16/+16