| Commit message (Expand) | Author | Age | Files | Lines |
* | x64, x2apic/intr-remap: IO-APIC support for interrupt-remapping | Suresh Siddha | 2008-07-12 | 1 | -0/+10 |
* | x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detec... | Suresh Siddha | 2008-07-12 | 1 | -0/+25 |
* | x64, x2apic/intr-remap: routines managing Interrupt remapping table entries. | Suresh Siddha | 2008-07-12 | 2 | -0/+247 |
* | x64, x2apic/intr-remap: Interrupt remapping infrastructure | Suresh Siddha | 2008-07-12 | 6 | -15/+187 |
* | x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d) | Suresh Siddha | 2008-07-12 | 3 | -7/+211 |
* | x64, x2apic/intr-remap: move IOMMU_WAIT_OP() macro to intel-iommu.h | Suresh Siddha | 2008-07-12 | 2 | -15/+15 |
* | x64, x2apic/intr-remap: parse ioapic scope under vt-d structures | Suresh Siddha | 2008-07-12 | 5 | -0/+83 |
* | x64, x2apic/intr-remap: Fix the need for RMRR in the DMA-remapping detection | Suresh Siddha | 2008-07-12 | 1 | -3/+1 |
* | x64, x2apic/intr-remap: use CONFIG_DMAR for DMA-remapping specific code | Suresh Siddha | 2008-07-12 | 1 | -11/+24 |
* | x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Inter... | Suresh Siddha | 2008-07-12 | 3 | -22/+79 |
* | x64, x2apic/intr-remap: fix the need for sequential array allocation of iommus | Suresh Siddha | 2008-07-12 | 3 | -21/+18 |
* | x64, x2apic/intr-remap: Intel vt-d, IOMMU code reorganization | Suresh Siddha | 2008-07-12 | 4 | -236/+264 |
* | RFC x86: try to remove arch_get_ram_range | Yinghai Lu | 2008-07-08 | 1 | -14/+37 |
* | pci: VT3336 can't do MSI either | Tejun Heo | 2008-07-04 | 1 | -0/+1 |
* | PCI: acpiphp: cleanup notify handler on all root bridges | Alex Chiang | 2008-07-02 | 1 | -3/+14 |
* | PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. | Benjamin Li | 2008-07-02 | 4 | -12/+48 |
* | PCI: Restrict VPD read permission to root | Ben Hutchings | 2008-07-01 | 1 | -1/+1 |
* | PCI: fixup write combine comment in pci_mmap_resource | Jesse Barnes | 2008-06-12 | 1 | -1/+0 |
* | Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jesse Barnes | 2008-06-12 | 2 | -23/+63 |
|\ |
|
| * | x86: PAT export resource_wc in pci sysfs | venkatesh.pallipadi@intel.com | 2008-06-12 | 1 | -22/+62 |
| * | PCI: use dev_to_node in pci_call_probe | Yinghai Lu | 2008-05-24 | 1 | -1/+1 |
* | | PCI: fix rpadlpar pci hotplug driver sysfs usage | Benjamin Herrenschmidt | 2008-05-30 | 1 | -2/+6 |
* | | pciehp: add message about pciehp_slot_with_bus option | Kenji Kaneshige | 2008-05-27 | 1 | -1/+5 |
* | | pci hotplug core: add check of duplicate slot name | Kenji Kaneshige | 2008-05-27 | 1 | -1/+6 |
* | | pciehp: move msleep after power off | Kenji Kaneshige | 2008-05-27 | 2 | -7/+14 |
* | | pciehp: poll cmd completion if hotplug interrupt is disabled | Kenji Kaneshige | 2008-05-27 | 1 | -4/+38 |
* | | pciehp: fix slow probing | Kenji Kaneshige | 2008-05-27 | 2 | -7/+36 |
* | | pciehp: fix NULL dereference in interrupt handler | Kenji Kaneshige | 2008-05-27 | 3 | -35/+37 |
* | | shpchp: add message about shpchp_slot_with_bus option | Kenji Kaneshige | 2008-05-27 | 1 | -0/+4 |
* | | PCI: don't enable ASPM on devices with mixed PCIe/PCI functions | Shaohua Li | 2008-05-21 | 1 | -0/+20 |
|/ |
|
* | Clean up 'print_fn_descriptor_symbol()' types | Linus Torvalds | 2008-05-15 | 1 | -2/+1 |
* | ACPI/PCI: another multiple _OSC memory leak fix | Kenji Kaneshige | 2008-05-13 | 1 | -1/+7 |
* | PCI: enable nv_msi_ht_cap_quirk for ALi bridges | Björn Krombholz | 2008-05-13 | 1 | -0/+1 |
* | PCI: Make the intel-iommu_wait_op macro work when jiffies are not running | mark gross | 2008-05-13 | 1 | -3/+3 |
* | ACPI/PCI: handle multiple _OSC | Kenji Kaneshige | 2008-05-13 | 1 | -1/+7 |
* | ACPI/PCI: handle multiple _OSC | Shaohua Li | 2008-05-13 | 1 | -29/+66 |
* | PCI ACPI: fix uninitialized variable in __pci_osc_support_set | Kenji Kaneshige | 2008-05-13 | 1 | -1/+1 |
* | x86/pci: remove flag in pci_cfg_space_size_ext | Yinghai Lu | 2008-04-29 | 1 | -16/+17 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-04-29 | 8 | -447/+271 |
|\ |
|
| * | pciehp: fix error message about getting hotplug control | Kenji Kaneshige | 2008-04-29 | 1 | -1/+1 |
| * | pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 | Yinghai Lu | 2008-04-29 | 2 | -9/+28 |
| * | pci/irq: restore mask_bits in msi shutdown -v3 | Yinghai Lu | 2008-04-29 | 1 | -7/+14 |
| * | pciehp: Fix command write | Kenji Kaneshige | 2008-04-25 | 1 | -1/+4 |
| * | shpchp: fix slot name | Kenji Kaneshige | 2008-04-25 | 1 | -2/+9 |
| * | make pciehp_acpi_get_hp_hw_control_from_firmware() | Adrian Bunk | 2008-04-25 | 1 | -1/+1 |
| * | pciehp: Clean up pcie_init() | Kenji Kaneshige | 2008-04-25 | 1 | -110/+88 |
| * | pciehp: Mask hotplug interrupt at controller release | Kenji Kaneshige | 2008-04-25 | 1 | -0/+4 |
| * | pciehp: Remove useless hotplug interrupt enabling | Kenji Kaneshige | 2008-04-25 | 1 | -46/+8 |
| * | pciehp: Fix wrong slot capability check | Kenji Kaneshige | 2008-04-25 | 4 | -39/+39 |
| * | pciehp: Fix wrong slot control register access | Kenji Kaneshige | 2008-04-25 | 1 | -112/+38 |