Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | PCI: pciehp: replace printk with dev_printk | Taku Izumi | 5 | -186/+263 |
2008-10-20 | PCI: pciehp: change name tag of "hpdriver_portdrv" variable | Taku Izumi | 1 | -2/+1 |
2008-10-20 | PCI: pciehp: fix irq initialization | Kenji Kaneshige | 2 | -2/+4 |
2008-10-20 | PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanups | akpm@linux-foundation.org | 1 | -22/+22 |
2008-10-20 | PCI: ibmphp: list_for_each to list_for_each_entry | akpm@linux-foundation.org | 1 | -69/+23 |
2008-10-16 | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2008-10-15 | Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri... | Ingo Molnar | 1 | -1/+1 |
2008-10-15 | Merge commit 'origin' | Benjamin Herrenschmidt | 2 | -4/+4 |
2008-09-26 | x86, pci-hotplug, calgary / rio: fix EBDA ioremap() | Ingo Molnar | 1 | -1/+1 |
2008-09-10 | PCI: fix pciehp_free_irq() | Adrian Bunk | 1 | -1/+1 |
2008-09-10 | Merge branch 'linux-2.6' | Paul Mackerras | 5 | -49/+56 |
2008-09-09 | PCI Hotplug: fakephp: fix deadlock... again | Alex Chiang | 1 | -3/+3 |
2008-08-21 | PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M... | Alex Chiang | 1 | -19/+15 |
2008-08-21 | PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M... | Alex Chiang | 3 | -18/+15 |
2008-08-20 | hotplug/rpaphp: Remove unused error path code | Stephen Rothwell | 1 | -4/+0 |
2008-08-18 | PCI: add acpi_find_root_bridge_handle | Jiri Slaby | 1 | -4/+1 |
2008-08-18 | PCI: acpi_pcihp: run _OSC on a root bridge | Jiri Slaby | 1 | -12/+29 |
2008-07-28 | PCI hotplug: fix typo in pcie hotplug output | Jesse Barnes | 1 | -1/+1 |
2008-07-21 | driver core: remove KOBJ_NAME_LEN define | Kay Sievers | 1 | -2/+2 |
2008-07-16 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 19 | -622/+471 |
2008-07-16 | PCI: remove unnecessary volatile in PCIe hotplug struct controller | Ming Lei | 1 | -1/+1 |
2008-07-02 | PCI: acpiphp: cleanup notify handler on all root bridges | Alex Chiang | 1 | -3/+14 |
2008-06-27 | pciehp: use get_service_data | Kenji Kaneshige | 1 | -5/+3 |
2008-06-27 | pciehp: remove needless command completed interrupt setting | Kenji Kaneshige | 1 | -7/+3 |
2008-06-27 | pciehp: fix interrupt initialization | Kenji Kaneshige | 3 | -136/+128 |
2008-06-25 | Remove unnecessary 'tmp' variable from pci_hp_register(). | Kenji Kaneshige | 1 | -3/+1 |
2008-06-25 | pciehp: remove inline from command related functions | Kenji Kaneshige | 1 | -2/+2 |
2008-06-25 | pciehp: change command polling frequency | Kenji Kaneshige | 1 | -2/+2 |
2008-06-25 | pciehp: cleanup pcie_poll_cmd | Kenji Kaneshige | 1 | -11/+14 |
2008-06-25 | pciehp: fix typo in hpc_release_ctlr | Kenji Kaneshige | 1 | -1/+1 |
2008-06-25 | PCI: fixup kdoc blocks for hotplug functions | Jesse Barnes | 1 | -2/+4 |
2008-06-10 | PCI: ACPI PCI slot detection driver | Alex Chiang | 2 | -1/+17 |
2008-06-10 | PCI: introduce pci_slot | Alex Chiang | 14 | -281/+154 |
2008-06-10 | PCI: construct one fakephp slot per PCI slot | Alex Chiang | 1 | -55/+29 |
2008-06-10 | pciehp: removes redundant NULL write to slot status register | Kenji Kaneshige | 1 | -1/+1 |
2008-06-10 | pciehp: fixes typo in dbg_ctrl() in pciehp_hpc.c | Kenji Kaneshige | 1 | -1/+1 |
2008-06-10 | shpchp: check firmware before taking control | Kenji Kaneshige | 6 | -90/+104 |
2008-06-10 | pciehp: block signals while waiting for command completion | Kenji Kaneshige | 1 | -12/+4 |
2008-06-10 | pciehp: evaluate _OSC/OSHP before controller init | Kenji Kaneshige | 3 | -18/+10 |
2008-06-10 | pciehp: remove redundant pci_dev initialization | Kenji Kaneshige | 1 | -1/+0 |
2008-06-10 | PCI: make {pciehp,shpchp}_slot_with_bus static | Adrian Bunk | 2 | -2/+2 |
2008-05-30 | PCI: fix rpadlpar pci hotplug driver sysfs usage | Benjamin Herrenschmidt | 1 | -2/+6 |
2008-05-27 | pciehp: add message about pciehp_slot_with_bus option | Kenji Kaneshige | 1 | -1/+5 |
2008-05-27 | pci hotplug core: add check of duplicate slot name | Kenji Kaneshige | 1 | -1/+6 |
2008-05-27 | pciehp: move msleep after power off | Kenji Kaneshige | 2 | -7/+14 |
2008-05-27 | pciehp: poll cmd completion if hotplug interrupt is disabled | Kenji Kaneshige | 1 | -4/+38 |
2008-05-27 | pciehp: fix slow probing | Kenji Kaneshige | 2 | -7/+36 |
2008-05-27 | pciehp: fix NULL dereference in interrupt handler | Kenji Kaneshige | 3 | -35/+37 |
2008-05-27 | shpchp: add message about shpchp_slot_with_bus option | Kenji Kaneshige | 1 | -0/+4 |
2008-04-29 | pciehp: fix error message about getting hotplug control | Kenji Kaneshige | 1 | -1/+1 |