aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+3
2007-07-16Remove capability.h from mm.hAlexey Dobriyan2-2/+2
2007-07-16use no_pci_devices() in pci/search.cAndrew Morton1-2/+2
2007-07-16fix jvc cdrom drive lockupZhang, Yanmin1-0/+12
2007-07-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-29/+44
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds25-239/+488
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui2-8/+16
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo3-7/+0
2007-07-11PCI: Only build PCI syscalls on architectures that want themMatthew Wilcox1-3/+1
2007-07-11PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap1-2/+5
2007-07-11PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug failureGary Hade1-2/+46
2007-07-11PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridgeGary Hade1-0/+3
2007-07-11PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3Gary Hade3-2/+7
2007-07-11PCI: hotplug: pciehp: wait for 1 second after power off slotKenji Kaneshige1-0/+12
2007-07-11PCI: pci_set_power_state(): check for PM capabilities earlierAndrew Lunn1-7/+7
2007-07-11PCI: cpci_hotplug: Convert to use the kthread APIScott Murray1-45/+21
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-4/+24
2007-07-11PCI: pcie: remove SPIN_LOCK_UNLOCKEDMilind Arun Choudhary1-1/+1
2007-07-11PCI: ROUND_UP macro cleanup in drivers/pciMilind Arun Choudhary2-7/+3
2007-07-11PCI: pci-x-pci-express-read-control-interfaces cleanupsAndrew Morton2-6/+4
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok2-17/+9
2007-07-11PCI: read revision ID by defaultAuke Kok1-0/+1
2007-07-11PCI: unexport pci_proc_attach_deviceAdrian Bunk1-1/+0
2007-07-11PCI aer: add pci_cleanup_aer_correct_aer_statusStephen Hemminger1-0/+16
2007-07-11PCI: fix AER driver error informationZhang, Yanmin6-47/+34
2007-07-11PCI: hotplug: pciehp: Fix possible race condition in writing slotKenji Kaneshige2-90/+102
2007-07-11PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman1-3/+7
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman1-0/+5
2007-07-11PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba2-0/+176
2007-07-11pci syscall.c: Switch to refcounting APIAlan Cox1-9/+11
2007-07-11PCI: point people to Bernhard instead of the linux-kernel listGreg Kroah-Hartman1-1/+1
2007-07-09[IA64] SN: Correct ROM resource length for BIOS copyJohn Keller1-29/+44
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt1-3/+3
2007-06-01msi: mask the msix vector before we unmap itEric W. Biederman1-3/+3
2007-06-01msi: fix the ordering of msix irqsEric W. Biederman1-2/+2
2007-05-31PCI: quirk disable MSI on via vt3351Jay Cliburn1-0/+1
2007-05-31PCI: Fix pci_find_presentBen Gardner1-1/+2
2007-05-31PCI: disable MSI by default on systems with Serverworks HT1000 chipsAndy Gospodarek1-0/+1
2007-05-31msi: fix ARM compileDan Williams1-1/+1
2007-05-31pci-quirks: fix MSI disabling on RS400-200 and RS480Tejun Heo1-9/+9
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-15rpadlpar breakage - fallout of struct subsystem removalAl Viro1-2/+3
2007-05-11Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+1
2007-05-11Fix assertion failure with MSI on sparc64David Miller1-2/+4
2007-05-11Add the combined mode for ATI SB700Henry Su1-0/+1
2007-05-10[IA64] Fix warnings resulting from type-checking in dev_dbg()Tony Luck1-18/+18
2007-05-09Fix more "deprecated" spellos.Randy Dunlap1-1/+1
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-5/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap9-9/+0
2007-05-08Merge branch 'linux-2.6'Paul Mackerras29-1029/+791