aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-12pci: write file size to inode on proc bus file writeDavid Rientjes1-1/+2
2007-10-12pci: use size stored in proc_dir_entry for proc bus filesDavid Rientjes1-2/+2
2007-10-12pci: implement "pci=noaer"Randy Dunlap3-0/+17
2007-10-12PCI: fix IDE legacy mode resourcesYoichi Yuasa1-12/+36
2007-10-12MSI: Use correct data offset for 32-bit MSI in read_msi_msg()Roland Dreier1-1/+1
2007-10-12PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID codeMichael Ellerman1-2/+1
2007-10-12PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"Johannes Goecke1-32/+0
2007-10-12PCI: quirk_vt82c586_acpi: Omit reading PCI revision IDAuke Kok1-3/+1
2007-10-12PCI: quirk amd_8131_mmrbc: Omit reading pci revision IDAuke Kok1-5/+2
2007-10-12cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readAuke Kok1-1/+1
2007-10-12pci: hotplug: cpqphp: convert to kthread infrastructureChristoph Hellwig1-48/+21
2007-10-12pci: hotplug: ibmphp: convert to kthreadKristen Carlson Accardi1-45/+12
2007-10-12PCI: is_power_of_2 in drivers/pci/pci.cvignesh babu1-2/+3
2007-10-12pciehp: minor cleanups for pciehp_hpc.cKenji Kaneshige1-21/+26
2007-10-12pciehp: remove trailing whitespace form pciehp_pci.cKenji Kaneshige1-3/+3
2007-10-12pciehp: remove trailing whitespace from pciehp_ctrl.cKenji Kaneshige1-10/+10
2007-10-12pciehp: remove trailing whitespace from pciehp_core.cKenji Kaneshige1-10/+10
2007-10-12pciehp: remove trailing whitespace from pciehp_hpc.cKenji Kaneshige1-25/+25
2007-10-12pciehp: remove DBG_XXX_ROUTINEKenji Kaneshige1-106/+5
2007-10-12PCI Hotplug: pciehp: Request control over PCI Express Capability as well as Native hotplugKristen Carlson Accardi1-0/+1
2007-10-12PCI Hotplug: pciehp: Dont check bridge control on removeKristen Carlson Accardi1-6/+12
2007-10-12pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODEKenji Kaneshige2-13/+0
2007-10-12PCI Hotplug: cpqphp_ctrl.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-4/+1
2007-10-12sysfs: kill sysfs_update_file()Tejun Heo1-60/+0
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman1-3/+3
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers3-26/+8
2007-10-11i386: move pciThomas Gleixner3-3/+3
2007-09-28Fix bogus PCI quirk for e100Benjamin Herrenschmidt1-4/+3
2007-09-11PCI: unhide SMBus on Compaq Deskpro EP 401963-001 motherboardgw.kernel@tnode.com1-2/+14
2007-09-11PCI: remove devinit from pci_read_bridge_basesRalf Baechle1-1/+1
2007-08-25Pull events into release branchLen Brown1-1/+4
2007-08-25acpiphp_ibm: add missing '\n' to error messageJeremy Fitzhardinge1-1/+1
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-1/+1
2007-08-23ACPI: don't duplicate input events on netlinkZhang Rui1-0/+3
2007-08-22PCI: Run k8t_sound_hostbridge quirk only when neededJean Delvare1-1/+1
2007-08-22PCI: disable MSI on RX790Tejun Heo1-0/+1
2007-08-22PCI: disable MSI on RD580Tejun Heo1-0/+1
2007-08-22PCI: disable MSI on RS690Tejun Heo1-0/+1
2007-08-22PCI: lets kill the 'PCI hidden behind bridge' messageBernhard Kaindl1-9/+9
2007-08-22pci/hotplug/cpqphp_ctrl.c: remove stale BKL useIngo Molnar1-3/+1
2007-08-22PCI: quirk_e100_interrupt() called too earlyMarian Balakowicz1-1/+1
2007-08-22PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala1-7/+1
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo2-5/+4
2007-07-30kernel-doc fixes for PCI and drivers/base/Randy Dunlap1-1/+1
2007-07-29ACPI: restore CONFIG_ACPI_SLEEPLen Brown1-0/+4
2007-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-9/+29
2007-07-24PCI: export __pci_reenable_device()Tejun Heo2-1/+1
2007-07-22ACPI: ignore _PSx method for hotplugable PCI devicesShaohua Li1-0/+4
2007-07-22ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li3-9/+25