Prev: [stable] nilfs2: fix sync silent failure
Next: [PATCH v4 1/13] X86 instruction analysis: Move Macro W to insn.h
From: H. Peter Anvin on 18 May 2010 12:50 On 05/18/2010 02:34 AM, Dave Airlie wrote: > On Thu, Apr 1, 2010 at 10:45 PM, Pauli Nieminen <suokkos(a)gmail.com> wrote: >> Setting single memory pages at a time to wc takes a lot time in cache flush. To >> reduce number of cache flush set_pages_array_wc and set_memory_array_wc can be >> used to set multiple pages to WC with single cache flush. >> >> This improves allocation performance for wc cached pages in drm/ttm. >> > > I've got this in drm-next for quite a while and almost forgot about > it, I'm meant to be on holidays and I'd really like to just have Linus > pull my tree, > > I had only one issue with this as we had some problems with doing it > before but it looks like they've since been fixed in the x86 pat code > a kernel or two ago so this patch should be fine now. > > its been well tested in drm-next on AGP machines by the author, > > any objections to this? > > Dave. Acked-by: H. Peter Anvin <hpa(a)zytor.com> Go ahead and push it; the patch is straightforward, and the author (Venki) is reliable. -hpa P.S. Please Cc: all the x86 maintainers, not just Ingo. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |