summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-10-1338-544/+654
|\
| * PCI: merge almost all of pci_32.h and pci_64.h togetherGreg Kroah-Hartman2007-10-133-138/+90Star
| * PCI: X86: Introduce and enable PCI domain supportJeff Garzik2007-10-136-8/+45
| * PCI: Add 'nodomains' boot option, and pci_domains_supported globalJeff Garzik2007-10-133-2/+20
| * PCI: modify PCI bridge control ISA flag for clarityGary Hade2007-10-133-4/+4
| * PCI: use _CRS for PCI resource allocationGary Hade2007-10-134-0/+145
| * PCI: avoid P2P prefetch window for expansion ROMsGary Hade2007-10-131-2/+1Star
| * PCI: skip ISA ioresource alignment on some systemsGary Hade2007-10-134-2/+58
| * PCI: remove transparent bridge sizingGary Hade2007-10-131-0/+5
| * pci: write file size to inode on proc bus file writeDavid Rientjes2007-10-131-1/+2
| * pci: use size stored in proc_dir_entry for proc bus filesDavid Rientjes2007-10-131-2/+2
| * pci: implement "pci=noaer"Randy Dunlap2007-10-134-0/+21
| * PCI: fix IDE legacy mode resourcesYoichi Yuasa2007-10-131-12/+36
| * MSI: Use correct data offset for 32-bit MSI in read_msi_msg()Roland Dreier2007-10-131-1/+1
| * PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID codeMichael Ellerman2007-10-131-2/+1Star
| * PCI: i386: Compaq EVO N800c needs PCI bus renumberingJuha Laiho2007-10-131-0/+10
| * PCI: Remove no longer correct documentation regarding MSI vector assignmentMichael Ellerman2007-10-131-65/+4Star
| * PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"Johannes Goecke2007-10-132-32/+47
| * PCI: quirk_vt82c586_acpi: Omit reading PCI revision IDAuke Kok2007-10-131-3/+1Star
| * PCI: quirk amd_8131_mmrbc: Omit reading pci revision IDAuke Kok2007-10-131-5/+2Star
| * cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readAuke Kok2007-10-131-1/+1
| * PCI: Add missing PCI capability IDsAlex Chiang2007-10-131-1/+5
| * i386: add support for picopower irq routerThomas Backlund2007-10-132-0/+42
| * PCI: pci_get_device call from interrupt in reboot fixupsDenis V. Lunev2007-10-131-0/+6
| * dma_free_coherent() needs irqs enabled (sigh)David Brownell2007-10-134-1/+7
| * pci: hotplug: cpqphp: convert to kthread infrastructureChristoph Hellwig2007-10-131-48/+21Star
| * pci: hotplug: ibmphp: convert to kthreadKristen Carlson Accardi2007-10-131-45/+12Star
| * PCI: is_power_of_2 in drivers/pci/pci.cvignesh babu2007-10-131-2/+3
| * pciehp: minor cleanups for pciehp_hpc.cKenji Kaneshige2007-10-131-21/+26
| * pciehp: remove trailing whitespace form pciehp_pci.cKenji Kaneshige2007-10-131-3/+3
| * pciehp: remove trailing whitespace from pciehp_ctrl.cKenji Kaneshige2007-10-131-10/+10
| * pciehp: remove trailing whitespace from pciehp_core.cKenji Kaneshige2007-10-131-10/+10
| * pciehp: remove trailing whitespace from pciehp_hpc.cKenji Kaneshige2007-10-131-25/+25
| * pciehp: remove DBG_XXX_ROUTINEKenji Kaneshige2007-10-131-106/+5Star
| * PCI Hotplug: pciehp: Request control over PCI Express Capability as well as N...Kristen Carlson Accardi2007-10-131-0/+1
| * PCI Hotplug: pciehp: Dont check bridge control on removeKristen Carlson Accardi2007-10-131-6/+12
| * pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODEKenji Kaneshige2007-10-132-13/+0Star
| * PCI Hotplug: cpqphp_ctrl.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-131-4/+1Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-13114-2493/+1777Star
|\ \
| * | PM: merge device power-management source filesAlan Stern2007-10-125-394/+343Star
| * | sysfs: add copyrightsTejun Heo2007-10-128-7/+61
| * | kobject: update the copyrightsGreg Kroah-Hartman2007-10-122-2/+6
| * | kset: add some kerneldoc to help describe what these strange things areGreg Kroah-Hartman2007-10-121-16/+17
| * | Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman2007-10-122-4/+4
| * | Driver core: rename ktype_driverGreg Kroah-Hartman2007-10-121-2/+2
| * | Driver core: rename ktype_deviceGreg Kroah-Hartman2007-10-121-3/+3
| * | Driver core: rename ktype_classGreg Kroah-Hartman2007-10-121-5/+5
| * | driver core: remove subsystem_init()Greg Kroah-Hartman2007-10-124-8/+1Star
| * | sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-125-10/+19
| * | sysfs: implement sysfs_open_direntTejun Heo2007-10-122-1/+111