Searched hist:cd7548ab360c462118568eebb8c6da3bc303b02e (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | huge_mm.h | diff cd7548ab360c462118568eebb8c6da3bc303b02e Thu Jan 13 17:47:04 CST 2011 Johannes Weiner <hannes@cmpxchg.org> thp: mprotect: transparent huge page support
Natively handle huge pmds when changing page tables on behalf of mprotect().
I left out update_mmu_cache() because we do not need it on x86 anyway but more importantly the interface works on ptes, not pmds.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Reviewed-by: Rik van Riel <riel@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/mm/ |
H A D | mprotect.c | diff cd7548ab360c462118568eebb8c6da3bc303b02e Thu Jan 13 17:47:04 CST 2011 Johannes Weiner <hannes@cmpxchg.org> thp: mprotect: transparent huge page support
Natively handle huge pmds when changing page tables on behalf of mprotect().
I left out update_mmu_cache() because we do not need it on x86 anyway but more importantly the interface works on ptes, not pmds.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Reviewed-by: Rik van Riel <riel@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | huge_memory.c | diff cd7548ab360c462118568eebb8c6da3bc303b02e Thu Jan 13 17:47:04 CST 2011 Johannes Weiner <hannes@cmpxchg.org> thp: mprotect: transparent huge page support
Natively handle huge pmds when changing page tables on behalf of mprotect().
I left out update_mmu_cache() because we do not need it on x86 anyway but more importantly the interface works on ptes, not pmds.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Reviewed-by: Rik van Riel <riel@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|