aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas2012-10-131-1/+6
* PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-12-092-4/+4
* PCI hotplug: acpiphp: assume device is in state D0 after powering on a slot.Ian Campbell2011-05-111-0/+7
* PCI: Set PCIE maxpayload for card during hotplug insertionJordan_Hargrave@Dell.com2011-05-101-0/+45
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* PCI hotplug: acpiphp: set current_state to D0 in register_slotStefano Stabellini2011-03-041-0/+1
* headers: kobject.h reduxAlexey Dobriyan2011-01-102-2/+0
* PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.cRafael J. Wysocki2010-12-231-1/+2
* PCI hotplug: ibmphp: Add check to prevent reading beyond mapped areaSteven Rostedt2010-11-111-0/+6
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-281-2/+2
|\
| * PCI hotplug: ibmphp-hpc: semaphore cleanupThomas Gleixner2010-10-151-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-228-55/+49
|\ \
| * | shpchp: update workqueue usageTejun Heo2010-10-184-30/+25
| * | pciehp: update workqueue usageTejun Heo2010-10-184-25/+24
| |/
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-6/+7
|/
* PCI hotplug: Fix build with CONFIG_ACPI unsetRafael J. Wysocki2010-08-251-0/+4
* PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki2010-08-244-20/+4
* ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki2010-08-241-1/+1
* PCI: use for_each_pci_dev()Kulikov Vasiliy2010-07-301-1/+1
* PCI hotplug: shpchp: Removed check for hotplug of display devicesPraveen Kalamegham2010-07-301-15/+4
* PCI hotplug: pciehp: Fixed return value sign for pciehp_unconfigure_devicePraveen Kalamegham2010-07-301-1/+1
* PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASKDan Carpenter2010-07-301-1/+1
* PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby2010-06-111-0/+7
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-212-16/+4
|\
| * PCI: hotplug: pciehp: Removed check for hotplug of display devicesPraveen Kalamegham2010-05-211-14/+3
| * PCI hotplug: Use kmemdupJulia Lawall2010-05-181-2/+1
* | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-04-2314-5/+33
| |\
| * | Fix typos in commentsThomas Weber2010-03-161-1/+1
* | | powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2010-04-282-0/+6
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-2/+12
* | PCI: print resources consistently with %pRBjorn Helgaas2010-03-241-3/+2
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-1422-514/+222
|\ \ \ \ \ | | | | |/
| | | | * Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
| | | | * Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-7/+7
| | | | |\
| | | | | * ibmphp: Rename add_range() to add_bus_range() to avoid conflictH. Peter Anvin2010-02-101-7/+7
| |_|_|_|/ |/| | | |
| | | | * PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-6/+3
| | | | * PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu2010-02-221-6/+17
| | | | * PCI hotplug: check ioremap() return value in ibmphp_ebda.cAndrew Morton2010-02-221-0/+2
| | | | * PCI hotplug: fix ibmphp build errorRandy Dunlap2010-02-221-0/+1
| | | | * PCI: hotplug/cpcihp, fix pci device refcountingJiri Slaby2010-02-221-0/+1
| | | | * PCI hotplug: ibmphp: read the length of ebda and map entire ebda regionChandru2010-02-221-2/+9
| | | | * PCI hotplug: fix memory leaksJiri Slaby2010-02-222-0/+2
| | | | * PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsJesse Barnes2010-02-221-1/+0
| | | | * PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-2213-485/+160
| | | | * PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox2010-02-221-8/+8
| | | |/ | | |/|
| * | | acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li2010-03-141-0/+19
| |/ /
| * | ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger2010-01-311-6/+0
|/ /
* | PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann2009-12-161-1/+1
|/