Re: [PATCH] mmu_gather: move minimal range calculations into generic code

2014-11-14 Thread Linus Torvalds
On Fri, Nov 14, 2014 at 9:10 AM, Will Deacon wrote: > > Cc: Linus Torvalds Make that an Acked-by, it still looks fine to me. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info

[PATCH] mmu_gather: move minimal range calculations into generic code

2014-11-14 Thread Will Deacon
On architectures with hardware broadcasting of TLB invalidation messages , it makes sense to reduce the range of the mmu_gather structure when unmapping page ranges based on the dirty address information passed to tlb_remove_tlb_entry. arm64 already does this by directly manipulating the

[PATCH] mmu_gather: move minimal range calculations into generic code

2014-11-14 Thread Will Deacon
On architectures with hardware broadcasting of TLB invalidation messages , it makes sense to reduce the range of the mmu_gather structure when unmapping page ranges based on the dirty address information passed to tlb_remove_tlb_entry. arm64 already does this by directly manipulating the

Re: [PATCH] mmu_gather: move minimal range calculations into generic code

2014-11-14 Thread Linus Torvalds
On Fri, Nov 14, 2014 at 9:10 AM, Will Deacon will.dea...@arm.com wrote: Cc: Linus Torvalds torva...@linux-foundation.org Make that an Acked-by, it still looks fine to me. Linus -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to