Age | Commit message (Expand) | Author | Files | Lines |
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/jb... | Linus Torvalds | 1 | -2/+2 |
2010-10-23 | 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-16 | 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-25 | PCI: PCIe: Ask BIOS for control of all native services at once | Rafael J. Wysocki | 4 | -20/+4 |
2010-08-25 | 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-12 | PCI: hotplug/cpqphp, fix NULL dereference | Jiri Slaby | 1 | -0/+7 |
2010-05-22 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -16/+4 |
2010-05-22 | 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/jik... | Linus Torvalds | 1 | -1/+1 |
2010-05-19 | 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 imp... | 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-15 | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 22 | -514/+222 |
2010-03-14 | acpiphp: Execute ACPI _REG method for hotadded devices | Shaohua Li | 1 | -0/+19 |
2010-03-08 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
2010-03-03 | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+7 |
2010-02-23 | PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs | Bjorn Helgaas | 1 | -6/+3 |
2010-02-23 | PCI: pciehp: cleanup flow in pciehp_configure_device | Yinghai Lu | 1 | -6/+17 |
2010-02-23 | PCI hotplug: check ioremap() return value in ibmphp_ebda.c | Andrew Morton | 1 | -0/+2 |
2010-02-23 | PCI hotplug: fix ibmphp build error | Randy Dunlap | 1 | -0/+1 |
2010-02-23 | PCI: hotplug/cpcihp, fix pci device refcounting | Jiri Slaby | 1 | -0/+1 |
2010-02-23 | PCI hotplug: ibmphp: read the length of ebda and map entire ebda region | Chandru | 1 | -2/+9 |
2010-02-23 | PCI hotplug: fix memory leaks | Jiri Slaby | 2 | -0/+2 |
2010-02-23 | PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug ops | Jesse Barnes | 1 | -1/+0 |
2010-02-23 | PCI: Make current and maximum bus speeds part of the PCI core | Matthew Wilcox | 13 | -485/+160 |
2010-02-23 | PCI: Unify pcie_link_speed and pci_bus_speed | Matthew Wilcox | 1 | -8/+8 |
2010-02-11 | ibmphp: Rename add_range() to add_bus_range() to avoid conflict | H. Peter Anvin | 1 | -7/+7 |
2010-02-01 | ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was found | Thomas Renninger | 1 | -6/+0 |
2009-12-17 | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 1 | -1/+1 |
2009-12-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 12 | -492/+143 |
2009-12-05 | PCI: ibmphp_hpc: don't release hw sem twice if kthread stops | Jesse Barnes | 1 | -1/+2 |
2009-11-25 | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 3 | -13/+13 |
2009-11-25 | PCI pciehp: fix power fault interrupt storm problem | Kenji Kaneshige | 2 | -36/+17 |
2009-11-25 | PCI hotplug: use pci_is_pcie() | Kenji Kaneshige | 1 | -1/+1 |
2009-11-25 | pciehp: use pci_pcie_cap() | Kenji Kaneshige | 3 | -25/+25 |