From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Date: Fri, 30 Mar 2007 16:31:08 +0000 Subject: [patch 0/5] ia64 memory attribute fixes (revision 2) Message-Id: <200703301031.09029.bjorn.helgaas@hp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org This series fixes a few memory mapping issues on ia64. Changes from the first posting: - page-align address for vunmap in patch 2 - cc: akpm Outline: 1 rename ioremap variables to match i386 (no functional change) 2 use page table mappings in ioremap to avoid unsupported attributes 3 allow WB mmap of /sys/.../legacy_mem 4 fail mmaps that span areas with incompatible attributes 5 update documentation & add tests These are independent except that 2 depends on 1.