[PATCH v5 00/19] ARM: Add support for the Large Physical Address Extensions
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2011-05-23 17:22:42
Also in:
lkml
On Mon, 2011-05-23 at 17:54 +0100, Russell King - ARM Linux wrote:
On Sun, May 08, 2011 at 01:51:19PM +0100, Catalin Marinas wrote:quoted
This set of patches adds support for the Large Physical Extensions on the ARM architecture (available with the Cortex-A15 processor). LPAE comes with a 3-level page table format (compared to 2-level for the classic one), allowing up to 40-bit physical address space. The ARM LPAE documentation is available from (free registration needed): http://infocenter.arm.com/help/topic/com.arm.doc.ddi0406b_virtualization_extns/index.html The full set of patches on top of linux-next (LPAE, support for an emulated Versatile Express with Cortex-A15 tile and generic timers) is available on this branch: git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm.git arm-lpae-nextFYI, I'm going to drop the pgt patch because the warnings are still there and I _still_ don't feel happy about pushing that into mainline and then being endlessly bugged about it.
I haven't seen the warnings but probably because I applied the LPAE patches on top. I'll have a look as well.
So I'll drop it from my tree again and re-merge that branch after this window has closed.
OK. In the meantime I'll cherry-pick it into my LPAE branch based on mainline. As we discussed, after -rc1 I plan to push the LPAE patches to -next. Your patch would come from two different sources but I'm not sure whether git can cope with it (given that I rename files like pgtable.h). The alternative would be to base my patches on your branch as long as you don't rebase it. -- Catalin