[git pull] PCI fixes

Previous thread: [patch] CONFIG_VIDEO_IR=y build fix by Ingo Molnar on Tuesday, May 13, 2008 - 1:34 pm. (1 message)

Next thread: POHMELFS high performance network filesystem. Transactions, failover, performance. by Evgeniy Polyakov on Tuesday, May 13, 2008 - 1:45 pm. (50 messages)
To: Linus Torvalds <torvalds@...>, <linux-pci@...>, LKML <linux-kernel@...>
Date: Tuesday, May 13, 2008 - 1:42 pm

Please pull the PCI fixes:
git pull git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git for-linus

This includes a few important but perhaps slightly more dangerous fixes than
the previous set. Highlights are: a fix for the X MTRR mapping
incompatibility bug, a critical fix for ISA DMA, and support for more complex
_OSC topologies. In order to fixup the changelog, I ended up rebasing this
time, hopefully I got everything right.

Thanks,
Jesse

Björn Krombholz (1):
PCI: enable nv_msi_ht_cap_quirk for ALi bridges

Kenji Kaneshige (3):
PCI ACPI: fix uninitialized variable in __pci_osc_support_set
ACPI/PCI: handle multiple _OSC
ACPI/PCI: another multiple _OSC memory leak fix

Shaohua Li (1):
ACPI/PCI: handle multiple _OSC

Takashi Iwai (1):
x86/PCI: fix broken ISA DMA

Venki Pallipadi (1):
x86/PCI: X86_PAT & mprotect

mark gross (1):
PCI: Make the intel-iommu_wait_op macro work when jiffies are not running

arch/x86/kernel/pci-dma.c | 8 ++-
arch/x86/pci/i386.c | 4 -
drivers/pci/intel-iommu.c | 6 +-
drivers/pci/pci-acpi.c | 109 +++++++++++++++++++++++++++++++++-------------
drivers/pci/quirks.c | 1
5 files changed, 89 insertions(+), 39 deletions(-)
--

Previous thread: [patch] CONFIG_VIDEO_IR=y build fix by Ingo Molnar on Tuesday, May 13, 2008 - 1:34 pm. (1 message)

Next thread: POHMELFS high performance network filesystem. Transactions, failover, performance. by Evgeniy Polyakov on Tuesday, May 13, 2008 - 1:45 pm. (50 messages)