summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-12-0154-959/+1400
|\
| * PCI: make arch/i386/pci/common.c:pci_bf_sort staticAdrian Bunk2006-12-011-1/+1
| * PCI: ibmphp_pci.c: fix NULL dereferenceAdrian Bunk2006-12-011-2/+2
| * pciehp: remove unnecessary pci_disable_msiKenji Kaneshige2006-12-011-2/+0
| * pciehp: remove unnecessary free_irqKenji Kaneshige2006-12-011-6/+1
| * PCI: rpaphp: change device tree examinationJohn Rose2006-12-012-2/+2
| * PCI: Change memory allocation for acpiphp slotsRolf Eike Beer2006-12-012-32/+7
| * i2c-i801: SMBus patch for Intel ICH9Jason Gaston2006-12-012-0/+3
| * PCI: irq: irq and pci_ids patch for Intel ICH9Jason Gaston2006-12-012-0/+13
| * PCI: pci_{enable,disable}_device() nestable portsInaky Perez-Gonzalez2006-12-011-9/+6
| * PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez2006-12-015-22/+59
| * PCI: arch/i386/kernel/pci-dma.c: ioremap balanced with iounmapAmol Lad2006-12-011-1/+3
| * pci/i386: style cleanupsRandy Dunlap2006-12-011-21/+43
| * PCI: Block on access to temporarily unavailable pci deviceMatthew Wilcox2006-12-011-28/+47
| * pci: fix __pci_register_driver error handlingAkinobu Mita2006-12-011-2/+5
| * pci: clear osc support flags if no _OSC methodKristen Carlson Accardi2006-12-011-1/+9
| * acpiphp: fix missing acpiphp_glue_exit()Akinobu Mita2006-12-011-1/+3
| * acpiphp: fix use of list_for_each macroAkinobu Mita2006-12-011-6/+2
| * Altix: Initial ACPI support - ROM shadowing.John Keller2006-12-015-5/+46
| * Altix: SN ACPI hotplug support.John Keller2006-12-011-22/+13
| * Altix: Add initial ACPI IO supportJohn Keller2006-12-0117-584/+992
| * PCI: Delete unused extern in powermac/pci.cMatthew Wilcox2006-12-011-1/+0
| * PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWIMatthew Wilcox2006-12-012-26/+25
| * PCI: Use pci_generic_prep_mwi on sparc64Matthew Wilcox2006-12-013-14/+9
| * PCI: Use pci_generic_prep_mwi on ia64Matthew Wilcox2006-12-012-62/+30
| * PCI: quirks: fix the festering mess that claims to handle IDE quirksAlan Cox2006-12-013-102/+30
| * PCI: save/restore PCI-X stateStephen Hemminger2006-12-011-0/+44
| * PCI: Make some MSI-X #defines genericMichael Ellerman2006-12-012-8/+6
| * PCI: Let PCI_MULTITHREAD_PROBE not be brokenGreg Kroah-Hartman2006-12-011-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-12-0180-607/+1418
|\ \
| * | Driver core: show drivers in /sys/module/Kay Sievers2006-12-012-6/+26
| * | Documentation/driver-model/platform.txt update/rewriteDavid Brownell2006-12-011-86/+118
| * | Driver core: platform_driver_probe(), can save codespaceDavid Brownell2006-12-012-0/+54
| * | driver core: Use klist_remove() in device_move()Cornelia Huck2006-12-011-2/+2
| * | driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-017-4/+228
| * | Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk2006-12-011-2/+2
| * | driver core: Introduce device_find_child().Cornelia Huck2006-12-012-0/+35
| * | sysfs: sysfs_write_file() writes zero terminated dataThomas Maier2006-12-011-0/+3
| * | cpu topology: consider sysfs_create_group return valueHeiko Carstens2006-12-011-23/+32
| * | Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt2006-12-011-1/+1
| * | ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt2006-12-016-15/+39
| * | Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-0127-0/+190
| * | Driver core: convert sound core to use struct deviceGreg Kroah-Hartman2006-12-016-30/+37
| * | Driver core: change mem class_devices to be real devicesGreg Kroah-Hartman2006-12-011-4/+4
| * | Driver core: convert fb code to use struct deviceGreg Kroah-Hartman2006-12-013-84/+103
| * | Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman2006-12-011-62/+57
| * | Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman2006-12-014-19/+19
| * | Driver core: convert ppdev code to use struct deviceGreg Kroah-Hartman2006-12-011-3/+3
| * | Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman2006-12-011-2/+2
| * | Driver core: convert cpuid code to use struct deviceGreg Kroah-Hartman2006-12-011-10/+10