aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.cGravatar Linus Torvalds 1-2/+0
2007-10-14more trivial signedness fixes in driversGravatar Al Viro 1-1/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 17-352/+209
2007-10-12PCI: Add 'nodomains' boot option, and pci_domains_supported globalGravatar Jeff Garzik 1-0/+13
2007-10-12PCI: modify PCI bridge control ISA flag for clarityGravatar Gary Hade 1-2/+2
2007-10-12PCI: avoid P2P prefetch window for expansion ROMsGravatar Gary Hade 1-2/+1
2007-10-12PCI: skip ISA ioresource alignment on some systemsGravatar Gary Hade 1-2/+2
2007-10-12PCI: remove transparent bridge sizingGravatar Gary Hade 1-0/+5
2007-10-12pci: write file size to inode on proc bus file writeGravatar David Rientjes 1-1/+2
2007-10-12pci: use size stored in proc_dir_entry for proc bus filesGravatar David Rientjes 1-2/+2
2007-10-12pci: implement "pci=noaer"Gravatar Randy Dunlap 3-0/+17
2007-10-12PCI: fix IDE legacy mode resourcesGravatar Yoichi Yuasa 1-12/+36
2007-10-12MSI: Use correct data offset for 32-bit MSI in read_msi_msg()Gravatar Roland Dreier 1-1/+1
2007-10-12PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID codeGravatar Michael Ellerman 1-2/+1
2007-10-12PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"Gravatar Johannes Goecke 1-32/+0
2007-10-12PCI: quirk_vt82c586_acpi: Omit reading PCI revision IDGravatar Auke Kok 1-3/+1
2007-10-12PCI: quirk amd_8131_mmrbc: Omit reading pci revision IDGravatar Auke Kok 1-5/+2
2007-10-12cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readGravatar Auke Kok 1-1/+1
2007-10-12pci: hotplug: cpqphp: convert to kthread infrastructureGravatar Christoph Hellwig 1-48/+21
2007-10-12pci: hotplug: ibmphp: convert to kthreadGravatar Kristen Carlson Accardi 1-45/+12
2007-10-12PCI: is_power_of_2 in drivers/pci/pci.cGravatar vignesh babu 1-2/+3
2007-10-12pciehp: minor cleanups for pciehp_hpc.cGravatar Kenji Kaneshige 1-21/+26
2007-10-12pciehp: remove trailing whitespace form pciehp_pci.cGravatar Kenji Kaneshige 1-3/+3
2007-10-12pciehp: remove trailing whitespace from pciehp_ctrl.cGravatar Kenji Kaneshige 1-10/+10
2007-10-12pciehp: remove trailing whitespace from pciehp_core.cGravatar Kenji Kaneshige 1-10/+10
2007-10-12pciehp: remove trailing whitespace from pciehp_hpc.cGravatar Kenji Kaneshige 1-25/+25
2007-10-12pciehp: remove DBG_XXX_ROUTINEGravatar Kenji Kaneshige 1-106/+5
2007-10-12PCI Hotplug: pciehp: Request control over PCI Express Capability as well as N...Gravatar Kristen Carlson Accardi 1-0/+1
2007-10-12PCI Hotplug: pciehp: Dont check bridge control on removeGravatar Kristen Carlson Accardi 1-6/+12
2007-10-12pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODEGravatar Kenji Kaneshige 2-13/+0
2007-10-12PCI Hotplug: cpqphp_ctrl.c: kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 1-4/+1
2007-10-12sysfs: kill sysfs_update_file()Gravatar Tejun Heo 1-60/+0
2007-10-12Drivers: clean up direct setting of the name of a ksetGravatar Greg Kroah-Hartman 1-3/+3
2007-10-12kobjects: fix up improper use of the kobject name fieldGravatar Greg Kroah-Hartman 1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 3-26/+8
2007-10-11i386: move pciGravatar Thomas Gleixner 3-3/+3
2007-09-28Fix bogus PCI quirk for e100Gravatar Benjamin Herrenschmidt 1-4/+3
2007-09-11PCI: unhide SMBus on Compaq Deskpro EP 401963-001 motherboardGravatar gw.kernel@tnode.com 1-2/+14
2007-09-11PCI: remove devinit from pci_read_bridge_basesGravatar Ralf Baechle 1-1/+1
2007-08-25Pull events into release branchGravatar Len Brown 1-1/+4
2007-08-25acpiphp_ibm: add missing '\n' to error messageGravatar Jeremy Fitzhardinge 1-1/+1
2007-08-23ACPI: Schedule /proc/acpi/event for removalGravatar Len Brown 1-1/+1
2007-08-23ACPI: don't duplicate input events on netlinkGravatar Zhang Rui 1-0/+3
2007-08-22PCI: Run k8t_sound_hostbridge quirk only when neededGravatar Jean Delvare 1-1/+1
2007-08-22PCI: disable MSI on RX790Gravatar Tejun Heo 1-0/+1
2007-08-22PCI: disable MSI on RD580Gravatar Tejun Heo 1-0/+1
2007-08-22PCI: disable MSI on RS690Gravatar Tejun Heo 1-0/+1
2007-08-22PCI: lets kill the 'PCI hidden behind bridge' messageGravatar Bernhard Kaindl 1-9/+9
2007-08-22pci/hotplug/cpqphp_ctrl.c: remove stale BKL useGravatar Ingo Molnar 1-3/+1
2007-08-22PCI: quirk_e100_interrupt() called too earlyGravatar Marian Balakowicz 1-1/+1