| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visible | Brice Goglin | 2006-06-21 | 1 | -0/+19 |
* | [PATCH] PCI: Bus Parity Status sysfs interface | Doug Thompson | 2006-06-21 | 1 | -0/+24 |
* | [PATCH] PCI: MSI-K8T-Neo2-Fir: run only where needed | Chris Wedgwood | 2006-06-21 | 1 | -7/+10 |
* | [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev | Zhang Yanmin | 2006-06-21 | 5 | -43/+41 |
* | [PATCH] PCI: remove unneeded msi code | Grant Grundler | 2006-06-21 | 1 | -44/+1 |
* | [PATCH] PCI: don't move ioapics below PCI bridge | Kimball Murray | 2006-06-21 | 1 | -2/+3 |
* | [PATCH] PCI: cleanup unused variable about msi driver | bibo,mao | 2006-06-21 | 1 | -5/+0 |
* | [PATCH] PCI: disable msi mode in pci_disable_device | Shaohua Li | 2006-06-21 | 2 | -3/+12 |
* | [PATCH] PCI: Allow MSI to work on kexec kernel | Rajesh Shah | 2006-06-21 | 1 | -4/+3 |
* | [PATCH] PCI: AMD 8131 MSI quirk called too late, bus_flags not inherited ? | Brice Goglin | 2006-06-21 | 1 | -2/+12 |
* | [PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundation | Doug Thompson | 2006-06-21 | 1 | -0/+11 |
* | [PATCH] PCI ACPI: Rename the functions to avoid multiple instances. | Muthu Kumar | 2006-06-21 | 1 | -8/+8 |
* | [PATCH] PCI: don't enable device if already enabled | Kristen Accardi | 2006-06-21 | 1 | -1/+6 |
* | [PATCH] PCI: Add a "enable" sysfs attribute to the pci devices to allow users... | Arjan van de Ven | 2006-06-21 | 1 | -0/+21 |
* | [PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignments | Kumar Gala | 2006-06-21 | 1 | -0/+40 |
* | [PATCH] PCI: fix to pci ignore pre-set 64-bit bars on 32-bit platforms | Bjorn Helgaas | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] PCI: Ignore pre-set 64-bit BARs on 32-bit platforms | H. Peter Anvin | 2006-06-21 | 1 | -11/+17 |
* | [PATCH] PCI: altix: msi support | Mark Maule | 2006-06-21 | 1 | -4/+196 |
* | [PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions | Mark Maule | 2006-06-21 | 1 | -1/+5 |
* | [PATCH] PCI: msi abstractions and support for altix | Mark Maule | 2006-06-21 | 5 | -144/+325 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-06-21 | 15 | -661/+1091 |
|\ |
|
| * | [PATCH] PCI Hotplug: Fix recovery path from errors during pcie_init() | Jan Beulich | 2006-06-19 | 1 | -5/+20 |
| * | [PATCH] PCI Hotplug: fake NULL pointer dereferences in IBM Hot Plug Controlle... | Eric Sesterhenn | 2006-06-19 | 1 | -6/+6 |
| * | [PATCH] shpchp: Cleanup improper info messages | Kenji Kaneshige | 2006-06-19 | 2 | -19/+19 |
| * | [PATCH] shpchp: Remove Unused hpc_evelnt_lock | Kenji Kaneshige | 2006-06-19 | 1 | -8/+0 |
| * | [PATCH] shpchp: Cleanup interrupt polling timer | Kenji Kaneshige | 2006-06-19 | 1 | -33/+26 |
| * | [PATCH] shpchp: Cleanup SHPC commands | Kenji Kaneshige | 2006-06-19 | 1 | -50/+48 |
| * | [PATCH] shpchp: Cleanup interrupt handler | Kenji Kaneshige | 2006-06-19 | 1 | -68/+57 |
| * | [PATCH] shpchp: Remove unnecessary hpc_ctlr_handle check | Kenji Kaneshige | 2006-06-19 | 1 | -181/+16 |
| * | [PATCH] pciehp: Implement get_address callback | Kenji Kaneshige | 2006-06-19 | 1 | -0/+14 |
| * | [PATCH] pciehp: Add missing pci_dev_put | Kenji Kaneshige | 2006-06-19 | 1 | -0/+2 |
| * | [PATCH] pciehp: Replace pci_find_slot() with pci_get_slot() | Kenji Kaneshige | 2006-06-19 | 1 | -2/+7 |
| * | [PATCH] SGI Hotplug: Incorrect power status | Mike Habeck | 2006-06-19 | 1 | -1/+3 |
| * | [PATCH] shpchp: Create shpchpd at controller probe time | Kenji Kaneshige | 2006-06-19 | 2 | -8/+19 |
| * | [PATCH] shpchp: Mask Global SERR and Intr at controller release time | Kenji Kaneshige | 2006-06-19 | 1 | -1/+10 |
| * | [PATCH] SHPC: Fix SHPC Contoller SERR-INT Register bits access | Kenji Kaneshige | 2006-06-19 | 1 | -5/+20 |
| * | [PATCH] SHPC: Fix SHPC Logical Slot Register bits access | Kenji Kaneshige | 2006-06-19 | 1 | -9/+40 |
| * | [PATCH] SHPC: Cleanup SHPC Logical Slot Register bits access | Kenji Kaneshige | 2006-06-19 | 1 | -87/+64 |
| * | [PATCH] SHPC: Cleanup SHPC Logical Slot Register access | Kenji Kaneshige | 2006-06-19 | 1 | -13/+18 |
| * | [PATCH] SHPC: Cleanup SHPC register access | Kenji Kaneshige | 2006-06-19 | 1 | -80/+112 |
| * | [PATCH] pciehp: Fix programming hotplug parameters | Kenji Kaneshige | 2006-06-19 | 1 | -2/+139 |
| * | [PATCH] acpi_pcihp: Add support for _HPX | Kenji Kaneshige | 2006-06-19 | 4 | -36/+262 |
| * | [PATCH] acpi_pcihp: Remove improper error message about OSHP | Kenji Kaneshige | 2006-06-19 | 1 | -2/+19 |
| * | [PATCH] acpi_pcihp: Fix programming _HPP values | Kenji Kaneshige | 2006-06-19 | 5 | -14/+29 |
| * | [PATCH] pciehp: dont call pci_enable_dev | Kristen Accardi | 2006-06-19 | 1 | -3/+0 |
| * | [PATCH] PCI Hotplug: don't use acpi_os_free | Kristen Accardi | 2006-06-19 | 3 | -11/+11 |
| * | [PATCH] acpiphp: turn off slot power at error case | MUNEDA Takahiro | 2006-06-19 | 1 | -1/+7 |
| * | [PATCH] acpiphp: host and p2p hotplug | MUNEDA Takahiro | 2006-06-19 | 1 | -1/+0 |
| * | [PATCH] acpiphp: hotplug slot hotplug | MUNEDA Takahiro | 2006-06-19 | 2 | -9/+122 |
| * | [PATCH] acpiphp: configure _PRT - V3 | MUNEDA Takahiro | 2006-06-19 | 1 | -38/+33 |