Hi, > Where do you do this? And how do you handle the case of aliases with kseg, > the giant kernel mapping. Aliases between user and kernel mappings of a page are handled by flush_page_to_ram the old interface) or {copy,clear}_user_page, flush_dcache_page and update_mmu_cache (new interface). Sparc64 already uses the new interface and there are patches for ppc and ia64 to use it. The new interface allows flushes to be avoided, leading to rather nice performance increases. See Documentation/cachetlb.txt for more info. Cheers, Anton - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Subtle MM bug Russell King
- Re: Subtle MM bug Ralf Baechle
- Re: Subtle MM bug Eric W. Biederman
- Re: Subtle MM bug Ralf Baechle
- Caches, page coloring, virtual indexed caches, and more Eric W. Biederman
- Re: Caches, page coloring, virtual indexed caches, and m... Ralf Baechle
- Re: Caches, page coloring, virtual indexed caches, and m... Anton Blanchard
- Re: Caches, page coloring, virtual indexed caches, and m... Ralf Baechle
- Re: Caches, page coloring, virtual indexed caches, and m... Anton Blanchard
- Re: Caches, page coloring, virtual indexed caches, and m... Eric W. Biederman
- Re: Caches, page coloring, virtual indexed caches, and m... Anton Blanchard
- Re: Caches, page coloring, virtual indexed caches, and m... Eric W. Biederman
- Re: Caches, page coloring, virtual indexed caches, and m... Jamie Lokier
- Re: Caches, page coloring, virtual indexed caches, and m... Eric W. Biederman
- Re: Caches, page coloring, virtual indexed caches, and m... Ralf Baechle
- Re: Caches, page coloring, virtual indexed caches, and m... Anton Blanchard
- Re: Subtle MM bug Rik van Riel
- Re: Subtle MM bug Linus Torvalds
- Re: Subtle MM bug Rik van Riel
- Re: Subtle MM bug Linus Torvalds
- Re: Subtle MM bug Jim Gettys