| Commit message (Expand) | Author | Age |
* | ACPI: Oops in ACPI with git latest | Rafael J. Wysocki | 2008-10-25 |
* | Fix PCI hotplug printk format | Randy Dunlap | 2008-10-23 |
* | PCI: remove unused resource assignment in pci_read_bridge_bases() | Zhao, Yu | 2008-10-23 |
* | PCI hotplug: shpchp: message refinement | Taku Izumi | 2008-10-23 |
* | PCI hotplug: shpchp: replace printk with dev_printk | Taku Izumi | 2008-10-23 |
* | PCI: add routines for debugging and handling lost interrupts | James Bottomley | 2008-10-23 |
* | PCI hotplug: pciehp: message refinement | Taku Izumi | 2008-10-23 |
* | PCI: fix ARI code to be compatible with mixed ARI/non-ARI systems | Zhao, Yu | 2008-10-23 |
* | PCI hotplug: cpqphp: fix kernel NULL pointer dereference | Kenji Kaneshige | 2008-10-23 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-10-23 |
|\ |
|
| * | Merge branch 'linus' into test | Len Brown | 2008-10-23 |
| |\ |
|
| * \ | Merge branch 'ull' into test | Len Brown | 2008-10-22 |
| |\ \ |
|
| | * | | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 |
| * | | | Merge branch 'dock' into test | Len Brown | 2008-10-22 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | dock: introduce .uevent for devices in dock, eg libata | Shaohua Li | 2008-09-23 |
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-10-23 |
|\ \ \ \ |
|
| * | | | | PCI hotplug: fix logic in Compaq hotplug controller bus speed setup | Julia Lawall | 2008-10-22 |
| * | | | | PCI hotplug: pciehp: poll data link layer link active | Kenji Kaneshige | 2008-10-22 |
| * | | | | PCI hotplug: pciehp: fix possible memory leak in pcie_init | Kenji Kaneshige | 2008-10-22 |
| * | | | | PCI: Workaround invalid P2P bridge bus numbers | Benjamin Herrenschmidt | 2008-10-22 |
| * | | | | PCI Hotplug: fakephp: add duplicate slot name debugging | Alex Chiang | 2008-10-22 |
| * | | | | PCI: Hotplug core: remove 'name' | Alex Chiang | 2008-10-22 |
| * | | | | PCI: shcphp: remove 'name' parameter | Alex Chiang | 2008-10-22 |
| * | | | | PCI: SGI Hotplug: stop managing bss_hotplug_slot->name | Alex Chiang | 2008-10-22 |
| * | | | | PCI: rpaphp: kmalloc/kfree slot->name directly | Alex Chiang | 2008-10-22 |
| * | | | | PCI: pciehp: remove 'name' parameter | Alex Chiang | 2008-10-22 |
| * | | | | PCI: ibmphp: stop managing hotplug_slot->name | Alex Chiang | 2008-10-22 |
| * | | | | PCI: fakephp: remove 'name' parameter | Alex Chiang | 2008-10-22 |
| * | | | | PCI, PCI Hotplug: introduce slot_name helpers | Alex Chiang | 2008-10-22 |
| * | | | | PCI: cpqphp: stop managing hotplug_slot->name | Alex Chiang | 2008-10-22 |
| * | | | | PCI: cpci_hotplug: stop managing hotplug_slot->name | Alex Chiang | 2008-10-22 |
| * | | | | PCI: acpiphp: remove 'name' parameter | Alex Chiang | 2008-10-22 |
| * | | | | PCI: prevent duplicate slot names | Alex Chiang | 2008-10-22 |
| * | | | | PCI Hotplug: serialize pci_hp_register and pci_hp_deregister | Kenji Kaneshige | 2008-10-22 |
| * | | | | PCI: update pci_create_slot() to take a 'hotplug' param | Alex Chiang | 2008-10-22 |
| * | | | | PCI: rename pci_update_slot_number to pci_renumber_slot | Alex Chiang | 2008-10-22 |
| * | | | | PCI Hotplug core: add 'name' param pci_hp_register interface | Alex Chiang | 2008-10-22 |
| * | | | | PCI: add support for function level reset | Sheng Yang | 2008-10-22 |
| * | | | | PCI: Fix reference counting bug | Matthew Wilcox | 2008-10-22 |
| * | | | | ACPI/PCI: Set support bit for MSI in support field of _OSC | Taku Izumi | 2008-10-22 |
| * | | | | ACPI/PCI: Fix return value of acpi_cuery_osc() | Taku Izumi | 2008-10-22 |
| * | | | | ACPI/PCI: Always query _OSC control field in pci_osc_control_set() | Taku Izumi | 2008-10-22 |
| * | | | | ACPI/PCI: Change pci_osc_control_set() to query control bits first | Taku Izumi | 2008-10-22 |
| * | | | | ACPI/PCI: Fix possible race condition on _OSC evaluation | Taku Izumi | 2008-10-22 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David Woodhouse | 2008-10-21 |
|\| | | |
|
| * | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-10-20 |
| |\ \ \ |
|
| | * | | | PCI: fix AER capability check | Yu Zhao | 2008-10-20 |
| | * | | | PCI: use pci_find_ext_capability everywhere | Jesse Barnes | 2008-10-20 |
| | * | | | PCI: remove #ifdef DEBUG around dev_dbg call | Jesse Barnes | 2008-10-20 |
| | * | | | PCI hotplug: fix get_##name return value problem | Kenji Kaneshige | 2008-10-20 |