aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige3-4/+55
2008-10-22PCI hotplug: pciehp: fix possible memory leak in pcie_initKenji Kaneshige1-2/+2
2008-10-22PCI: Workaround invalid P2P bridge bus numbersBenjamin Herrenschmidt1-2/+10
2008-10-22PCI Hotplug: fakephp: add duplicate slot name debuggingAlex Chiang1-2/+8
2008-10-22PCI: Hotplug core: remove 'name'Alex Chiang1-3/+3
2008-10-22PCI: shcphp: remove 'name' parameterAlex Chiang3-47/+48
2008-10-22PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameAlex Chiang1-13/+6
2008-10-22PCI: rpaphp: kmalloc/kfree slot->name directlyAlex Chiang1-5/+3
2008-10-22PCI: pciehp: remove 'name' parameterAlex Chiang4-44/+52
2008-10-22PCI: ibmphp: stop managing hotplug_slot->nameAlex Chiang2-16/+9
2008-10-22PCI: fakephp: remove 'name' parameterAlex Chiang1-9/+10
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang1-1/+1
2008-10-22PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang2-31/+24
2008-10-22PCI: cpci_hotplug: stop managing hotplug_slot->nameAlex Chiang3-49/+37
2008-10-22PCI: acpiphp: remove 'name' parameterAlex Chiang2-19/+21
2008-10-22PCI: prevent duplicate slot namesAlex Chiang4-82/+115
2008-10-22PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige1-23/+28
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang3-3/+5
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang1-10/+5
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang10-16/+25
2008-10-22PCI: add support for function level resetSheng Yang1-0/+98
2008-10-22PCI: Fix reference counting bugMatthew Wilcox1-6/+3
2008-10-22ACPI/PCI: Set support bit for MSI in support field of _OSCTaku Izumi3-0/+26
2008-10-22ACPI/PCI: Fix return value of acpi_cuery_osc()Taku Izumi1-4/+3
2008-10-22ACPI/PCI: Always query _OSC control field in pci_osc_control_set()Taku Izumi1-18/+13
2008-10-22ACPI/PCI: Change pci_osc_control_set() to query control bits firstTaku Izumi1-16/+31
2008-10-22ACPI/PCI: Fix possible race condition on _OSC evaluationTaku Izumi1-8/+20
2008-10-20Export tiny shmem_file_setup for DRM-GEMHugh Dickins1-1/+1
2008-10-20misc: replace remaining __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-10-20fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.cThomas Gleixner1-2/+3
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds5-28/+139
2008-10-20USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.cLinus Torvalds1-1/+1
2008-10-20i915: cleanup coding horrors in i915_gem_gtt_pwrite()Linus Torvalds1-23/+36
2008-10-20Fix sprintf format warnings in drm_proc.cLinus Torvalds1-2/+2
2008-10-20Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-6/+8
2008-10-20Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds32-626/+778
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds35-154/+283
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+6
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds28-1064/+788
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds5-190/+100
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2008-10-20Update email addresses.Dave Jones7-7/+7
2008-10-20Remove empty imacfb.c fileLinus Torvalds1-0/+0
2008-10-20PCI: fix AER capability checkYu Zhao2-3/+2
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes4-61/+20
2008-10-20PCI: remove #ifdef DEBUG around dev_dbg callJesse Barnes1-2/+0
2008-10-20PCI hotplug: fix get_##name return value problemKenji Kaneshige1-1/+1
2008-10-20PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt3-71/+94
2008-10-20PCI: probing debug message uniformizationVincent Legoll2-16/+15
2008-10-20PCI: support PCIe ARI capabilityYu Zhao3-0/+47