| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-10-31 | pci: add module.h to files implicitly relying on its presence. |  Paul Gortmaker | 2 | -0/+2 |
| 2011-10-31 | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE |  Paul Gortmaker | 1 | -0/+1 |
| 2011-10-14 | PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge remove |  Prarit Bhargava | 1 | -15/+94 |
| 2011-09-09 | Fix pointer dereference before call to pcie_bus_configure_settings |  Shyam Iyer | 1 | -1/+3 |
| 2011-08-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 |  Linus Torvalds | 1 | -44/+1 |
| 2011-08-02 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 |  Linus Torvalds | 1 | -1/+1 |
| 2011-08-01 | PCI: Set PCI-E Max Payload Size on fabric |  Jon Mason | 1 | -44/+1 |
| 2011-07-29 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 |  Linus Torvalds | 4 | -24/+13 |
| 2011-07-26 | atomic: use <linux/atomic.h> |  Arun Sharma | 1 | -1/+1 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -12/+9 |
| 2011-07-22 | PCI: pciehp: change wait time for valid configuration access |  Kenji Kaneshige | 2 | -9/+5 |
| 2011-07-22 | PCI hotplug: cpqphp: use pci_dev->vendor |  Sergei Shtylyov | 1 | -2/+3 |
| 2011-07-22 | PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device} |  Sergei Shtylyov | 1 | -10/+2 |
| 2011-07-22 | PCI hotplug: Rename is_ejectable which also exists in dock.c |  Thomas Renninger | 1 | -3/+3 |
| 2011-07-16 | ACPI: constify ops structs |  Vasiliy Kulikov | 1 | -1/+1 |
| 2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) |  Joe Perches | 1 | -12/+9 |
| 2011-06-08 | pci/of: Match PCI devices to OF nodes dynamically |  Benjamin Herrenschmidt | 1 | -1/+1 |
| 2011-05-11 | PCI hotplug: acpiphp: assume device is in state D0 after powering on a slot. |  Ian Campbell | 1 | -0/+7 |
| 2011-05-10 | PCI: Set PCIE maxpayload for card during hotplug insertion |  Jordan_Hargrave@Dell.com | 1 | -0/+45 |
| 2011-03-31 | Fix common misspellings |  Lucas De Marchi | 3 | -3/+3 |
| 2011-03-04 | PCI hotplug: acpiphp: set current_state to D0 in register_slot |  Stefano Stabellini | 1 | -0/+1 |
| 2011-01-10 | headers: kobject.h redux |  Alexey Dobriyan | 2 | -2/+0 |
| 2010-12-23 | PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.c |  Rafael J. Wysocki | 1 | -1/+2 |
| 2010-11-11 | PCI hotplug: ibmphp: Add check to prevent reading beyond mapped area |  Steven Rostedt | 1 | -0/+6 |
| 2010-10-28 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 |  Linus Torvalds | 1 | -2/+2 |
| 2010-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq |  Linus Torvalds | 8 | -55/+49 |
| 2010-10-18 | shpchp: update workqueue usage |  Tejun Heo | 4 | -30/+25 |
| 2010-10-18 | pciehp: update workqueue usage |  Tejun Heo | 4 | -25/+24 |
| 2010-10-15 | PCI hotplug: ibmphp-hpc: semaphore cleanup |  Thomas Gleixner | 1 | -2/+2 |
| 2010-10-05 | drivers: autoconvert trivial BKL users to private mutex |  Arnd Bergmann | 1 | -6/+7 |
| 2010-08-25 | PCI hotplug: Fix build with CONFIG_ACPI unset |  Rafael J. Wysocki | 1 | -0/+4 |
| 2010-08-24 | PCI: PCIe: Ask BIOS for control of all native services at once |  Rafael J. Wysocki | 4 | -20/+4 |
| 2010-08-24 | ACPI/PCI: Negotiate _OSC control bits before requesting them |  Rafael J. Wysocki | 1 | -1/+1 |
| 2010-07-30 | PCI: use for_each_pci_dev() |  Kulikov Vasiliy | 1 | -1/+1 |
| 2010-07-30 | PCI hotplug: shpchp: Removed check for hotplug of display devices |  Praveen Kalamegham | 1 | -15/+4 |
| 2010-07-30 | PCI hotplug: pciehp: Fixed return value sign for pciehp_unconfigure_device |  Praveen Kalamegham | 1 | -1/+1 |
| 2010-07-30 | PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASK |  Dan Carpenter | 1 | -1/+1 |
| 2010-06-11 | PCI: hotplug/cpqphp, fix NULL dereference |  Jiri Slaby | 1 | -0/+7 |
| 2010-05-21 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 |  Linus Torvalds | 2 | -16/+4 |
| 2010-05-21 | PCI: hotplug: pciehp: Removed check for hotplug of display devices |  Praveen Kalamegham | 1 | -14/+3 |
| 2010-05-21 | sysfs: add struct file* to bin_attr callbacks |  Chris Wright | 1 | -2/+3 |
| 2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -1/+1 |
| 2010-05-18 | PCI hotplug: Use kmemdup |  Julia Lawall | 1 | -2/+1 |
| 2010-04-28 | powerpc/pseries: Flush lazy kernel mappings after unplug operations |  Benjamin Herrenschmidt | 2 | -0/+6 |
| 2010-04-23 | Merge branch 'master' into for-next |  Jiri Kosina | 14 | -5/+33 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 14 | -2/+12 |
| 2010-03-24 | PCI: print resources consistently with %pR |  Bjorn Helgaas | 1 | -3/+2 |
| 2010-03-16 | Fix typos in comments |  Thomas Weber | 1 | -1/+1 |
| 2010-03-14 | Merge 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 release |  Len Brown | 22 | -514/+222 |
| 2010-03-14 | acpiphp: Execute ACPI _REG method for hotadded devices |  Shaohua Li | 1 | -0/+19 |