| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | VT-d: add device IOTLB invalidation support | Yu Zhao | 2009-05-18 | 1 | -8/+69 |
| * | | | VT-d: parse ATSR in DMA Remapping Reporting Structure | Yu Zhao | 2009-05-18 | 1 | -6/+106 |
| * | | | PCI: handle Virtual Function ATS enabling | Yu Zhao | 2009-05-18 | 2 | -15/+55 |
| * | | | PCI: support the ATS capability | Yu Zhao | 2009-05-18 | 2 | -0/+142 |
| * | | | intel-iommu: dmar_set_interrupt return error value | Chris Wright | 2009-05-14 | 1 | -1/+1 |
| * | | | intel-iommu: Tidy up iommu->gcmd handling | David Woodhouse | 2009-05-10 | 3 | -20/+15 |
| * | | | intel-iommu: Fix tiny theoretical race in write-buffer flush. | David Woodhouse | 2009-05-10 | 1 | -3/+1 |
| * | | | intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing. | David Woodhouse | 2009-05-10 | 2 | -59/+33 |
| * | | | intel-iommu: Clean up handling of "caching mode" vs. context flushing. | David Woodhouse | 2009-05-10 | 2 | -41/+24 |
| * | | | VT-d: fix invalid domain id for KVM context flush | Yu Zhao | 2009-05-10 | 1 | -1/+1 |
| * | | | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support | Fenghua Yu | 2009-05-01 | 1 | -1/+0 |
| * | | | Intel IOMMU Pass Through Support | Fenghua Yu | 2009-04-29 | 2 | -48/+143 |
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-06-22 | 40 | -2116/+2861 |
|\ \ \ \ |
|
| * | | | | PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded write | Hidetoshi Seto | 2009-06-19 | 1 | -4/+1 |
| * | | | | PCI: Fix the NIU MSI-X problem in a better way | Matthew Wilcox | 2009-06-19 | 1 | -18/+28 |
| * | | | | PCI ASPM: remove get_root_port_link | Kenji Kaneshige | 2009-06-18 | 1 | -13/+11 |
| * | | | | PCI ASPM: cleanup pcie_aspm_sanity_check | Kenji Kaneshige | 2009-06-18 | 1 | -12/+9 |
| * | | | | PCI ASPM: remove has_switch field | Kenji Kaneshige | 2009-06-18 | 1 | -4/+1 |
| * | | | | PCI ASPM: cleanup calc_Lx_latency | Kenji Kaneshige | 2009-06-18 | 1 | -39/+34 |
| * | | | | PCI ASPM: cleanup pcie_aspm_get_cap_device | Kenji Kaneshige | 2009-06-18 | 1 | -5/+4 |
| * | | | | PCI ASPM: cleanup clkpm checks | Kenji Kaneshige | 2009-06-18 | 1 | -14/+20 |
| * | | | | PCI ASPM: cleanup __pcie_aspm_check_state_one | Kenji Kaneshige | 2009-06-18 | 1 | -42/+25 |
| * | | | | PCI ASPM: cleanup initialization | Kenji Kaneshige | 2009-06-18 | 1 | -67/+75 |
| * | | | | PCI ASPM: cleanup change input argument of aspm functions | Kenji Kaneshige | 2009-06-18 | 1 | -199/+173 |
| * | | | | PCI ASPM: cleanup misc in struct pcie_link_state | Kenji Kaneshige | 2009-06-18 | 1 | -9/+9 |
| * | | | | PCI ASPM: cleanup clkpm state in struct pcie_link_state | Kenji Kaneshige | 2009-06-18 | 1 | -19/+18 |
| * | | | | PCI ASPM: cleanup latency field in struct pcie_link_state | Kenji Kaneshige | 2009-06-18 | 1 | -38/+28 |
| * | | | | PCI ASPM: cleanup aspm state field in struct pcie_link_state | Kenji Kaneshige | 2009-06-18 | 1 | -33/+38 |
| * | | | | PCI ASPM: fix typo in struct pcie_link_state | Kenji Kaneshige | 2009-06-18 | 1 | -7/+7 |
| * | | | | PCI: drivers/pci/slot.c should depend on CONFIG_SYSFS | Alex Chiang | 2009-06-18 | 2 | -2/+3 |
| * | | | | PCI: remove redundant __msi_set_enable() | Matthew Wilcox | 2009-06-18 | 1 | -20/+18 |
| * | | | | PCI PM: consistently use type bool for wake enable variable | Frans Pop | 2009-06-16 | 1 | -1/+1 |
| * | | | | PCI: remove invalid comment of msi_mask_irq() | Kenji Kaneshige | 2009-06-16 | 1 | -3/+0 |
| * | | | | PCI PM: Fix handling of devices without PM support by pci_target_state() | Rafael J. Wysocki | 2009-06-16 | 1 | -3/+2 |
| * | | | | PCI: support Secondary Bus Reset | Yu Zhao | 2009-06-16 | 1 | -0/+31 |
| * | | | | PCI: support PM D0hot->D3 transition reset | Yu Zhao | 2009-06-16 | 1 | -0/+34 |
| * | | | | PCI: cleanup Function Level Reset | Yu Zhao | 2009-06-16 | 2 | -84/+86 |
| * | | | | PCI AER: software error injection | Huang Ying | 2009-06-16 | 4 | -0/+494 |
| * | | | | PCI AER: multiple error support | Zhang, Yanmin | 2009-06-16 | 2 | -23/+69 |
| * | | | | PCI AER: support invalid error source IDs | Zhang, Yanmin | 2009-06-16 | 2 | -60/+118 |
| * | | | | PCI AER: support Multiple Error Received and no error source id | Zhang, Yanmin | 2009-06-16 | 2 | -16/+25 |
| * | | | | PCI hotplug: remove redundant .owner initializations | Kenji Kaneshige | 2009-06-16 | 9 | -9/+0 |
| * | | | | PCI hotplug: create symlink to hotplug driver module | Kenji Kaneshige | 2009-06-16 | 2 | -7/+55 |
| * | | | | PCI hotplug: fix return value of has_foo() functions | Kenji Kaneshige | 2009-06-16 | 1 | -64/+68 |
| * | | | | PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp. | Kenji Kaneshige | 2009-06-16 | 3 | -144/+1 |
| * | | | | PCI: PCIE AER: export aer_irq | Huang Ying | 2009-06-16 | 2 | -1/+4 |
| * | | | | PCI: Add pci_bus_set_ops | Huang Ying | 2009-06-16 | 1 | -0/+19 |
| * | | | | PCI: use pci_is_root_bus() in pci_common_swizzle() | Kenji Kaneshige | 2009-06-16 | 1 | -1/+1 |
| * | | | | PCI: use pci_is_root_bus() in pci_get_interrupt_pin() | Kenji Kaneshige | 2009-06-16 | 1 | -1/+1 |
| * | | | | PCI: use pci_is_root_bus() in pci_read_bridge_bases() | Kenji Kaneshige | 2009-06-16 | 1 | -1/+1 |