aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-16/+4
2010-05-21PCI: hotplug: pciehp: Removed check for hotplug of display devicesPraveen Kalamegham1-14/+3
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+3
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-18PCI hotplug: Use kmemdupJulia Lawall1-2/+1
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2-0/+6
2010-04-23Merge branch 'master' into for-nextJiri Kosina14-5/+33
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo14-2/+12
2010-03-24PCI: print resources consistently with %pRBjorn Helgaas1-3/+2
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown22-514/+222
2010-03-14acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li1-0/+19
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+7
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-6/+3
2010-02-22PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu1-6/+17
2010-02-22PCI hotplug: check ioremap() return value in ibmphp_ebda.cAndrew Morton1-0/+2
2010-02-22PCI hotplug: fix ibmphp build errorRandy Dunlap1-0/+1
2010-02-22PCI: hotplug/cpcihp, fix pci device refcountingJiri Slaby1-0/+1
2010-02-22PCI hotplug: ibmphp: read the length of ebda and map entire ebda regionChandru1-2/+9
2010-02-22PCI hotplug: fix memory leaksJiri Slaby2-0/+2
2010-02-22PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsJesse Barnes1-1/+0
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox13-485/+160
2010-02-22PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox1-8/+8
2010-02-10ibmphp: Rename add_range() to add_bus_range() to avoid conflictH. Peter Anvin1-7/+7
2010-01-31ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger1-6/+0
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-1/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds12-492/+143
2009-12-04PCI: ibmphp_hpc: don't release hw sem twice if kthread stopsJesse Barnes1-1/+2
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming3-13/+13
2009-11-24PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2-36/+17
2009-11-24PCI hotplug: use pci_is_pcie()Kenji Kaneshige1-1/+1
2009-11-24pciehp: use pci_pcie_cap()Kenji Kaneshige3-25/+25
2009-11-24PCI hotplug: use pci_pcie_cap()Kenji Kaneshige1-1/+1
2009-11-06PCI hotplug: fix oshp evaluationKenji Kaneshige1-2/+3
2009-11-04PCI Hotplug: acpiphp: clean up list traversalsAlex Chiang1-41/+17
2009-11-04PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas2-196/+0
2009-11-04PCI: pciehp: prevent unnecessary power offKenji Kaneshige1-16/+10
2009-11-04PCI: pciehp: fix typo in pciehp_probeKenji Kaneshige1-1/+1
2009-11-04PCI: pciehp: return error on read/write failureKenji Kaneshige3-92/+22
2009-11-04PCI: pciehp: create files only for existing capabilitiesKenji Kaneshige1-16/+22
2009-11-04PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige1-50/+3
2009-11-04PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige1-1/+2
2009-11-04PCI hotplug: acpiphp should be linked after vendor driversMatthew Garrett1-4/+8
2009-11-04PCI hotplug: change PCI nomenclatureStefan Assmann1-11/+11
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar1-0/+1
2009-09-25ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas1-1/+0
2009-09-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds6-311/+190
2009-09-19Merge branch 'acpica' into releaseLen Brown1-7/+5
2009-09-17PCI: pciehp: remove slot capabilities definitionsKenji Kaneshige1-18/+8