- f0d5e12 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- f79b1b1 PCI: use fixed-up device class when configuring device by Yu Zhao · 15 years ago
- 3d58f48 Merge branch 'linus' into irq/numa by Ingo Molnar · 15 years ago
- 9d911d7 PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_func by Alex Chiang · 15 years ago
- b3bad72 PCI PM: Fix initialization and kexec breakage for some devices by Rafael J. Wysocki · 15 years ago
- e519807 x86, apic: introduce io_apic_irq_attr by Yinghai Lu · 15 years ago
- 72357d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
- b5710ce x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fix by Cyrill Gorcunov · 15 years ago
- 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 15 years ago
- 8d18101 PCI MSI: Fix MSI-X with NIU cards by Matthew Wilcox · 15 years ago
- fd18de5 intel-iommu: PAE memory corruption fix by David Woodhouse · 15 years ago
- e20c06f x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector() by Yinghai Lu · 16 years ago
- 7a30949 Merge commit 'v2.6.30-rc5' into x86/apic by Ingo Molnar · 15 years ago
- 029091d PCI: Fix pci-e port driver slot_reset bad default return value by Zhang, Yanmin · 16 years ago
- 4420471 Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 16 years ago
- 56b581e irq: make ht irq_desc more numa aware by Yinghai Lu · 16 years ago
- 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 16 years ago
- 1b6b8ce PCI: only save/restore existent registers in the PCIe capability by Yu Zhao · 16 years ago
- cffb2fa docbooks: add/fix PCI kernel-doc by Randy Dunlap · 16 years ago
- 681bf59 PCI: cleanup debug output resources by Yinghai Lu · 16 years ago
- 0bb1be3 x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 by Matthew Wilcox · 16 years ago
- 162dedd PCI quirk: disable MSI on VIA VT3364 chipsets by Thomas Renninger · 16 years ago
- 03ea815 x86, intr-remap: add option to disable interrupt remapping by Weidong Han · 16 years ago
- 9375823 x86, intr-remap: enable interrupt remapping early by Weidong Han · 16 years ago
- 7b11428 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
- e523b38 intel-iommu: Avoid panic() for DRHD at address zero. by David Woodhouse · 16 years ago
- 8e2c4f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
- 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
- d407e32 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 16 years ago
- 31d3568 Intel-IOMMU Alignment Issue in dma_pte_clear_range() by Fenghua Yu · 16 years ago
- ffa009c Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
- 46f06b7 drivers/pci/intr_remapping.c: include acpi.h by Alexander Beregalov · 16 years ago
- 4958c5d intel-iommu: Fix oops in device_to_iommu() when devices not found. by David Woodhouse · 16 years ago
- 5d4a4b2 PCI Hotplug: acpiphp: grab refcount on p2p subordinate bus by Alex Chiang · 16 years ago
- c2ac7cd PCI: allow PCI core hotplug to remove PCI root bus by Alex Chiang · 16 years ago
- d614166 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 16 years ago
- 0cdbe30 PCI: don't corrupt enable_cnt when doing manual resource alignment by Yuji Shimada · 16 years ago
- 5446a6b PCI: annotate pci_rescan_bus as __ref, not __devinit by Alex Chiang · 16 years ago
- 52a8873 PCI-IOV: fix missing kernel-doc by Randy Dunlap · 16 years ago
- 296ccb0 PCI: Setup disabled bridges even if buses are added by Yuji Shimada · 16 years ago
- 7eb93b1 PCI: SR-IOV quirk for Intel 82576 NIC by Yu Zhao · 16 years ago
- 32fb6c1 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
- 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 16 years ago
- 478c6a4 Merge branch 'linus' into release by Len Brown · 16 years ago
- 276dbf9 intel-iommu: Handle PCI domains appropriately. by David Woodhouse · 16 years ago
- 924b623 intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges. by David Woodhouse · 16 years ago
- d0b03bd x2apic/intr-remap: decouple interrupt remapping from x2apic by Han, Weidong · 16 years ago
- 34aaaa9 x86, dmar: check if it's initialized before disable queue invalidation by Han, Weidong · 16 years ago
- 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
- 161fde0 intel-iommu: set compatibility format interrupt by Han, Weidong · 16 years ago
- b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 16 years ago
- eb4a52b Intel IOMMU Suspend/Resume Support - Queued Invalidation by Fenghua Yu · 16 years ago
- f59c7b6 Intel IOMMU Suspend/Resume Support - DMAR by Fenghua Yu · 16 years ago
- ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
- e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 16 years ago
- 53d8f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
- 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 16 years ago
- 712b000 Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8efb8c7 PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed by Rafael J. Wysocki · 16 years ago
- 0e5dd46 PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) by Rafael J. Wysocki · 16 years ago
- 931ff68 PCI PM: Restore config spaces of all devices during early resume by Rafael J. Wysocki · 16 years ago
- 4a86590 PCI PM: Make pci_set_power_state() handle devices with no PM support by Rafael J. Wysocki · 16 years ago
- 46939f8 PCI PM: Put devices into low power states during late suspend (rev. 2) by Rafael J. Wysocki · 16 years ago
- 0128a89 PCI PM: Move pci_restore_standard_config to pci-driver.c by Rafael J. Wysocki · 16 years ago
- f00a20e PCI PM: Use pci_set_power_state during early resume by Rafael J. Wysocki · 16 years ago
- 57ef802 PCI PM: Consistently use variable name "error" for pm call return values by Frans Pop · 16 years ago
- eeafda7 PCI: fix HT MSI mapping fix by Yinghai Lu · 16 years ago
- 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
- b0d44c0 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
- 3fab191 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
- 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- de74530 PCI: don't enable too much HT MSI mapping by Yinghai Lu · 16 years ago
- a841696 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8985851 PCI: save and restore PCIe 2.0 registers by Yu Zhao · 16 years ago
- 7bb2cb3 PCI: update fakephp for bus_id removal by Stephen Rothwell · 16 years ago
- 7ae0567 PCI: fix kernel oops on bridge removal by Kenji Kaneshige · 16 years ago
- 853346e PCI: fix conflict between SR-IOV and config space sizing by Yu Zhao · 16 years ago
- 993958f ACPICA: Update FADT flag definitions by Bob Moore · 16 years ago
- afeeb7c intel-iommu: Fix address wrap on 32-bit kernel. by Zhao, Yu · 16 years ago
- 4cf2e75 intel-iommu: Enable DMAR on 32-bit kernel. by David Woodhouse · 16 years ago
- 3199aa6 intel-iommu: fix PCI device detach from virtual machine by Han, Weidong · 16 years ago
- 54cc695 pci: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 9cf0669 intel-iommu: VT-d page table to support snooping control bit by Sheng Yang · 16 years ago
- dbb9fd8 iommu: Add domain_has_cap iommu_ops by Sheng Yang · 16 years ago
- 58c610b intel-iommu: Snooping control support by Sheng Yang · 16 years ago
- 8ffd254 PCI Hotplug: rename legacy_fakephp to fakephp by Alex Chiang · 16 years ago
- 83dbf66 PCI Hotplug: restore fakephp interface with complete reimplementation by Trent Piepho · 16 years ago
- 738a639 PCI: Introduce /sys/bus/pci/devices/.../rescan by Alex Chiang · 16 years ago
- 77c27c7 PCI: Introduce /sys/bus/pci/devices/.../remove by Alex Chiang · 16 years ago
- 705b1aa PCI: Introduce /sys/bus/pci/rescan by Alex Chiang · 16 years ago
- 3ed4fd9 PCI: Introduce pci_rescan_bus() by Alex Chiang · 16 years ago
- 9dd90ca PCI: do not enable bridges more than once by Alex Chiang · 16 years ago
- b73e97d PCI: do not initialize bridges more than once by Alex Chiang · 16 years ago
- 74710de PCI: always scan child buses by Alex Chiang · 16 years ago
- 1b69dfc PCI: pci_scan_slot() returns newly found devices by Trent Piepho · 16 years ago
- 90bdb31 PCI: don't scan existing devices by Trent Piepho · 16 years ago
- 74bb1bc PCI: handle SR-IOV Virtual Function Migration by Yu Zhao · 16 years ago
- dd7cc44 PCI: add SR-IOV API for Physical Function driver by Yu Zhao · 16 years ago