ChangeSet@1.1563, 2005-05-30 12:48:28-03:00, willy@w.ods.org [PATCH] off-by-one in mtrr.c found by Brad Spengler and reported by Julien Tinnes off-by-one found by Brad Spengler, reported by Julien Tinnes which could lead to a panic. ChangeSet@1.1562, 2005-05-24 10:47:16-03:00, suresh.b.siddha@intel.com [PATCH] x86_64: Try harder to allocate memory in pci_alloc_consistent() Try harder to allocate memory in pci_alloc_consistent() First try to allocate without GFP_DMA and see if we were lucky and the memory fits into the requested physical range. Only if that fails fall back to swiotlb. This makes pci_alloc_consistent more reliable, especially on systems without hardware IOMMU (Intel systems) Increase the default swiotlb window size to 64MB. Cc: ak@muc.de Cc: matt_domsch@dell.com Signed-off-by: Suresh Siddha TAG: v2.4.31-rc1