1. 405d7ca Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  2. 6a43e57 intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable() by David Woodhouse · 15 years ago
  3. 75e6bf9 intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loops by David Woodhouse · 15 years ago
  4. 7766a3f intel-iommu: Use cmpxchg64_local() for setting PTEs by David Woodhouse · 15 years ago
  5. 85b9827 intel-iommu: Warn about unmatched unmap requests by David Woodhouse · 15 years ago
  6. 206a73c1 intel-iommu: Kill superfluous mapping_lock by David Woodhouse · 15 years ago
  7. c85994e intel-iommu: Ensure that PTE writes are 64-bit atomic, even on i386 by David Woodhouse · 15 years ago
  8. a15a519 Fix iommu address space allocation by David Woodhouse · 15 years ago
  9. f3a0a52 intel-iommu: Performance improvement for dma_pte_free_pagetable() by David Woodhouse · 15 years ago
  10. 3d7b0e4 intel-iommu: Don't free too much in dma_pte_free_pagetable() by David Woodhouse · 15 years ago
  11. 1bf20f0 intel-iommu: dump mappings but don't die on pte already set by David Woodhouse · 15 years ago
  12. 9051aa0 intel-iommu: Combine domain_pfn_mapping() and domain_sg_mapping() by David Woodhouse · 15 years ago
  13. e160549 intel-iommu: Introduce domain_sg_mapping() to speed up intel_map_sg() by David Woodhouse · 15 years ago
  14. 875764d intel-iommu: Simplify __intel_alloc_iova() by David Woodhouse · 15 years ago
  15. 6f6a00e intel-iommu: Performance improvement for domain_pfn_mapping() by David Woodhouse · 15 years ago
  16. 310a5ab intel-iommu: Performance improvement for dma_pte_clear_range() by David Woodhouse · 15 years ago
  17. c5395d5 intel-iommu: Clean up iommu_domain_identity_map() by David Woodhouse · 15 years ago
  18. 1a4a455 intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARs by David Woodhouse · 15 years ago
  19. 03d6a24 intel-iommu: Make iommu_flush_iotlb_psi() take pfn as argument by David Woodhouse · 15 years ago
  20. 88cb6a7 intel-iommu: Change aligned_size() to aligned_nrpages() by David Woodhouse · 15 years ago
  21. b536d24 intel-iommu: Clean up intel_map_sg(), remove domain_page_mapping() by David Woodhouse · 15 years ago
  22. ad05122 intel-iommu: Use domain_pfn_mapping() in intel_iommu_map_range() by David Woodhouse · 15 years ago
  23. 0ab36de intel-iommu: Use domain_pfn_mapping() in __intel_map_single() by David Woodhouse · 15 years ago
  24. 61df744 intel-iommu: Introduce domain_pfn_mapping() by David Woodhouse · 15 years ago
  25. 1c5a46e intel-iommu: Clean up address handling in domain_page_mapping() by David Woodhouse · 15 years ago
  26. b026fd2 intel-iommu: Change addr_to_dma_pte() to pfn_to_dma_pte() by David Woodhouse · 15 years ago
  27. 163cc52 intel-iommu: Clean up intel_iommu_unmap_range() by David Woodhouse · 15 years ago
  28. d794dc9 intel-iommu: Make dma_pte_free_pagetable() take pfns as argument by David Woodhouse · 15 years ago
  29. 6660c63 intel-iommu: Make dma_pte_free_pagetable() use pfns by David Woodhouse · 15 years ago
  30. 595badf intel-iommu: Make dma_pte_clear_range() take pfns as argument by David Woodhouse · 15 years ago
  31. 04b18e6 intel-iommu: Make dma_pte_clear_range() use pfns by David Woodhouse · 15 years ago
  32. 66eae84 intel-iommu: Don't just mask out too-big physical addresses; BUG() instead by David Woodhouse · 15 years ago
  33. a75f7cf intel-iommu: Make dma_pte_clear_one() take pfn not address by David Woodhouse · 15 years ago
  34. 90dcfb5 intel-iommu: Change dma_addr_level_pte() to dma_pfn_level_pte() by David Woodhouse · 15 years ago
  35. 77dfa56 intel-iommu: Change address_level_offset() to pfn_level_offset() by David Woodhouse · 15 years ago
  36. dd4e831 intel-iommu: Change dma_set_pte_addr() to dma_set_pte_pfn() by David Woodhouse · 15 years ago
  37. c7ab48d intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WA by David Woodhouse · 15 years ago
  38. b213203 intel-iommu: Create new iommu_domain_identity_map() function by David Woodhouse · 15 years ago
  39. bf92df3 intel-iommu: Only avoid flushing device IOTLB for domain ID 0 in caching mode by Yu Zhao · 15 years ago
  40. 7e25a24 intel-iommu: fix Identity Mapping to be arch independent by Chris Wright · 15 years ago
  41. 0c26d7c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  42. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  43. f007e99 Intel-IOMMU, intr-remap: source-id checking by Weidong Han · 15 years ago
  44. c4658b4 Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it by Weidong Han · 15 years ago
  45. 2c2e2c3 IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c) by Fenghua Yu · 15 years ago
  46. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  47. 59ef7a8 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  48. 2af5066 PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded write by Hidetoshi Seto · 15 years ago
  49. f598282 PCI: Fix the NIU MSI-X problem in a better way by Matthew Wilcox · 15 years ago
  50. 5c92ffb PCI ASPM: remove get_root_port_link by Kenji Kaneshige · 15 years ago
  51. 3647584 PCI ASPM: cleanup pcie_aspm_sanity_check by Kenji Kaneshige · 15 years ago
  52. efdf8288 PCI ASPM: remove has_switch field by Kenji Kaneshige · 15 years ago
  53. 5e0eaa7 PCI ASPM: cleanup calc_Lx_latency by Kenji Kaneshige · 15 years ago
  54. 7ab7099 PCI ASPM: cleanup pcie_aspm_get_cap_device by Kenji Kaneshige · 15 years ago
  55. 430842e PCI ASPM: cleanup clkpm checks by Kenji Kaneshige · 15 years ago
  56. f7ea3d7 PCI ASPM: cleanup __pcie_aspm_check_state_one by Kenji Kaneshige · 15 years ago
  57. 8d349ac PCI ASPM: cleanup initialization by Kenji Kaneshige · 15 years ago
  58. 5aa6358 PCI ASPM: cleanup change input argument of aspm functions by Kenji Kaneshige · 15 years ago
  59. 5cde89d PCI ASPM: cleanup misc in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  60. 4d246e4 PCI ASPM: cleanup clkpm state in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  61. b6c2e54 PCI ASPM: cleanup latency field in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  62. 80bfdbe PCI ASPM: cleanup aspm state field in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  63. dc64cd1 PCI ASPM: fix typo in struct pcie_link_state by Kenji Kaneshige · 15 years ago
  64. 268a03a PCI: drivers/pci/slot.c should depend on CONFIG_SYSFS by Alex Chiang · 15 years ago
  65. 110828c PCI: remove redundant __msi_set_enable() by Matthew Wilcox · 15 years ago
  66. d6aa484 PCI Hotplug: acpiphp: convert to acpi_get_pci_dev by Alexander Chiang · 15 years ago
  67. 2755820 ACPI: Introduce acpi_is_root_bridge() by Alexander Chiang · 15 years ago
  68. cebd78a Fix pci_claim_resource by Matthew Wilcox · 15 years ago
  69. 7d9a73f PCI PM: consistently use type bool for wake enable variable by Frans Pop · 15 years ago
  70. ab7de99 PCI: remove invalid comment of msi_mask_irq() by Kenji Kaneshige · 15 years ago
  71. d2abdf6 PCI PM: Fix handling of devices without PM support by pci_target_state() by Rafael J. Wysocki · 15 years ago
  72. c12ff1d PCI: support Secondary Bus Reset by Yu Zhao · 15 years ago
  73. f85876b PCI: support PM D0hot->D3 transition reset by Yu Zhao · 15 years ago
  74. 8c1c699 PCI: cleanup Function Level Reset by Yu Zhao · 15 years ago
  75. c465def PCI AER: software error injection by Huang Ying · 15 years ago
  76. 3d5505c PCI AER: multiple error support by Zhang, Yanmin · 15 years ago
  77. 28eb27c PCI AER: support invalid error source IDs by Zhang, Yanmin · 15 years ago
  78. 70298c6 PCI AER: support Multiple Error Received and no error source id by Zhang, Yanmin · 15 years ago
  79. a6c0d5c PCI hotplug: remove redundant .owner initializations by Kenji Kaneshige · 15 years ago
  80. c825bc9 PCI hotplug: create symlink to hotplug driver module by Kenji Kaneshige · 15 years ago
  81. 498a8fa PCI hotplug: fix return value of has_foo() functions by Kenji Kaneshige · 15 years ago
  82. bd3d99c PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp. by Kenji Kaneshige · 15 years ago
  83. 634deb0 PCI: PCIE AER: export aer_irq by Huang Ying · 15 years ago
  84. a72b46c PCI: Add pci_bus_set_ops by Huang Ying · 15 years ago
  85. 1eb3948 PCI: use pci_is_root_bus() in pci_common_swizzle() by Kenji Kaneshige · 15 years ago
  86. 8784fd4 PCI: use pci_is_root_bus() in pci_get_interrupt_pin() by Kenji Kaneshige · 15 years ago
  87. 9fc3925 PCI: use pci_is_root_bus() in pci_read_bridge_bases() by Kenji Kaneshige · 15 years ago
  88. 6e3f36d PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge() by Kenji Kaneshige · 15 years ago
  89. 74c5742 PCI quirk: HP hides SMBus controller in Compaq nx9500 laptops by Michal Miroslaw · 15 years ago
  90. 26c56dc PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsets by Michal Miroslaw · 15 years ago
  91. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  92. 00240c3 PCI: add power-state name strings by Alan Stern · 15 years ago
  93. 8952f59 PCIE: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  94. 2ed0e21b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  95. 0fa2133 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  96. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  97. db5ed9b trivial: pci hotplug: adding __init/__exit macros to sgi_hotplug by Peter Huewe · 15 years ago
  98. bc47ab0 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  99. 4096ed0 PCI: expose SMBus on Asus notebook A6L by Mats Erik Andersson · 15 years ago
  100. 43c1640 PCI: Add support for turning PCIe ECRC on or off by Andrew Patterson · 15 years ago