| Commit message (Expand) | Author | Age |
* | [PATCH] powerpc: remove compat_sys_pciconfig_* | Stephen Rothwell | 2006-01-10 |
* | powerpc: Introduce a new config symbol to control 16550 early debug code | Paul Mackerras | 2006-01-10 |
* | [PATCH] powerpc/pseries: dlpar-add crash on null pointer deref | linas | 2006-01-09 |
* | powerpc: Fix up some compile errors in the PCI error recovery code | Paul Mackerras | 2006-01-09 |
* | [PATCH] powerpc: get rid of per_cpu EEH counters | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: Save device BARs much earlier in the boot sequence | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: IOMMU: don't ioremap null addresses | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: handle multifunction PCI devices properly | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: Don't continue with PCI Error recovery if slot reset failed. | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: set up the RTAS token just like the rest of them. | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: Use PE configuration address consistently | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: bugfix: fill in uninitialized field | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: Remove duplicate code | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: remove bogus printk | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: Add "partitionable endpoint" support | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: Split out PCI address cache to its own file | Linas Vepstas | 2006-01-09 |
* | [PATCH] powerpc: PCI Error Recovery: PPC64 core recovery routines | Linas Vepstas | 2006-01-09 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-01-09 |
|\ |
|
| * | [PATCH] drivers/*rest*: Replace pci_module_init() with pci_register_driver() | Richard Knutsson | 2006-01-09 |
| * | [PATCH] drivers/sound/oss: Replace pci_module_init() with pci_register_driver() | Greg Kroah-Hartman | 2006-01-09 |
| * | [PATCH] drivers/block: Replace pci_module_init() with pci_register_driver() | Richard Knutsson | 2006-01-09 |
| * | [PATCH] arch: Replace pci_module_init() with pci_register_driver() | Richard Knutsson | 2006-01-09 |
| * | [PATCH] PCI Error Recovery: documentation | linas@austin.ibm.com | 2006-01-09 |
| * | [PATCH] PCI Error Recovery: header file patch | linas | 2006-01-09 |
| * | [PATCH] PCI: update Toshiba ohci quirk DMI table | Jesse Barnes | 2006-01-09 |
| * | [PATCH] PCI: drivers/pci: some cleanups | Adrian Bunk | 2006-01-09 |
| * | [PATCH] acpiphp: only size new bus | Kristen Accardi | 2006-01-09 |
| * | [PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driver | Greg Kroah-Hartman | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: document sysfs rom file interface | Jesse Barnes | 2006-01-09 |
| * | [PATCH] PCI: Export pci_cfg_space_size | Benjamin Herrenschmidt | 2006-01-09 |
| * | [PATCH] PCI: use bus numbers sparsely, if necessary | Dominik Brodowski | 2006-01-09 |
| * | [PATCH] pciehp: allow bridged card hotplug | Rajesh Shah | 2006-01-09 |
| * | [PATCH] pciehp: handle sticky power-fault status | Thomas Schaefer | 2006-01-09 |
| * | [PATCH] PCI Quirk: 1K I/O space granularity on Intel P64H2 | Daniel Yeisley | 2006-01-09 |
| * | [PATCH] shpchp: Implement get_address callback | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] PCI Hotplug/powerpc: more removal of duplicated code | linas@austin.ibm.com | 2006-01-09 |
| * | [PATCH] PCI Hotplug/powerpc: remove duplicated code | linas@austin.ibm.com | 2006-01-09 |
| * | [PATCH] PCI: irq.c: trivial printk and DBG updates | Daniel Marjam�ki | 2006-01-09 |
| * | [PATCH] shpchp: fix improper wait for command completion | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper write to Command Completion Detect bit | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper mmio mapping | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bit | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper reference to Slot Avail Regsister | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: replace pci_find_slot() with pci_get_slot() | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead code | Adrian Bunk | 2006-01-09 |
| * | [PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fix | Jordan, William P | 2006-01-09 |